﻿
Theme Name: Denticare
Theme URI: http://denticare.bold-themes.com
Description: DentiCare is a WordPress Theme for dentists, dental practices and dental tourism practices. Its unique and diverse design and ready-made contents make this theme an excellent choice for dentist business.
Version: 1.0.2
Author: BoldThemes
Author URI: http://bold-themes.com
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: denticare
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License

[Table of contents]

1. Base
2. Typography
3. Bootstrap grid
4. Bold themes grid 
5. Template
6. Header
7. Footer
8. Post
9. Comments
10. Widgets
11. Elements
12. Menu Item
13. Organic animation
14. Floating image
15. Woocommerce
16. Cost calculator
17. Typography etc responsive
18. Woocommerce screens
19. Fixes
20. RTL
21. IE
22. Gutenberg

*/
/* Fonts */
/* Template fonts, edit in config.php  */
/* Base font */
/* Base menu font */
/* Headline fond */
/* Headline supertitle font */
/* Headline subtitle font */
/* Button font */
/* Variables  */
/* Base font size */
/* Base font color */
/* Base bg color */
/* Base border color */
/* Base border color for forms */
/* Sub bg color */
/* Light bg color 10% */
/* Light bg color 15% */
/* Light bg color 20% */
/* Light bg color 50% */
/* Light bg color 50% */
/* Light bg color 5% */
/* Base font color */
/* Base bg color */
/* Base border color */
/* Base border color for forms */
/* Sub bg color */
/* Dark bg color 10% */
/* Dark bg color 15% */
/* Dark bg color 20% */
/* Dark bg color 50% */
/* Dark bg color 5% */
/* Main color */
/* Dark main color */
/* Secondary color  */
/* Base gutter width */
/* Sidebar width (%) */
/* Padding between sidebar and sontent */
/* Left and right page padding for boxed content */
/* Default spacing in grid gallery */
/* Defines logo height and menu line height */
/* Defines menu height whwn below menu */
/* Top and bottom padding of the whole horizontal menu (px) */
/* Padding between horizontal menu elements (px) */
/* Width of the vertical menu (px) */
/* dropdown width (px) */
/* Base font size */
/* Small icon size */
/* Small icon size */
/* Small icon size */
/* Small icon size */
/* Small icon size */
/* Soft border radius */
/* Soft border radius */
/* Mixins */
/* include btMaxLines(lines, line-height); */
/* fragment btClear; */
/* Aliases */
/* Cost calculator specific */
/* Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
    display: block;
}
audio,
canvas,
video
{
    display: inline-block;
}

#hero video {
    display: none;
}
*: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 {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}

/* FloatClears */
.btClear:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

#hero video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}
footer video {
    display: none;
}
/* messengers */
.widget-connect {
    position: fixed;
    bottom: 30px;
    z-index: 999999;
    cursor: pointer
}

.widget-connect-right {
    right: 20px
}

@media (max-width:768px) {
    .widget-connect-right {
        right: 10px;
        bottom: 10px
    }
}

.widget-connect-left {
    right: 20px
}

@media (max-width:768px) {
    .widget-connect-left {
        right: 15px;
        bottom: 15px
    }
}

.widget-connect.active .widget-connect__button {
    display: block
}

.widget-connect__button {
    display: none;
    height: 65px;
    width: 65px;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    font-size: 35px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    outline: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all;
    transition-duration: .2s
}

@media (max-width:768px) {
    .widget-connect__button {
        height: 55px;
        width: 55px
    }
}

.widget-connect__button-activator:hover,
.widget-connect__button:hover {
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .4)
}

.widget-connect__button:active {
    height: 65px;
    width: 65px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
    transition: all;
    transition-duration: .2s
}

@media (max-width:768px) {
    .widget-connect__button:active {
        height: 55px;
        width: 55px
    }
}

.widget-connect__button-activator {
    margin: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all;
    transition-duration: .2s;
    text-align: right
}

.widget-connect__button-activator-icon {
    height: 65px;
    width: 65px;
    background-image: url(gfx/call.svg);
    background-size: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

@media (max-width:768px) {
    .widget-connect__button-activator-icon {
        height: 55px;
        width: 55px
    }
}

.widget-connect__button-activator-icon.active {
    background-image: url(gfx/close_black.svg);
    background-size: 45%;
    transform: rotate(90deg)
}

.widget-connect__button-email {
    background-color: #c3c3c3;
    background-image: url(../image/butts/chat.svg);
    background-size: 69%;
    background-position: 9px 9px
}

.widget-connect__button-telephone {
    background-color: #06acd0;
    background-image: url(gfx/call.svg);
    background-size: 60%
}

.widget-connect__button-instagram {
  background: #c928a5;
  background-image: url("../image/butts/instagram.svg");
  background-image: url("../image/butts/instagram.svg"), radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.widget-connect__button-messenger {
    background-color: #00bcff;
    background-image: url(../image/butts/messenger.svg);
    background-size: 70%;
    background-position-x: 9px
}

.widget-connect__button-viber {
    background-color: #9a5aca;
    background-image: url(gfx/viber.svg);
    background-size: 100%
}

.widget-connect__button-skype {
    background-color: #00aaf2;
    background-image: url(../image/butts/skype.svg);
    background-size: 65%
}

.widget-connect__button-whatsapp {
    background-color: #4dc247;
    background-image: url(../image/butts/whatsapp.svg);
    background-size: 75%
}

.widget-connect__button-telegram {
    background-color: #299fdb;
    background-image: url(gfx/Telegram.svg);
    background-size: 60%;
    background-position-x: 10px
}

.widget-connect__button-vk {
    background-color: #45658e;
    background-image: url(../image/butts/vk.svg);
    background-size: 65%;
    background-position-y: 11px
}

.widget-connect__button-line {
    background-color: #00b901;
    background-image: url(../image/butts/line.svg);
    background-size: 70%;
    background-position: 9px 9px
}

@-webkit-keyframes button-slide {
    0% {
        opacity: 0;
        display: none;
        margin-top: 0;
        margin-bottom: 0;
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        display: block;
        margin-top: 0;
        margin-bottom: 15px;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes button-slide {
    0% {
        opacity: 0;
        display: none;
        margin-top: 0;
        margin-bottom: 0;
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        display: block;
        margin-top: 0;
        margin-bottom: 14px;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes button-slide {
    0% {
        opacity: 0;
        display: none;
        margin-top: 0;
        margin-bottom: 0;
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        display: block;
        margin-top: 0;
        margin-bottom: 15px;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes button-slide {
    0% {
        opacity: 0;
        display: none;
        margin-top: 0;
        margin-bottom: 0;
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        display: block;
        margin-top: 0;
        margin-bottom: 15px;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.button-slide {
    -webkit-animation-name: button-slide;
    -moz-animation-name: button-slide;
    -o-animation-name: button-slide;
    animation-name: button-slide;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.button-slide-out {
    -webkit-animation-name: button-slide;
    -moz-animation-name: button-slide;
    -o-animation-name: button-slide;
    animation-name: button-slide;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
/*    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;*/
   /* -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse*/
}

.widget-connect .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
    padding: 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #333;
    border-radius: 4px
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #333
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #333
}

@media (min-width:1300px) {
    .mobile-device {
        display: none !important
    }
}

@media (max-width:1299px) {
    .desktop-device {
        display: none !important
    }
}



/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.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: #191919;
}
.btLightSkin {
    color: #000000;
    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: 0;
    box-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);
}
.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: 0;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
}

/* Form elements */
select,
input {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
}
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;
    width: 100%;
    display: block;
    padding: 1.125em 1.563em;
    background: transparent;
    color: inherit;
    font-size: 1em;
}
.btTextRight input:not([type='checkbox']):not([type='radio']),
.rtl input:not([type='checkbox']):not([type='radio']),
.btTextRight textarea,
.rtl textarea,
.btTextRight select,
.rtl select {
    text-align: right;
}
.btLightSkin input:not([type='checkbox']):not([type='radio']),
.btDarkSkin .btLightSkin input:not([type='checkbox']):not([type='radio']),
.btLightSkin .btDarkSkin .btLightSkin input:not([type='checkbox']):not([type='radio']),
.btLightSkin textarea,
.btDarkSkin .btLightSkin textarea,
.btLightSkin .btDarkSkin .btLightSkin textarea,
.btLightSkin select,
.btDarkSkin .btLightSkin select,
.btLightSkin .btDarkSkin .btLightSkin select {
    background: #fff;
    color: #181818;
}
.btDarkSkin input:not([type='checkbox']):not([type='radio']),
.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']),
.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']),
.btDarkSkin textarea,
.btLightSkin .btDarkSkin textarea,
.btDarkSkin.btLightSkin .btDarkSkin textarea,
.btDarkSkin select,
.btLightSkin .btDarkSkin select,
.btDarkSkin.btLightSkin .btDarkSkin select {
    background: #191919;
    color: #fff;
}
input[type="file"] {
    padding: .55em 1.25em .55em .65em !important;
    line-height: 1 !important;
}
input[type="file"]::-webkit-file-upload-button {
    color: #fff;
    box-shadow: 0 2px 10px rgba(34,34,34,.2);
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    border: 0;
    padding: 6px 20px;
    font-size: .875em;
    cursor: pointer;
    transition: all 300ms ease;
    background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%) !important;
    background-position: 0 0 !important;
    background-size: 200% 100% !important;
}
.btHardRoundedButtons input[type="file"]::-webkit-file-upload-button,
.btHardRoundedTopLeftButtons input[type="file"]::-webkit-file-upload-button,
.btHardRoundedTopRightButtons input[type="file"]::-webkit-file-upload-button,
.btHardRoundedBottomLeftButtons input[type="file"]::-webkit-file-upload-button,
.btHardRoundedBottomRightButtons input[type="file"]::-webkit-file-upload-button {
    border-radius: 50px;
}
.btSoftRoundedButtons input[type="file"]::-webkit-file-upload-button,
.btSoftRoundedTopLeftButtons input[type="file"]::-webkit-file-upload-button,
.btSoftRoundedTopRightButtons input[type="file"]::-webkit-file-upload-button,
.btSoftRoundedBottomLeftButtons input[type="file"]::-webkit-file-upload-button,
.btSoftRoundedBottomRightButtons input[type="file"]::-webkit-file-upload-button {
    border-radius: 4px;
}
input[type="file"]::-webkit-file-upload-button:hover {
    box-shadow: 0 3px 20px rgba(34,34,34,.2);
    transform: translateY(-3px);
    background-position: 99% 0 !important;
    text-shadow: 0 1px 2px rgba(34,34,34,.2);
}
select {
    padding-top: .25em;
    padding-bottom: .25em;
}
input:not([type='checkbox']):not([type='radio']),
select,
.fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    height: 3.25em;
    line-height: 3.25;
}
input[type='text'],
input[type='password'],
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='range'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
    line-height: 1 !important;
}
textarea {
    line-height: 1.5 !important;
}

/* Placeholders */
.btLightSkin input[type="text"]::-webkit-input-placeholder,
.btDarkSkin .btLightSkin input[type="text"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="text"]::-webkit-input-placeholder,
.btLightSkin input[type="password"]::-webkit-input-placeholder,
.btDarkSkin .btLightSkin input[type="password"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="password"]::-webkit-input-placeholder,
.btLightSkin input[type="email"]::-webkit-input-placeholder,
.btDarkSkin .btLightSkin input[type="email"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="email"]::-webkit-input-placeholder,
.btLightSkin input[type="tel"]::-webkit-input-placeholder,
.btDarkSkin .btLightSkin input[type="tel"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="tel"]::-webkit-input-placeholder,
.btLightSkin textarea::-webkit-input-placeholder,
.btDarkSkin .btLightSkin textarea::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin textarea::-webkit-input-placeholder {
    color: rgba(34,34,34,.5);
}
.btLightSkin input[type="text"]::-moz-placeholder,
.btDarkSkin .btLightSkin input[type="text"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="text"]::-moz-placeholder,
.btLightSkin input[type="password"]::-moz-placeholder,
.btDarkSkin .btLightSkin input[type="password"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="password"]::-moz-placeholder,
.btLightSkin input[type="email"]::-moz-placeholder,
.btDarkSkin .btLightSkin input[type="email"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="email"]::-moz-placeholder,
.btLightSkin input[type="tel"]::-moz-placeholder,
.btDarkSkin .btLightSkin input[type="tel"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="tel"]::-moz-placeholder,
.btLightSkin input[type="date"]::-moz-placeholder,
.btDarkSkin .btLightSkin input[type="date"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="date"]::-moz-placeholder,
.btLightSkin textarea::-moz-input-placeholder,
.btDarkSkin .btLightSkin textarea::-moz-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin textarea::-moz-input-placeholder {
    color: rgba(34,34,34,.5);
}
.btLightSkin input[type="text"]::-ms-input-placeholder,
.btDarkSkin .btLightSkin input[type="text"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="text"]::-ms-input-placeholder,
.btLightSkin input[type="password"]::-ms-input-placeholder,
.btDarkSkin .btLightSkin input[type="password"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="password"]::-ms-input-placeholder,
.btLightSkin input[type="email"]::-ms-input-placeholder,
.btDarkSkin .btLightSkin input[type="email"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="email"]::-ms-input-placeholder,
.btLightSkin input[type="tel"]::-ms-input-placeholder,
.btDarkSkin .btLightSkin input[type="tel"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="tel"]::-ms-input-placeholder,
.btLightSkin input[type="date"]::-ms-input-placeholder,
.btDarkSkin .btLightSkin input[type="date"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin input[type="date"]::-ms-input-placeholder,
.btLightSkin textarea::-ms-input-placeholder,
.btDarkSkin .btLightSkin textarea::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btLightSkin textarea::-ms-input-placeholder {
    color: rgba(34,34,34,.5);
}
.btDarkSkin input[type="text"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin input[type="text"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="text"]::-webkit-input-placeholder,
.btDarkSkin input[type="password"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin input[type="password"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="password"]::-webkit-input-placeholder,
.btDarkSkin input[type="email"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin input[type="email"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="email"]::-webkit-input-placeholder,
.btDarkSkin input[type="tel"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin input[type="tel"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="tel"]::-webkit-input-placeholder,
.btDarkSkin input[type="date"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin input[type="date"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="date"]::-webkit-input-placeholder,
.btDarkSkin textarea::-webkit-input-placeholder,
.btLightSkin .btDarkSkin textarea::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
}
.btDarkSkin input[type="text"]::-moz-placeholder,
.btLightSkin .btDarkSkin input[type="text"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="text"]::-moz-placeholder,
.btDarkSkin input[type="password"]::-moz-placeholder,
.btLightSkin .btDarkSkin input[type="password"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="password"]::-moz-placeholder,
.btDarkSkin input[type="email"]::-moz-placeholder,
.btLightSkin .btDarkSkin input[type="email"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="email"]::-moz-placeholder,
.btDarkSkin input[type="tel"]::-moz-placeholder,
.btLightSkin .btDarkSkin input[type="tel"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="tel"]::-moz-placeholder,
.btDarkSkin input[type="date"]::-moz-placeholder,
.btLightSkin .btDarkSkin input[type="date"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="date"]::-moz-placeholder,
.btDarkSkin textarea::-moz-input-placeholder,
.btLightSkin .btDarkSkin textarea::-moz-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin textarea::-moz-input-placeholder {
    color: rgba(255,255,255,.5);
}
.btDarkSkin input[type="text"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin input[type="text"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="text"]::-ms-input-placeholder,
.btDarkSkin input[type="password"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin input[type="password"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="password"]::-ms-input-placeholder,
.btDarkSkin input[type="email"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin input[type="email"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="email"]::-ms-input-placeholder,
.btDarkSkin input[type="tel"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin input[type="tel"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="tel"]::-ms-input-placeholder,
.btDarkSkin input[type="date"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin input[type="date"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin input[type="date"]::-ms-input-placeholder,
.btDarkSkin textarea::-ms-input-placeholder,
.btLightSkin .btDarkSkin textarea::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin textarea::-ms-input-placeholder {
    color: rgba(255,255,255,.5);
}

/* Fancy select */
.fancy-select {
    position: relative;
}
.fancy-select .trigger {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    padding: 0 .25em 0 1.563em;
    font-size: 1em;
    line-height: 3.25em;
}
.btHardRoundedButtons .fancy-select .trigger,
.btHardRoundedTopLeftButtons .fancy-select .trigger,
.btHardRoundedTopRightButtons .fancy-select .trigger,
.btHardRoundedBottomLeftButtons .fancy-select .trigger,
.btHardRoundedBottomRightButtons .fancy-select .trigger {
    border-radius: 50px;
}
.btSoftRoundedButtons .fancy-select .trigger,
.btSoftRoundedTopLeftButtons .fancy-select .trigger,
.btSoftRoundedTopRightButtons .fancy-select .trigger,
.btSoftRoundedBottomLeftButtons .fancy-select .trigger,
.btSoftRoundedBottomRightButtons .fancy-select .trigger {
    border-radius: 4px;
}
.rtl .fancy-select .trigger {
    text-align: right;
    padding: 0 1.563em 0 .25em;
}
.btLightSkin .fancy-select .trigger,
.btDarkSkin .btLightSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger {
    background: #fff;
    color: #181818;
}
.btDarkSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger {
    background: #191919;
    color: #fff;
}
.fancy-select .trigger:before {
    content: '\f107';
    font-family: FontAwesome;
    display: block;
    float: right;
    padding: 0 .75em;
    font-size: 1.25rem;
    opacity: .3;
    transition: 200ms ease all;
}
.rtl .fancy-select .trigger:before {
    float: left;
}
.fancy-select .trigger.open:before {
    transform: rotate(180deg);
    opacity: 1;
}
.fancy-select .options {
    font-size: .938em;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    list-style: none;
    max-height: 320px;
    overflow: auto;
    border: 0;
    background-color: #fff;
    color: #181818;
    box-shadow: 0 3px 20px rgba(34,34,34,.2);
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: 200ms ease all;
    z-index: 20;
}
.btDarkSkin .fancy-select .options {
    box-shadow: 0 3px 20px rgba(0,0,0,.2);
}
.fancy-select .options.open {
    pointer-events: initial;
    opacity: 1;
    transform: translateY(0);
}
.fancy-select .options.overflowing {
    top: auto;
    bottom: 3.5em;
}
.fancy-select ul.options {
    padding: 10px 0;
    margin: 0;
    line-height: 1.5;
}
.fancy-select ul.options li {
    cursor: pointer;
    margin: 0;
    padding: .4em 1.25em .4em 1.65em;
    transition: 200ms ease all;
    border: 0;
    position: relative;
}
.fancy-select ul.options li:before {
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    top: .95em;
    left: .75em;
    transition: 200ms ease all;
    position: absolute;
    opacity: 0;
    transform: translateX(-5px);
}
.rtl .fancy-select ul.options li:before {
    left: auto;
    right: .5em;
    transform: translateX(5px);
}
.btMenuFocusElementCircle .fancy-select ul.options li:before {
    background-color: #fdabb7;
    border-radius: 50%;
}
.btMenuFocusElementOutlineCircle .fancy-select ul.options li:before {
    box-shadow: 0 0 0 2px #fdabb7 inset;
    border-radius: 50%;
}
.btMenuFocusElementSquare .fancy-select ul.options li:before {
    background-color: #fdabb7;
}
.btMenuFocusElementOutlineSquare .fancy-select ul.options li:before {
    box-shadow: 0 0 0 2px #fdabb7 inset;
}
.btMenuFocusElementDash .fancy-select ul.options li:before {
    background-color: #fdabb7;
    height: 2px;
    top: calc(.85em + 2.5px);
}
.rtl .fancy-select ul.options li {
    text-align: right;
    padding: .4em 1.65em .4em 1.25em;
}
.fancy-select ul.options li:hover {
    color: #fdabb7;
}
.fancy-select ul.options li:hover:before {
    opacity: 1;
    transform: translatex(0);
}
.fancy-select ul.options li.selected:before {
    background: #fdabb7;
    opacity: 1;
    transform: translateX(0);
}
.rtl .fancy-select ul.options li.selected:before {
    transform: translateX(0);
}
.btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedTopLeftButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedTopRightButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedBottomLeftButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedBottomRightButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedButtons a.select2-choice,
.btHardRoundedTopLeftButtons a.select2-choice,
.btHardRoundedTopRightButtons a.select2-choice,
.btHardRoundedBottomLeftButtons a.select2-choice,
.btHardRoundedBottomRightButtons a.select2-choice {
    border-radius: 50px;
}
.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedTopLeftButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedTopRightButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedBottomLeftButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedBottomRightButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedButtons a.select2-choice,
.btSoftRoundedTopLeftButtons a.select2-choice,
.btSoftRoundedTopRightButtons a.select2-choice,
.btSoftRoundedBottomLeftButtons a.select2-choice,
.btSoftRoundedBottomRightButtons a.select2-choice {
    border-radius: 4px;
}
.btHardRoundedButtons textarea,
.btHardRoundedTopLeftButtons textarea,
.btHardRoundedTopRightButtons textarea,
.btHardRoundedBottomLeftButtons textarea,
.btHardRoundedBottomRightButtons textarea,
.btHardRoundedButtons select,
.btHardRoundedTopLeftButtons select,
.btHardRoundedTopRightButtons select,
.btHardRoundedBottomLeftButtons select,
.btHardRoundedBottomRightButtons select {
    border-radius: 50px;
}
.btSoftRoundedButtons textarea,
.btSoftRoundedTopLeftButtons textarea,
.btSoftRoundedTopRightButtons textarea,
.btSoftRoundedBottomLeftButtons textarea,
.btSoftRoundedBottomRightButtons textarea,
.btSoftRoundedButtons select,
.btSoftRoundedTopLeftButtons select,
.btSoftRoundedTopRightButtons select,
.btSoftRoundedBottomLeftButtons select,
.btSoftRoundedBottomRightButtons select {
    border-radius: 4px;
}
.btHardRoundedButtons textarea,
.btHardRoundedTopLeftButtons textarea,
.btHardRoundedTopRightButtons textarea,
.btHardRoundedBottomLeftButtons textarea,
.btHardRoundedBottomRightButtons textarea {
    border-radius: 26px;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']),
textarea,
.fancy-select .trigger,
select {
    transition: all 500ms ease;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
textarea:focus,
.fancy-select .trigger.open,
select:focus {
    box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset;
}
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 {
    box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset;
}

/* Iframe resize fix */
.bt-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.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(34,34,34,.1);
}

/* Href */
a {
    text-decoration: none;
    transition: color 200ms ease;
    color: inherit;
}
.btContent a {
    color: #fdabb7;
}
a:hover {
    text-decoration: none;
    color: #fdabb7;
}
.btContent a:hover {
    color: inherit;
}
.btText a {
    color: #fdabb7;
}
.btText a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
a,
a:active,
a:focus {
    outline: none;
}

/* Base typography */
p,
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 p {
    display: inline;
}
dd:after {
    content: ' ';
    display: table;
    clear: both;
}
figcaption {
    font-size: inherit;
}

/* Base font */
html {
    font-size: 16px;
}
body {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    background-size: cover;
    background-attachment: fixed;
}
small {
    font-size: 14px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display",Arial,Helvetica,sans-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 .5em;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    letter-spacing: -.03em;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
li + h1,
li + h2,
li + h3,
li + h4,
li + h5,
li + h6 {
    margin-top: 1.5rem;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2.10225em;
}
h4 {
    font-size: 1.76775em;
}
h5 {
    font-size: 1.4865em;
}
h6 {
    font-size: 1.25em;
}

/* Blockquotes*/
blockquote {
    display: block;
    margin: 0;
    font-size: 1.563em;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    padding: 0 1.25em;
    font-weight: 300;
    text-align: center;
}
blockquote:before,
blockquote:after {
    background: currentColor;
    opacity: .7;
    height: 2px;
    width: 7.2em;
    content: "";
    display: block;
    margin: 1.2em auto;
}
.bt_bb_align_right .bt_bb_align_leftblockquote:before,.bt_bb_align_center .bt_bb_align_leftblockquote:before,.bt_bb_align_right .bt_bb_align_left blockquote:before,.bt_bb_align_center .bt_bb_align_left blockquote:before,.bt_bb_align_leftblockquote:before,.bt_bb_align_left blockquote:before,
.bt_bb_align_right .bt_bb_align_leftblockquote:after,.bt_bb_align_center .bt_bb_align_leftblockquote:after,.bt_bb_align_right .bt_bb_align_left blockquote:after,.bt_bb_align_center .bt_bb_align_left blockquote:after,.bt_bb_align_leftblockquote:after,.bt_bb_align_left blockquote:after {
    margin-left: 0;
}
.bt_bb_align_left .bt_bb_align_rightblockquote:before,.bt_bb_align_center .bt_bb_align_rightblockquote:before,.bt_bb_align_left .bt_bb_align_right blockquote:before,.bt_bb_align_center .bt_bb_align_right blockquote:before,.bt_bb_align_rightblockquote:before,.bt_bb_align_right blockquote:before,
.bt_bb_align_left .bt_bb_align_rightblockquote:after,.bt_bb_align_center .bt_bb_align_rightblockquote:after,.bt_bb_align_left .bt_bb_align_right blockquote:after,.bt_bb_align_center .bt_bb_align_right blockquote:after,.bt_bb_align_rightblockquote:after,.bt_bb_align_right blockquote:after {
    margin-right: 0;
}
.bt_bb_align_left .bt_bb_align_centerblockquote:before,.bt_bb_align_right .bt_bb_align_centerblockquote:before,.bt_bb_align_left .bt_bb_align_center blockquote:before,.bt_bb_align_right .bt_bb_align_center blockquote:before,.bt_bb_align_centerblockquote:before,.bt_bb_align_center blockquote:before,
.bt_bb_align_left .bt_bb_align_centerblockquote:after,.bt_bb_align_right .bt_bb_align_centerblockquote:after,.bt_bb_align_left .bt_bb_align_center blockquote:after,.bt_bb_align_right .bt_bb_align_center blockquote:after,.bt_bb_align_centerblockquote:after,.bt_bb_align_center blockquote:after {
    margin-left: auto;
    margin-right: auto;
}
.btAlternateQuote blockquote:before,
.btAlternateQuote blockquote:after,
blockquote.btAlternateQuote:before,
blockquote.btAlternateQuote:after {
    background: #333c4a;
    opacity: 1;
}
.btAccentQuote blockquote:before,
.btAccentQuote blockquote:after,
blockquote.btAccentQuote:before,
blockquote.btAccentQuote:after,
.single-portfolio blockquote:before,
.single-portfolio blockquote:after,
.single-post blockquote:before,
.single-post blockquote:after {
    background: #fdabb7;
    opacity: 1;
}
blockquote p:first-child:before,
blockquote p:first-child:after {
    font-size: 2em;
    display: inline-block;
    line-height: 0;
    transform: translateY(.25em);
}
blockquote p:first-child:before {
    content: "\201c";
    margin-right: .16em;
    margin-left: -.65em;
}
.rtl blockquote p:first-child:before {
    margin-right: -.65em;
    margin-left: .16em;
}
blockquote p:first-child:after {
    content: "\201d";
    margin-left: .16em;
    margin-right: -.65em;
}
.rtl blockquote p:first-child:after {
    margin-left: -.65em;
    margin-right: .16em;
}
blockquote p:last-child,
blockquote p:last-of-type {
    margin-bottom: 0;
    margin: 0;
}
blockquote > *:last-child {
    margin-bottom: 0;
}
.bt_bb_text blockquote:first-child:before {
    margin-top: 0;
}
.bt_bb_text blockquote:last-child:after {
    margin-bottom: 0;
}
.bt_bb_align_right .bt_bb_align_leftblockquote,.bt_bb_align_center .bt_bb_align_leftblockquote,.bt_bb_align_right .bt_bb_align_left blockquote,.bt_bb_align_center .bt_bb_align_left blockquote,.bt_bb_align_leftblockquote,.bt_bb_align_left blockquote {
    text-align: left;
    padding-left: 0;
}
.bt_bb_align_left .bt_bb_align_rightblockquote,.bt_bb_align_center .bt_bb_align_rightblockquote,.bt_bb_align_left .bt_bb_align_right blockquote,.bt_bb_align_center .bt_bb_align_right blockquote,.bt_bb_align_rightblockquote,.bt_bb_align_right blockquote {
    text-align: right;
    padding-right: 0;
}
.bt_bb_align_left .bt_bb_align_centerblockquote,.bt_bb_align_right .bt_bb_align_centerblockquote,.bt_bb_align_left .bt_bb_align_center blockquote,.bt_bb_align_right .bt_bb_align_center blockquote,.bt_bb_align_centerblockquote,.bt_bb_align_center blockquote {
    text-align: center;
    padding: 0 1.25em;
}
cite {
    font-style: normal;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 1rem;
}
blockquote cite {
    font-size: 1rem;
}

/* Tables */
.btContentHolder table {
    width: 100%;
    margin: 0 0 1em;
    border-collapse: collapse;
    text-align: initial;
    border: 1px solid rgba(34,34,34,.07);
}
.btDarkSkin .btContentHolder table,
.btLightSkin .btDarkSkin .btContentHolder table,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table {
    border: 1px solid rgba(255,255,255,.05);
}
.btContentHolder table td,
.btContentHolder table th {
    padding: 1em;
    border: 1px solid rgba(34,34,34,.07);
}
.btDarkSkin .btContentHolder table td,
.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin .btContentHolder table th,
.btLightSkin .btDarkSkin .btContentHolder table th,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table th {
    border: 1px solid rgba(255,255,255,.05);
}
.btContentHolder table td > *:last-child,
.btContentHolder table th > *:last-child {
    margin-bottom: 0;
}
.btContentHolder table th {
    text-align: left;
}
.btContentHolder table thead th {
    font-weight: 700;
    background-color: #fdabb7;
    color: white;
}
.bt_bb_layout_boxed_600 .bt_bb_cell {
    width: 600px;
    max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_700 .bt_bb_cell {
    width: 700px;
    max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_800 .bt_bb_cell {
    width: 800px;
    max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_900 .bt_bb_cell {
    width: 900px;
    max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_1000 .bt_bb_cell {
    width: 1000px;
    max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_1100 .bt_bb_cell {
    width: 1100px;
    max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1200px;
    max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_1400 .bt_bb_cell {
    width: 1400px;
    max-width: calc(100% - 60px);
}

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

/* Grid breakpoint rewrite */
@media (max-width: 768px) {
    .bt_bb_column[data-width="3"],
    .bt_bb_column[data-width="2"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    .bt_bb_column_inner[data-width="3"],
    .bt_bb_column_inner[data-width="2"] {
        flex-basis: 100%;
        max-width: 100%;
    }
}

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

html,
body {
    min-height: 100vh;
}
body:not(.btPageTransitions) {
    min-height: 101vh;
}

/* RTL support */
body.rtl {
    direction: rtl;
    unicode-bidi: embed;
}
body.btSwapNumberLigature {
    font-variant-settings: lining-nums;
    font-variant-numeric: lining-nums;
}

/* Template base */
.btContentWrap {
    transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btContentWrap:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}
.btSiteFooter {
    transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
}
.btPageWrap {
    position: relative;
    overflow: hidden;
    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;
}
.btPreloader {
    z-index: 100000;
}

/* Gutter port keeps width */
.port {
    width: 100%;
    padding: 0 30px;
}
.gutter .port {
    max-width: 1260px;
    margin: auto;
}
.btWithSidebar .btContent .gutter .port {
    padding: 0;
}
@media (max-width: 1259px) {
    .gutter .port {
        width: 100%;
        max-width: none;
        padding-left: 30px;
        padding-right: 30px;
    }
    .btMenuVerticalRight .btVerticalMenuTrigger {
        margin: 0;
    }
}

/* Content holder and sidebars*/
.btNoSidebar .btContentHolder,
.btNoSidebar .btContent {
    width: auto;
    padding: 0;
}

/* Page without BB & sidebar */
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 30px 0;
}
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent .gutter .port {
    padding-left: 0;
    padding-right: 0;
}
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent > article:first-child {
    margin-top: 0;
}
.btWithSidebar .btContentHolder {
    max-width: 1260px;
    margin: auto;
    padding: 4em 30px 4em;
    display: flex;
}
.btBelowMenu.btHideHeadline.btWithSidebar .btContentHolder {
    padding-top: 17em;
}
.search.btBelowMenu.btHideHeadline.btWithSidebar .btContentHolder {
    padding-top: 4em;
}
.btWithSidebar .btContentHolder .btContent {
    width: 65.66667%;
}
.btWithSidebar .btContentHolder .btSidebar {
    width: 34.333334%;
    position: relative;
}
.btSidebarLeft.btWithSidebar .btContentHolder {
    flex-direction: row-reverse;
}
.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
    padding-right: 30px;
}
.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
    padding-right: 0;
    padding-left: 30px;
}
.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
    padding-left: 30px;
}
.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
    padding-left: 0;
    padding-right: 30px;
}
.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
    padding-left: 30px;
}
.rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
    padding-left: 0;
    padding-right: 30px;
}
.btSidebarRight.btWithSidebar .btContentHolder .btContent {
    padding-right: 30px;
}
.rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent {
    padding-right: 0;
    padding-left: 30px;
}
.btBelowMenu.btHideHeadline.btWithSidebar .btBlogHeaderContent + .btContentHolder {
    padding-top: 4em;
}

/* Responsive */
@media (max-width: 768px) {
    .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-left: 0 !important;
        padding-right: 0 !important;
    }
    .btWithSidebar.btSidebarRight .btContentHolder .btContent .btArticleContent,
    .btWithSidebar.btSidebarLeft .btContentHolder .btContent .btArticleContent,
    .btWithSidebar.btSidebarRight .btContentHolder .btSidebar .btArticleContent,
    .btWithSidebar.btSidebarLeft .btContentHolder .btSidebar .btArticleContent {
        width: 100%;
    }
    .btWithSidebar.btSidebarRight .btContentHolder .btContent .btArticleContent .bt_bb_wrapper img.alignnone.size-full,
    .btWithSidebar.btSidebarLeft .btContentHolder .btContent .btArticleContent .bt_bb_wrapper img.alignnone.size-full,
    .btWithSidebar.btSidebarRight .btContentHolder .btSidebar .btArticleContent .bt_bb_wrapper img.alignnone.size-full,
    .btWithSidebar.btSidebarLeft .btContentHolder .btSidebar .btArticleContent .bt_bb_wrapper img.alignnone.size-full {
        max-width: 100%;
    }
    .btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
    .btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
        padding-top: 4em;
    }
}

/* Preloader */
.btPreloader {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: inherit;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    transform: translate(0,0);
    opacity: 1;
    transition: all 800ms ease;
}
.btPreloader .animation {
    display: block;
    width: 100%;
    transform: translateY(0) scale(1);
    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: 5px;
    padding: .7em 1.2em;
    display: block;
    background-color: #fdabb7;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.btPreloader .animation > div img {
    margin: 0 auto;
}
.btPreloader .animation a {
    pointer-events: none;
}
.btRemovePreloader .btPreloader {
    transform: translate(0,-100%);
    opacity: 0;
}
.btRemovePreloader .btPreloader .animation {
    transform: translateY(0) scale(.9);
    opacity: 0;
    transition: transform .5s ease,opacity ease .5s;
}
.btPreloader .animation .preloaderLogo {
    height: 100px;
    transform: scale(1);
    transition: all .5s ease;
    width: auto;
    display: block;
    line-height: 1;
}
.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,
.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo {
    height: 200px;
}

/* Loader */
.btLoader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.btLoader > div,
.btLoader > span {
    position: absolute;
    opacity: 1;
    animation: preloader-ripple 1.5s cubic-bezier(0,.2,.8,1) infinite;
}
.btLoader > div:nth-child(2),
.btLoader > span:nth-child(2) {
    animation-delay: -.5s;
}
.btLoader > div:nth-child(3),
.btLoader > span:nth-child(3) {
    animation-delay: -1s;
}
.btLoader > div:nth-child(4),
.btLoader > div:nth-child(5),
.btLoader > div:nth-child(6),
.btLoader > span:nth-child(4),
.btLoader > span:nth-child(5),
.btLoader > span:nth-child(6) {
    display: none;
}
.btMenuFocusElementCircle .btLoader > div,
.btMenuFocusElementCircle .btLoader > span {
    background: #fdabb7;
    border-radius: 50%;
}
.btMenuFocusElementOutlineCircle .btLoader > div,
.btMenuFocusElementOutlineCircle .btLoader > span {
    border: 3px solid #fdabb7;
    border-radius: 50%;
}
.btMenuFocusElementSquare .btLoader > div,
.btMenuFocusElementSquare .btLoader > span {
    background: #fdabb7;
}
.btMenuFocusElementOutlineSquare .btLoader > div,
.btMenuFocusElementOutlineSquare .btLoader > span {
    border: 3px solid #fdabb7;
}
.btMenuFocusElementDash .btLoader > div,
.btMenuFocusElementDash .btLoader > span {
    width: 200%;
    height: 3px;
    background: currentColor;
    opacity: .1;
    animation: none;
    left: -50%;
}
.btMenuFocusElementDash .btLoader > div:nth-child(2),
.btMenuFocusElementDash .btLoader > span:nth-child(2) {
    background-image: linear-gradient(to right,#fdabb7,#fdabb7);
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    opacity: 1;
    animation: preloader-dash 1.2s ease-in-out infinite;
}
.btMenuFocusElementDash .btLoader > div:nth-child(3),
.btMenuFocusElementDash .btLoader > span:nth-child(3) {
    display: none;
}
@keyframes preloader-dash {
    50% {
        background-size: 80%;
    }
    100% {
        background-position: 125% 0;
    }
}

@keyframes preloader-ripple {
    0% {
        top: 32px;
        left: 32px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 64px;
        height: 64px;
        opacity: 0;
    }
}

@keyframes btSpinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/* Error page */
.btErrorPage {
    min-height: 70vh;
    align-items: center;
    display: flex;
    background-position: 10% bottom;
    background-size: initial;
}
.btErrorPage .port {
    padding-top: 6em;
    padding-bottom: 6em;
}

/* Password protected page */
.post-password-form {
    max-width: 1260px;
    margin: 50px auto 50px auto !important;
}

/* Breadcrumbs */
.btBreadCrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 1.25;
}
.btBreadCrumbs span {
    display: flex;
    margin-left: 0;
    padding-left: 0;
    align-items: center;
}
.btBreadCrumbs span a {
    color: currentColor;
    transition: 300ms ease opacity;
}
.btBreadCrumbs span a:hover {
    opacity: .4;
}
.btBreadCrumbs span:not(:last-child):after {
    content: ' ';
    width: 3px;
    height: 3px;
    background: currentColor;
    margin: 0 10px;
    border-radius: 50%;
    opacity: .2;
}

/* Page headline */
.btPageHeadline {
    background-color: rgba(34,34,34,.05);
    background-size: cover;
}
.btPageHeadline header {
    max-width: 768px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.single-post .btPageHeadline header,
.single-portfolio .btPageHeadline header {
    max-width: 100%;
}
.single-post .btPageHeadline header .bt_bb_headline_subheadline,
.single-portfolio .btPageHeadline header .bt_bb_headline_subheadline {
    max-width: 768px;
}
.btPageHeadline header .bt_bb_headline_superheadline {
    display: block;
}
.btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content {
    position: relative;
}
.btTemplateDashCircle .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after,
.btTemplateDashOutlineCircle .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after,
.btTemplateDashSquare .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after,
.btTemplateDashOutlineSquare .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after {
    position: absolute;
    z-index: -1;
    top: -.225em;
    margin: 0 !important;
    height: 1.5em !important;
    width: 1.5em !important;
    left: -.4em;
}
.rtl.btTemplateDashCircle .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after,
.rtl.btTemplateDashOutlineCircle .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after,
.rtl.btTemplateDashSquare .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after,
.rtl.btTemplateDashOutlineSquare .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after {
    left: auto;
    right: -.4em;
}
.btTemplateDashCircle .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after {
    border-radius: 50%;
    opacity: .6;
}
.btTemplateDashOutlineCircle .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after {
    background: transparent !important;
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
    border-radius: 50%;
}
.btTemplateDashSquare .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after {
    opacity: .6;
}
.btTemplateDashOutlineSquare .btPageHeadline header.bt_bb_dash_bottom .bt_bb_headline_content:after {
    background: transparent !important;
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btTemplateDashCircle .btPageHeadline header .bt_bb_headline_subheadline,
.btTemplateDashOutlineCircle .btPageHeadline header .bt_bb_headline_subheadline,
.btTemplateDashSquare .btPageHeadline header .bt_bb_headline_subheadline,
.btTemplateDashOutlineSquare .btPageHeadline header .bt_bb_headline_subheadline {
    margin-top: 1.25em;
}
.btPageHeadline .bt_bb_port {
    padding-bottom: 5em;
    padding-top: 5em;
}
body.btBelowMenu .btPageHeadline .bt_bb_port {
    padding-top: 14em;
}
body.btBelowMenu.btMenuBelowLogo .btPageHeadline .bt_bb_port {
    padding-top: 15em;
}
.btPageHeadline.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.85);
}
.btDarkSkin .btPageHeadline,
.btLightSkin .btDarkSkin .btPageHeadline,
.btDarkSkin.btLightSkin .btDarkSkin .btPageHeadline {
    background-color: rgba(255,255,255,.05);
}
.btPageHeadlineLight .btPageHeadline.bt_bb_section:before,
.btPageHeadlineDark .btPageHeadline.bt_bb_section:before,
.btPageHeadlineAccent .btPageHeadline.bt_bb_section:before,
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section:before,
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section:before,
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
}
.btPageHeadlineLight .btPageHeadline.bt_bb_section .bt_bb_cell,
.btPageHeadlineDark .btPageHeadline.bt_bb_section .bt_bb_cell,
.btPageHeadlineAccent .btPageHeadline.bt_bb_section .bt_bb_cell,
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .bt_bb_cell,
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .bt_bb_cell,
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .bt_bb_cell {
    z-index: 1;
    position: relative;
}
.btPageHeadlineLight .btPageHeadline.bt_bb_section {
    color: #181818;
}
.btPageHeadlineLight .btPageHeadline.bt_bb_section:before {
    background-color: #fff;
}
.btPageHeadlineLight .btPageHeadline.bt_bb_section[style*="background-image"]:before {
    opacity: .8;
}
.btPageHeadlineDark .btPageHeadline.bt_bb_section {
    color: #fff;
}
.btPageHeadlineDark .btPageHeadline.bt_bb_section:before {
    background-color: #191919;
}
.btPageHeadlineDark .btPageHeadline.bt_bb_section[style*="background-image"]:before {
    opacity: .5;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section {
    color: #fff;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section:before {
    background-color: #fdabb7;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section[style*="background-image"]:before {
    opacity: .85;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section .btArticleDate:before,
.btPageHeadlineAccent .btPageHeadline.bt_bb_section .btArticleAuthor:before,
.btPageHeadlineAccent .btPageHeadline.bt_bb_section .btArticleComments:before,
.btPageHeadlineAccent .btPageHeadline.bt_bb_section .btArticleCategories:before {
    color: #333c4a;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    background: #333c4a;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinecircle:after {
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btTemplateDashOutlineCircle.btPageHeadlineAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinesquare:after {
    background: transparent !important;
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btTemplateDashOutlineSquare.btPageHeadlineAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section {
    color: #fff;
}
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section:before {
    background-color: #333c4a;
}
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section[style*="background-image"]:before {
    opacity: .85;
}
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .btArticleDate:before,
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .btArticleAuthor:before,
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .btArticleComments:before,
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .btArticleCategories:before {
    color: #fdabb7;
}
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    background: #fdabb7;
}
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinecircle:after {
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btTemplateDashOutlineCircle.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinesquare:after {
    background: transparent !important;
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btTemplateDashOutlineSquare.btPageHeadlineAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section {
    color: #fff;
}
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section:before {
    background: linear-gradient(to left,#fdabb7,#333c4a);
}
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section[style*="background-image"]:before {
    opacity: .85;
}
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .btArticleDate:before,
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .btArticleAuthor:before,
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .btArticleComments:before,
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .btArticleCategories:before {
    color: #fdabb7;
}
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    background: #fdabb7;
}
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinecircle:after {
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btTemplateDashOutlineCircle.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinesquare:after {
    background: transparent !important;
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btTemplateDashOutlineSquare.btPageHeadlineAlternateAccent .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    box-shadow: 0 0 0 2px #fdabb7 inset !important;
}
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section {
    color: #fff;
}
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section:before {
    background: linear-gradient(to right,#fdabb7,#333c4a);
}
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section[style*="background-image"]:before {
    opacity: .85;
}
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .btArticleDate:before,
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .btArticleAuthor:before,
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .btArticleComments:before,
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .btArticleCategories:before {
    color: #333c4a;
}
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    background: #333c4a;
}
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinecircle:after {
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btTemplateDashOutlineCircle.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinesquare:after {
    background: transparent !important;
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btTemplateDashOutlineSquare.btPageHeadlineAccentAlternate .btPageHeadline.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    box-shadow: 0 0 0 2px #333c4a inset !important;
}

/* Boxed page */
.btBoxedPage .btPageWrap {
    max-width: 1200px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    margin-bottom: 3em;
    margin: 0 auto 3em;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: initial;
}
.btStickyHeaderActive.btBoxedPage .mainHeader {
    max-width: 1200px;
}
.btLightSkin.btBoxedPage .btContentWrap {
    background-color: #fff;
}
.btDarkSkin.btBoxedPage .btContentWrap {
    background-color: #191919;
}
.btErrorPage {
    min-height: 101vh;
    height: 101vh;
    align-items: center;
    justify-content: center;
    display: flex;
    background-position: center center;
    background-size: cover;
}
.btErrorPage .bt_bb_port {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.btErrorPage.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;
}
.btPageHeadlineLight .btErrorPage.bt_bb_section {
    color: #181818;
}
.btPageHeadlineLight .btErrorPage.bt_bb_section:before {
    background-color: #fff;
}
.btPageHeadlineLight .btErrorPage.bt_bb_section[style*="background-image"]:before {
    opacity: .8;
}
.btPageHeadlineDark .btErrorPage.bt_bb_section {
    color: #fff;
}
.btPageHeadlineDark .btErrorPage.bt_bb_section:before {
    background-color: #191919;
}
.btPageHeadlineDark .btErrorPage.bt_bb_section[style*="background-image"]:before {
    opacity: .5;
}
.btPageHeadlineAccent .btErrorPage.bt_bb_section {
    color: #fff;
}
.btPageHeadlineAccent .btErrorPage.bt_bb_section:before {
    background-color: #fdabb7;
}
.btPageHeadlineAccent .btErrorPage.bt_bb_section[style*="background-image"]:before {
    opacity: .85;
}
.btPageHeadlineAccent .btErrorPage.bt_bb_section .btArticleDate:before,
.btPageHeadlineAccent .btErrorPage.bt_bb_section .btArticleAuthor:before,
.btPageHeadlineAccent .btErrorPage.bt_bb_section .btArticleComments:before,
.btPageHeadlineAccent .btErrorPage.bt_bb_section .btArticleCategories:before {
    color: #333c4a;
}
.btPageHeadlineAccent .btErrorPage.bt_bb_section .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
    background: #333c4a;
}
.btPageHeadlineAccent .btErrorPage.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinecircle:after {
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btPageHeadlineAccent .btErrorPage.bt_bb_section .bt_bb_headline.bt_bb_dash_type_outlinesquare:after {
    background: transparent !important;
    box-shadow: 0 0 0 2px #333c4a inset !important;
}
.btPageHeadlineAlternate .btErrorPage.bt_bb_section {
    color: #fff;
}
.btPageHeadlineAlternate .btErrorPage.bt_bb_section:before {
    background-color: #333c4a;
}
.btPageHeadlineAlternate .btErrorPage.bt_bb_section[style*="background-image"]:before {
    opacity: .85;
}
.btPageHeadlineAlternateAccent .btErrorPage.bt_bb_section {
    color: #fff;
}
.btPageHeadlineAlternateAccent .btErrorPage.bt_bb_section:before {
    background: linear-gradient(to left,#fdabb7,#333c4a);
}
.btPageHeadlineAlternateAccent .btErrorPage.bt_bb_section[style*="background-image"]:before {
    opacity: .85;
}
.btPageHeadlineAccentAlternate .btErrorPage.bt_bb_section {
    color: #fff;
}
.btPageHeadlineAccentAlternate .btErrorPage.bt_bb_section:before {
    background: linear-gradient(to right,#fdabb7,#333c4a);
}
.btPageHeadlineAccentAlternate .btErrorPage.bt_bb_section[style*="background-image"]:before {
    opacity: .85;
}
.btErrorPage .bt_bb_column.bt_bb_align_center {
    text-align: center;
}
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline h2 {
    font-size: 4.375rem;
}
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_superheadline {
    margin-bottom: 1em;
    display: block;
}
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline {
    font-size: 1em !important;
    margin-top: 2em;
}
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    padding: 1.357em 1.786em;
    font-size: .875em;
    background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
    background-position: 0 0;
    background-size: 200% 100% !important;
    border: 0;
    color: #fff;
    box-shadow: 0 2px 10px rgba(34,34,34,.2);
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    transition: all 300ms ease;
    width: auto;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
}
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a:hover {
    box-shadow: 0 3px 20px rgba(34,34,34,.2);
    transform: translateY(-3px);
    background-position: 99% 0;
    text-shadow: 0 1px 2px rgba(34,34,34,.2);
}
.btHardRoundedButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 50px;
}
.btHardRoundedTopLeftButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 50px;
    border-top-left-radius: 0;
}
.btHardRoundedTopRightButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 50px;
    border-top-right-radius: 0;
}
.btHardRoundedBottomLeftButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 50px;
    border-bottom-left-radius: 0;
}
.btHardRoundedBottomRightButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 50px;
    border-bottom-right-radius: 0;
}
.btSoftRoundedButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 4px;
}
.btSoftRoundedTopLeftButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 4px;
    border-top-left-radius: 0;
}
.btSoftRoundedTopRightButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 4px;
    border-top-right-radius: 0;
}
.btSoftRoundedBottomLeftButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 4px;
    border-bottom-left-radius: 0;
}
.btSoftRoundedBottomRightButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 4px;
    border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
    .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline h2 {
        font-size: 3rem;
    }
}

abbr {
    text-decoration: none;
    border-bottom: 1px dotted currentColor;
    transition: 200ms ease all;
}
abbr:hover {
    border-bottom: 1px dotted transparent;
}

/* Header */
.mainHeader {
    width: 100%;
    position: absolute;
    background-color: inherit;
    transform: translateY(0);
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    transition: opacity 300ms ease;
    visibility: hidden;
    opacity: 0;
}
.btMenuInitFinished .mainHeader {
    visibility: initial;
    opacity: 1;
}
.mainHeader:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}
.mainHeader a {
    color: inherit;
    transition: color 200ms linear;
}
.mainHeader a:hover {
    color: #fdabb7;
}
.btMenuHorizontal .mainHeader .port {
    padding-right: 39.99px;
    padding-left: 39.99px;
}
.btMenuHorizontal .mainHeader.gutter .port {
    padding-right: 30px;
    padding-left: 30px;
}
.btPageTransitions .mainHeader {
    z-index: 1020;
}

/* Below menu */
.btMenuHorizontal:not(.btBelowMenu) .mainHeader {
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
}

/* Main menu */
.btLogoArea {
    position: relative;
    z-index: 1;
}
.menuPort {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.btMenuFontSize-12 .menuPort {
    font-size: 12px;
}
.btMenuFontSize-13 .menuPort {
    font-size: 13px;
}
.btMenuFontSize-14 .menuPort {
    font-size: 14px;
}
.btMenuFontSize-15 .menuPort {
    font-size: 15px;
}
.btMenuFontSize-16 .menuPort {
    font-size: 16px;
}
.menuPort:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}
.menuPort nav ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 200ms ease 0s;
}
.menuPort nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.menuPort nav ul li a {
    display: block;
    position: relative;
    padding: .4em 1.25em;
}
.menuPort nav ul li a:hover {
    color: currentColor;
    text-decoration: none;
}
.menuPort nav ul ul li {
    transition: opacity 300ms ease;
}
.menuPort nav ul ul li.on {
    opacity: 1;
}
.menuPort ul > li > ul {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transform-origin: 0 0;
}
.rtl .menuPort ul > li > ul {
    transform-origin: 100% 0;
}
.menuPort ul > li > ul ul {
    transform: none;
}
.menuPort nav > ul > li > a {
    line-height: 100px;
    padding: 0;
}
.btBelowLogoArea .menuPort nav > ul > li > a {
    line-height: 60px;
}

/* Logo and triggers */
.btTextLogo {
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    font-size: 2em;
    line-height: 100px;
    letter-spacing: -.03em;
}
.btMenuVertical .btTextLogo {
    line-height: 58px;
}
.btLogoArea .logo {
    line-height: 0;
    float: left;
}
.btMenuVertical .btLogoArea .logo {
    transform: none !important;
    transition: opacity 300ms ease;
}
.rtl .btLogoArea .logo {
    float: right;
}
.btLogoArea .logo img {
    height: 100px;
    width: auto;
    display: block;
}
.btMenuVertical .btLogoArea .logo img {
    height: 60px;
}
.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: calc(100px * .125) 0;
}
.btMenuHorizontal.btHideMenu .menuPort {
    opacity: 0;
    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 .5em;
    font-size: 1.5em;
}
.btHorizontalMenuTrigger .bt_bb_icon {
    width: calc(100px * .25);
    height: calc(100px * .25);
    position: relative;
    padding: 0;
    float: left;
    margin: calc(100px * .375) 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: 10%;
    transition: 300ms ease all;
    transform: translateY(0);
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.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,
.btAccentGradientHeader .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,
.btAccentGradientHeader .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: 10%;
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
}
.btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    content: "";
    position: absolute;
    display: block;
    content: "";
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transform: scaleX(1);
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    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,
.btAccentGradientHeader .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,
.btAccentGradientHeader .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,
.btAccentGradientHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    border-top-color: #fdabb7;
}
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    border-top-color: #181818;
}
.btHorizontalMenuTrigger:hover .bt_bb_icon:before {
    top: 0;
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:before {
    top: calc(50% - 1px);
    transform: rotate(45deg) scaleX(.75);
}
.btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    bottom: 0;
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg) scaleX(.75);
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    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,
.btAccentGradientHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #fdabb7;
}
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #181818;
}

/* Only horizontal menu */
.btMenuHorizontal .menuPort nav > ul > li > a:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -6px;
    pointer-events: none;
    height: 12px;
    width: 12px;
    bottom: 0%;
    margin-bottom: -6px;
    opacity: 0;
    transition: 200ms ease all;
    transform: scale(.5);
    transform-origin: 50% 50%;
}
.rtl.btMenuHorizontal .menuPort nav > ul > li > a:after {
    left: auto;
    margin-left: auto;
    right: 50%;
    margin-right: -6px;
}
.btMenuFocusElementCircle.btMenuHorizontal .menuPort nav > ul > li > a:after {
    background-color: currentColor;
    border-radius: 50%;
}
.btMenuFocusElementOutlineCircle.btMenuHorizontal .menuPort nav > ul > li > a:after {
    box-shadow: 0 0 0 2px #fdabb7 inset;
    border-radius: 50%;
}
.btMenuFocusElementSquare.btMenuHorizontal .menuPort nav > ul > li > a:after {
    background-color: #fdabb7;
}
.btMenuFocusElementOutlineSquare.btMenuHorizontal .menuPort nav > ul > li > a:after {
    box-shadow: 0 0 0 2px #fdabb7 inset;
}
.btMenuFocusElementDash.btMenuHorizontal .menuPort nav > ul > li > a:after {
    background-color: #fdabb7;
    left: calc(50px * .4);
    right: calc(50px * .4);
    width: auto;
    height: 3px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
}
.btMenuHorizontal .menuPort nav > ul > li > a:before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 2px 7px rgba(34,34,34,.35);
    transition: 250ms ease all;
    transform-origin: 50% 100%;
}
.btMenuFocusElementCircle.btMenuHorizontal .menuPort nav > ul > li > a:before,
.btMenuFocusElementOutlineCircle.btMenuHorizontal .menuPort nav > ul > li > a:before {
    border-radius: 5px;
}
.btMenuHorizontal .menuPort nav > ul > li.on > a {
    color: #181818;
}
.btMenuHorizontal .menuPort nav > ul > li.on > a:after {
    opacity: 1;
    transform: scale(1);
    background-color: #fdabb7;
}
.btStickyHeaderActive.btMenuHorizontal .menuPort nav > ul > li.on > a:after {
    background-color: #fdabb7;
}
.btMenuHorizontal .menuPort nav > ul > li.on > a:before {
    opacity: 1;
}
.btMenuFocusElementCircle.btMenuHorizontal .menuPort nav > ul > li.menu-item-has-children > a:before,
.btMenuFocusElementOutlineCircle.btMenuHorizontal .menuPort nav > ul > li.menu-item-has-children > a:before {
    border-radius: 5px 5px 0 0;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
    opacity: 50%;
    box-shadow: none;
    background-color: currentColor;
}
.btStickyHeaderActive.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btStickyHeaderActive.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
    background-color: #fdabb7;
}

/* Drop down menu */
.btMenuHorizontal .menuPort ul li .subToggler {
    z-index: 1;
}
.btMenuHorizontal .menuPort ul ul li a {
    color: #181818;
}
.btMenuHorizontal .menuPort ul ul li a:hover {
    color: #fdabb7;
}
.btMenuHorizontal .menuPort ul ul li .subToggler {
    top: 50%;
    margin-top: -1.5em;
    width: 35px;
    color: #181818;
}
.btMenuHorizontal .menuPort ul ul li .subToggler:before {
    content: "\f105";
}
.rtl.btMenuHorizontal .menuPort ul ul li .subToggler {
    left: 0;
    right: auto;
}
.rtl.btMenuHorizontal .menuPort ul ul li .subToggler:before {
    content: "\f104";
}

/* Subtogglers */
.subToggler {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 80;
    padding: 0;
    text-align: center;
    transition: 200ms ease all;
    opacity: .5;
}
.on > .subToggler {
    transform: rotate(180deg);
    opacity: 1;
}
body.btMenuVertical .subToggler {
    display: block !important;
    padding: 20px 0;
    line-height: 1;
    right: 0;
    top: -5px;
}
body.btMenuHorizontal .subToggler {
    right: -10px;
    line-height: 100px;
}
body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler {
    right: auto;
    left: 0;
}
body.btMenuHorizontal.rtl .subToggler {
    left: -10px;
    right: auto;
}
body.btMenuHorizontal.btMenuBelowLogo .subToggler {
    line-height: 60px;
}
body.btMenuHorizontal .menuPort ul ul .subToggler {
    right: 0;
    line-height: inherit;
    padding: .85714em 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: calc(100px * .25) calc(50px * .2) calc(100px * .25) 0;
}
.btMenuHorizontal .menuPort > nav > ul > li > a {
    line-height: calc(100px * .5);
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li {
    padding: calc(100px * .25) 0 calc(100px * .25) calc(50px * .2);
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child {
    padding-left: 0 !important;
}
:not(.rtl).btMenuHorizontal .menuPort > nav > ul > li:last-child {
    padding-right: 0 !important;
}
.btMenuHorizontal .menuPort > nav > ul > li > a {
    padding: 0 calc(50px * .4);
    transition: none;
}
.btMenuHorizontal .menuPort > nav > ul > li > a:hover {
    transition: color 200ms ease;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul > li {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    line-height: 1.5;
}
.btMenuHorizontal .menuPort > nav > ul ul {
    position: absolute;
    width: 270px;
    top: calc(100px * .75);
    margin: 0;
    pointer-events: none;
    z-index: 2;
    padding: 10px 0;
}
.btMenuBelowLogo.btMenuHorizontal .menuPort > nav > ul ul {
    top: 60px;
}
.btMenuHorizontal .menuPort > nav > ul ul:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 0;
}
.btMenuFocusElementCircle.btMenuHorizontal .menuPort > nav > ul ul:before,
.btMenuFocusElementOutlineCircle.btMenuHorizontal .menuPort > nav > ul ul:before {
    border-radius: 0 5px 5px 5px;
}
.btMenuHorizontal .menuPort > nav > ul ul:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 10px;
    z-index: -1;
    box-shadow: 0 4px 10px 0 rgba(34,34,34,.35);
}
.btMenuFocusElementCircle.btMenuHorizontal .menuPort > nav > ul ul:after,
.btMenuFocusElementOutlineCircle.btMenuHorizontal .menuPort > nav > ul ul:after {
    border-radius: 0 5px 5px 5px;
}
.btMenuHorizontal .menuPort > nav > ul ul li {
    z-index: 4;
    float: none;
}
.btMenuHorizontal .menuPort > nav > ul ul ul {
    display: block;
    top: -10px;
    margin: 0;
    pointer-events: none;
}
.btMenuHorizontal .menuPort > nav > ul li.current-menu-item ul,
.btMenuHorizontal .menuPort > nav > li.current-menu-ancestor ul {
    margin: 0;
}
.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
    position: relative;
}
.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.on {
    z-index: 10;
}
.btMenuHorizontal .menuPort > nav > ul > li.on > ul {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
    transform: translateY(0);
}
.btMenuHorizontal .menuPort > nav > ul > li.on > ul > li.on > ul {
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a {
    position: relative;
    transition: 200ms ease all;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    top: .85em;
    left: .45em;
    transition: 200ms ease all;
    position: absolute;
    opacity: 0;
    transform: translateX(-5px);
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    left: auto;
    right: .5em;
    transform: translateX(5px);
}
.btMenuFocusElementCircle.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    background-color: #fdabb7;
    border-radius: 50%;
}
.btMenuFocusElementOutlineCircle.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    box-shadow: 0 0 0 2px #fdabb7 inset;
    border-radius: 50%;
}
.btMenuFocusElementSquare.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    background-color: #fdabb7;
}
.btMenuFocusElementOutlineSquare.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    box-shadow: 0 0 0 2px #fdabb7 inset;
}
.btMenuFocusElementDash.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    background-color: #fdabb7;
    height: 2px;
    top: calc(.85em + 2.5px);
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a:hover {
    color: #fdabb7;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a:hover:before {
    opacity: 1;
    transform: translatex(0);
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a.btEmptyElement {
    pointer-events: none;
}
html.touch .btMenuHorizontal .menuPort > nav > ul > li > ul li a.btEmptyElement {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0 !important;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li.current-menu-ancestor > a:before,
.btMenuHorizontal .menuPort > nav > ul > li > ul li.current-menu-item > a:before {
    opacity: 1;
    transform: translatex(0);
}
.btMenuHorizontal .btBelowLogoArea .menuPort nav > ul > li {
    padding-top: 0;
    padding-bottom: 0;
}
.btMenuHorizontal .btBelowLogoArea .menuPort nav > ul > li > a {
    line-height: 60px;
}
.btMenuHorizontal .btBelowLogoArea .menuPort nav > ul ul {
    top: 100%;
}
.btMenuHorizontal .btBelowLogoArea .menuPort nav > ul ul ul {
    top: -10px;
}

/* Last menu item (FIX) */
.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul {
    right: 0;
    left: auto;
}
.btMenuFocusElementCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul:after,
.btMenuFocusElementOutlineCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul:after,
.btMenuFocusElementCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul:before,
.btMenuFocusElementOutlineCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul:before {
    border-radius: 5px 0 5px 5px;
}
.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul {
    left: 0;
    right: auto;
}
.btMenuFocusElementCircle.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul:after,
.btMenuFocusElementOutlineCircle.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul:after,
.btMenuFocusElementCircle.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul:before,
.btMenuFocusElementOutlineCircle.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul:before {
    border-radius: 0 5px 5px 5px;
}
.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul {
    right: 0;
    left: -100%;
}
.btMenuFocusElementCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:after,
.btMenuFocusElementOutlineCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:after,
.btMenuFocusElementCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:before,
.btMenuFocusElementOutlineCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:before {
    border-radius: 5px 0 5px 5px;
}
.rtl.btMenuFocusElementCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:after,
.rtl.btMenuFocusElementOutlineCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:after,
.rtl.btMenuFocusElementCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:before,
.rtl.btMenuFocusElementOutlineCircle.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:before {
    border-radius: 5px 0 5px 5px;
}
.rtl.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul {
    right: 270px;
    left: auto;
}
.btMenuFocusElementCircle.rtl.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:after,
.btMenuFocusElementOutlineCircle.rtl.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:after,
.btMenuFocusElementCircle.rtl.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:before,
.btMenuFocusElementOutlineCircle.rtl.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:before {
    border-radius: 5px 0 5px 5px;
}
.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul {
    left: 270px;
    right: auto;
}
.btMenuFocusElementCircle.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:after,
.btMenuFocusElementOutlineCircle.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:after,
.btMenuFocusElementCircle.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:before,
.btMenuFocusElementOutlineCircle.rtl.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul:before {
    border-radius: 0 5px 5px 5px;
}

/* Rounded corners */
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateLightHeader .mainHeader.gutter {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Menu positions */
.btMenuHorizontal .menuPort ul ul {
    right: auto;
    left: 0;
}
.rtl.btMenuHorizontal .menuPort ul ul {
    right: 0;
    left: auto;
}
.btMenuFocusElementCircle.rtl.btMenuHorizontal .menuPort ul ul:after,
.btMenuFocusElementOutlineCircle.rtl.btMenuHorizontal .menuPort ul ul:after,
.btMenuFocusElementCircle.rtl.btMenuHorizontal .menuPort ul ul:before,
.btMenuFocusElementOutlineCircle.rtl.btMenuHorizontal .menuPort ul ul:before {
    border-radius: 5px 0 5px 5px;
}
.btMenuHorizontal .menuPort ul ul ul {
    left: 270px;
    right: auto;
}
.rtl.btMenuHorizontal .menuPort ul ul ul {
    left: auto;
    right: 270px;
}
.btMenuHorizontal .menuPort nav {
    float: left;
    padding-left: 50px;
}
.rtl.btMenuHorizontal .menuPort nav {
    padding-right: 50px;
    padding-left: 0;
}
.btMenuHorizontal.btMenuRight .menuPort nav {
    float: right;
}
.btMenuHorizontal.btMenuCenter .logo {
    position: relative;
    z-index: 8;
    margin: 0 0 0 50%;
    height: 100px;
    text-align: center;
}
.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo {
    height: 60px;
}
.rtl.btMenuHorizontal.btMenuCenter .logo {
    float: left;
}
.btMenuHorizontal.btMenuCenter .logo .btTextLogo {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo .btTextLogo {
    height: 60px;
}
.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: 0;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
    right: 0;
    left: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul li a:before {
    right: auto;
    left: .5em;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul li a:before {
    left: auto;
    right: .5em;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul {
    left: 270px;
    right: auto;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul {
    right: 270px;
    left: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav {
    position: absolute;
    left: 50%;
    right: auto;
    padding-left: 50px;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
    right: 0;
    left: auto;
}
.btMenuFocusElementCircle.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul:before,
.btMenuFocusElementOutlineCircle.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul:before,
.btMenuFocusElementCircle.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul:after,
.btMenuFocusElementOutlineCircle.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul:after {
    border-radius: 5px 0 5px 5px;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
    left: 0;
    right: auto;
}
.btMenuFocusElementCircle.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul:before,
.btMenuFocusElementOutlineCircle.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul:before,
.btMenuFocusElementCircle.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul:after,
.btMenuFocusElementOutlineCircle.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul:after {
    border-radius: 0 5px 5px 5px;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:before {
    left: auto;
    right: .5em;
    transform: translateX(5px);
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:before {
    left: .5em;
    right: auto;
    transform: translateX(-5px);
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:hover:before {
    transform: translateX(0);
}
rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:hover:before {
    transform: translateX(0);
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li .subToggler:before {
    content: "\f104";
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li .subToggler {
    left: auto;
    right: 0;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li .subToggler:before {
    content: "\f105";
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li {
    padding-right: 0;
    padding-left: calc(50px * .2);
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li {
    padding-left: 0;
    padding-right: calc(50px * .2);
}
:not(.rtl).btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li:first-child {
    padding-left: 0 !important;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li:first-child {
    padding-right: 0 !important;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li > a:after {
    left: auto;
    right: calc(50px * .4);
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li > a:after {
    right: auto;
    left: calc(50px * .4);
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav > ul > li > .subToggler {
    left: -10px;
    right: auto;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav > ul > li > .subToggler {
    right: -10px;
    left: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul {
    right: 270px;
    left: auto;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul {
    left: 270px;
    right: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav li {
    text-align: right;
}
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav li {
    text-align: left;
}
.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: 30px;
    top: 0;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
    right: auto;
    left: 30px;
}
.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-right: 0 !important;
    padding-left: calc(50px * .2);
}
.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: -270px;
}
.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
    position: absolute;
    right: 0;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
    right: auto;
    left: 0;
}

/* Wide menu */
html:not(.touch) body.btMenuHorizontal header.mainHeader.gutter .menuPort > nav > ul > li.btMenuWideDropdown > ul {
    max-width: 1200px;
    left: 50%;
    margin-right: auto;
    margin-left: -600px;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul {
    width: auto;
    position: fixed;
    left: 30px;
    right: 30px;
    top: 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 {
    font-weight: 400;
    position: relative;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    padding: .3em 1em;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a:after {
    content: "";
    display: block;
    height: 1px !important;
    left: 1em !important;
    right: 1em !important;
    background: #181818;
    bottom: 0 !important;
    opacity: .1;
    position: absolute;
}
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 {
    opacity: 1;
    top: auto;
    margin: 0 !important;
    width: 100%;
    right: 0;
    left: 0;
    position: relative;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul:after {
    display: 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 > li:not(:last-child) {
    border-left: 1px solid rgba(34,34,34,.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.rtl.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li {
    float: right;
}
html:not(.touch) body.btMenuHorizontal.btStickyHeaderActive .menuPort > nav > ul > li.btMenuWideDropdown > ul,
html:not(.touch) body.btMenuHorizontal.btMenuBelowLogo .menuPort > nav > ul > li.btMenuWideDropdown > ul {
    margin-top: 0;
}
html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.rightNav > ul > li.btMenuWideDropdown > ul {
    left: 30px;
    right: 30px;
}
html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.rightNav > ul > li.btMenuWideDropdown > ul ul {
    left: auto;
    right: auto;
}
html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.leftNav > ul > li.btMenuWideDropdown > ul {
    left: 30px;
    right: 30px;
}
html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.leftNav > ul > li.btMenuWideDropdown > ul ul {
    left: auto;
    right: auto;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-0 > ul > li {
    width: INF% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li {
    width: 100% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li {
    width: 50% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
    width: 33.33333% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li {
    width: 25% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li {
    width: 20% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li {
    width: 16.66667% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li {
    width: 14.28571% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li {
    width: 12.5% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li {
    width: 11.11111% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li {
    width: 10% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li {
    width: 9.09091% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li {
    width: 8.33333% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li {
    width: 7.69231% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li {
    width: 7.14286% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li {
    width: 6.66667% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li {
    width: 6.25% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li {
    width: 5.88235% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li {
    width: 5.55556% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li {
    width: 5.26316% !important;
    padding: 0 !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li {
    width: 5% !important;
    padding: 0 !important;
}

/* Top bar */
.btMenuHorizontal .topBar {
    font-size: .875em;
    line-height: 2.5;
    z-index: 2;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btMenuHorizontal .topBar .topBarPort {
    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: flex;
    height: 100px;
}
.rtl.btMenuHorizontal .topBarInMenu {
    float: left;
}
.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
    display: flex;
}
.btMenuHorizontal .btBelowLogoArea .topBarInMenu {
    height: 60px;
    line-height: 60px;
}

/* Menu below 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 {
    padding: 0 0 0 calc(50px * .2);
}
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li:last-child {
    margin: 0 !important;
}

/* Header styles */
.btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightAlternateHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btAccentGradientHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btAlternateGradientHeader:not(.btBelowMenu) .btVerticalHeaderTop {
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
}

/* Keep width above menu */
/*
body.btBelowMenu.btMenuHorizontal:any(.btAccentDarkHeader,.btAccentLightHeader,.btLightAccentHeader,.btLightDarkHeader,.btLightAlternateHeader,.btAccentGradientHeader,.btAlternateGradientHeader) {
	.mainHeader.gutter {
		max-width: $(baseTemplateWidth)px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
}
*/
/* 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: #191919;
}
.btMenuVertical.btTransparentDarkHeader .mainHeader,
.btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop {
    background-color: #fff;
}
.btTransparentDarkHeader .btBelowLogoArea .menuPort {
    border-top: 1px solid rgba(34,34,34,.1);
}
.btTransparentDarkHeader .topBar .topBarPort .topTools {
    border-bottom: 1px solid rgba(34,34,34,.1);
}
.btBelowMenu:not(.btStickyHeaderActive).btTransparentDarkHeader.btMenuVertical .btVerticalHeaderTop {
    background: transparent;
    box-shadow: none;
}

/* Transparent light */
.btTransparentLightHeader .mainHeader {
    color: #fff;
}
.btStickyHeaderActive.btTransparentLightHeader .mainHeader {
    background-color: #191919;
}
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
    color: #181818;
    background-color: #fff;
}
.btMenuVertical.btTransparentLightHeader .mainHeader {
    background-color: #191919;
}
.btTransparentLightHeader .btVerticalHeaderTop {
    color: #fff;
}
.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
    background-color: #191919;
}
.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);
}
.btBelowMenu:not(.btStickyHeaderActive).btTransparentLightHeader.btMenuVertical .btVerticalHeaderTop {
    background: transparent;
    box-shadow: none;
}

/* Accent light */
.btAccentLightHeader .mainHeader,
.btAccentLightHeader .btVerticalHeaderTop {
    background-color: #fff;
}
.btAccentLightHeader .btBelowLogoArea,
.btAccentLightHeader .topBar {
    background-color: #fdabb7;
    color: #181818;
    position: relative;
}
.btAccentLightHeader .btBelowLogoArea:before,
.btAccentLightHeader .topBar:before {
    content: "";
    display: block;
    background: linear-gradient(to right,transparent 0%,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
}
.btAccentLightHeader .btBelowLogoArea .port,
.btAccentLightHeader .topBar .port {
    z-index: 1;
    position: relative;
}
.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #fff;
}
.btMenuFocusElementCircle.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementCircle.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #fff;
}
.btMenuFocusElementOutlineCircle.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementOutlineCircle.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    box-shadow: 0 0 0 2px #fff inset;
}
.btMenuFocusElementSquare.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementSquare.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #fff;
}
.btMenuFocusElementOutlineSquare.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementOutlineSquare.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    box-shadow: 0 0 0 2px #fff inset;
}
.btMenuFocusElementDash.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementDash.btAccentLightHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #fff;
}
.btAccentLightHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #fff;
}
.btAccentLightHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover {
    color: #fff;
}
.btAccentLightHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #fff;
}
.btAccentLightHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #fff;
}
.btAccentLightHeader .topBar .btIconWidget:hover {
    color: #fff;
}
.btAccentLightHeader .topBar .topTools .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #fff;
}

/* Accent dark */
.btAccentDarkHeader .mainHeader,
.btAccentDarkHeader .btVerticalHeaderTop {
    background-color: #191919;
    color: #fff;
}
.btAccentDarkHeader .btBelowLogoArea,
.btAccentDarkHeader .topBar {
    background-color: #fdabb7;
    color: #fff;
    position: relative;
}
.btAccentDarkHeader .btBelowLogoArea:before,
.btAccentDarkHeader .topBar:before {
    content: "";
    display: block;
    background: linear-gradient(to right,transparent 0%,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
}
.btAccentDarkHeader .btBelowLogoArea .port,
.btAccentDarkHeader .topBar .port {
    z-index: 1;
    position: relative;
}
.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementCircle.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementCircle.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementOutlineCircle.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementOutlineCircle.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    box-shadow: 0 0 0 2px #191919 inset;
}
.btMenuFocusElementSquare.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementSquare.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementOutlineSquare.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementOutlineSquare.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    box-shadow: 0 0 0 2px #191919 inset;
}
.btMenuFocusElementDash.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementDash.btAccentDarkHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btAccentDarkHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #181818;
}
.btAccentDarkHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover {
    color: #181818;
}
.btAccentDarkHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #181818;
}
.btAccentDarkHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover {
    color: #fdabb7;
}
.btAccentDarkHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #181818;
}
.btAccentDarkHeader .topBar .btIconWidget:hover {
    color: #181818;
}
.btAccentDarkHeader .topBar .topTools .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #181818;
}

/* Accent transparent */
.btAccentTrasparentHeader .mainHeader,
.btAccentTrasparentHeader .btVerticalHeaderTop {
    color: #181818;
}
.btAccentTrasparentHeader .btBelowLogoArea,
.btAccentTrasparentHeader .topBar {
    background-color: #fdabb7;
    color: #fff;
}
.btAccentTrasparentHeader .btBelowLogoArea a:hover,
.btAccentTrasparentHeader .topBar a:hover {
    color: #333c4a !important;
}
.btAccentTrasparentHeader .btMenuHorizontal .menuPort ul ul li a:hover {
    color: #333c4a;
}

/* Light dark */
.btLightDarkHeader .mainHeader,
.btLightDarkHeader .btVerticalHeaderTop {
    background-color: #fff;
}
.btLightDarkHeader .btBelowLogoArea,
.btLightDarkHeader .topBar {
    background-color: #191919;
    color: #fff;
}
.btLightDarkHeader.btMenuHorizontal.btBelowMenu .mainHeader {
    background-color: transparent;
}

/* Light accent */
.btLightAccentHeader .mainHeader {
    background-color: #fff;
}
.btLightAccentHeader .btLogoArea,
.btLightAccentHeader .btVerticalHeaderTop {
    background-color: #fdabb7;
    color: #fff;
    position: relative;
}
.btLightAccentHeader .btLogoArea:before,
.btLightAccentHeader .btVerticalHeaderTop:before {
    content: "";
    display: block;
    background: linear-gradient(to right,transparent 0%,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
}
.btLightAccentHeader .btLogoArea .port,
.btLightAccentHeader .btVerticalHeaderTop .port {
    z-index: 1;
    position: relative;
}
.btLightAccentHeader .btVerticalHeaderTop {
    position: absolute;
}
.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementCircle.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementCircle.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementOutlineCircle.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementOutlineCircle.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    box-shadow: 0 0 0 2px #191919 inset;
}
.btMenuFocusElementSquare.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementSquare.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementOutlineSquare.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementOutlineSquare.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    box-shadow: 0 0 0 2px #191919 inset;
}
.btMenuFocusElementDash.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementDash.btLightAccentHeader:not(.btMenuBelowLogo) .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btLightAccentHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #181818;
}
.btLightAccentHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover {
    color: #181818;
}
.btLightAccentHeader:not(.btMenuBelowLogo) .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #181818;
}
.btLightAccentHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #181818;
}
.btLightAccentHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover {
    color: #181818;
}
.btLightAccentHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover .btIconWidgetText {
    color: #181818;
}
.btLightAccentHeader.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #181818;
}
.btLightAccentHeader .mainHeader .btTextLogo:hover {
    color: #181818;
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader {
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
    background-color: #fdabb7;
}

/* Accent gradient */
.btAccentGradientHeader .btBelowLogoArea,
.btAccentGradientHeader .topBar {
    position: relative;
}
.btAccentGradientHeader .btBelowLogoArea:before,
.btAccentGradientHeader .topBar:before {
    content: "";
    display: block;
    background: linear-gradient(to right,#FFF 0%,transparent 40%,transparent 60%,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .15;
}
.btAccentGradientHeader .btBelowLogoArea .port,
.btAccentGradientHeader .topBar .port {
    z-index: 1;
    position: relative;
}
.btAccentGradientHeader .mainHeader,
.btAccentGradientHeader .btVerticalHeaderTop {
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
}
.btAccentGradientHeader .btBelowLogoArea,
.btAccentGradientHeader .topBar {
    background-color: #fdabb7;
    color: #fff;
}
.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementCircle.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementCircle.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementOutlineCircle.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementOutlineCircle.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    box-shadow: 0 0 0 2px #191919 inset;
}
.btMenuFocusElementSquare.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementSquare.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btMenuFocusElementOutlineSquare.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementOutlineSquare.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    box-shadow: 0 0 0 2px #191919 inset;
}
.btMenuFocusElementDash.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor:not(.on) > a:after,
.btMenuFocusElementDash.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item:not(.on) > a:after {
    background-color: #191919;
}
.btAccentGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #181818;
}
.btAccentGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover {
    color: #181818;
}
.btAccentGradientHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #181818;
}
.btAccentGradientHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #181818;
}
.btAccentGradientHeader .topBar .btIconWidget:hover {
    color: #181818;
}
.btAccentGradientHeader .topBar .btIconWidget .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #181818;
}
.btAccentGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon {
    color: #fdabb7;
}
.btAccentGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon a {
    color: inherit;
}
.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .mainHeader,
.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .btVerticalHeaderTop {
    background: transparent;
    box-shadow: none;
}
.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .mainHeader {
    color: #fff;
}
.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuVertical .btVerticalHeaderTop {
    background: transparent;
    box-shadow: none;
}

/* Alternate gradient */
.btAlternateGradientHeader .btBelowLogoArea,
.btAlternateGradientHeader .topBar {
    position: relative;
}
.btAlternateGradientHeader .btBelowLogoArea:before,
.btAlternateGradientHeader .topBar:before {
    content: "";
    display: block;
    background: linear-gradient(to right,transparent 0%,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .15;
}
.btAlternateGradientHeader .btBelowLogoArea .port,
.btAlternateGradientHeader .topBar .port {
    z-index: 1;
    position: relative;
}
.btAlternateGradientHeader .mainHeader,
.btAlternateGradientHeader .btVerticalHeaderTop {
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
}
.btAlternateGradientHeader .btBelowLogoArea,
.btAlternateGradientHeader .topBar {
    background-color: #333c4a;
    color: #fff;
}
.btAlternateGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btAlternateGradientHeader.btMenuBelowLogo .menuPort nav > ul > li.current-menu-item > a:after {
    background-color: #fdabb7;
}
.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #fdabb7;
}
.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover {
    color: #fdabb7;
}
.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #fdabb7;
}
.btAlternateGradientHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #fdabb7;
}
.btAlternateGradientHeader .topBar .btIconWidget:hover {
    color: #fdabb7;
}
.btAlternateGradientHeader .topBar .btIconWidget .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #fdabb7;
}
.btAlternateGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon {
    color: #333c4a;
}
.btAlternateGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon a {
    color: inherit;
}
.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .mainHeader,
.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .btVerticalHeaderTop {
    background: transparent;
    box-shadow: none;
}
.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .mainHeader {
    color: #fff;
}
.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuVertical .btVerticalHeaderTop {
    background: transparent;
    box-shadow: none;
}

/* Light alternate */
.btLightAlternateHeader .mainHeader {
    background-color: #fff;
}
.btLightAlternateHeader .btLogoArea,
.btLightAlternateHeader .btVerticalHeaderTop {
    background-color: #333c4a;
    color: #fff;
}
.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #fdabb7;
}
.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover {
    color: #fdabb7;
}
.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #fdabb7;
}
.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #fdabb7;
}
.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover {
    color: #fdabb7;
}
.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover .btIconWidgetText {
    color: #fdabb7;
}
.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #fdabb7;
}
.btLightAlternateHeader .mainHeader .btTextLogo:hover {
    color: #fdabb7;
}
.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader {
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
}
.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
    background-color: #333c4a;
}

/* Sticky */
.btStickyHeaderActive.btMenuHorizontal .mainHeader {
    position: fixed;
    top: -6px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    transform: translateY(-100%);
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar {
    display: none;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea {
    padding: 0;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
    height: calc(100px*0.5);
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo {
    font-size: 1.5em;
    line-height: calc(100px*0.5);
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > .subToggler {
    line-height: calc(100px*0.5);
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu {
    height: calc(100px*0.5);
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .menuPort > nav > ul > li {
    padding-top: 0;
    padding-bottom: 0;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .menuPort > nav > ul > li.menu-item-has-children:before {
    top: 100%;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .menuPort > nav > ul > li > ul {
    top: 100%;
}
.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .btLogoArea {
    display: none;
}
.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea {
    display: block;
}
.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea .topBarInLogoArea {
    height: calc(100px*0.5);
}
.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
    font-size: 2em;
}
.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea .topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
    font-size: 1.125em;
}
.btHasAltLogo.btStickyHeaderActive .btMainLogo {
    display: none;
}
.btHasAltLogo.btStickyHeaderActive .btAltLogo {
    display: block !important;
}
.btMenuVertical.btStickyHeaderActive .btVerticalHeaderTop {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    transform: translateY(-100%);
}
.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    transform: translateY(0%);
    transition: transform 200ms ease;
}
.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    transform: translateY(-100%);
}
.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    transform: translateY(0%) translateX(320px);
}
.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    transform: translateY(0%) translateX(-320px);
}
.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    transform: translateY(-100%) translateX(320px);
}
.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    transition: transform 200ms ease;
    transform: translateY(0);
}
.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    transform: translateY(-110%);
}

/* Vertical and responsive menu */
.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btVerticalHeaderTop {
    display: none;
    position: absolute;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btMenuVertical .btVerticalHeaderTop {
    display: block;
}
.btVerticalHeaderTop .btVerticalMenuTrigger {
    display: none;
    position: relative;
    z-index: 1;
    height: 60px;
    margin: 0 1rem 0 0;
    font-size: 1.5em;
}
.btMenuVerticalRight .btVerticalHeaderTop .btVerticalMenuTrigger {
    margin: 0 0 0 1rem;
}
.rtl .btVerticalHeaderTop .btVerticalMenuTrigger {
    margin: 0 0 0 1rem;
}
.btVerticalMenuTrigger .bt_bb_icon {
    width: 25px;
    height: 25px;
    position: relative;
    padding: 0;
    margin: 17.5px auto 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: 10%;
    transition: 300ms ease all;
    transform-origin: 50% 1px;
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.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,
.btAccentLightHeader.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,
.btAccentLightHeader.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: 10%;
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
}
.btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    content: "";
    position: absolute;
    display: block;
    content: "";
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transform: scaleX(1);
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    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,
.btAccentLightHeader.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: #fdabb7;
}
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after {
    border-top-color: #181818;
}
.btVerticalMenuTrigger:hover .bt_bb_icon:before {
    top: 0;
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:before {
    top: calc(50% - 1px);
    transform: rotate(45deg) scaleX(.75);
}
.btVerticalMenuTrigger:hover .bt_bb_icon:after {
    bottom: 0;
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg) scaleX(.75);
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    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: #fdabb7;
}
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #181818;
}
.btMenuVerticalOn .mainHeader {
    transform: translateX(0);
    transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
    transform: translateX(320px);
}
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
    transform: translateX(-320px);
}
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo {
    opacity: 0;
    pointer-events: none;
}
.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
    transform: translateX(-320px);
}
.rtl.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
    transform: translateX(px);
}
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop .logo {
    opacity: 0;
    pointer-events: none;
}
.btMenuVertical .mainHeader {
    text-align: center;
    height: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 320px;
    clear: both;
    z-index: 101;
    padding: 0;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.btMenuInitFinished.btMenuVertical .mainHeader {
    transition: transform 1s cubic-bezier(.230,1,.320,1);
}
:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
    order: 0;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
    order: 2;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
    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: 0 auto;
    display: block;
    height: auto;
    max-width: 100%;
}
.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: #fdabb7;
}
.btMenuVertical .mainHeader .menuPort {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}
.btMenuVertical .mainHeader .menuPort .leftNav {
    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;
    transform: none;
}
.btMenuVertical .mainHeader nav ul {
    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: 700;
}
.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,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget {
    display: inline-block;
    width: 100%;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
    display: block;
    text-align: center;
    font-size: 1em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    margin: 0 .5em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before {
    font-size: 3rem;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent {
    font-size: .9em;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 !important;
    display: flex;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    text-transform: none;
    margin: 0;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle {
    margin-right: 0;
}
.rtl.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.rtl.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.rtl.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle {
    margin-right: 0;
    margin-left: 0;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) {
    margin-left: .75em;
    margin-right: 0;
    width: initial;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
    padding-right: .75em;
}
.btMenuVertical .mainHeader .widget_bt_button_widget.btBox {
    margin: .5em .375em 0;
}
.btMenuVertical .btVerticalMenuTrigger {
    display: block;
}
.btMenuVertical .menuScrollPort {
    width: 320px;
    overflow: hidden;
}
.btMenuVerticalRight .mainHeader {
    right: 0;
    transform: translateX(100%);
}
.btMenuVerticalOn.btMenuVerticalRight .mainHeader {
    transform: translateX(0);
    box-shadow: 0 0 50px rgba(34,34,34,.1);
}
.btMenuVerticalRight .btVerticalMenuTrigger {
    float: right;
}
.btMenuVerticalLeft .mainHeader {
    left: 0;
    transform: translateX(-100%);
}
.btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
    transform: translateX(0);
    box-shadow: 0 0 50px rgba(34,34,34,.1);
}
.btMenuVerticalLeft .btVerticalMenuTrigger {
    float: left;
}

/* Header tools layout */
.btMenuHorizontal .btTopToolsRight,
.btMenuHorizontal .btTopToolsLeft {
    flex-grow: 1;
}
.btMenuHorizontal .btTopToolsRight {
    text-align: right;
}
.rtl.btMenuHorizontal .btTopToolsRight {
    text-align: left;
}
.btMenuHorizontal .topBarInLogoArea {
    float: right;
    height: 100px;
    display: flex;
    align-items: center;
}
.rtl.btMenuHorizontal .topBarInLogoArea {
    float: left;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
    border: 0 solid #fdabb7;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidget:first-child {
    margin-left: 0;
}
.rtl.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidget:first-child {
    margin-left: 1em;
}
.rtl.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell .btIconWidget:last-child {
    margin-left: 0;
}

/* Tools in vertical menu */
.btMenuVertical .mainHeader {
    text-align: center;
    height: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 320px;
    clear: both;
    z-index: 10003;
    padding: 0;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.btMenuInitFinished.btMenuVertical .mainHeader {
    transition: all 1s cubic-bezier(.230,1,.320,1);
}
:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}
.btMenuVertical .mainHeader .topBar {
    order: 1;
    padding-bottom: 50px;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
    order: 0;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
    order: 2;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
    order: 1;
}
.btMenuVertical .mainHeader .btMainLogo {
    display: block !important;
}
.btMenuVertical .mainHeader .btAltLogo {
    display: none !important;
}
.btMenuVertical .mainHeader .logo {
    float: none;
    margin: 0;
    padding: 0 2em;
}
.btMenuVertical .mainHeader .logo img {
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 100%;
}
.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: #fdabb7;
}
.btMenuVertical .mainHeader .menuPort {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    padding-bottom: 1em;
    padding-top: 1em;
}
.btMenuVertical .mainHeader .menuPort .leftNav {
    order: 1;
}
.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
.btMenuVertical .mainHeader .topBar .topBarPort .topTools:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: currentColor;
    opacity: .1;
    margin-bottom: 1em;
    margin-top: 1em;
}
.btMenuVertical .mainHeader .topBarInMenu {
    margin: 2em 0 0;
}
.btMenuVertical .mainHeader .topBarInLogoArea {
    margin: 0 0 2em;
}
.btMenuVertical .mainHeader nav {
    margin: 0 !important;
}
.btMenuVertical .mainHeader nav ul > li > ul {
    opacity: 1;
    pointer-events: auto;
}
.btMenuVertical .mainHeader nav ul {
    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: 700;
}
.btMenuVertical .mainHeader nav ul li li {
    font-size: .9em;
}
.btMenuVertical .mainHeader nav ul li:after {
    background: currentColor;
    height: 1px;
    width: 100%;
    display: block;
    content: "";
    opacity: .1;
}
.btMenuVertical .mainHeader nav ul li ul:before {
    background: currentColor;
    height: 1px;
    width: 100%;
    display: block;
    content: "";
    opacity: .1;
}
.btMenuVertical .mainHeader nav ul li ul li:last-child:after {
    opacity: 0;
}
.btMenuVertical .mainHeader nav ul > li:last-child:after {
    opacity: 0;
}
.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: 400;
}
.btMenuVertical .mainHeader nav > ul > li.current-menu-ancestor > a,
.btMenuVertical .mainHeader nav > ul > li.current-menu-item > a {
    background: #fdabb7;
    color: #fff;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget {
    display: inline-block;
    width: 100%;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
    display: block;
    text-align: center;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBarInLogoArea .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,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before {
    font-size: 2em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent {
    font-size: 1em;
    text-align: center;
    align-items: center;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
    display: inline-block;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) {
    margin-left: .75em;
    margin-right: 0;
    width: initial;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
    padding-right: .75em;
}
.rtl.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.rtl.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.rtl.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
    padding-right: 0;
    padding-left: .75em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.widget_bt_button_widget,
.btMenuVertical .mainHeader .topBar .btIconWidget.widget_bt_button_widget,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.widget_bt_button_widget {
    display: flex !important;
    flex-direction: column;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.widget_bt_button_widget:after,
.btMenuVertical .mainHeader .topBar .btIconWidget.widget_bt_button_widget:after,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.widget_bt_button_widget:after {
    min-height: .5em;
}
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent {
    font-size: 1em;
}
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
    line-height: 1.5;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-weight: 400;
}
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetTitle {
    opacity: 1;
}
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetText {
    opacity: .5;
}
.btMenuVertical .btVerticalMenuTrigger {
    display: block;
    line-height: 0;
    font-size: 0;
}
.btMenuVertical .menuScrollPort {
    width: 320px;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .btMenuVertical:not(.btHideMenu) .btContentWrap {
        padding-top: 0 !important;
    }
}

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

/* Footer copyright */
.btSiteFooter:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}
.btSiteFooter .copyLine {
    margin-bottom: 0;
}
.btSiteFooter .bt_bb_custom_menu {
    margin: 0 -1em;
    padding: 0;
    list-style: none;
}
.btSiteFooter .bt_bb_custom_menu li {
    display: block;
    margin: 0 .75em .6em;
    padding: 0;
    border: 0;
}
.btSiteFooter .bt_bb_custom_menu li a {
    transition: 200ms ease opacity;
}
.btSiteFooter .bt_bb_custom_menu li a:hover {
    opacity: .5;
    color: currentColor;
}
.btSiteFooter .bt_bb_custom_menu li a:before {
    display: none;
}
.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top {
    display: inline-flex;
}
.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top:before {
    content: "\f106";
    font-family: FontAwesome;
    margin: 0 5px;
}
.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top_alternate_arrow:before {
    color: #333c4a;
}
.btSiteFooter .bt_bb_custom_menu li.current-menu-item > a {
    color: inherit;
}
.btSiteFooter .bt_bb_custom_menu.btBottomFooterMenu li {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
}
.btSiteFooter .bt_bb_custom_menu.btBottomFooterMenu li ul {
    display: none;
}
.btSiteFooter .bt_bb_custom_menu.btBottomFooterMenu li.current-menu-item > a {
    color: currentColor;
}
.btSiteFooter .bt_bb_custom_menu.btFooterMenuOneCol ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.btSiteFooter .bt_bb_custom_menu.btFooterMenuOneCol ul li {
    flex: 1 1 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .25em;
    padding-left: 1em;
    padding-right: 1em;
}
.btSiteFooter .bt_bb_custom_menu.btFooterMenuTwoCol ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.btSiteFooter .bt_bb_custom_menu.btFooterMenuTwoCol ul li {
    flex: 1 1 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .25em;
    padding-left: 1em;
    padding-right: 1em;
}
.btFixedFooter .btSiteFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.btSiteFooterWidgets {
    padding-top: 4em;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow {
    justify-content: initial;
    display: flex;
    flex-flow: row wrap;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
    background-color: transparent;
    margin-bottom: 6em;
    flex: 1 1 25%;
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_plugin_active .btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
    padding-left: px;
    padding-right: px;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox .btImage img {
    margin: initial;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="6"] .btBox {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
.btSiteFooterCopyMenu {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
}
.btDarkSkin .btSiteFooterCopyMenu {
    background: #fdabb7;
    color: #fff;
}
.btSiteFooterCopyMenu.gutter .port {
    max-width: 1260px;
    margin: auto;
}
.btSiteFooterCopyMenu.gutter .port:before {
    background: currentColor !important;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    opacity: .1;
}
.btDarkSkin .btSiteFooterCopyMenu.gutter .port:before {
    display: none;
}
.btSiteFooterCopyMenu .port > div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.btSiteFooterCopyMenu .port > div .btFooterCopy,
.btSiteFooterCopyMenu .port > div .btFooterMenu {
    padding: 1.7857143em 0;
    flex: 1 1 auto;
}
.btSiteFooterCopyMenu .port > div .btFooterCopy {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
}
.btSiteFooterCopyMenu .port > div .btFooterMenu {
    text-align: right;
}
.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu {
    text-align: left;
}
.btSiteFooterCopyMenu .port > div .btFooterMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
}
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li {
    display: inline-block;
    margin: 0 1em;
}
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li:first-child {
    margin-left: 0;
}
.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu ul li:first-child {
    margin-left: 1em;
    margin-right: 0;
}
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li a {
    color: currentColor;
    transition: 300ms ease all;
    display: block;
    position: relative;
}
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    top: .6em;
    left: -1em;
    transition: 200ms ease all;
    position: absolute;
    opacity: 0;
    transform: translateX(-5px);
}
.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    left: auto;
    right: -1em;
    transform: translateX(5px);
}
.btMenuFocusElementCircle .btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    background-color: #fdabb7;
    border-radius: 50%;
}
.btMenuFocusElementOutlineCircle .btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    box-shadow: 0 0 0 2px #fdabb7 inset;
    border-radius: 50%;
}
.btMenuFocusElementSquare .btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    background-color: #fdabb7;
}
.btMenuFocusElementOutlineSquare .btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    box-shadow: 0 0 0 2px #fdabb7 inset;
}
.btMenuFocusElementDash .btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    background-color: #fdabb7;
    height: 2px;
    top: calc(.6em + 2.5px);
}
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:hover:before {
    opacity: 1;
    transform: translatex(0);
}
.rtl .btSiteFooterCopyMenu .port > div .btFooterCopy {
    text-align: right;
}
.btDarkSkin .btSiteFooterCopyMenu .port > div .btFooterCopy {
    opacity: 1;
}

/* Footer Skin */
.btLightSkin .btSiteFooterWidgets,
.btDarkSkin .btLightSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets {
    background: #fff;
}
.btLightSkin .btSiteFooter,
.btDarkSkin .btLightSkin .btSiteFooter,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooter {
    background: #fff;
}
.btLightSkin .btSiteFooter .port:before,
.btDarkSkin .btLightSkin .btSiteFooter .port:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooter .port:before {
    background-color: #181818;
}
.btDarkSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btSiteFooterWidgets,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets {
    background: #191919;
}
.btDarkSkin .btSiteFooter,
.btLightSkin .btDarkSkin .btSiteFooter,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooter {
    background: #191919;
}
.btDarkSkin .btSiteFooter .port:before,
.btLightSkin .btDarkSkin .btSiteFooter .port:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooter .port:before {
    background-color: #fdabb7;
}
@media (max-width: 992px) {
    .btSiteFooter .port div {
        display: block;
    }
    .btSiteFooter .port div .btFooterCopy {
        padding-bottom: 1em;
        text-align: center;
    }
    .btSiteFooter .port div .btFooterMenu {
        padding-top: 1em;
        text-align: center;
    }
    .btFixedFooter .btSiteFooter {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        z-index: inherit;
    }
    .btFixedFooter .btPageWrap {
        margin-bottom: 0 !important;
    }
    .btSiteFooterWidgets .btIconWidgetContent {
        width: 100%;
    }
    .btSiteFooterWidgets .btIconWidgetContent ul.cart_list {
        width: 100%;
    }
    .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 .btFooterMenu ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .btSiteFooterCopyMenu .port > div .btFooterMenu ul li,
    .btSiteFooterCopyMenu .port > div .btFooterMenu ul li:first-child,
    .btSiteFooterCopyMenu .port > div .btFooterMenu ul li:last-child {
        margin: 0 1.07em;
    }
    .rtl .btSiteFooterCopyMenu .port > div .btFooterMenu ul li,
    .rtl .btSiteFooterCopyMenu .port > div .btFooterMenu ul li:first-child,
    .rtl .btSiteFooterCopyMenu .port > div .btFooterMenu ul li:last-child {
        margin: 0 1.07em;
    }
}

/*.bt_bb_service.bt_bb_footer_service {
	font-size: 1rem;
	.bt_bb_service_content .bt_bb_service_content_text {
		font-size: 1em;
	}
    }*/
    .bt_bb_service.bt_bb_footer_service {
        font-size: 1rem;
    }
    .bt_bb_service.bt_bb_footer_service .bt_bb_service_content .bt_bb_service_content_text {
        opacity: .9;
    }

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

    /* Title */
    .btContent .btArticleHeadline .bt_bb_headline a:hover {
        color: #fdabb7;
    }
    .btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_superheadline {
        flex-direction: row;
        display: block;
    }
    .rtl .btContent .btArticleHeadline .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before {
        margin-left: 10px;
        margin-right: 0;
    }
    .btContent .btArticleHeadline .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after {
        display: none;
    }

    /* Single Article */
    .btArticleContent:after {
        display: block;
        content: "";
        clear: both;
        width: 100%;
    }
    .btPortfolioSingle .btArticleContent:after {
        display: none;
    }
    body.btNoSidebar .btPostSingleItemStandard:first-of-type {
        margin-top: 4em;
    }
    .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) {
        padding-bottom: 3em;
    }
    .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after {
        display: block;
        content: "";
        width: 100%;
        max-width: 1200px;
        margin: auto;
        margin-top: 2.5em;
    }
    .btLightSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after,
    .btDarkSkin .btLightSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after,
    .btLightSkin .btDarkSkin .btLightSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after {
        border-bottom: 1px solid rgba(34,34,34,.1);
    }
    .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after,
    .btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after,
    .btDarkSkin.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type):after {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .btPostListStandard.btPostSingleItemStandard:last-of-type {
        padding-bottom: 0;
    }
    .btPostListStandard.btPostSingleItemStandard {
        padding-bottom: 2em;
    }
    .btPostSingleItemStandard .btArticleMedia {
        margin-bottom: 2.5em;
        clear: both;
    }
    .btPostSingleItemStandard .btArticleMedia .btMediaBox .bt_bb_slider button.slick-arrow {
        opacity: 0;
    }
    .btPostSingleItemStandard .btArticleMedia .btMediaBox:hover .bt_bb_slider button.slick-arrow {
        opacity: 1;
    }
    .touch .btPostSingleItemStandard .btArticleMedia .btMediaBox .bt_bb_slider button.slick-arrow,
    .touch .btPostSingleItemStandard .btArticleMedia .btMediaBox:hover .bt_bb_slider button.slick-arrow {
        opacity: 0;
    }
    .btPostSingleItemStandard .btArticleHeadline,
    .btPostSingleItemStandard .btArticleContent,
    .btPostSingleItemStandard .btArticleShareEtc {
        margin-bottom: 2em;
        clear: both;
    }
    .btWithSidebar .btPostSingleItemStandard .btArticleContent {
        width: 85%;
    }
    .btPostSingleItemStandard .btArticleContent .bt_bb_wrapper {
        overflow: visible;
    }
    .btPostSingleItemStandard .btArticleContent .bt_bb_wrapper img.alignnone.size-full {
        max-width: 117.7%;
    }
    .btPostSingleItemStandard .btArticleContent .bt_bb_wrapper p:not(:first-child) img.alignnone.size-full {
        margin-top: 1em;
        margin-bottom: .5em;
    }
    .btHasAuthorInfo.btPostSingleItemStandard .btArticleHeadline {
        margin-bottom: 1.5em;
    }
    .btPostSingleItemStandard .btArticleHeadline .bt_bb_headline h2 {
        font-size: 2.8125rem;
    }
    .btPostSingleItemStandard .btArticleShareEtc {
        display: flex;
        align-items: center;
    }
    .btPostSingleItemStandard .btArticleShareEtc > div {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
        text-align: right;
        flex: 1 1 50%;
        transform: translateY(0);
    }
    .rtl .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
        text-align: left;
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button {
        display: inline-block;
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button {
        transition: 300ms ease all;
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a {
        background: #fdabb7;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        color: #fff;
        position: relative;
        display: flex;
        overflow: hidden;
        line-height: 1.1;
        padding: 1.357em 1.786em;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
        transition: 300ms ease all;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_button_text,
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder {
        z-index: 2;
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder {
        transition: all 300ms ease;
        transition-delay: 0;
        transform: scale(1.25);
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:after {
        display: none;
    }
    .rtl .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:after {
        left: 0;
        right: auto;
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:before {
        content: "\f105";
        font-family: FontAwesome;
        display: block;
    }
    .rtl .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:before {
        transform: scaleX(-1);
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover {
        transform: translateY(-3px);
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a {
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a .bt_bb_icon_holder {
        transition-delay: 100ms;
        transform: scale(1.75);
    }
    .btLightSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a,
    .btDarkSkin .btLightSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a,
    .btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a,
    .btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a,
    .btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a {
        box-shadow: 0 3px 20px rgba(0,0,0,.2);
    }
    .btPostSingleItemStandard .btArticleShareEtc .btTags ul {
        display: flex;
        flex-wrap: wrap;
    }
    .btLightSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a,
    .btDarkSkin .btLightSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a,
    .btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a {
        background: rgba(34,34,34,.1);
        color: currentColor;
    }
    .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a,
    .btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a,
    .btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc .btTags ul a {
        background: rgba(255,255,255,.2);
        color: currentColor;
    }
    .btPostSingleItemStandard .btArticleShareEtc .btTags ul a:hover {
        background: #fdabb7;
        color: #fff;
        opacity: 1;
    }
    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
        width: 100%;
    }
    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent,
    .btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc {
        max-width: initial;
    }
    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
        display: flex;
        margin-left: -2em;
        margin-right: -2em;
    }
    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
        flex: 1 1 70%;
        padding-left: 2em;
        padding-right: 2em;
    }
    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
        flex: 1 1 30%;
        padding-left: 2em;
        padding-right: 2em;
    }
    body.single .btPostSingleItemStandard .btShareColumn {
        text-align: right;
    }
    body.single.rtl .btPostSingleItemStandard .btShareColumn {
        text-align: left;
    }
    @media (max-width: 1199px) {
        .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button {
            font-size: .875rem;
        }
    }

    /* Portfolio meta */
    .btArticleSuperMeta dl {
        margin-bottom: 2em;
    }
    .btArticleSuperMeta dl:empty {
        display: none;
    }
    .btArticleSuperMeta dl dt {
        min-width: 100px;
        display: inline-block;
    }
    .btArticleSuperMeta dl dd {
        display: inline;
    }
    .btArticleSuperMeta dl dd:after {
        display: block;
        width: 100%;
        margin-bottom: .5em;
    }
    .btArticleSuperMeta .btShareColumn {
        margin-bottom: 1em;
        text-align: inherit !important;
    }
    @media (max-width: 992px) {
        .btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
            display: block;
        }
        .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner,
        .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
            width: 100%;
            display: block;
        }
        .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl {
            margin-top: 2em;
            padding-top: 2em;
            border-top: 1px solid;
        }
        .btLightSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl,
        .btDarkSkin .btLightSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl,
        .btLightSkin .btDarkSkin .btLightSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl {
            border-color: rgba(34,34,34,.1);
        }
        .btDarkSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl,
        .btLightSkin .btDarkSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl,
        .btDarkSkin.btLightSkin .btDarkSkin .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl {
            border-color: rgba(255,255,255,.2);
        }
    }

    /* About author */
    .btAboutAuthor {
        display: flex;
        width: 100%;
        margin: 3em 0 5em;
        padding: 2em;
        box-shadow: 0 0 0 4px #fdabb7 inset;
        overflow: hidden;
        position: relative;
    }
    .btAboutAuthor:before {
        display: block;
        content: "";
        width: 30em;
        height: 30em;
        background: #fdabb7;
        position: absolute;
        left: -24.25em;
        top: 50%;
        z-index: 1;
        margin-top: -15em;
    }
    .rtl .btAboutAuthor:before {
        left: auto;
        right: -24.25em;
    }
    .btHardRoundedButtons .btAboutAuthor:before,
    .btHardRoundedTopLeftButtons .btAboutAuthor:before,
    .btHardRoundedTopRightButtons .btAboutAuthor:before,
    .btHardRoundedBottomLeftButtons .btAboutAuthor:before,
    .btHardRoundedBottomRightButtons .btAboutAuthor:before {
        border-radius: 50%;
        left: -23em;
    }
    .rtl.btHardRoundedButtons .btAboutAuthor:before,
    .rtl.btHardRoundedTopLeftButtons .btAboutAuthor:before,
    .rtl.btHardRoundedTopRightButtons .btAboutAuthor:before,
    .rtl.btHardRoundedBottomLeftButtons .btAboutAuthor:before,
    .rtl.btHardRoundedBottomRightButtons .btAboutAuthor:before {
        left: auto;
        right: -23em;
    }
    .btHardRoundedButtons .btAboutAuthor,
    .btHardRoundedTopLeftButtons .btAboutAuthor,
    .btHardRoundedTopRightButtons .btAboutAuthor,
    .btHardRoundedBottomLeftButtons .btAboutAuthor,
    .btHardRoundedBottomRightButtons .btAboutAuthor {
        border-radius: 26px;
    }
    .btHardRoundedTopLeftButtons .btAboutAuthor {
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btAboutAuthor {
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btAboutAuthor {
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btAboutAuthor {
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btAboutAuthor,
    .btSoftRoundedTopLeftButtons .btAboutAuthor,
    .btSoftRoundedTopRightButtons .btAboutAuthor,
    .btSoftRoundedBottomLeftButtons .btAboutAuthor,
    .btSoftRoundedBottomRightButtons .btAboutAuthor {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btAboutAuthor {
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btAboutAuthor {
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btAboutAuthor {
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btAboutAuthor {
        border-bottom-right-radius: 0;
    }
    .btAboutAuthor .aaAvatar {
        vertical-align: top;
        padding: 0 2em 0 0;
        flex: 1 1 180px;
        display: flex;
        align-items: center;
        z-index: 2;
    }
    .rtl .btAboutAuthor .aaAvatar {
        padding: 0 0 0 2em;
    }
    .btAboutAuthor .aaAvatar img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 50%;
        border: 3px solid white;
        background: white;
        box-shadow: 0 5px 20px rgba(24,24,24,.3);
    }
    .btAboutAuthor .aaTxt {
        flex: 0 1 100%;
        padding: 0;
        z-index: 2;
    }
    .btAboutAuthor .aaTxt h1,
    .btAboutAuthor .aaTxt h2,
    .btAboutAuthor .aaTxt h3,
    .btAboutAuthor .aaTxt h4,
    .btAboutAuthor .aaTxt h5,
    .btAboutAuthor .aaTxt h6,
    .btAboutAuthor .aaTxt h7,
    .btAboutAuthor .aaTxt h8 {
        font-size: 1.875em;
        font-weight: bold;
        color: #333c4a;
    }
    .btAboutAuthor .aaTxt h1 .btArticleAuthor a,
    .btAboutAuthor .aaTxt h2 .btArticleAuthor a,
    .btAboutAuthor .aaTxt h3 .btArticleAuthor a,
    .btAboutAuthor .aaTxt h4 .btArticleAuthor a,
    .btAboutAuthor .aaTxt h5 .btArticleAuthor a,
    .btAboutAuthor .aaTxt h6 .btArticleAuthor a,
    .btAboutAuthor .aaTxt h7 .btArticleAuthor a,
    .btAboutAuthor .aaTxt h8 .btArticleAuthor a {
        transition: 300ms ease color;
    }
    .btAboutAuthor .aaTxt h1 .btArticleAuthor a:hover,
    .btAboutAuthor .aaTxt h2 .btArticleAuthor a:hover,
    .btAboutAuthor .aaTxt h3 .btArticleAuthor a:hover,
    .btAboutAuthor .aaTxt h4 .btArticleAuthor a:hover,
    .btAboutAuthor .aaTxt h5 .btArticleAuthor a:hover,
    .btAboutAuthor .aaTxt h6 .btArticleAuthor a:hover,
    .btAboutAuthor .aaTxt h7 .btArticleAuthor a:hover,
    .btAboutAuthor .aaTxt h8 .btArticleAuthor a:hover {
        opacity: 1 !important;
    }
    .btLightSkin .btAboutAuthor .aaTxt h1 .btArticleAuthor a:hover,
    .btLightSkin .btAboutAuthor .aaTxt h2 .btArticleAuthor a:hover,
    .btLightSkin .btAboutAuthor .aaTxt h3 .btArticleAuthor a:hover,
    .btLightSkin .btAboutAuthor .aaTxt h4 .btArticleAuthor a:hover,
    .btLightSkin .btAboutAuthor .aaTxt h5 .btArticleAuthor a:hover,
    .btLightSkin .btAboutAuthor .aaTxt h6 .btArticleAuthor a:hover,
    .btLightSkin .btAboutAuthor .aaTxt h7 .btArticleAuthor a:hover,
    .btLightSkin .btAboutAuthor .aaTxt h8 .btArticleAuthor a:hover {
        color: #181818 !important;
    }
    .btDarkSkin .btAboutAuthor .aaTxt h1 .btArticleAuthor a:hover,
    .btDarkSkin .btAboutAuthor .aaTxt h2 .btArticleAuthor a:hover,
    .btDarkSkin .btAboutAuthor .aaTxt h3 .btArticleAuthor a:hover,
    .btDarkSkin .btAboutAuthor .aaTxt h4 .btArticleAuthor a:hover,
    .btDarkSkin .btAboutAuthor .aaTxt h5 .btArticleAuthor a:hover,
    .btDarkSkin .btAboutAuthor .aaTxt h6 .btArticleAuthor a:hover,
    .btDarkSkin .btAboutAuthor .aaTxt h7 .btArticleAuthor a:hover,
    .btDarkSkin .btAboutAuthor .aaTxt h8 .btArticleAuthor a:hover {
        color: #fff !important;
    }
    .btAboutAuthor .aaTxt > *:last-child {
        margin-bottom: 0;
    }
    .btAboutAuthor .aaTxt .btArticleAuthor:before {
        display: none;
    }
    @media(max-width: 520px) {
        .btAboutAuthor {
            flex-direction: column;
            text-align: center;
        }
        .btAboutAuthor:before {
            left: -10em !important;
            top: 0;
            margin-top: -24.25em;
            margin-left: 0;
            width: auto;
            right: -10em !important;
        }
        .btHardRoundedButtons .btAboutAuthor:before,
        .btHardRoundedTopLeftButtons .btAboutAuthor:before,
        .btHardRoundedTopRightButtons .btAboutAuthor:before,
        .btHardRoundedBottomLeftButtons .btAboutAuthor:before,
        .btHardRoundedBottomRightButtons .btAboutAuthor:before {
            margin-top: -23em;
        }
        .btAboutAuthor .aaAvatar {
            flex: 1 1 100%;
            padding: 0 0 20px !important;
            justify-content: center;
        }
        .btAboutAuthor .aaAvatar img {
            width: 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: 7em 5em;
        background-size: cover;
        background-position: center center;
    }
    .btMediaBox.btQuote:before,
    .btMediaBox.btLink:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(to right,#fdabb7,#333c4a);
    }
    .btMediaBox.btQuote[style*="background-image"]:before,
    .btMediaBox.btLink[style*="background-image"]:before {
        opacity: .6;
    }
    .btArticleListItem .btMediaBox.btQuote,
    .btArticleListItem .btMediaBox.btLink {
        padding: 8em 4em;
    }
    .btPostListColumns.btArticleListItem .btMediaBox.btQuote,
    .btPostListColumns.btArticleListItem .btMediaBox.btLink {
        padding: 6em 4em;
    }
    .btMediaBox.btQuote blockquote,
    .btMediaBox.btLink blockquote {
        padding: 0;
    }
    .btMediaBox.btQuote blockquote:before,
    .btMediaBox.btQuote blockquote:after,
    .btMediaBox.btLink blockquote:before,
    .btMediaBox.btLink blockquote:after {
        background: #fff;
    }
    .btMediaBox.btQuote p,
    .btMediaBox.btLink p {
        font-size: 1.3em;
        line-height: 1.3;
        margin: 0;
        font-weight: inherit;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .btMediaBox.btQuote p:before,
    .btMediaBox.btQuote p:after,
    .btMediaBox.btLink p:before,
    .btMediaBox.btLink p:after {
        opacity: .2;
    }
    .btMediaBox.btQuote cite,
    .btMediaBox.btLink cite {
        display: inline-block;
        padding: 1.5em 0 0;
        font-size: .8em;
        opacity: 1;
    }
    .btMediaBox.btQuote a,
    .btMediaBox.btLink a {
        color: #fff;
        transition: all 300ms ease;
    }
    .btMediaBox.btQuote a:hover,
    .btMediaBox.btLink a:hover {
        color: #fff;
        opacity: .6;
    }

    /* Blog list side info */
    .btHasAuthorInfo .btArticleContentHolder {
        position: relative;
        padding-left: 110px;
    }
    .rtl .btHasAuthorInfo .btArticleContentHolder {
        padding-left: 0;
        padding-right: 110px;
    }
    .articleSideGutter {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.4;
        width: 90px;
        text-align: center;
    }
    .btPostListColumns .articleSideGutter {
        margin-left: 1em;
    }
    .articleSideGutter .date {
        opacity: .6;
    }
    .articleSideGutter .date small {
        font-size: .75em;
    }
    .rtl .articleSideGutter {
        left: auto;
        right: 0;
    }
    .articleSideGutter .asgItem.title {
        margin: 4px 0 0;
    }
    .articleSideGutter .asgItem.title .btArticleAuthor {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: .875em;
    }
    .articleSideGutter .asgItem.avatar img {
        border-radius: 50%;
    }
    @media (max-width: 1199px) {
        .articleSideGutter .date small {
            font-size: .75rem;
        }
        .articleSideGutter .asgItem.title .btArticleAuthor {
            font-size: .875rem;
        }
    }

    @media (max-width: 768px) {
        .btPostSingleItemStandard .btArticleShareEtc {
            display: block;
        }
        .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn,
        .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn,
        .btPostSingleItemStandard .btArticleShareEtc > div.btTagsColumn {
            max-width: 100%;
            float: none;
            text-align: center;
        }
        .rtl .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn,
        .rtl .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn,
        .rtl .btPostSingleItemStandard .btArticleShareEtc > div.btTagsColumn {
            text-align: center;
        }
        .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_icon,
        .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn .bt_bb_icon,
        .btPostSingleItemStandard .btArticleShareEtc > div.btTagsColumn .bt_bb_icon {
            padding-left: .25em;
            padding-right: .25em;
        }
        .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn:first-child,
        .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn:first-child,
        .btPostSingleItemStandard .btArticleShareEtc > div.btTagsColumn:first-child {
            padding-bottom: 1em;
        }
        .btPostSingleItemStandard .btArticleShareEtc > div.btTagsColumn .btTags ul {
            justify-content: center;
        }
    }

    @media (max-width:620px) {
        .btHasAuthorInfo .btArticleContentHolder {
            padding-left: 0;
            clear: both;
        }
        .rtl .btHasAuthorInfo .btArticleContentHolder {
            padding-right: 0;
        }
        .btHasAuthorInfo .articleSideGutter {
            position: relative;
            left: 0;
            margin: 0;
            width: auto;
            padding: 0 0 1em;
            clear: both;
        }
        .btHasAuthorInfo .asgItem.avatar {
            width: 45px;
            float: left;
            margin-top: -4px;
        }
        .rtl .btHasAuthorInfo .asgItem.avatar {
            float: right;
        }
        .btHasAuthorInfo .asgItem.title,
        .btHasAuthorInfo .asgItem.date {
            padding-left: 55px;
            text-align: left;
        }
        .rtl .btHasAuthorInfo .asgItem.title,
        .rtl .btHasAuthorInfo .asgItem.date {
            padding-left: 0;
            padding-right: 55px;
            text-align: right;
        }
    }

    /* Share row general */
    .btShareColumn,
    .btShareRow {
        opacity: .4;
        transition: opacity 300ms ease;
    }
    article:hover .btShareColumn,
    article:hover .btShareRow {
        opacity: 1;
    }
    .btShareColumn .bt_bb_icon,
    .btShareRow .bt_bb_icon {
        pointer-events: none;
    }
    .btShareColumn .bt_bb_icon a,
    .btShareRow .bt_bb_icon a {
        pointer-events: all;
    }

    /* List views */
    /* Column list view */
    body.btNoSidebar .btPostListColumns:first-of-type,
    body.btNoSidebar .btPostSingleItemColumns:first-of-type {
        margin-top: 4em;
    }
    body.btNoSidebar .btPostListColumns:last-of-type,
    body.btNoSidebar .btPostSingleItemColumns:last-of-type {
        margin-bottom: 4em;
    }
    .btPostListColumns:not(:last-of-type),
    .btPostSingleItemColumns:not(:last-of-type) {
        margin-bottom: 3em;
    }
    .btPostListColumns:not(:last-of-type):after,
    .btPostSingleItemColumns:not(:last-of-type):after {
        display: block;
        content: "";
        width: 100%;
        max-width: 1200px;
        margin: auto;
        margin-top: 3em;
    }
    .btLightSkin .btPostListColumns:not(:last-of-type):after,
    .btDarkSkin .btLightSkin .btPostListColumns:not(:last-of-type):after,
    .btLightSkin .btDarkSkin .btLightSkin .btPostListColumns:not(:last-of-type):after,
    .btLightSkin .btPostSingleItemColumns:not(:last-of-type):after,
    .btDarkSkin .btLightSkin .btPostSingleItemColumns:not(:last-of-type):after,
    .btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns:not(:last-of-type):after {
        border-bottom: 1px solid rgba(34,34,34,.1);
    }
    .btDarkSkin .btPostListColumns:not(:last-of-type):after,
    .btLightSkin .btDarkSkin .btPostListColumns:not(:last-of-type):after,
    .btDarkSkin.btLightSkin .btDarkSkin .btPostListColumns:not(:last-of-type):after,
    .btDarkSkin .btPostSingleItemColumns:not(:last-of-type):after,
    .btLightSkin .btDarkSkin .btPostSingleItemColumns:not(:last-of-type):after,
    .btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns:not(:last-of-type):after {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .btPostListColumns .btArticleContentHolder,
    .btPostSingleItemColumns .btArticleContentHolder {
        display: flex;
        align-items: center;
        margin: 0 -1em;
    }
    .btPostListColumns .btArticleContentHolder .btArticleMedia,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
        flex: 1 1 60%;
        max-width: 60%;
        padding: 1em;
    }
    .btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,
    .btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
        flex-basis: 0%;
        max-width: 0%;
    }
    .btPostListColumns .btArticleContentHolder .btArticleTextContent,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
        flex: 1 1 40%;
        max-width: 40%;
        padding: 1em;
    }
    .btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,
    .btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
        flex-basis: 100%;
        max-width: 100%;
    }
    .btPostListColumns .btArticleContentHolder .btArticleHeadline,
    .btPostListColumns .btArticleContentHolder .btArticleContent,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
        margin-bottom: 1em;
    }
    .btPostListColumns .btArticleContentHolder .btShareRow,
    .btPostSingleItemColumns .btArticleContentHolder .btShareRow {
        margin-top: 2em;
    }
    .btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,
    .btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,
    .btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,
    .btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p {
        font-size: 1.2em;
    }
    .btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,
    .btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,
    .btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,
    .btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite {
        font-size: .8em;
    }
    .btPostListColumns .btArticleMedia .btMediaBox .bt_bb_slider button.slick-arrow,
    .btPostSingleItemColumns .btArticleMedia .btMediaBox .bt_bb_slider button.slick-arrow {
        opacity: 0;
    }
    .btPostListColumns .btArticleMedia .btMediaBox:hover .bt_bb_slider button.slick-arrow,
    .btPostSingleItemColumns .btArticleMedia .btMediaBox:hover .bt_bb_slider button.slick-arrow {
        opacity: 1;
    }
    .touch .btPostListColumns .btArticleMedia .btMediaBox .bt_bb_slider button.slick-arrow,
    .touch .btPostListColumns .btArticleMedia .btMediaBox:hover .bt_bb_slider button.slick-arrow,
    .touch .btPostSingleItemColumns .btArticleMedia .btMediaBox .bt_bb_slider button.slick-arrow,
    .touch .btPostSingleItemColumns .btArticleMedia .btMediaBox:hover .bt_bb_slider button.slick-arrow {
        opacity: 0;
    }
    .btContent .btPostListColumns:nth-child(even) .btArticleContentHolder {
        flex-direction: row-reverse;
    }
    .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
        padding-top: 0;
    }
    .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent .btArticleContent p:last-child {
        margin-bottom: 0;
    }
    .btPostSingleItemColumns .btArticleContentHolder .btShareRow .bt_bb_icon .bt_bb_icon_holder:before {
        font-size: 1.25em;
    }
    @media (max-width: 768px) {
        .btPostListColumns .btArticleContentHolder,
        .btPostSingleItemColumns .btArticleContentHolder {
            display: block;
            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;
        }
    }

    @media (max-width: 640px) {
        .btWithSidebar .btContent .btPostSingleItemStandard.gutter .port {
            padding-left: 0;
            padding-right: 0;
        }
    }

    /* 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,
    .sticky.btArticleListItem .btArticleTextContent h1 .bt_bb_headline_content span a:after,
    .sticky.btArticleListItem .btArticleTextContent h2 .bt_bb_headline_content span a:after,
    .sticky.btArticleListItem .btArticleTextContent h3 .bt_bb_headline_content span a:after,
    .sticky.btArticleListItem .btArticleTextContent h4 .bt_bb_headline_content span a:after,
    .sticky.btArticleListItem .btArticleTextContent h5 .bt_bb_headline_content span a:after,
    .sticky.btArticleListItem .btArticleTextContent h6 .bt_bb_headline_content span a:after,
    .sticky.btArticleListItem .btArticleTextContent h7 .bt_bb_headline_content span a:after,
    .sticky.btArticleListItem .btArticleTextContent h8 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleHeadline h1 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleHeadline h2 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleHeadline h3 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleHeadline h4 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleHeadline h5 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleHeadline h6 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleHeadline h7 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleHeadline h8 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleTextContent h1 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleTextContent h2 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleTextContent h3 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleTextContent h4 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleTextContent h5 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleTextContent h6 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleTextContent h7 .bt_bb_headline_content span a:after,
    .btArticleListItem[class*="sticky"] .btArticleTextContent h8 .bt_bb_headline_content span a:after {
        font-family: FontAwesome;
        content: "\f02b";
        margin: 0 .5em;
        color: #fdabb7;
    }

    /* 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 {
        box-shadow: 0 0 0 1em #fff inset;
        color: #fff;
    }
    .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 {
        box-shadow: 0 0 0 1px #fff inset;
        color: #fff;
    }
    .btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a {
        box-shadow: 0 0 0 1px #fff inset;
        color: #fff;
    }
    .btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a {
        box-shadow: 0 0 0 2em #fff inset;
        color: #191919;
    }

    /* Column single view */
    .btPostSingleItemColumns .btArticleContentHolder {
        align-items: flex-start;
    }
    .btPostSingleItemColumns .btArticleMedia,
    .btPostSingleItemColumns .btArticleHeadline,
    .btPostSingleItemColumns .btArticleContent,
    .btPostSingleItemColumns .btArticleShareEtc {
        margin-bottom: 2em;
        clear: both;
    }
    body.btNoSidebar .btPostSingleItemColumns {
        margin-top: 4em;
    }
    .btPostSingleItemColumns .btTagsColumn,
    .btPostSingleItemColumns .btShareColumn {
        margin-bottom: 1em;
    }
    .btPostSingleItemColumns .btShareColumn .bt_bb_icon .bt_bb_icon_holder:before {
        font-size: 1.125em;
    }
    .btPostSingleItemColumns .btTags ul {
        display: flex;
        flex-wrap: wrap;
    }
    .btLightSkin .btPostSingleItemColumns .btTags ul a,
    .btDarkSkin .btLightSkin .btPostSingleItemColumns .btTags ul a,
    .btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns .btTags ul a {
        background: rgba(34,34,34,.1);
        color: currentColor;
    }
    .btDarkSkin .btPostSingleItemColumns .btTags ul a,
    .btLightSkin .btDarkSkin .btPostSingleItemColumns .btTags ul a,
    .btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns .btTags ul a {
        background: rgba(255,255,255,.2);
        color: currentColor;
    }
    .btPostSingleItemColumns .btTags ul a:hover {
        background: #fdabb7;
        color: #fff;
    }
    .btPostSingleItemColumns .btArticleSuperMeta {
        margin-top: 2em;
        padding-top: 2em;
        border-top: 1px solid;
    }
    .btLightSkin .btPostSingleItemColumns .btArticleSuperMeta,
    .btDarkSkin .btLightSkin .btPostSingleItemColumns .btArticleSuperMeta,
    .btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns .btArticleSuperMeta {
        border-color: rgba(34,34,34,.1);
    }
    .btDarkSkin .btPostSingleItemColumns .btArticleSuperMeta,
    .btLightSkin .btDarkSkin .btPostSingleItemColumns .btArticleSuperMeta,
    .btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns .btArticleSuperMeta {
        border-color: rgba(255,255,255,.2);
    }
    @media (max-width: 768px) {
        .btPostListColumns .btArticleContentHolder,
        .btPostSingleItemColumns .btArticleContentHolder {
            display: block;
            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;
        }
    }

    /* Simple view */
    body.btNoSidebar .btArticleListItem.btPostListSimple:first-child {
        margin-top: 4em;
    }
    .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder {
        padding-bottom: 3em;
        margin-bottom: 3em;
    }
    .btLightSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder,
    .btDarkSkin .btLightSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder,
    .btLightSkin .btDarkSkin .btLightSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder {
        border-bottom: 1px solid rgba(34,34,34,.1);
    }
    .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder,
    .btLightSkin .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder,
    .btDarkSkin.btLightSkin .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-of-type) .btArticleContentHolder {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt {
        margin-top: 2em;
    }
    .btArticleListItem.btPostListSimple .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline {
        flex-direction: row;
    }
    .rtl .btArticleListItem.btPostListSimple .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before {
        margin-right: 0;
        margin-left: 10px;
    }
    .btArticleListItem.btPostListSimple .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after {
        display: none;
    }
    .btArticleListItem.animate {
        transition-delay: 200ms;
    }

    /* Image alignment (unit test) */
    .btContentHolder .alignleft {
        float: left;
        margin: 0 1em 1.25em 0;
    }
    .btContentHolder .alignright {
        float: right;
        margin: 0 0 1.25em 1em;
    }
    .btContentHolder .aligncenter,
    .btContentHolder .btContent .alignnone {
        text-align: center;
        margin: 0 auto;
    }
    .btContentHolder .aligncenter {
        display: block;
    }
    .btContentHolder figure.aligncenter,
    .btContentHolder .btContent figure.alignnone {
        margin: 0 auto 1em;
    }
    .btContentHolder .alignnone {
        width: auto !important;
    }

    /* Password protection (unit test) */
    article .post-password-form {
        margin: 0 auto 4em !important;
    }
    .post-password-form {
        margin: 0 auto 4em;
    }
    .post-password-form p:nth-child(2) {
        display: flex;
        align-items: flex-end;
    }
    .post-password-form p:nth-child(2) label {
        flex: 1 0 75%;
        padding-right: 2%;
    }
    .post-password-form p:nth-child(2) label input[type="password"] {
        display: inline;
    }
    .rtl .post-password-form p:nth-child(2) label {
        padding-right: 0;
        padding-left: 2%;
    }
    .post-password-form p:nth-child(2) input[type="submit"] {
        flex: 0 1 20%;
        margin: 0 auto;
        width: auto;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        color: #fff !important;
        border: 0;
        cursor: pointer;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        padding: 1.357em 1.786em;
        font-size: .875em;
        line-height: 1;
        box-shadow: 0 20px 30px rgba(34,34,34,.07);
        transition: 300ms ease all;
        text-align: center;
        height: auto;
    }
    .post-password-form p:nth-child(2) input[type="submit"]:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btHardRoundedButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .post-password-form p:nth-child(2) input[type="submit"] {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    @media (max-width: 480px) {
        .post-password-form p:nth-child(2) {
            flex-direction: column;
        }
        .post-password-form p:nth-child(2) label {
            flex: 1 0 100%;
            min-width: 100%;
            padding: 0 !important;
            margin-bottom: .5em;
        }
        .post-password-form p:nth-child(2) input[type="submit"] {
            flex: 1 0 50%;
        }
    }

    /* Pagination */
    .btPagination {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 2.5rem;
        margin-top: 3rem;
        padding-top: 3rem;
        margin-bottom: 4rem;
    }
    .btPagination:after {
        content: " ";
        display: table;
        width: 100%;
        clear: both;
    }
    .btLightSkin .btPagination,
    .btDarkSkin .btLightSkin .btPagination,
    .btLightSkin .btDarkSkin .btLightSkin .btPagination {
        border-top: 1px solid rgba(34,34,34,.1);
    }
    .btDarkSkin .btPagination,
    .btLightSkin .btDarkSkin .btPagination,
    .btDarkSkin.btLightSkin .btDarkSkin .btPagination {
        border-top: 1px solid rgba(255,255,255,.2);
    }
    .btPagination .port {
        display: flex;
        justify-content: space-between;
    }
    .btPagination .port:after {
        display: block;
        content: "";
        height: 0;
        flex: 1 0 auto;
        order: 2;
    }
    .btPagination .paging a {
        display: flex;
        color: inherit;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-weight: 400;
        letter-spacing: -.03em;
        flex-direction: row;
        align-items: center;
    }
    .btPagination .paging p {
        margin: 0;
    }
    .btPagination .paging a:after {
        width: 2.8125rem;
        display: block;
        text-align: center;
        font: 1.25rem/2.8125rem Essential;
        transition: all 500ms ease;
        border-radius: 50%;
        background: #fdabb7;
        color: #fff;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    .btPagination .paging a:hover:after {
        box-shadow: 0 3px 30px rgba(34,34,34,.2);
    }
    .btPagination .paging .pagePrev a:after {
        content: "\ea7c";
        margin: 0 10px 0 0;
    }
    .rtl .btPagination .paging .pagePrev a:after {
        margin: 0 0 0 10px;
        content: "\ea7d";
    }
    .btPagination .paging .pagePrev a:hover:after {
        transform: translateX(-10px);
    }
    .rtl .btPagination .paging .pagePrev a:hover:after {
        transform: translateX(10px);
    }
    .btPagination .paging .pageNext a:after {
        content: "\ea7d";
        margin: 0 0 0 10px;
    }
    .rtl .btPagination .paging .pageNext a:after {
        margin: 0 10px 0 0;
        content: "\ea7c";
    }
    .btPagination .paging .pageNext a:hover:after {
        transform: scale(1.125);
    }
    .btPagination .paging.onLeft {
        order: 1;
    }
    .btPagination .paging.onLeft a {
        flex-direction: row-reverse;
    }
    .btPagination .paging.onRight {
        order: 3;
    }
    @media (max-width: 380px) {
        .btPagination {
            font-size: 0;
        }
    }

    /* PrevNext post */
    .btPrevNextNav:after {
        content: " ";
        display: table;
        width: 100%;
        clear: both;
    }
    .btPrevNextNav .btPrevNextNav {
        display: flex;
        flex-direction: row;
        margin-top: 3em;
        padding-top: 3em;
        margin-bottom: 4em;
    }
    .btPrevNextNav .btPrevNextNav:after {
        content: " ";
        display: table;
        width: 100%;
        clear: both;
    }
    .btLightSkin .btPrevNextNav .btPrevNextNav,
    .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNextNav,
    .btLightSkin .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNextNav {
        border-top: 1px solid rgba(34,34,34,.1);
    }
    .btDarkSkin .btPrevNextNav .btPrevNextNav,
    .btLightSkin .btDarkSkin .btPrevNextNav .btPrevNextNav,
    .btDarkSkin.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNextNav {
        border-top: 1px solid rgba(255,255,255,.2);
    }
    body.btNoSidebar .btPrevNextNav {
        margin-bottom: 4em;
    }
    .btPrevNextNav .btPrevNext {
        display: flex;
        align-items: center;
        color: currentColor !important;
        min-height: 1px;
        margin: 0;
        flex-direction: row;
        flex: 1 0 50%;
    }
    .btPrevNextNav .btPrevNext:before {
        font-family: Essential;
        line-height: 2.1875;
        width: 2.1875em;
        text-align: center;
        flex: 0 0 auto;
        color: #fff;
        font-size: 2em;
        background: #fdabb7;
        opacity: 1;
        transition: 500ms ease all;
        border-radius: 50%;
        content: "\ea7c";
        margin: 0 .4em 0 0;
    }
    .rtl .btPrevNextNav .btPrevNext:before {
        content: "\ea7d";
        margin: 0 0 0 .4em;
    }
    .btPrevNextNav .btPrevNext.btNext:before {
        margin: 0 0 0 .4em;
        content: "\ea7d";
    }
    .rtl .btPrevNextNav .btPrevNext.btNext:before {
        content: "\ea7c";
        margin: 0 .4em 0 0;
    }
    .btNext.btPrevNextNav .btPrevNext {
        flex-direction: row-reverse;
        text-align: right;
    }
    .btPrevNextNav .btPrevNext .btPrevNextImage {
        flex: 0 0 4.375em;
        height: 4.375em;
        width: 4.375em;
        background-size: cover;
        background-position: center center;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 500ms ease;
        border-radius: 50%;
        position: absolute;
    }
    .btPrevNextNav .btPrevNext .btPrevNextItem {
        flex: 1 0 0%;
        min-width: 0%;
    }
    .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-size: 1.25rem;
        transition: color 300ms ease;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.4em;
        max-height: 2.8em;
    }
    .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
        font-size: .938em;
        text-transform: capitalize;
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        line-height: 1;
        opacity: .6;
    }
    .btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
        color: #fdabb7;
    }
    .btPrevNextNav .btPrevNext:hover .btPrevNextImage {
        transform: scale(1.125);
    }
    .btPrevNextNav .btPrevNext:hover:before {
        transform: scale(1.125);
        box-shadow: 0 3px 30px rgba(34,34,34,.2);
    }
    .btPrevNextNav .btPrevNext.btNext {
        flex-direction: row-reverse;
        text-align: right;
    }
    .rtl .btPrevNextNav .btPrevNext {
        float: right;
    }
    .rtl .btPrevNextNav .btPrevNext.btNext {
        text-align: left;
    }
    .btPrevNextNav span.btPrevNext:before {
        display: none;
    }
    @media(max-width: 768px) {
        .btWithSidebar .btContent .btPrevNextNav.gutter .port {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media (max-width: 620px) {
        .btPrevNext .btPrevNextItem .btPrevNextTitle {
            font-size: 1rem;
        }
        .btPrevNextNav .btPrevNextNav {
            flex-direction: column;
        }
        .btPrevNextNav .btPrevNext {
            flex: 1 0 100%;
        }
        .btNext.btPrevNextNav .btPrevNext {
            flex-direction: row-reverse;
            float: right;
            text-align: right;
        }
        .btPrevNextNav .btPrevNext:nth-child(2) {
            margin-top: 1.5em;
            padding-top: 1.5em;
            border-top: 1px solid;
        }
        .btLightSkin .btPrevNextNav .btPrevNext:nth-child(2),
        .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNext:nth-child(2),
        .btLightSkin .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNext:nth-child(2) {
            border-color: rgba(34,34,34,.1);
        }
        .btDarkSkin .btPrevNextNav .btPrevNext:nth-child(2),
        .btLightSkin .btDarkSkin .btPrevNextNav .btPrevNext:nth-child(2),
        .btDarkSkin.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNext:nth-child(2) {
            border-color: rgba(255,255,255,.2);
        }
    }

    /* Linked pages in a single post (unit test) */
    .btLinkPages:before {
        content: " ";
        display: table;
        width: 100%;
        clear: both;
    }
    .btLinkPages ul {
        margin-left: 0;
        padding-left: 0;
        margin-top: 30px;
    }
    .btLinkPages ul li {
        list-style: none;
        display: inline-block;
        margin: 0 0 0 .5em;
    }
    .rtl .btLinkPages ul li {
        margin: 0 .5em 0 0;
    }
    .btLinkPages ul a {
        display: inline-block;
        background: #fdabb7;
        color: #fff;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        line-height: 2;
        text-align: center;
        transition: 300ms ease all;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    .btLinkPages ul a:hover {
        transform: scale(1.1);
        background: #333c4a;
        color: #fff;
    }
    .btLightSkin .btLinkPages ul a:hover,
    .btDarkSkin .btLightSkin .btLinkPages ul a:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btLinkPages ul a:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .btDarkSkin .btLinkPages ul a:hover,
    .btLightSkin .btDarkSkin .btLinkPages ul a:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btLinkPages ul a:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,.2);
    }

    /* Photo slide */
    .boldPhotoSlide {
        position: relative;
    }
    .single .boldPhotoSlide h4.nbs {
        margin: 0 30px !important;
    }

    /* Post categories, comments, date and author spans */
    .btArticleCategories {
        flex-wrap: wrap;
        line-height: 1.25;
    }
    .btArticleCategories a {
        color: currentColor !important;
        transition: 300ms ease opacity;
        display: inline-flex;
        align-items: center;
        opacity: 1;
    }
    .btArticleCategories a:hover {
        opacity: .5;
    }
    .btArticleCategories a:not(:last-child):after {
        content: ' ';
        width: 3px;
        height: 3px;
        background: currentColor;
        margin: 0 7px;
        border-radius: 50%;
        opacity: .2;
    }
    .btArticleCategories a.gallery {
        margin-bottom: 0;
    }
    .btArticleDate,
    .btArticleAuthor,
    .btArticleComments,
    .btArticleCategories {
        display: inline-flex;
        align-items: baseline;
    }
    .btArticleDate:not(:last-child):after,
    .btArticleAuthor:not(:last-child):after,
    .btArticleComments:not(:last-child):after,
    .btArticleCategories:not(:last-child):after {
        content: ' ';
        display: inline-block;
        width: 1.5rem;
        height: 1px;
    }
    .btContent .btArticleAuthor a,
    .btContent .btArticleComments {
        color: inherit;
    }
    .btContent .btArticleAuthor a:hover,
    .btContent .btArticleComments:hover {
        color: #fdabb7;
    }
    .btArticleDate:before,
    .btArticleAuthor:before,
    .btArticleComments:before,
    .btArticleCategories:before {
        font-family: FontAwesome;
        margin: 0;
        display: inline-block;
        font-size: 1rem;
        transition: color 200ms ease;
        color: #fdabb7;
    }
    body:not(.rtl) .btArticleDate:before,
    body:not(.rtl) .btArticleAuthor:before,
    body:not(.rtl) .btArticleComments:before,
    body:not(.rtl) .btArticleCategories:before {
        margin-right: 6px;
    }
    body.rtl .btArticleDate:before,
    body.rtl .btArticleAuthor:before,
    body.rtl .btArticleComments:before,
    body.rtl .btArticleCategories:before {
        margin-left: 6px;
        float: none;
    }
    .btHasAuthorInfo .btArticleAuthor:before {
        display: none;
    }
    .btPostListSimple.btHasAuthorInfo .btArticleAuthor:before {
        display: block;
    }
    .btArticleDate:before {
        content: "\f017";
    }
    .btArticleAuthor:before {
        content: "\f2bd";
    }
    .btArticleComments:before {
        content: "\f075";
    }
    .btArticleCategories:before {
        content: "\f02c";
    }
    .btArticleAuthor a,
    .btArticleComments {
        color: currentColor !important;
        transition: 300ms ease opacity;
        opacity: 1;
    }
    .btArticleAuthor a:hover,
    .btArticleComments:hover {
        opacity: .7;
    }
    .btArticleComments:before {
        font-family: FontAwesome;
        content: "\f075";
        margin: 0;
        display: inline-block;
        color: #fdabb7;
    }
    body:not(.rtl) .btArticleComments:before {
        margin-right: 5px;
    }
    body.rtl .btArticleComments:before {
        margin-left: 5px;
        float: right;
    }

    /* 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: .875em;
        margin-bottom: 1em;
    }
    .wp-caption-text > a {
        font-weight: bold;
    }
    .bypostauthor {
        font-size: inherit;
    }
    .post-password-required .bt_bb_wrapper {
        overflow: visible;
    }
    @media (max-width: 1199px) {
        .wp-caption-text {
            font-size: .875rem;
        }
    }

    /* Comments */
    .btCommentsBox .form-submit,
    .btCommentsBox + #review_form_wrapper .form-submit {
        margin-bottom: 0;
        margin-top: 2em;
    }
    .btCommentsBox {
        margin: 2em 0;
    }
    #reviews .btCommentsBox {
        margin-top: 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 .625em;
        padding: 0;
        font-size: 2em;
    }
    .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,
    .btCommentsBox + #review_form_wrapper .comment-respond > h1,
    .btCommentsBox + #review_form_wrapper .comment-respond > h2,
    .btCommentsBox + #review_form_wrapper .comment-respond > h3,
    .btCommentsBox + #review_form_wrapper .comment-respond > h4,
    .btCommentsBox + #review_form_wrapper .comment-respond > h5,
    .btCommentsBox + #review_form_wrapper .comment-respond > h6,
    .btCommentsBox + #review_form_wrapper .comment-respond > h7,
    .btCommentsBox + #review_form_wrapper .comment-respond > h8 {
        font-size: 2em;
        z-index: 2;
        position: relative;
        padding-bottom: .625em;
        border-bottom: 1px solid;
    }
    .btLightSkin .btCommentsBox .comment-respond > h1,
    .btLightSkin .btCommentsBox .comment-respond > h2,
    .btLightSkin .btCommentsBox .comment-respond > h3,
    .btLightSkin .btCommentsBox .comment-respond > h4,
    .btLightSkin .btCommentsBox .comment-respond > h5,
    .btLightSkin .btCommentsBox .comment-respond > h6,
    .btLightSkin .btCommentsBox .comment-respond > h7,
    .btLightSkin .btCommentsBox .comment-respond > h8,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h1,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h2,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h3,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h4,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h5,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h6,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h7,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h8,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h1,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h2,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h3,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h4,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h5,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h6,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h7,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-respond > h8,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h1,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h2,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h3,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h4,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h5,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h6,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h7,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h8,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h1,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h2,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h3,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h4,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h5,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h6,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h7,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h8,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h1,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h2,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h3,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h4,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h5,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h6,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h7,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-respond > h8 {
        border-bottom-color: rgba(34,34,34,.1);
    }
    .btDarkSkin .btCommentsBox .comment-respond > h1,
    .btDarkSkin .btCommentsBox .comment-respond > h2,
    .btDarkSkin .btCommentsBox .comment-respond > h3,
    .btDarkSkin .btCommentsBox .comment-respond > h4,
    .btDarkSkin .btCommentsBox .comment-respond > h5,
    .btDarkSkin .btCommentsBox .comment-respond > h6,
    .btDarkSkin .btCommentsBox .comment-respond > h7,
    .btDarkSkin .btCommentsBox .comment-respond > h8,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h1,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h2,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h3,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h4,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h5,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h6,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h7,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h8,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h1,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h2,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h3,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h4,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h5,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h6,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h7,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-respond > h8,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h1,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h2,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h3,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h4,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h5,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h6,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h7,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h8,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h1,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h2,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h3,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h4,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h5,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h6,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h7,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h8,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h1,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h2,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h3,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h4,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h5,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h6,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h7,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-respond > h8 {
        border-bottom-color: rgba(255,255,255,.2);
    }
    .btCommentsBox .comment-respond,
    .btCommentsBox + #review_form_wrapper .comment-respond {
        font-size: 1rem;
        position: relative;
        padding: 2em;
    }
    .btCommentsBox .comment-respond:before,
    .btCommentsBox + #review_form_wrapper .comment-respond:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: currentColor;
        opacity: .05;
        z-index: 1;
    }
    .btHardRoundedButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedTopLeftButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedTopRightButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedBottomLeftButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedBottomRightButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedButtons .btCommentsBox + #review_form_wrapper .comment-respond:before,
    .btHardRoundedTopLeftButtons .btCommentsBox + #review_form_wrapper .comment-respond:before,
    .btHardRoundedTopRightButtons .btCommentsBox + #review_form_wrapper .comment-respond:before,
    .btHardRoundedBottomLeftButtons .btCommentsBox + #review_form_wrapper .comment-respond:before,
    .btHardRoundedBottomRightButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-radius: 26px;
    }
    .btHardRoundedTopLeftButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedTopLeftButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedTopRightButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedBottomLeftButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btCommentsBox .comment-respond:before,
    .btHardRoundedBottomRightButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedTopLeftButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedTopRightButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedBottomLeftButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedBottomRightButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedButtons .btCommentsBox + #review_form_wrapper .comment-respond:before,
    .btSoftRoundedTopLeftButtons .btCommentsBox + #review_form_wrapper .comment-respond:before,
    .btSoftRoundedTopRightButtons .btCommentsBox + #review_form_wrapper .comment-respond:before,
    .btSoftRoundedBottomLeftButtons .btCommentsBox + #review_form_wrapper .comment-respond:before,
    .btSoftRoundedBottomRightButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedTopLeftButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedTopRightButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedBottomLeftButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btCommentsBox .comment-respond:before,
    .btSoftRoundedBottomRightButtons .btCommentsBox + #review_form_wrapper .comment-respond:before {
        border-bottom-right-radius: 0;
    }
    .btCommentsBox ul.comments,
    .btCommentsBox ul.comments li.comment {
        list-style: none;
        display: block;
        padding-left: 0;
        margin: 0;
    }
    .btCommentsBox > ul.comments {
        margin: 0 0 2em;
    }
    .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(34,34,34,.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: flex;
    }
    .btCommentsBox ul.comments li > article .commentTxt {
        padding: 0;
        flex: 1 1 100%;
    }
    .btCommentsBox ul.comments li > article .commentAvatar {
        padding: 0 20px 0 0;
        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.comments li.pingback p a:not(.comment-edit-link) {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        color: inherit;
    }
    .btCommentsBox ul.comments li.pingback p a:not(.comment-edit-link):hover {
        color: #fdabb7;
    }
    .btCommentsBox ul.comments li.pingback p .edit-link {
        margin-left: 1em;
        font-size: .875rem;
        line-height: 1;
    }
    .rtl .btCommentsBox ul.comments li.pingback p .edit-link {
        margin-left: 0;
        margin-right: 1em;
    }
    .btCommentsBox ul.comments li.pingback p .edit-link a {
        display: inline-flex;
        flex-direction: row-reverse;
    }
    .btCommentsBox ul.comments li.pingback p .edit-link a:before {
        font-family: FontAwesome;
        margin: 0;
        display: inline-block;
        font-size: 1rem;
        color: #fdabb7;
        opacity: 1;
        margin: 0 8px;
        content: "\f040";
        transform: translateX(0);
        transition: all 200ms ease;
    }
    .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link {
        color: inherit;
        transition: 300ms ease all;
    }
    .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link:hover:before {
        transform: scale(1.25);
    }
    .btLightSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link,
    .btDarkSkin .btLightSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link {
        color: rgba(34,34,34,.5);
    }
    .btLightSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link:hover,
    .btDarkSkin .btLightSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link:hover {
        color: #181818;
    }
    .btDarkSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link,
    .btLightSkin .btDarkSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link {
        color: rgba(255,255,255,.5);
    }
    .btDarkSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link:hover,
    .btLightSkin .btDarkSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox ul.comments li.pingback p .edit-link .comment-edit-link:hover {
        color: #fff;
    }
    .btCommentsBox ul.children {
        margin: 0 0 0 20px;
        font-size: .85rem;
    }
    .btCommentsBox input,
    .btCommentsBox textarea {
        transition: all 300ms ease;
    }
    .btLightSkin .btCommentsBox input,
    .btDarkSkin .btLightSkin .btCommentsBox input,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox input,
    .btLightSkin .btCommentsBox textarea,
    .btDarkSkin .btLightSkin .btCommentsBox textarea,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox textarea {
        background: #fff;
    }
    .btDarkSkin .btCommentsBox input,
    .btLightSkin .btDarkSkin .btCommentsBox input,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox input,
    .btDarkSkin .btCommentsBox textarea,
    .btLightSkin .btDarkSkin .btCommentsBox textarea,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox textarea {
        background: #191919;
    }
    .btCommentsBox .btComment {
        line-height: 0;
    }
    .btCommentsBox .btComment textarea,
    .btCommentsBox .btComment label {
        line-height: 1.5;
    }
    .btCommentsBox .vcard {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-content: flex-start;
        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;
        flex: 1 1 auto;
        font-size: 1.125rem;
    }
    .btCommentsBox .vcard h1.author a,
    .btCommentsBox .vcard h2.author a,
    .btCommentsBox .vcard h3.author a,
    .btCommentsBox .vcard h4.author a,
    .btCommentsBox .vcard h5.author a,
    .btCommentsBox .vcard h6.author a,
    .btCommentsBox .vcard h7.author a,
    .btCommentsBox .vcard h8.author a {
        color: inherit;
    }
    .btCommentsBox .vcard h1.author a:hover,
    .btCommentsBox .vcard h2.author a:hover,
    .btCommentsBox .vcard h3.author a:hover,
    .btCommentsBox .vcard h4.author a:hover,
    .btCommentsBox .vcard h5.author a:hover,
    .btCommentsBox .vcard h6.author a:hover,
    .btCommentsBox .vcard h7.author a:hover,
    .btCommentsBox .vcard h8.author a:hover {
        color: #fdabb7;
    }
    .btCommentsBox .vcard .posted {
        margin: 0;
        text-align: right;
        padding: 0 0 0 10px;
        font-size: .875rem;
        display: flex;
        align-items: center;
        line-height: 1.5;
    }
    .rtl .btCommentsBox .vcard .posted {
        text-align: left;
        padding: 0 10px 0 0;
    }
    .btCommentsBox .vcard .posted:before {
        font-family: FontAwesome;
        font-size: 1rem;
        margin: 0 5px 0 0;
        color: #333c4a;
        content: "\f017";
        opacity: .5;
    }
    .rtl .btCommentsBox .vcard .posted:before {
        margin: 0 0 0 5px;
    }
    .btLightSkin .btCommentsBox .vcard .posted,
    .btDarkSkin .btLightSkin .btCommentsBox .vcard .posted,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .vcard .posted {
        color: rgba(34,34,34,.5);
    }
    .btDarkSkin .btCommentsBox .vcard .posted,
    .btLightSkin .btDarkSkin .btCommentsBox .vcard .posted,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .vcard .posted {
        color: rgba(255,255,255,.5);
    }
    .btCommentsBox .vcard .star-rating {
        margin-left: .5em;
    }
    .btCommentsBox .vcard .star-rating strong {
        display: none;
    }
    .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: .875rem;
        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 {
        display: flex;
        align-items: baseline;
        transition: color 200ms ease;
        flex-direction: row-reverse;
    }
    .btCommentsBox .commentTxt p.edit-link a:before,
    .btCommentsBox .commentTxt p.reply a:before {
        font-family: FontAwesome;
        font-size: 1rem;
        margin: 0 0 0 8px;
        color: #fdabb7;
        transform: scale(1);
        transition: all 200ms ease;
        line-height: 1;
    }
    .rtl .btCommentsBox .commentTxt p.edit-link a:before,
    .rtl .btCommentsBox .commentTxt p.reply a:before {
        margin: 0 8px 0 0;
    }
    .btCommentsBox .commentTxt p.edit-link a:hover:before,
    .btCommentsBox .commentTxt p.reply a:hover:before {
        transform: scale(1.25);
    }
    .btLightSkin .btCommentsBox .commentTxt p.edit-link a,
    .btDarkSkin .btLightSkin .btCommentsBox .commentTxt p.edit-link a,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .commentTxt p.edit-link a,
    .btLightSkin .btCommentsBox .commentTxt p.reply a,
    .btDarkSkin .btLightSkin .btCommentsBox .commentTxt p.reply a,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .commentTxt p.reply a {
        color: rgba(34,34,34,.5);
    }
    .btLightSkin .btCommentsBox .commentTxt p.edit-link a:hover,
    .btDarkSkin .btLightSkin .btCommentsBox .commentTxt p.edit-link a:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .commentTxt p.edit-link a:hover,
    .btLightSkin .btCommentsBox .commentTxt p.reply a:hover,
    .btDarkSkin .btLightSkin .btCommentsBox .commentTxt p.reply a:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .commentTxt p.reply a:hover {
        color: #181818;
    }
    .btDarkSkin .btCommentsBox .commentTxt p.edit-link a,
    .btLightSkin .btDarkSkin .btCommentsBox .commentTxt p.edit-link a,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .commentTxt p.edit-link a,
    .btDarkSkin .btCommentsBox .commentTxt p.reply a,
    .btLightSkin .btDarkSkin .btCommentsBox .commentTxt p.reply a,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .commentTxt p.reply a {
        color: rgba(255,255,255,.5);
    }
    .btDarkSkin .btCommentsBox .commentTxt p.edit-link a:hover,
    .btLightSkin .btDarkSkin .btCommentsBox .commentTxt p.edit-link a:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .commentTxt p.edit-link a:hover,
    .btDarkSkin .btCommentsBox .commentTxt p.reply a:hover,
    .btLightSkin .btDarkSkin .btCommentsBox .commentTxt p.reply a:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .commentTxt p.reply a:hover {
        color: #fff;
    }
    .btCommentsBox .commentTxt p.edit-link a:before {
        content: "\f040";
    }
    .btCommentsBox .commentTxt p.reply a:before {
        content: "\f112";
    }
    .btCommentsBox .comments .comment-respond {
        margin-bottom: 2em;
    }
    .btCommentsBox .comment-form,
    .btCommentsBox + #review_form_wrapper .comment-form {
        position: relative;
        z-index: 2;
    }
    .btCommentsBox .comment-form .comment-notes,
    .btCommentsBox .comment-form .logged-in-as,
    .btCommentsBox + #review_form_wrapper .comment-form .comment-notes,
    .btCommentsBox + #review_form_wrapper .comment-form .logged-in-as {
        order: 1;
        flex: 1 0 100%;
    }
    .btCommentsBox .comment-form > .pcItem,
    .btCommentsBox + #review_form_wrapper .comment-form > .pcItem {
        flex: 1 1 33.333333%;
        padding-right: .625em;
    }
    .btCommentsBox .comment-form > .pcItem label,
    .btCommentsBox + #review_form_wrapper .comment-form > .pcItem label {
        display: none;
    }
    .rtl .btCommentsBox .comment-form > .pcItem,
    .rtl .btCommentsBox + #review_form_wrapper .comment-form > .pcItem {
        padding-right: 0;
        padding-left: .625em;
    }
    .btCommentsBox .comment-form > .pcItem p,
    .btCommentsBox + #review_form_wrapper .comment-form > .pcItem p {
        margin-bottom: .625em;
    }
    .btCommentsBox .comment-form > .pcItem.btCommentAuthor,
    .btCommentsBox + #review_form_wrapper .comment-form > .pcItem.btCommentAuthor {
        order: 2;
    }
    .btCommentsBox .comment-form > .pcItem.btCommentEmail,
    .btCommentsBox + #review_form_wrapper .comment-form > .pcItem.btCommentEmail {
        order: 3;
    }
    .btCommentsBox .comment-form > .pcItem.btCommentWebsite,
    .btCommentsBox + #review_form_wrapper .comment-form > .pcItem.btCommentWebsite {
        order: 4;
        padding: 0;
    }
    .btCommentsBox .comment-form > .pcItem.btComment,
    .btCommentsBox + #review_form_wrapper .comment-form > .pcItem.btComment {
        order: 5;
        flex: 1 0 100%;
        padding: 0;
        margin: 0;
    }
    .btCommentsBox .comment-form > .pcItem.btComment > p:last-child,
    .btCommentsBox + #review_form_wrapper .comment-form > .pcItem.btComment > p:last-child {
        margin-bottom: 0;
    }
    .btCommentsBox .comment-form input[type="checkbox"],
    .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"] {
        width: 1.5rem;
        height: 1.5rem;
        transition: 200ms ease all;
        background: transparent;
        cursor: pointer;
        min-width: 1.5rem;
        border-radius: 50%;
        vertical-align: middle;
        -webkit-appearance: none;
        position: relative;
        content: "";
        -moz-appearance: none;
        border: 0;
        display: inline-block;
        margin-right: .75em;
        margin-top: -4px;
    }
    .rtl .btCommentsBox .comment-form input[type="checkbox"],
    .rtl .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"] {
        margin-right: 0;
        margin-left: .75em;
    }
    .btLightSkin .btCommentsBox .comment-form input[type="checkbox"],
    .btDarkSkin .btLightSkin .btCommentsBox .comment-form input[type="checkbox"],
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-form input[type="checkbox"],
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"],
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"],
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"] {
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        background: #fff;
    }
    .btDarkSkin .btCommentsBox .comment-form input[type="checkbox"],
    .btLightSkin .btDarkSkin .btCommentsBox .comment-form input[type="checkbox"],
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-form input[type="checkbox"],
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"],
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"],
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"] {
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        background: #191919;
    }
    .btCommentsBox .comment-form input[type="checkbox"]:before,
    .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:before {
        content: '';
        position: absolute;
        transition: 200ms ease all;
        left: 4px;
        top: 4px;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        display: block;
        background: #fdabb7;
        opacity: 0;
        transform: scale(0);
    }
    .rtl .btCommentsBox .comment-form input[type="checkbox"]:before,
    .rtl .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:before {
        left: auto;
        right: 4px;
    }
    .btLightSkin .btCommentsBox .comment-form input[type="checkbox"]:hover,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-form input[type="checkbox"]:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-form input[type="checkbox"]:hover,
    .btLightSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:hover,
    .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset !important;
    }
    .btDarkSkin .btCommentsBox .comment-form input[type="checkbox"]:hover,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-form input[type="checkbox"]:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-form input[type="checkbox"]:hover,
    .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:hover,
    .btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset !important;
    }
    .btCommentsBox .comment-form input[type="checkbox"]:checked:before,
    .btCommentsBox + #review_form_wrapper .comment-form input[type="checkbox"]:checked:before {
        opacity: 1;
        transform: scale(1);
    }
    .btCommentsBox .comments + .comment-respond .comment-form,
    .btCommentsBox > .comment-respond:only-child .comment-form {
        padding-bottom: 0;
    }
    .btCommentsBox .comment-navigation {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: .5em;
        font-size: .875rem;
    }
    .btCommentsBox .comment-navigation a,
    .btCommentsBox .comment-navigation span {
        display: block;
    }
    .btCommentsBox .comment-navigation a {
        display: flex;
        color: inherit;
        flex-direction: row;
        align-items: baseline;
    }
    .btCommentsBox .comment-navigation a:before,
    .btCommentsBox .comment-navigation a:after {
        margin: 0 8px;
        color: #fdabb7;
        transition: 300ms ease all;
    }
    .btCommentsBox .comment-navigation a:first-child:before {
        font-family: FontAwesome;
        content: "\f053";
    }
    .rtl .btCommentsBox .comment-navigation a:first-child:before {
        content: "\f054";
    }
    .btCommentsBox .comment-navigation a:first-child:hover:before {
        transform: scale(1.25);
    }
    .btCommentsBox .comment-navigation a:last-child:after {
        font-family: FontAwesome;
        content: "\f054";
    }
    .rtl .btCommentsBox .comment-navigation a:last-child:after {
        content: "\f053";
    }
    .btCommentsBox .comment-navigation a:last-child:hover:after {
        transform: scale(1.25);
    }
    .btLightSkin .btCommentsBox .comment-navigation a,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-navigation a,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-navigation a {
        color: rgba(34,34,34,.5);
    }
    .btLightSkin .btCommentsBox .comment-navigation a:hover,
    .btDarkSkin .btLightSkin .btCommentsBox .comment-navigation a:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .comment-navigation a:hover {
        color: #181818;
    }
    .btDarkSkin .btCommentsBox .comment-navigation a,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-navigation a,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-navigation a {
        color: rgba(255,255,255,.5);
    }
    .btDarkSkin .btCommentsBox .comment-navigation a:hover,
    .btLightSkin .btDarkSkin .btCommentsBox .comment-navigation a:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .comment-navigation a:hover {
        color: #fff;
    }
    .btCommentsBox .comment-navigation span {
        color: transparent;
    }
    @media (max-width: 380px) {
        .btCommentsBox .comment-navigation {
            flex-direction: column;
            align-items: center;
        }
        .btCommentsBox .comment-navigation span {
            height: 10px;
        }
        .btCommentsBox .comment-navigation a:first-child {
            margin-left: -7.5px;
        }
        .rtl .btCommentsBox .comment-navigation a:first-child {
            margin-left: 0;
            margin-right: -7.5px;
        }
        .btCommentsBox .comment-navigation a:last-child {
            margin-right: -7.5px;
        }
        .rtl .btCommentsBox .comment-navigation a:last-child {
            margin-right: 0;
            margin-left: -7.5px;
        }
    }

    .comment-respond .comment-form {
        display: flex;
        flex-flow: row wrap;
    }
    .comment-respond .comment-form > .comment-form-rating {
        order: 2;
        flex: 1 0 100%;
        padding: 0;
    }
    .comment-respond .comment-form > .comment-form-author {
        order: 3;
        flex: 1 1 50%;
        padding-right: .625em;
    }
    .comment-respond .comment-form > .comment-form-email {
        order: 4;
        flex: 1 1 50%;
        padding: 0;
    }
    .comment-respond .comment-form > .comment-form-comment {
        order: 5;
        flex: 1 0 100%;
        padding: 0;
        margin: 0;
    }
    .comment-respond .comment-form > .form-submit {
        order: 6;
        flex: 1 0 100%;
    }
    .comment-respond .comment-form > .comment-form-cookies-consent {
        order: 6;
        margin: .625em 0 0;
    }
    @media (max-width: 768px) {
        .btCommentsBox .comment-form > .pcItem {
            flex: 1 1 100%;
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
        .comment-respond .comment-form > .comment-form-rating,
        .comment-respond .comment-form > .comment-form-author,
        .comment-respond .comment-form > .comment-form-email,
        .comment-respond .comment-form > .comment-form-comment,
        .comment-respond .comment-form > .form-submit {
            flex: 1 0 100%;
            padding: 0;
        }
    }

    .comment-awaiting-moderation {
        color: #fdabb7;
    }
    .comment-reply-title {
        display: block;
    }
    .comment-reply-title small {
        font-size: .875rem;
        float: right;
        margin: 0 0 0 2em;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
    .comment-reply-title small a#cancel-comment-reply-link {
        display: flex;
        align-items: baseline;
        transition: opacity 200ms ease;
        color: currentColor;
        letter-spacing: 0;
        flex-direction: row-reverse;
    }
    .comment-reply-title small a#cancel-comment-reply-link:before {
        font-family: FontAwesome;
        content: "\f00d";
        margin: 0 8px;
        font-weight: 400;
        color: #fdabb7;
        transition: all 200ms ease;
        line-height: 1;
    }
    .comment-reply-title small a#cancel-comment-reply-link:hover:before {
        transform: scale(1.25);
    }
    .btLightSkin .comment-reply-title small a#cancel-comment-reply-link,
    .btDarkSkin .btLightSkin .comment-reply-title small a#cancel-comment-reply-link,
    .btLightSkin .btDarkSkin .btLightSkin .comment-reply-title small a#cancel-comment-reply-link {
        color: rgba(34,34,34,.5);
    }
    .btLightSkin .comment-reply-title small a#cancel-comment-reply-link:hover,
    .btDarkSkin .btLightSkin .comment-reply-title small a#cancel-comment-reply-link:hover,
    .btLightSkin .btDarkSkin .btLightSkin .comment-reply-title small a#cancel-comment-reply-link:hover {
        color: #181818;
    }
    .btDarkSkin .comment-reply-title small a#cancel-comment-reply-link,
    .btLightSkin .btDarkSkin .comment-reply-title small a#cancel-comment-reply-link,
    .btDarkSkin.btLightSkin .btDarkSkin .comment-reply-title small a#cancel-comment-reply-link {
        color: rgba(255,255,255,.5);
    }
    .btDarkSkin .comment-reply-title small a#cancel-comment-reply-link:hover,
    .btLightSkin .btDarkSkin .comment-reply-title small a#cancel-comment-reply-link:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .comment-reply-title small a#cancel-comment-reply-link:hover {
        color: #fff;
    }
    .rtl .comment-reply-title small {
        float: left;
        margin: 0 2em 0 0;
    }
    .btCommentSubmit {
        padding: 1.357em 1.786em;
        font-size: .875em;
        line-height: 1;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0% 0;
        background-size: 200% 100% !important;
        border: 0;
        color: #fff;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        transition: all 300ms ease;
        display: flex;
    }
    .btCommentSubmit:before {
        order: 2;
        margin-left: 1em;
        transition: all 300ms ease;
        content: "\f1d8";
        font-family: FontAwesome;
        transform: scale(1.25);
    }
    .rtl .btCommentSubmit:before {
        margin-left: 0;
        margin-right: 1em;
    }
    .btCommentSubmit:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btCommentSubmit:hover:before {
        transition-delay: 100ms;
        transform: scale(1.75);
    }
    .btHardRoundedButtons .btCommentSubmit {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btCommentSubmit {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btCommentSubmit {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btCommentSubmit {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btCommentSubmit {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btCommentSubmit {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btCommentSubmit {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btCommentSubmit {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btCommentSubmit {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btCommentSubmit {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }

    /* Responsive */
    @media (max-width: 520px) {
        .btCommentsBox .vcard {
            flex-flow: row wrap;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 0 0 10px;
            margin: 0 0 10px;
        }
        .btLightSkin .btCommentsBox .vcard,
        .btDarkSkin .btLightSkin .btCommentsBox .vcard,
        .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox .vcard {
            border-bottom: 1px dotted rgba(34,34,34,.1);
        }
        .btDarkSkin .btCommentsBox .vcard,
        .btLightSkin .btDarkSkin .btCommentsBox .vcard,
        .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox .vcard {
            border-bottom: 1px dotted rgba(255,255,255,.2);
        }
        .btCommentsBox .vcard h5.author {
            flex: 1 1 100%;
        }
        .btCommentsBox .vcard .posted {
            padding: 0;
            margin-top: .7em;
            text-align: left;
        }
        .rtl .btCommentsBox .vcard .posted {
            text-align: right;
        }
        .btCommentsBox .vcard .star-rating {
            margin-top: .7em;
            margin-left: auto;
        }
        .btCommentsBox .vcard .star-rating .rtl {
            margin-left: 0;
            margin-right: auto;
        }
        .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;
        }
        .rtl .btCommentsBox ul.comments ul.children li.comment article .commentAvatar {
            padding-left: 20px;
            padding-right: 10px;
        }
        .btCommentsBox ul.comments ul.children li.comment article .commentTxt {
            padding-right: 15px;
        }
        .rtl .btCommentsBox ul.comments ul.children li.comment article .commentTxt {
            padding-right: 0;
            padding-left: 15px;
        }
        .btCommentsBox ul.comments ul.children li.comment article:after {
            content: '\f148';
            display: block;
            position: absolute;
            top: -15px;
            right: -15px;
            width: 30px;
            height: 30px;
            font: normal 16px/30px FontAwesome;
            vertical-align: middle;
            text-align: center;
            background: #fdabb7;
            color: #fff;
            border-radius: 50%;
        }
        .rtl .btCommentsBox ul.comments ul.children li.comment article:after {
            right: auto;
            left: -15px;
        }
        .btCommentsBox ul.comments li:last-child ul.children {
            margin-bottom: 2rem;
        }
    }

    .no-comments {
        display: block;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        text-align: center;
        padding: 1em;
    }
    .btLightSkin .no-comments,
    .btDarkSkin .btLightSkin .no-comments,
    .btLightSkin .btDarkSkin .btLightSkin .no-comments {
        background: rgba(34,34,34,.07);
    }
    .btDarkSkin .no-comments,
    .btLightSkin .btDarkSkin .no-comments,
    .btDarkSkin.btLightSkin .btDarkSkin .no-comments {
        background: rgba(0,0,0,.07);
    }
    .btHardRoundedButtons .no-comments,
    .btHardRoundedTopLeftButtons .no-comments,
    .btHardRoundedTopRightButtons .no-comments,
    .btHardRoundedBottomLeftButtons .no-comments,
    .btHardRoundedBottomRightButtons .no-comments {
        border-radius: 26px;
    }
    .btHardRoundedTopLeftButtons .no-comments {
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .no-comments {
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .no-comments {
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .no-comments {
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .no-comments,
    .btSoftRoundedTopLeftButtons .no-comments,
    .btSoftRoundedTopRightButtons .no-comments,
    .btSoftRoundedBottomLeftButtons .no-comments,
    .btSoftRoundedBottomRightButtons .no-comments {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .no-comments {
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .no-comments {
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .no-comments {
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .no-comments {
        border-bottom-right-radius: 0;
    }

    /* btBox defaults */
    .btBox:after {
        content: " ";
        display: table;
        width: 100%;
        clear: both;
    }
    .btSidebar > * {
        padding-left: 2.625em;
        padding-right: 2.625em;
        border: 8px solid;
        border-top: 0;
        border-bottom: 0;
        padding-bottom: 3em;
    }
    .btLightSkin .btSidebar > *,
    .btDarkSkin .btLightSkin .btSidebar > *,
    .btLightSkin .btDarkSkin .btLightSkin .btSidebar > * {
        border-color: rgba(34,34,34,.07);
    }
    .btDarkSkin .btSidebar > *,
    .btLightSkin .btDarkSkin .btSidebar > *,
    .btDarkSkin.btLightSkin .btDarkSkin .btSidebar > * {
        border-color: rgba(0,0,0,.07);
    }
    .btSidebar > *:first-child {
        border-top-width: 8px;
        border-top-style: solid;
        padding-top: 2.625em;
    }
    .btSidebar > *:last-child {
        border-bottom-width: 8px;
        border-bottom-style: solid;
    }

    /* Base typography */
    .sidebar .widget_bt_bb_recent_posts ul,
    .btSidebar .widget_bt_bb_recent_posts ul,
    .btSiteFooterWidgets .widget_bt_bb_recent_posts ul {
        margin: 0;
    }
    .sidebar .widget_bt_bb_recent_posts ul li,
    .btSidebar .widget_bt_bb_recent_posts ul li,
    .btSiteFooterWidgets .widget_bt_bb_recent_posts ul li {
        margin: 0;
        list-style: none;
    }
    .sidebar .widget_bt_bb_recent_posts ul li:last-child,
    .btSidebar .widget_bt_bb_recent_posts ul li:last-child,
    .btSiteFooterWidgets .widget_bt_bb_recent_posts ul li:last-child {
        padding-bottom: 0;
    }
    .sidebar .widget_bt_bb_recent_posts ul li:first-child,
    .btSidebar .widget_bt_bb_recent_posts ul li:first-child,
    .btSiteFooterWidgets .widget_bt_bb_recent_posts ul li:first-child {
        padding-top: 0;
    }
    .btBox > h4,
    .btCustomMenu > h4,
    .btTopBox > h4 {
        font-size: 1.875em;
        margin-bottom: .9em;
        padding-bottom: 0;
        display: inline-block;
        width: 100%;
        color: #fdabb7;
    }
    .btBox h5,
    .btCustomMenu h5,
    .btTopBox h5 {
        font-size: 1.4em;
        margin-bottom: .35em;
    }
    body:not(.btNoDashInSidebar) .btBox > h4:after,
    body:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
    body:not(.btNoDashInSidebar) .btTopBox > h4:after {
        content: ' ';
        clear: both;
        width: 100%;
        display: block;
        margin: .625em 0 0;
        background: currentColor;
        height: 1px;
        opacity: .1;
    }
    .btTemplateDashCircle .btBox > h4,
    .btTemplateDashOutlineCircle .btBox > h4,
    .btTemplateDashSquare .btBox > h4,
    .btTemplateDashOutlineSquare .btBox > h4,
    .btTemplateDashCircle .btCustomMenu > h4,
    .btTemplateDashOutlineCircle .btCustomMenu > h4,
    .btTemplateDashSquare .btCustomMenu > h4,
    .btTemplateDashOutlineSquare .btCustomMenu > h4,
    .btTemplateDashCircle .btTopBox > h4,
    .btTemplateDashOutlineCircle .btTopBox > h4,
    .btTemplateDashSquare .btTopBox > h4,
    .btTemplateDashOutlineSquare .btTopBox > h4 {
        position: relative;
        margin-bottom: 1.65em;
        color: currentColor;
    }
    .btTemplateDashCircle .btBox > h4:after,
    .btTemplateDashOutlineCircle .btBox > h4:after,
    .btTemplateDashSquare .btBox > h4:after,
    .btTemplateDashOutlineSquare .btBox > h4:after,
    .btTemplateDashCircle .btCustomMenu > h4:after,
    .btTemplateDashOutlineCircle .btCustomMenu > h4:after,
    .btTemplateDashSquare .btCustomMenu > h4:after,
    .btTemplateDashOutlineSquare .btCustomMenu > h4:after,
    .btTemplateDashCircle .btTopBox > h4:after,
    .btTemplateDashOutlineCircle .btTopBox > h4:after,
    .btTemplateDashSquare .btTopBox > h4:after,
    .btTemplateDashOutlineSquare .btTopBox > h4:after {
        height: 2.5em !important;
        position: absolute;
        z-index: -1;
        left: -.85em;
        top: -.65em;
        margin: 0 !important;
        background: #fdabb7;
    }
    .rtl.btTemplateDashCircle .btBox > h4:after,
    .rtl.btTemplateDashOutlineCircle .btBox > h4:after,
    .rtl.btTemplateDashSquare .btBox > h4:after,
    .rtl.btTemplateDashOutlineSquare .btBox > h4:after,
    .rtl.btTemplateDashCircle .btCustomMenu > h4:after,
    .rtl.btTemplateDashOutlineCircle .btCustomMenu > h4:after,
    .rtl.btTemplateDashSquare .btCustomMenu > h4:after,
    .rtl.btTemplateDashOutlineSquare .btCustomMenu > h4:after,
    .rtl.btTemplateDashCircle .btTopBox > h4:after,
    .rtl.btTemplateDashOutlineCircle .btTopBox > h4:after,
    .rtl.btTemplateDashSquare .btTopBox > h4:after,
    .rtl.btTemplateDashOutlineSquare .btTopBox > h4:after {
        left: auto;
        right: -.85em;
    }
    .btTemplateDashCircle .btBox > h4:after,
    .btTemplateDashCircle .btCustomMenu > h4:after,
    .btTemplateDashCircle .btTopBox > h4:after {
        border-radius: 50%;
        opacity: .6;
    }
    .btTemplateDashOutlineCircle .btBox > h4:after,
    .btTemplateDashOutlineCircle .btCustomMenu > h4:after,
    .btTemplateDashOutlineCircle .btTopBox > h4:after {
        border-radius: 50%;
        background: transparent !important;
        box-shadow: 0 0 0 2px #fdabb7 inset !important;
    }
    .btTemplateDashSquare .btBox > h4:after,
    .btTemplateDashSquare .btCustomMenu > h4:after,
    .btTemplateDashSquare .btTopBox > h4:after {
        opacity: .6;
    }
    .btTemplateDashOutlineSquare .btBox > h4:after,
    .btTemplateDashOutlineSquare .btCustomMenu > h4:after,
    .btTemplateDashOutlineSquare .btTopBox > h4:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #fdabb7 inset !important;
    }
    .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,
    .btBox > .menu-all-pages-container > ul,
    .btCustomMenu > ul,
    .btCustomMenu > .menu-all-pages-container > ul,
    .btTopBox > ul,
    .btTopBox > .menu-all-pages-container > ul {
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
    .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;
        border-bottom: 1px solid;
    }
    .btBox ul li a,
    .btCustomMenu ul li a,
    .btTopBox ul li a {
        display: block;
        position: relative;
    }
    .btBox ul li a:before,
    .btCustomMenu ul li a:before,
    .btTopBox ul li a:before {
        display: block;
        content: "";
        height: 7px;
        width: 7px;
        top: 9px;
        left: -1em;
        transition: 200ms ease all;
        position: absolute;
        opacity: 0;
        transform: translateX(-5px);
    }
    .rtl .btBox ul li a:before,
    .rtl .btCustomMenu ul li a:before,
    .rtl .btTopBox ul li a:before {
        left: auto;
        right: -1em;
        transform: translateX(5px);
    }
    .btMenuFocusElementCircle .btBox ul li a:before,
    .btMenuFocusElementCircle .btCustomMenu ul li a:before,
    .btMenuFocusElementCircle .btTopBox ul li a:before {
        background-color: #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .btBox ul li a:before,
    .btMenuFocusElementOutlineCircle .btCustomMenu ul li a:before,
    .btMenuFocusElementOutlineCircle .btTopBox ul li a:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .btBox ul li a:before,
    .btMenuFocusElementSquare .btCustomMenu ul li a:before,
    .btMenuFocusElementSquare .btTopBox ul li a:before {
        background-color: #fdabb7;
    }
    .btMenuFocusElementOutlineSquare .btBox ul li a:before,
    .btMenuFocusElementOutlineSquare .btCustomMenu ul li a:before,
    .btMenuFocusElementOutlineSquare .btTopBox ul li a:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
    }
    .btMenuFocusElementDash .btBox ul li a:before,
    .btMenuFocusElementDash .btCustomMenu ul li a:before,
    .btMenuFocusElementDash .btTopBox ul li a:before {
        background-color: #fdabb7;
        height: 2px;
    }
    .btBox ul li a:hover:before,
    .btCustomMenu ul li a:hover:before,
    .btTopBox ul li a:hover:before {
        opacity: 1;
        transform: translatex(0);
    }
    .btBox ul li a:empty,
    .btCustomMenu ul li a:empty,
    .btTopBox ul li a:empty {
        display: none;
    }
    .btBox ul li a:empty:before,
    .btBox ul li a:empty:after,
    .btCustomMenu ul li a:empty:before,
    .btCustomMenu ul li a:empty:after,
    .btTopBox ul li a:empty:before,
    .btTopBox ul li a:empty:after {
        display: none;
    }
    .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-color: rgba(34,34,34,.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-color: rgba(255,255,255,.2);
    }
    .btBox ul li ul,
    .btCustomMenu ul li ul,
    .btTopBox ul li ul {
        margin: .8em 0 0;
        padding: 0;
    }
    .btBox ul li ul li,
    .btCustomMenu ul li ul li,
    .btTopBox ul li ul li {
        padding-left: 1em;
    }
    .btBox ul li ul.children,
    .btBox ul li ul.sub-menu,
    .btCustomMenu ul li ul.children,
    .btCustomMenu ul li ul.sub-menu,
    .btTopBox ul li ul.children,
    .btTopBox ul li ul.sub-menu {
        margin: 0;
        clear: both;
    }
    .btBox ul li ul.children:before,
    .btBox ul li ul.sub-menu:before,
    .btCustomMenu ul li ul.children:before,
    .btCustomMenu ul li ul.sub-menu:before,
    .btTopBox ul li ul.children:before,
    .btTopBox ul li ul.sub-menu:before {
        display: block;
        width: 100%;
        content: "";
        height: .8em;
    }
    .btLightSkin .btBox ul li ul.children:before,
    .btDarkSkin .btLightSkin .btBox ul li ul.children:before,
    .btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul.children:before,
    .btLightSkin .btBox ul li ul.sub-menu:before,
    .btDarkSkin .btLightSkin .btBox ul li ul.sub-menu:before,
    .btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul.sub-menu:before,
    .btLightSkin .btCustomMenu ul li ul.children:before,
    .btDarkSkin .btLightSkin .btCustomMenu ul li ul.children:before,
    .btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul.children:before,
    .btLightSkin .btCustomMenu ul li ul.sub-menu:before,
    .btDarkSkin .btLightSkin .btCustomMenu ul li ul.sub-menu:before,
    .btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul.sub-menu:before,
    .btLightSkin .btTopBox ul li ul.children:before,
    .btDarkSkin .btLightSkin .btTopBox ul li ul.children:before,
    .btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul.children:before,
    .btLightSkin .btTopBox ul li ul.sub-menu:before,
    .btDarkSkin .btLightSkin .btTopBox ul li ul.sub-menu:before,
    .btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul.sub-menu:before {
        border-bottom: 1px solid rgba(34,34,34,.1);
    }
    .btDarkSkin .btBox ul li ul.children:before,
    .btLightSkin .btDarkSkin .btBox ul li ul.children:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul.children:before,
    .btDarkSkin .btBox ul li ul.sub-menu:before,
    .btLightSkin .btDarkSkin .btBox ul li ul.sub-menu:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul.sub-menu:before,
    .btDarkSkin .btCustomMenu ul li ul.children:before,
    .btLightSkin .btDarkSkin .btCustomMenu ul li ul.children:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul.children:before,
    .btDarkSkin .btCustomMenu ul li ul.sub-menu:before,
    .btLightSkin .btDarkSkin .btCustomMenu ul li ul.sub-menu:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul.sub-menu:before,
    .btDarkSkin .btTopBox ul li ul.children:before,
    .btLightSkin .btDarkSkin .btTopBox ul li ul.children:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul.children:before,
    .btDarkSkin .btTopBox ul li ul.sub-menu:before,
    .btLightSkin .btDarkSkin .btTopBox ul li ul.sub-menu:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul.sub-menu:before {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .btBox ul li.current-menu-item > a,
    .btCustomMenu ul li.current-menu-item > a,
    .btTopBox ul li.current-menu-item > a {
        color: #fdabb7;
    }
    .btBox ul li:after,
    .btCustomMenu ul li:after,
    .btTopBox ul li:after {
        clear: both;
        content: " ";
        display: block;
    }
    .btBox ul > li:last-child,
    .btCustomMenu ul > li:last-child,
    .btTopBox ul > li:last-child {
        border-bottom: 0 !important;
    }
    .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 > ul > li:first-child,
    .btBox .menu-footer-menu-container > ul > li:first-child,
    .btCustomMenu > ul > li:first-child,
    .btCustomMenu .menu-footer-menu-container > ul > li:first-child,
    .btTopBox > ul > li:first-child,
    .btTopBox .menu-footer-menu-container > ul > li:first-child {
        padding-top: 0;
    }
    .btBox > ul > li:last-child,
    .btBox .menu-footer-menu-container > ul > li:last-child,
    .btCustomMenu > ul > li:last-child,
    .btCustomMenu .menu-footer-menu-container > ul > li:last-child,
    .btTopBox > ul > li:last-child,
    .btTopBox .menu-footer-menu-container > ul > li:last-child {
        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: flex;
        align-items: center;
    }
    .btBox .btImageTextWidget:not(:last-child),
    .btCustomMenu .btImageTextWidget:not(:last-child),
    .btTopBox .btImageTextWidget:not(:last-child) {
        margin-bottom: .5em;
    }
    .btBox .btImageTextWidget .btImageTextWidgetImage,
    .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
    .btTopBox .btImageTextWidget .btImageTextWidgetImage {
        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;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .btBox .btImageTextWidget .btImageTextWidgetText,
    .btCustomMenu .btImageTextWidget .btImageTextWidgetText,
    .btTopBox .btImageTextWidget .btImageTextWidgetText {
        flex: 0 0 70%;
        overflow: hidden;
    }
    .btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
    .btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
    .btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
        opacity: .5;
    }
    .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: 1.125rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.2em;
        max-height: 2.4em;
    }
    .btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:hover,
    .btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:hover,
    .btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:hover {
        color: #fdabb7;
    }
    .btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
    .btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
    .btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
        margin-bottom: .5em;
    }
    .btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
    .btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
    .btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        display: none;
    }
    .btBox p.posted,
    .btBox .quantity,
    .btCustomMenu p.posted,
    .btCustomMenu .quantity,
    .btTopBox p.posted,
    .btTopBox .quantity {
        font-weight: 400;
        margin: 0;
        font-size: .875rem;
    }
    .btBox p.posted del,
    .btBox .quantity del,
    .btCustomMenu p.posted del,
    .btCustomMenu .quantity del,
    .btTopBox p.posted del,
    .btTopBox .quantity del {
        color: inherit;
        opacity: .5;
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: 300;
        text-decoration: none;
        position: relative;
    }
    .btBox p.posted del:after,
    .btBox .quantity del:after,
    .btCustomMenu p.posted del:after,
    .btCustomMenu .quantity del:after,
    .btTopBox p.posted del:after,
    .btTopBox .quantity del:after {
        display: block;
        position: absolute;
        content: "";
        background: currentColor;
        height: 1px;
        top: 50%;
        left: -2px;
        right: -2px;
        z-index: -1;
    }
    .btBox p.posted ins,
    .btBox .quantity ins,
    .btCustomMenu p.posted ins,
    .btCustomMenu .quantity ins,
    .btTopBox p.posted ins,
    .btTopBox .quantity ins {
        text-decoration: none;
    }
    .btBox.widget_nav_menu ul.sub-menu > li:not(.menu-item),
    .btCustomMenu.widget_nav_menu ul.sub-menu > li:not(.menu-item),
    .btTopBox.widget_nav_menu ul.sub-menu > li:not(.menu-item) {
        display: none;
    }
    .btBox.widget_top_rated_products .btImageTextWidget .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
    .btCustomMenu.widget_top_rated_products .btImageTextWidget .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
    .btTopBox.widget_top_rated_products .btImageTextWidget .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        margin-top: .25em;
        margin-bottom: 0;
    }

    /* Calendar */
    .widget_calendar table {
        width: 100%;
        border-collapse: collapse;
    }
    .btLightSkin .widget_calendar table,
    .btDarkSkin .btLightSkin .widget_calendar table,
    .btLightSkin .btDarkSkin .btLightSkin .widget_calendar table {
        background: #fff;
        color: #181818;
    }
    .btDarkSkin .widget_calendar table,
    .btLightSkin .btDarkSkin .widget_calendar table,
    .btDarkSkin.btLightSkin .btDarkSkin .widget_calendar table {
        background: #191919;
        color: #fff;
    }
    .widget_calendar table caption {
        background: #fdabb7;
        color: #FFF;
        padding: 10px;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-size: .875rem;
        line-height: 1;
    }
    .widget_calendar table thead th {
        background: transparent;
        text-align: center;
        padding: 10px 8px;
        font-size: .875rem;
        border: 0;
        font-weight: 700;
        line-height: 1;
        color: currentColor;
        width: 14.285714%;
    }
    .btLightSkin .widget_calendar table thead th,
    .btDarkSkin .btLightSkin .widget_calendar table thead th,
    .btLightSkin .btDarkSkin .btLightSkin .widget_calendar table thead th {
        border-bottom: 1p solid rgba(34,34,34,.1);
    }
    .btDarkSkin .widget_calendar table thead th,
    .btLightSkin .btDarkSkin .widget_calendar table thead th,
    .btDarkSkin.btLightSkin .btDarkSkin .widget_calendar table thead th {
        border-bottom: 1p solid rgba(255,255,255,.2);
    }
    .widget_calendar table tfoot {
        background: #333c4a;
        color: #FFF;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-size: .875rem;
        line-height: 1;
        font-weight: 400;
    }
    .widget_calendar table tfoot td {
        padding: 10px;
    }
    .widget_calendar table tfoot td a {
        color: #fff;
    }
    .widget_calendar table tfoot td#next {
        text-align: right;
    }
    .widget_calendar table tbody tr:nth-child(odd) td {
        background: transparent;
    }
    .widget_calendar table tbody tr td#today {
        color: #fdabb7;
    }
    .widget_calendar table tbody td {
        text-align: center;
        border: 0;
        line-height: 1;
        font-size: .875rem;
        padding: 0 4px;
        font-weight: 500;
        line-height: 30px;
    }
    .widget_calendar table tbody td a {
        line-height: 1;
        display: block;
        margin: -4px auto;
        border-radius: 50%;
        max-width: 30px;
        height: 30px;
        line-height: 30px;
        transition: 200ms ease all;
    }
    .btLightSkin .widget_calendar table tbody td a,
    .btDarkSkin .btLightSkin .widget_calendar table tbody td a,
    .btLightSkin .btDarkSkin .btLightSkin .widget_calendar table tbody td a {
        background: rgba(34,34,34,.07);
    }
    .btDarkSkin .widget_calendar table tbody td a,
    .btLightSkin .btDarkSkin .widget_calendar table tbody td a,
    .btDarkSkin.btLightSkin .btDarkSkin .widget_calendar table tbody td a {
        background: rgba(0,0,0,.07);
    }
    .widget_calendar table tbody td a:hover {
        background: #fdabb7;
        color: #fff;
    }

    /* Archives */
    .btBox.widget_archive ul li,
    .btBox.widget_categories ul li,
    .btBox.widget_meta ul li,
    .btBox.widget_recent_entries ul li,
    .btBox.widget_product_categories ul li {
        text-align: right;
    }
    .rtl .btBox.widget_archive ul li,
    .rtl .btBox.widget_categories ul li,
    .rtl .btBox.widget_meta ul li,
    .rtl .btBox.widget_recent_entries ul li,
    .rtl .btBox.widget_product_categories ul li {
        text-align: left;
    }
    .btBox.widget_archive ul li .count,
    .btBox.widget_categories ul li .count,
    .btBox.widget_meta ul li .count,
    .btBox.widget_recent_entries ul li .count,
    .btBox.widget_product_categories ul li .count {
        opacity: .5;
    }
    .btBox.widget_archive ul li a,
    .btBox.widget_categories ul li a,
    .btBox.widget_meta ul li a,
    .btBox.widget_recent_entries ul li a,
    .btBox.widget_product_categories ul li a {
        display: block;
        float: left;
    }
    .rtl .btBox.widget_archive ul li a,
    .rtl .btBox.widget_categories ul li a,
    .rtl .btBox.widget_meta ul li a,
    .rtl .btBox.widget_recent_entries ul li a,
    .rtl .btBox.widget_product_categories ul li a {
        float: right;
    }
    .btBox.widget_archive .fancy-select ul li,
    .btBox.widget_categories .fancy-select ul li,
    .btBox.widget_meta .fancy-select ul li,
    .btBox.widget_recent_entries .fancy-select ul li,
    .btBox.widget_product_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,
    .btBox.widget_meta .fancy-select ul li:first-child,
    .btBox.widget_recent_entries .fancy-select ul li:first-child,
    .btBox.widget_product_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,
    .btBox.widget_meta .fancy-select ul li a,
    .btBox.widget_recent_entries .fancy-select ul li a,
    .btBox.widget_product_categories .fancy-select ul li a {
        display: inline;
        float: none !important;
    }

    /* Recent comments */
    .widget_recent_comments li {
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        font-weight: 400;
    }
    .widget_recent_comments li > a {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-weight: 400;
        border-bottom: 2px solid transparent;
        transition: 200ms ease all;
    }
    .widget_recent_comments li > a:before {
        display: none !important;
    }
    .widget_recent_comments li > a:hover {
        border-bottom: 2px solid #fdabb7;
        color: #fdabb7;
    }
    .widget_recent_comments .comment-author-link a {
        display: inline;
        padding: 0;
        letter-spacing: 0;
    }
    .widget_recent_comments .comment-author-link a:after {
        font-family: FontAwesome;
        content: "\f2bd";
        font-weight: 400;
        color: #fdabb7;
        margin-right: 6px;
        float: left;
    }
    .rtl .widget_recent_comments .comment-author-link a:after {
        margin-right: 0;
        margin-left: 6px;
        float: right;
    }
    .widget_recent_comments .comment-author-link a:before {
        left: -40px;
        display: block !important;
    }
    .rtl .widget_recent_comments .comment-author-link a:before {
        left: auto;
        right: -40px;
    }

    /* RSS */
    .widget_rss li {
        margin-bottom: 15px;
    }
    .widget_rss li a.rsswidget {
        font-family: "Playfair Display";
    }
    .widget_rss li .rss-date {
        font-family: Roboto,Arial,Helvetica,sans-serif;
        display: block;
        margin: 0 0 5px;
    }
    .widget_rss li .rss-date:before {
        font-family: FontAwesome;
        content: "\f017";
        font-weight: 400;
        color: #fdabb7;
        margin-right: 6px;
    }
    .rtl .widget_rss li .rss-date:before {
        margin-right: 0;
        margin-left: 6px;
        float: right;
    }
    .widget_rss li .rssSummary {
        font-family: "Roboto",Arial,Helvetica,sans-serif;
    }
    .widget_rss li cite {
        line-height: 2;
        font-family: "Roboto",Arial,Helvetica,sans-serif;
    }

    /* WooCommerce widgets */
    /* Card widget */
    .widget_shopping_cart ul li:last-child {
        border: none;
    }
    .widget_shopping_cart .total {
        width: 100%;
        padding: 1em;
        background: rgba(34,34,34,.07);
        line-height: 1.25;
        margin-bottom: .625em;
        font-size: 1rem;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        display: flex;
        justify-content: space-between;
    }
    .btDarkSkin .widget_shopping_cart .total,
    .btLightSkin .btDarkSkin .widget_shopping_cart .total,
    .btDarkSkin.btLightSkin .btDarkSkin .widget_shopping_cart .total {
        background: rgba(0,0,0,.07);
    }
    .widget_shopping_cart .total strong {
        display: block;
        padding-right: 8px;
        font-weight: 400;
    }
    .rtl .widget_shopping_cart .total strong {
        padding-right: 0;
        padding-left: 8px;
    }
    .widget_shopping_cart .total .amount {
        display: block;
        font-weight: bold;
    }
    .btHardRoundedButtons .widget_shopping_cart .total,
    .btHardRoundedTopLeftButtons .widget_shopping_cart .total,
    .btHardRoundedTopRightButtons .widget_shopping_cart .total,
    .btHardRoundedBottomLeftButtons .widget_shopping_cart .total,
    .btHardRoundedBottomRightButtons .widget_shopping_cart .total {
        border-radius: 50px;
    }
    .btSoftRoundedButtons .widget_shopping_cart .total,
    .btSoftRoundedTopLeftButtons .widget_shopping_cart .total,
    .btSoftRoundedTopRightButtons .widget_shopping_cart .total,
    .btSoftRoundedBottomLeftButtons .widget_shopping_cart .total,
    .btSoftRoundedBottomRightButtons .widget_shopping_cart .total {
        border-radius: 4px;
    }
    .btSidebar .widget_shopping_cart .btCartWidgetIcon {
        display: none;
    }
    .widget_shopping_cart .total strong {
        min-width: 40px;
        display: inline-block;
    }
    .widget_shopping_cart .buttons {
        width: calc(100% + 10px);
        display: flex;
        flex-direction: row;
        margin: 0 -5px;
    }
    .widget_shopping_cart .buttons .button {
        width: calc(50% - 10px) !important;
        margin: 0 5px !important;
        display: block;
        text-align: center;
        white-space: nowrap;
        padding-right: 0;
        padding-left: 0;
        font-size: .875rem;
    }
    .btHardRoundedButtons .widget_shopping_cart .buttons .button {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .widget_shopping_cart .buttons .button {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .widget_shopping_cart .buttons .button {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .widget_shopping_cart .buttons .button {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .widget_shopping_cart .buttons .button {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .widget_shopping_cart .buttons .button {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .widget_shopping_cart .buttons .button {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .widget_shopping_cart .buttons .button {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .widget_shopping_cart .buttons .button {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .widget_shopping_cart .buttons .button {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .widget_shopping_cart .buttons .button.checkout {
        float: right;
    }
    .widget_shopping_cart .widget_shopping_cart_content .btIconWidget {
        display: inline-block;
    }
    .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: flex;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        height: 1.25em;
        width: 1.25em;
        line-height: 1;
        vertical-align: middle;
        color: #fff;
        background-color: #333c4a;
        transition: 300ms ease all;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:after {
        content: '\e680';
        font-family: Icon7Stroke;
        display: block;
    }
    .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover {
        background: #fdabb7;
        transform: scale(1.2);
    }
    .btLightSkin .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover,
    .btDarkSkin .btLightSkin .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover,
    .btLightSkin .btDarkSkin .btLightSkin .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .btDarkSkin .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover,
    .btLightSkin .btDarkSkin .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,.2);
    }
    .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;
    }
    .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget .bt_bb_headline_subheadline {
        font-size: 1rem !important;
        margin-top: 0;
    }
    .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidgetImage a img {
        transition: opacity 200ms ease;
    }
    .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidgetImage a:before {
        left: .5em;
        z-index: 1;
    }
    .rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidgetImage a:before {
        left: auto;
        right: .5em;
    }
    .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidgetImage a:hover img {
        opacity: .2;
    }

    /* Shoping cart within header */
    .menuPort .widget_shopping_cart,
    .topTools .widget_shopping_cart,
    .topBarInLogoArea .widget_shopping_cart {
        display: inline-flex;
        align-items: center;
        position: relative;
    }
    .btMenuHorizontal .menuPort .widget_shopping_cart:not(:first-child),
    .btMenuHorizontal .topTools .widget_shopping_cart:not(:first-child),
    .btMenuHorizontal .topBarInLogoArea .widget_shopping_cart:not(:first-child) {
        margin-left: 1.5em;
        margin-right: 0;
    }
    .rtl.btMenuHorizontal .menuPort .widget_shopping_cart:not(:first-child),
    .rtl.btMenuHorizontal .topTools .widget_shopping_cart:not(:first-child),
    .rtl.btMenuHorizontal .topBarInLogoArea .widget_shopping_cart:not(:first-child) {
        margin-right: 1.5em;
        margin-left: 0;
    }
    .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 .btCartWidget,
    .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidget,
    .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidget {
        pointer-events: initial;
    }
    .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;
        padding-right: 10px;
    }
    .rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
    .rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
    .rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon {
        padding-right: 0;
        padding-left: 10px;
    }
    .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
    .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
    .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
        content: "\f290";
    }
    .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 {
        font-size: 12px;
        position: absolute;
        right: 0;
        background: #fdabb7;
        color: #fff;
        z-index: 10;
        min-width: 16px;
        line-height: 16px;
        border-radius: 8px;
        text-align: center;
        margin-top: -10px;
    }
    .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;
    }
    .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;
        max-height: 70vh;
        overflow-y: auto;
        padding: 1em;
        position: absolute;
        z-index: 6;
        opacity: 0;
        right: 0;
        transform: translateY(30px);
        color: #181818;
        transition: 200ms ease all;
        pointer-events: none;
        margin-left: 0;
        box-shadow: 0 7px 20px 0 rgba(34,34,34,.2);
    }
    .btMenuFocusElementCircle.btMenuHorizontal .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
    .btMenuFocusElementOutlineCircle.btMenuHorizontal .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
    .btMenuFocusElementCircle.btMenuHorizontal .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
    .btMenuFocusElementOutlineCircle.btMenuHorizontal .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
    .btMenuFocusElementCircle.btMenuHorizontal .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
    .btMenuFocusElementOutlineCircle.btMenuHorizontal .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
        border-radius: 5px;
    }
    .btDarkSkin.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
    .btDarkSkin.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
    .btDarkSkin.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
        background: #191919;
        color: #fff;
        box-shadow: none;
    }
    .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;
        line-height: 2;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
    .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 {
        left: 0;
        top: 0;
        right: 0;
        min-height: 100vh;
        width: auto;
        z-index: 500;
        transform: translate3d(-100%,0,0);
        border: none !important;
        margin: 0;
        transition: all 350ms ease;
        position: fixed;
        font-size: 1rem;
    }
    .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: flex;
        cursor: pointer;
        transition: 300ms ease all;
        display: inline-flex;
        width: 100%;
        justify-content: flex-end;
        margin: 0 0 1em;
        text-align: center;
    }
    .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: '\e686\e686';
        display: inline-block;
        font-family: Icon7Stroke;
        font-size: 4.5em;
        letter-spacing: -3.5rem;
        color: inherit;
        transition: 300ms ease all;
        display: block;
        width: 1.25em;
        height: .75em;
        line-height: .75em;
    }
    .btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after,
    .btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after,
    .btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:hover:after {
        color: #fdabb7;
        letter-spacing: -.65em;
    }
    .menuPort .widget_shopping_cart .widget_shopping_cart_content:hover .btIconWidget,
    .topTools .widget_shopping_cart .widget_shopping_cart_content:hover .btIconWidget,
    .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content:hover .btIconWidget {
        color: inherit;
    }
    .menuPort .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon:hover,
    .topTools .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon:hover,
    .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
        color: #fdabb7;
    }
    .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 {
        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 {
        transform: translate3d(0,0,0);
    }
    .btMenuHorizontal .topBarInLogoArea .widget_shopping_cart:not(:first-child),
    .rtl.btMenuHorizontal .topBarInLogoArea .widget_shopping_cart:not(:first-child) {
        margin-left: 1em;
        margin-right: 0;
    }
    .btMenuHorizontal .topBarInMenu .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
        top: calc((100px - 13px)/4 + 13px);
    }
    .btMenuHorizontal.btMenuBelowLogo .topBarInMenu .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
        top: 100%;
    }
    .btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon {
        padding: 0;
    }
    .btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon {
        padding-right: .2em;
    }
    .rtl.btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon {
        padding-right: 0;
        padding-left: .2em;
    }
    .btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .btCartWidgetInnerContent {
        top: 120%;
    }
    .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: "Playfair Display",Arial,Helvetica,sans-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(34,34,34,.1);
    }
    .widget_product_categories li li {
        margin: 0 0 0 1em;
    }
    .rtl .widget_product_categories li li {
        margin: 0 1em 0 0;
        padding-left: 0;
        padding-right: 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: rgba(34,34,34,.07);
        border: 0;
        position: relative;
        text-align: left;
        margin-left: .5em;
        margin-right: .5em;
        margin-bottom: 1em;
    }
    .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider,
    .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider,
    .btLightSkin .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider {
        background: rgba(34,34,34,.1);
    }
    .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,
    .btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,
    .btDarkSkin.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider {
        background: rgba(255,255,255,.2);
    }
    .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        background: #fdabb7;
        border-radius: 1em;
        cursor: ew-resize;
        outline: 0;
        top: -.25em;
        margin-left: -.5em;
        transition: 300ms ease all;
    }
    .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,
    .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,
    .btLightSkin .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
        box-shadow: 0 0 0 3px #fff;
    }
    .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,
    .btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle,
    .btDarkSkin.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
        box-shadow: 0 0 0 3px #191919;
    }
    .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;
    }
    .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        transition: 300ms ease all;
        background: #333c4a;
    }
    .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%;
        position: absolute;
    }
    .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;
        display: flex;
        align-items: center;
    }
    .rtl .widget_price_filter .price_slider_amount {
        text-align: left;
    }
    .widget_price_filter .price_slider_amount .button {
        float: left;
        min-width: 110px;
    }
    .widget_price_filter .price_slider_amount .price_label {
        flex: 1 1 100%;
        font-family: Playfair Display,Arial,Helvetica,sans-serif;
    }

    /* 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: block;
        float: left;
        padding: .4em 1em;
        margin: 0 4px 4px 0;
        font-size: .875em !important;
        background: #333c4a;
        color: #fff;
        transition: 300ms ease all;
    }
    .rtl .btBox .tagcloud a,
    .rtl .btTags ul a {
        float: right;
        margin: 0 0 4px 4px;
    }
    .btHardRoundedButtons .btBox .tagcloud a,
    .btHardRoundedButtons .btTags ul a {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btBox .tagcloud a,
    .btHardRoundedTopLeftButtons .btTags ul a {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btBox .tagcloud a,
    .btHardRoundedTopRightButtons .btTags ul a {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btBox .tagcloud a,
    .btHardRoundedBottomLeftButtons .btTags ul a {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btBox .tagcloud a,
    .btHardRoundedBottomRightButtons .btTags ul a {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btBox .tagcloud a,
    .btSoftRoundedButtons .btTags ul a {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btBox .tagcloud a,
    .btSoftRoundedTopLeftButtons .btTags ul a {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btBox .tagcloud a,
    .btSoftRoundedTopRightButtons .btTags ul a {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btBox .tagcloud a,
    .btSoftRoundedBottomLeftButtons .btTags ul a {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btBox .tagcloud a,
    .btSoftRoundedBottomRightButtons .btTags ul a {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btBox .tagcloud a:hover,
    .btTags ul a:hover {
        background: #fdabb7;
        transform: scale(1.05);
    }
    .btTags ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .btTags ul li {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
    }
    .rtl .btTags ul li {
        float: right;
    }

    /* Instagram feed */
    .btInstaWrap {
        padding: .3em 0 1em;
    }
    .btInstaGrid {
        display: flex;
        flex-wrap: wrap;
    }
    .btInstaGrid span {
        display: block;
        padding: 0 5px 10px 5px;
    }
    .btInstaGrid span:hover img {
        opacity: .6;
    }
    .btInstaGrid img {
        display: block;
        width: 100%;
        opacity: 1;
        -webkit-backface-visibility: hidden;
        transition: opacity 200ms ease;
    }
    .bt_bb_columns_1 .btInstaGrid span {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .bt_bb_columns_2 .btInstaGrid span {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .bt_bb_columns_3 .btInstaGrid span {
        flex: 1 1 33.333333%;
        max-width: 33.333333%;
    }
    .bt_bb_columns_4 .btInstaGrid span {
        flex: 1 1 25%;
        max-width: 25%;
    }
    .bt_bb_columns_5 .btInstaGrid span {
        flex: 1 1 20%;
        max-width: 20%;
    }
    .bt_bb_columns_6 .btInstaGrid span {
        flex: 1 1 16.666666%;
        max-width: 16.666666%;
    }
    @media (max-width: 992px) {
        .bt_bb_columns_1 .btInstaGrid span {
            flex: 1 1 100%;
            max-width: 100%;
        }
        .bt_bb_columns_2 .btInstaGrid span {
            flex: 1 1 50%;
            max-width: 50%;
        }
        .bt_bb_columns_3 .btInstaGrid span {
            flex: 1 1 33.333333%;
            max-width: 33.333333%;
        }
        .bt_bb_columns_4 .btInstaGrid span {
            flex: 1 1 50%;
            max-width: 50%;
        }
        .bt_bb_columns_5 .btInstaGrid span {
            flex: 1 1 50%;
            max-width: 50%;
        }
        .bt_bb_columns_6 .btInstaGrid span {
            flex: 1 1 33.333333%;
            max-width: 33.333333%;
        }
    }

    @media (max-width: 768px) {
        .bt_bb_columns_1 .btInstaGrid span,
        .bt_bb_columns_2 .btInstaGrid span {
            flex: 1 1 100%;
            max-width: 100%;
        }
        .bt_bb_columns_3 .btInstaGrid span,
        .bt_bb_columns_4 .btInstaGrid span,
        .bt_bb_columns_5 .btInstaGrid span,
        .bt_bb_columns_6 .btInstaGrid span {
            flex: 1 1 50%;
            max-width: 50%;
        }
    }

    @media (max-width: 480px) {
        .bt_bb_columns_1 .btInstaGrid span,
        .bt_bb_columns_2 .btInstaGrid span,
        .bt_bb_columns_3 .btInstaGrid span,
        .bt_bb_columns_4 .btInstaGrid span,
        .bt_bb_columns_5 .btInstaGrid span,
        .bt_bb_columns_6 .btInstaGrid span {
            flex: 1 1 100%;
            max-width: 100%;
        }
    }

    /* BT Text */
    .btBox .btImage {
        margin-bottom: .5em;
    }
    .btBox .btImage img {
        width: auto;
        margin: auto;
    }

    /* Icon Widget */
    .topTools .btIconWidget,
    .topBarInMenu .btIconWidget {
        position: relative;
        display: inline-flex;
        line-height: inherit;
        margin-left: .5em;
        margin-right: .5em;
        align-items: center;
    }
    .topTools .btIconWidget .btIconWidgetIcon,
    .topBarInMenu .btIconWidget .btIconWidgetIcon {
        font-size: 1rem;
        line-height: inherit;
        display: inline-block;
        line-height: 1;
    }
    .topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,
    .topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon {
        padding: 0;
    }
    .topTools .btIconWidget.bt_icon_alternate .btIconWidgetIcon,
    .topBarInMenu .btIconWidget.bt_icon_alternate .btIconWidgetIcon {
        color: #333c4a;
    }
    .topTools .btIconWidget.bt_icon_alternate:hover,
    .topBarInMenu .btIconWidget.bt_icon_alternate:hover {
        color: #fdabb7;
    }
    .topTools .btIconWidget:hover,
    .topBarInMenu .btIconWidget:hover {
        color: #fdabb7;
    }
    .btAccentDarkHeader .topTools .btIconWidget:hover,
    .btAccentDarkHeader .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;
        line-height: 1;
    }
    .rtl .topTools .btIconWidgetContent,
    .rtl .topBarInMenu .btIconWidgetContent {
        margin-left: 0;
        margin-right: .5em;
    }
    .topTools .btIconWidgetTitle,
    .topTools .btIconWidgetText,
    .topBarInMenu .btIconWidgetTitle,
    .topBarInMenu .btIconWidgetText {
        display: inline-block;
        line-height: inherit;
    }
    .topTools .btIconWidgetText,
    .topBarInMenu .btIconWidgetText {
        opacity: .5;
    }
    .topTools .btIconWidgetTitle,
    .topBarInMenu .btIconWidgetTitle {
        margin-right: .5em;
    }
    .rtl .topTools .btIconWidgetTitle,
    .rtl .topBarInMenu .btIconWidgetTitle {
        margin-right: 0;
        margin-left: .5em;
    }
    .topTools div.btIconWidget,
    .topTools span.btIconWidget,
    .topBarInMenu div.btIconWidget,
    .topBarInMenu span.btIconWidget {
        pointer-events: none;
    }
    .topTools a.btIconWidget,
    .topTools div.btIconWidget.widget_bt_button_widget,
    .topBarInMenu a.btIconWidget,
    .topBarInMenu div.btIconWidget.widget_bt_button_widget {
        pointer-events: initial;
    }
    .topTools .btIconWidget {
        line-height: 2em;
    }
    .topTools .btIconWidget .btIconWidgetIcon {
        font-size: 1em;
    }
    .topBarInMenu .btIconWidgetContent {
        font-size: .875rem;
    }

    /* Button widget */
    .btIconWidget.widget_bt_button_widget .bt_button_widget {
        display: flex;
        flex-direction: row;
        padding: 1rem 0;
        font-size: 1em;
        line-height: 1;
        position: relative;
        transition: 300ms ease all;
        align-items: center;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_button_text {
        z-index: 2;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        white-space: nowrap;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_icon_holder {
        margin-left: .5em;
        z-index: 2;
        transition-delay: 0;
        font-size: 1em;
        transition: 300ms ease all;
        margin-top: -.14rem;
        margin-bottom: -.14rem;
        transform: scale(1);
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_square {
        border-radius: 0 !important;
    }
    .btHardRoundedButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 50px;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_hard-rounded {
        border-radius: 50px !important;
    }
    .btHardRoundedTopLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_hard-rounded-top-left {
        border-radius: 50px !important;
        border-top-left-radius: 0 !important;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_hard-rounded-top-right {
        border-radius: 50px !important;
        border-top-right-radius: 0 !important;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_hard-rounded-bottom-left {
        border-radius: 50px !important;
        border-bottom-left-radius: 0 !important;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_hard-rounded-bottom-right {
        border-radius: 50px !important;
        border-bottom-right-radius: 0 !important;
    }
    .btSoftRoundedButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 4px;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_soft-rounded {
        border-radius: 4px !important;
    }
    .btSoftRoundedTopLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_soft-rounded-top-left {
        border-radius: 4px !important;
        border-top-left-radius: 0 !important;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_soft-rounded-top-right {
        border-radius: 4px !important;
        border-top-right-radius: 0 !important;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_soft-rounded-bottom-left {
        border-radius: 4px !important;
        border-bottom-left-radius: 0 !important;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_shape_soft-rounded-bottom-right {
        border-radius: 4px !important;
        border-bottom-right-radius: 0 !important;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light,
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark,
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent,
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate {
        padding: .875em 1em;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    .btSidebar .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light,
    .btSidebar .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark,
    .btSidebar .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent,
    .btSidebar .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate {
        padding: 1em 2em;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light {
        color: #181818;
        background: #fff;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark {
        color: #fff;
        background: #191919;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent {
        color: #fff;
        background-color: #fdabb7;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100%;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent:hover {
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate {
        color: #fff;
        background-color: #333c4a;
        background-image: linear-gradient(to right,#333c4a 51%,#fdabb7 100%);
        background-position: 0 0;
        background-size: 200% 100%;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate:hover {
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget:hover {
        transform: translateY(-3px);
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        background-position: 99% 0 !important;
    }
    .btIconWidget.widget_bt_button_widget .bt_button_widget:hover .bt_bb_icon_holder {
        transform: scale(1.25);
    }
    .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
        flex-direction: row-reverse;
    }
    .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget .bt_bb_icon_holder {
        margin-left: 0;
        margin-right: .5em;
    }
    .rtl .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
        flex-direction: row;
    }
    .btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget {
        flex-direction: row;
    }
    .btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget .bt_bb_icon_holder {
        margin-right: 0;
        margin-left: .5em;
    }
    .rtl .btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget {
        flex-direction: row-reverse;
    }
    .topTools .btIconWidget.widget_bt_button_widget .bt_button_widget {
        padding-top: .6em;
        padding-bottom: .6em;
    }
    .btSidebar .btIconWidget.widget_bt_button_widget {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
    .btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
        justify-content: flex-end;
    }
    .rtl .btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
        flex-direction: row;
        justify-content: flex-start;
    }
    .rtl .btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .btSidebar .btIconWidget.widget_bt_button_widget {
        margin-bottom: .5em;
    }
    .btSidebar .btIconWidget.widget_bt_button_widget + .btBox:not(.widget_bt_button_widget) {
        margin-top: 4em;
    }

    /* Icon widget in Sidebar */
    .btSidebar .btIconWidget,
    footer .btIconWidget,
    .topBarInLogoArea .btIconWidget {
        margin: 0 0 1.6em;
        display: flex !important;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: flex-start;
    }
    .btMenuVertical .btSidebar .btIconWidget,
    .btMenuVertical footer .btIconWidget,
    .btMenuVertical .topBarInLogoArea .btIconWidget {
        margin: 0 0 2em;
        flex-direction: column;
        flex-flow: inherit;
        align-items: 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: 2.5em;
    }
    .rtl .btSidebar .btIconWidget .btIconWidgetIcon,
    .rtl footer .btIconWidget .btIconWidgetIcon,
    .rtl .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
        padding: 0 0 0 .2em;
    }
    .btSidebar .btIconWidget .btIconWidgetContent,
    footer .btIconWidget .btIconWidgetContent,
    .topBarInLogoArea .btIconWidget .btIconWidgetContent {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }
    .btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
    footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
    .topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
        font-size: 1.4em;
        display: block;
        line-height: 1;
        margin: -3px 0 3px;
        letter-spacing: -.03em;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
    footer .btIconWidget .btIconWidgetContent .btIconWidgetText,
    .topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
        font-size: .85rem;
        opacity: .8;
        line-height: 1.5;
    }
    .btSidebar .btIconWidget.btCartWidget,
    footer .btIconWidget.btCartWidget,
    .topBarInLogoArea .btIconWidget.btCartWidget {
        margin: 0;
    }
    .topBarInLogoArea .btIconWidget {
        margin: 0 0 0 1.5em;
        float: right;
    }
    .rtl.topBarInLogoArea .btIconWidget {
        margin-right: 0;
        margin-left: 1.5em;
        float: left;
    }
    .topBarInLogoArea div.btIconWidget,
    .topBarInLogoArea span.btIconWidget {
        pointer-events: none;
    }
    .topBarInLogoArea a.btIconWidget,
    .topBarInLogoArea div.btIconWidget.widget_bt_button_widget {
        pointer-events: initial;
    }
    .topBarInLogoArea div.btIconWidget.widget_bt_button_widget {
        margin-top: 0;
        margin-bottom: 0;
    }
    .btAccentIconWidget.btIconWidget .btIconWidgetIcon {
        color: #fdabb7;
    }
    .bt_icon_alternate.btIconWidget .btIconWidgetIcon {
        color: #333c4a;
    }
    a.btAccentIconWidget.btIconWidget:hover,
    a.bt_icon_alternate.btIconWidget:hover {
        color: #fdabb7;
    }
    a.btAccentIconWidget.btIconWidget:hover .btIconWidgetIcon,
    a.bt_icon_alternate.btIconWidget:hover .btIconWidgetIcon {
        color: currentColor;
    }
    .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;
    }

    /* Search widget */
    .btSiteFooterWidgets .btSearch,
    .btSidebar .btSearch,
    .btSidebar .widget_product_search {
        position: relative;
    }
    .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"] {
        background: transparent;
        width: 100%;
        display: block;
        padding-right: 4em;
    }
    .rtl .btSiteFooterWidgets .btSearch input[type="text"],
    .rtl .btSiteFooterWidgets .btSearch input[type="search"],
    .rtl .btSidebar .btSearch input[type="text"],
    .rtl .btSidebar .btSearch input[type="search"],
    .rtl .btSidebar .widget_product_search input[type="text"],
    .rtl .btSidebar .widget_product_search input[type="search"] {
        padding-left: 4em;
        padding-right: 1.563em;
    }
    .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] {
        position: absolute;
        width: 2.75em !important;
        height: 2.75em !important;
        border: 0;
        cursor: pointer;
        padding: 0 !important;
        border: 0;
        background: #fdabb7 !important;
        transition: all 300ms ease;
        color: #fff !important;
        line-height: 1 !important;
        padding: 0 !important;
        font-weight: 400 !important;
        box-shadow: none !important;
        font-size: 1em !important;
        top: 4px;
        right: 4px;
    }
    .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] {
        right: auto;
        left: 4px;
    }
    .btSiteFooterWidgets .btSearch button:hover,
    .btSiteFooterWidgets .btSearch input[type=submit]:hover,
    .btSidebar .btSearch button:hover,
    .btSidebar .btSearch input[type=submit]:hover,
    .btSidebar .widget_product_search button:hover,
    .btSidebar .widget_product_search input[type=submit]:hover {
        background: #333c4a !important;
        transform: scale(1.1) !important;
        box-shadow: 0 7.5px 15px rgba(34,34,34,.2) !important;
    }
    .btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedTopLeftButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedTopRightButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedBottomLeftButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedBottomRightButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedTopLeftButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedTopRightButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedBottomLeftButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedBottomRightButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedButtons .btSidebar .btSearch button,
    .btSoftRoundedTopLeftButtons .btSidebar .btSearch button,
    .btSoftRoundedTopRightButtons .btSidebar .btSearch button,
    .btSoftRoundedBottomLeftButtons .btSidebar .btSearch button,
    .btSoftRoundedBottomRightButtons .btSidebar .btSearch button,
    .btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedTopLeftButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedTopRightButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedBottomLeftButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedBottomRightButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedButtons .btSidebar .widget_product_search button,
    .btSoftRoundedTopLeftButtons .btSidebar .widget_product_search button,
    .btSoftRoundedTopRightButtons .btSidebar .widget_product_search button,
    .btSoftRoundedBottomLeftButtons .btSidebar .widget_product_search button,
    .btSoftRoundedBottomRightButtons .btSidebar .widget_product_search button,
    .btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit],
    .btSoftRoundedTopLeftButtons .btSidebar .widget_product_search input[type=submit],
    .btSoftRoundedTopRightButtons .btSidebar .widget_product_search input[type=submit],
    .btSoftRoundedBottomLeftButtons .btSidebar .widget_product_search input[type=submit],
    .btSoftRoundedBottomRightButtons .btSidebar .widget_product_search input[type=submit] {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedTopLeftButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedTopLeftButtons .btSidebar .btSearch button,
    .btSoftRoundedTopLeftButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedTopLeftButtons .btSidebar .widget_product_search button,
    .btSoftRoundedTopLeftButtons .btSidebar .widget_product_search input[type=submit] {
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedTopRightButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedTopRightButtons .btSidebar .btSearch button,
    .btSoftRoundedTopRightButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedTopRightButtons .btSidebar .widget_product_search button,
    .btSoftRoundedTopRightButtons .btSidebar .widget_product_search input[type=submit] {
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedBottomLeftButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedBottomLeftButtons .btSidebar .btSearch button,
    .btSoftRoundedBottomLeftButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedBottomLeftButtons .btSidebar .widget_product_search button,
    .btSoftRoundedBottomLeftButtons .btSidebar .widget_product_search input[type=submit] {
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btSiteFooterWidgets .btSearch button,
    .btSoftRoundedBottomRightButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btSoftRoundedBottomRightButtons .btSidebar .btSearch button,
    .btSoftRoundedBottomRightButtons .btSidebar .btSearch input[type=submit],
    .btSoftRoundedBottomRightButtons .btSidebar .widget_product_search button,
    .btSoftRoundedBottomRightButtons .btSidebar .widget_product_search input[type=submit] {
        border-bottom-right-radius: 0;
    }
    .btHardRoundedButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedTopLeftButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedTopRightButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedBottomLeftButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedBottomRightButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedTopLeftButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedTopRightButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedBottomLeftButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedBottomRightButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedButtons .btSidebar .btSearch button,
    .btHardRoundedTopLeftButtons .btSidebar .btSearch button,
    .btHardRoundedTopRightButtons .btSidebar .btSearch button,
    .btHardRoundedBottomLeftButtons .btSidebar .btSearch button,
    .btHardRoundedBottomRightButtons .btSidebar .btSearch button,
    .btHardRoundedButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedTopLeftButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedTopRightButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedBottomLeftButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedBottomRightButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedButtons .btSidebar .widget_product_search button,
    .btHardRoundedTopLeftButtons .btSidebar .widget_product_search button,
    .btHardRoundedTopRightButtons .btSidebar .widget_product_search button,
    .btHardRoundedBottomLeftButtons .btSidebar .widget_product_search button,
    .btHardRoundedBottomRightButtons .btSidebar .widget_product_search button,
    .btHardRoundedButtons .btSidebar .widget_product_search input[type=submit],
    .btHardRoundedTopLeftButtons .btSidebar .widget_product_search input[type=submit],
    .btHardRoundedTopRightButtons .btSidebar .widget_product_search input[type=submit],
    .btHardRoundedBottomLeftButtons .btSidebar .widget_product_search input[type=submit],
    .btHardRoundedBottomRightButtons .btSidebar .widget_product_search input[type=submit] {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedTopLeftButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedTopLeftButtons .btSidebar .btSearch button,
    .btHardRoundedTopLeftButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedTopLeftButtons .btSidebar .widget_product_search button,
    .btHardRoundedTopLeftButtons .btSidebar .widget_product_search input[type=submit] {
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedTopRightButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedTopRightButtons .btSidebar .btSearch button,
    .btHardRoundedTopRightButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedTopRightButtons .btSidebar .widget_product_search button,
    .btHardRoundedTopRightButtons .btSidebar .widget_product_search input[type=submit] {
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedBottomLeftButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedBottomLeftButtons .btSidebar .btSearch button,
    .btHardRoundedBottomLeftButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedBottomLeftButtons .btSidebar .widget_product_search button,
    .btHardRoundedBottomLeftButtons .btSidebar .widget_product_search input[type=submit] {
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btSiteFooterWidgets .btSearch button,
    .btHardRoundedBottomRightButtons .btSiteFooterWidgets .btSearch input[type=submit],
    .btHardRoundedBottomRightButtons .btSidebar .btSearch button,
    .btHardRoundedBottomRightButtons .btSidebar .btSearch input[type=submit],
    .btHardRoundedBottomRightButtons .btSidebar .widget_product_search button,
    .btHardRoundedBottomRightButtons .btSidebar .widget_product_search input[type=submit] {
        border-bottom-right-radius: 0;
    }
    .btSiteFooterWidgets .btSearch button:before,
    .btSidebar .btSearch button:before,
    .btSidebar .widget_product_search button:before {
        font-family: FontAwesome;
        content: "\f002";
        display: inline-block;
    }
    .btSiteFooterWidgets .btSearch .bt_bb_icon,
    .btSidebar .btSearch .bt_bb_icon,
    .btSidebar .widget_product_search .bt_bb_icon {
        display: none;
    }
    .btSearch .bt_bb_icon {
        font-size: 1rem;
    }
    .btTopToolsRight .btSearch .bt_bb_icon {
        margin-left: .5em;
        padding-left: .5em;
    }
    .rtl .btTopToolsRight .btSearch .bt_bb_icon {
        margin-left: 0;
        padding-left: 0;
        margin-right: .5em;
        padding-right: .5em;
    }
    .btTopToolsLeft .btSearch .bt_bb_icon {
        margin-left: .5em;
        padding-left: .5em;
    }
    .rtl .btTopToolsLeft .btSearch .bt_bb_icon {
        margin-left: 0;
        padding-left: 0;
        margin-right: .5em;
        padding-right: .5em;
    }

    /* Top Search widget */
    .widget_search .btSearch {
        pointer-events: initial;
    }
    .widget_search .btSearch .bt_bb_icon {
        padding: 0;
    }
    .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder {
        color: inherit;
    }
    .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:before {
        transition: none;
    }
    .woocommerce-product-search {
        position: relative;
    }
    .btSearchInner.btFromTopBox {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translate(-100%,0);
        box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        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: #191919;
    }
    .btSearchInner.btFromTopBox .btSearchInnerContent {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
    .btSearchInner.btFromTopBox form {
        text-align: center;
        position: absolute;
        height: 6.5em;
        left: 0;
        right: 0;
        top: 50%;
        margin: -3.25em 10% 0;
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose {
        display: block;
        position: absolute;
        right: 0;
        top: 3em;
        cursor: pointer;
    }
    .rtl .btSearchInner.btFromTopBox .btSearchInnerClose {
        right: auto;
        left: 0;
        transform: scalex(-1);
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
        padding: 0;
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
        width: auto;
        height: auto;
        transition: none;
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before,
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:after {
        font: 2rem/1 Essential;
        width: auto;
        height: auto;
        transition: none;
        display: block !important;
        transition: 300ms ease transform;
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:after {
        content: "\ea7c";
        transform: translateX(23.5%);
        opacity: 1;
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
        content: "\ea7d";
        transform: translateX(-23.5%);
        opacity: 1;
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder {
        color: #fdabb7;
        transition: 300ms ease all;
        transform: scale(1);
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
        color: #333c4a;
        transition: 300ms ease all;
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder:before {
        transform: scalex(-1) translateX(60%);
    }
    .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder:after {
        transform: translateX(0%);
    }
    .btDarkSkin .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
        color: #fff;
    }
    .btSearchInner.btFromTopBox input[type="text"] {
        padding: 0 4em 0 1.5em;
        height: 3.25em;
        line-height: 3.25;
        font-size: 2em !important;
        font-weight: 300;
        text-align: left;
        transition: 500ms ease all;
    }
    .rtl .btSearchInner.btFromTopBox input[type="text"] {
        padding: 0 1.5em 0 4em;
        text-align: right;
    }
    .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
    .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
    .btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"] {
        color: #181818;
        box-shadow: 0 4px 20px rgba(34,34,34,.2);
    }
    .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
    .btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
    .btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
        color: #fff;
        box-shadow: 0 4px 20px rgba(0,0,0,.2);
    }
    .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
    .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
    .btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
        box-shadow: 0 6px 40px rgba(34,34,34,.2),0 0 0 3px rgba(34,34,34,.25) 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 {
        box-shadow: 0 6px 40px rgba(0,0,0,.2),0 0 0 3px rgba(255,255,255,.25) 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;
        border-radius: 0;
        width: 5em;
        height: 5em;
        background: #fdabb7;
        color: #fff;
        border: 0;
        cursor: pointer;
        box-shadow: none !important;
        transition: 300ms ease all;
        opacity: 1;
        top: 12px;
        right: 12px;
    }
    .rtl .btSearchInner.btFromTopBox button {
        right: auto;
        left: 12px;
    }
    .btSearchInner.btFromTopBox button:before {
        font: 3em/1 Icon7Stroke;
        display: block;
        content: "\e618";
        color: inherit;
        font-weight: 400;
        text-align: center;
    }
    .btSearchInner.btFromTopBox button:hover {
        background: #333c4a;
        transform: scale(1.1);
        box-shadow: 0 7.5px 15px rgba(34,34,34,.2);
    }
    .btSoftRoundedButtons .btSearchInner.btFromTopBox button,
    .btSoftRoundedTopLeftButtons .btSearchInner.btFromTopBox button,
    .btSoftRoundedTopRightButtons .btSearchInner.btFromTopBox button,
    .btSoftRoundedBottomLeftButtons .btSearchInner.btFromTopBox button,
    .btSoftRoundedBottomRightButtons .btSearchInner.btFromTopBox button {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btSearchInner.btFromTopBox button {
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btSearchInner.btFromTopBox button {
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btSearchInner.btFromTopBox button {
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btSearchInner.btFromTopBox button {
        border-bottom-right-radius: 0;
    }
    .btHardRoundedButtons .btSearchInner.btFromTopBox button,
    .btHardRoundedTopLeftButtons .btSearchInner.btFromTopBox button,
    .btHardRoundedTopRightButtons .btSearchInner.btFromTopBox button,
    .btHardRoundedBottomLeftButtons .btSearchInner.btFromTopBox button,
    .btHardRoundedBottomRightButtons .btSearchInner.btFromTopBox button {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btSearchInner.btFromTopBox button {
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btSearchInner.btFromTopBox button {
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btSearchInner.btFromTopBox button {
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btSearchInner.btFromTopBox button {
        border-bottom-right-radius: 0;
    }
    .btTopToolsSearchOpen .btSearchInner.btFromTopBox {
        opacity: 1;
        pointer-events: auto;
        transform: translate(0,0);
        visibility: visible;
    }
    @media (max-width: 768px) {
        .btSearchInner.btFromTopBox .btSearchInnerClose {
            top: 2em;
            right: 2em;
        }
        .rtl .btSearchInner.btFromTopBox .btSearchInnerClose {
            right: auto;
            left: 2em;
        }
        .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
            font: 4rem/1 Icon7Stroke;
        }
        .btSearchInner.btFromTopBox input[type="text"] {
            font-size: 1.5em;
            height: 2.5em !important;
            line-height: 3.5;
            padding: 0 3em 0 1em;
        }
        .rtl .btSearchInner.btFromTopBox input[type="text"] {
            padding: 0 1em 0 3em;
        }
        .btSearchInner.btFromTopBox button {
            width: 4em;
            height: 4em;
            top: 7px;
            right: 7px;
        }
        .btSearchInner.btFromTopBox button:before {
            font-size: 2.5em;
        }
        .rtl .btSearchInner.btFromTopBox button {
            right: auto;
            left: 7px;
        }
    }

    .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
    .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
    .btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder {
        color: rgba(34,34,34,.5);
    }
    .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
    .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
    .btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder {
        color: rgba(34,34,34,.5);
    }
    .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
    .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
    .btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder {
        color: rgba(34,34,34,.5);
    }
    .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(255,255,255,.5);
    }
    .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(255,255,255,.5);
    }
    .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(255,255,255,.5);
    }

    /* Divider Widget */
    .btMenuHorizontal .menuPort .widget_bt_divider_widget:not(:first-child),
    .btMenuHorizontal .topTools .widget_bt_divider_widget:not(:first-child) {
        margin-right: -1.5em;
        margin-left: 0;
    }
    .rtl.btMenuHorizontal .menuPort .widget_bt_divider_widget:not(:first-child),
    .rtl.btMenuHorizontal .topTools .widget_bt_divider_widget:not(:first-child) {
        margin-left: -1.5em !important;
        margin-right: 0 !important;
    }
    .btMenuHorizontal .topBarInLogoArea .widget_bt_divider_widget:not(:first-child) {
        margin-right: -1em;
        margin-left: 0;
    }
    .btMenuHorizontal .topBarInLogoArea .widget_bt_divider_widget:not(:first-child) > span {
        height: 3rem;
    }
    .btMenuBelowLogoShowArea.btStickyHeaderActive.btMenuHorizontal .topBarInLogoArea .widget_bt_divider_widget:not(:first-child) > span {
        height: 2rem;
    }
    .btMenuHorizontal .topBarInMenu .widget_bt_divider_widget > span {
        height: calc(100px * .5);
    }
    .btMenuBelowLogoShowArea.btMenuHorizontal .topBarInMenu .widget_bt_divider_widget > span {
        height: 2rem;
    }
    .btMenuBelowLogo.btMenuHorizontal .topBarInMenu .widget_bt_divider_widget > span {
        height: 60px;
    }
    .btMenuVertical .menuPort .widget_bt_divider_widget.bt_divider_widget_hide_on_responsive_vertical_menu,
    .btMenuVertical .topTools .widget_bt_divider_widget.bt_divider_widget_hide_on_responsive_vertical_menu,
    .btMenuVertical .topBarInLogoArea .widget_bt_divider_widget.bt_divider_widget_hide_on_responsive_vertical_menu,
    .btMenuVertical .topBarInMenu .widget_bt_divider_widget.bt_divider_widget_hide_on_responsive_vertical_menu {
        display: none !important;
    }
    .btSidebar .widget_bt_button_widget:not(:first-child) + .widget_bt_divider_widget {
        margin-top: 0;
    }
    .widget_bt_divider_widget {
        line-height: inherit;
    }
    .btSidebar .widget_bt_divider_widget:not(:first-child) {
        margin: -4em 0 0;
    }
    .btSidebar .widget_bt_divider_widget + .widget_bt_divider_widget {
        margin: 0;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_show_border {
        opacity: 1;
    }
    .btLightSkin .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_show_border,
    .btDarkSkin .btLightSkin .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_show_border,
    .btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_show_border {
        border-color: rgba(34,34,34,.1);
    }
    .btDarkSkin .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_show_border,
    .btLightSkin .btDarkSkin .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_show_border,
    .btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_show_border {
        border-color: rgba(255,255,255,.2);
    }
    .btMenuVertical .widget_bt_divider_widget {
        display: block !important;
    }
    .widget_bt_divider_widget > span {
        display: block;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_show_border {
        border: 0;
        border-style: solid;
        border-color: inherit;
        opacity: .1;
    }
    .topBar .widget_bt_divider_widget > span.bt_divider_widget_show_border {
        line-height: 2.5em;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_show_border,
    .btMenuVertical .widget_bt_divider_widget > span.bt_divider_widget_show_border {
        width: 100%;
        height: 0;
        border-left: 0;
    }
    .widget_bt_divider_widget > span:after {
        display: block;
        content: "|";
        color: transparent;
        width: 0;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_border_style_solid {
        border-style: solid;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_border_style_dotted {
        border-style: dotted;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_border_width_1px {
        border-left-width: 1px;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_border_width_1px,
    .btMenuVertical .widget_bt_divider_widget > span.bt_divider_widget_border_width_1px {
        border-top-width: 1px;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_border_width_2px {
        border-left-width: 2px;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_border_width_2px,
    .btMenuVertical .widget_bt_divider_widget > span.bt_divider_widget_border_width_2px {
        border-top-width: 2px;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_border_width_3px {
        border-left-width: 3px;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_border_width_3px,
    .btMenuVertical .widget_bt_divider_widget > span.bt_divider_widget_border_width_3px {
        border-top-width: 3px;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_small {
        margin-left: .25rem;
        margin-right: .25rem;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_small,
    .btMenuVertical .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_small {
        margin: 0;
        margin-top: .25rem;
        margin-bottom: .25rem;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_normal {
        margin-left: .5rem;
        margin-right: .5rem;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_normal,
    .btMenuVertical .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_normal {
        margin: 0;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_medium {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_medium,
    .btMenuVertical .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_medium {
        margin: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_large {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .btSidebar .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_large,
    .btMenuVertical .widget_bt_divider_widget > span.bt_divider_widget_spacing_round_large {
        margin: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    /* Chrome selection color */
    ::selection {
        background: #fdabb7;
        color: #fff;
    }

    /* Unit test fix */
    .bt_bb_headline {
        position: relative;
    }
    .bt_bb_size_extrahuge.bt_bb_headline .bt_bb_headline_superheadline_outside {
        line-height: 1.125rem;
    }
    .bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline_outside {
        line-height: 1.125rem;
    }
    .bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline_outside {
        line-height: 1.125rem;
    }
    .bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline_outside {
        line-height: 1.125rem;
    }
    .bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline_outside {
        line-height: 1.125rem;
    }
    .bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline_outside {
        line-height: 1rem;
    }
    .bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline_outside {
        line-height: .9375rem;
    }
    .bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline_outside {
        line-height: .875rem;
    }
    .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: 1.25rem;
    }
    .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.5625rem;
    }
    .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.875rem;
    }
    .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: 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: 3.75rem;
    }
    .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: 4.375rem;
    }
    .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_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: 10rem;
    }
    .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_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;
        box-shadow: none;
    }
    .bt_bb_headline .bt_bb_headline_content b {
        font-weight: inherit;
        color: #fdabb7;
    }
    .bt_bb_headline .bt_bb_headline_content u {
        font-weight: inherit;
        text-decoration: none;
        color: #333c4a;
    }
    .bt_bb_headline .bt_bb_headline_content em {
        font-style: inherit;
        color: #fff;
    }
    .bt_bb_headline .bt_bb_headline_content i {
        font-style: inherit;
        color: #181818;
    }
    .bt_bb_headline .bt_bb_headline_content s {
        font-weight: inherit;
        text-decoration: none;
        text-shadow: 0 6px 10px rgba(0,0,0,.1);
    }
    .bt_bb_headline .bt_bb_headline_content strong {
        font-weight: bold;
    }
    .bt_bb_headline .bt_bb_headline_content small {
        display: block;
        font-weight: 400;
        letter-spacing: -.02em;
    }
    .bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_content small {
        font-size: 90%;
    }
    .bt_bb_size_small.bt_bb_headline .bt_bb_headline_content small {
        font-size: 90%;
    }
    .bt_bb_size_normal.bt_bb_headline .bt_bb_headline_content small {
        font-size: 80%;
    }
    .bt_bb_size_medium.bt_bb_headline .bt_bb_headline_content small {
        font-size: 80%;
    }
    .bt_bb_size_large.bt_bb_headline .bt_bb_headline_content small {
        font-size: 60%;
    }
    .bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_content small {
        font-size: 60%;
    }
    .bt_bb_size_huge.bt_bb_headline .bt_bb_headline_content small {
        font-size: 50%;
    }
    .bt_bb_size_extrahuge.bt_bb_headline .bt_bb_headline_content small {
        font-size: 36%;
    }
    .bt_bb_headline .bt_bb_headline_content small + br {
        display: none;
    }
    .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        content: ' ';
        display: block;
        width: 4em;
        margin: .45em 0 0;
        border: none;
        background: #fdabb7;
        height: 3px;
    }
    .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 {
        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 {
        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 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        width: 2.65rem;
        margin-top: .75em;
    }
    .bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        width: 3.25rem;
        margin-top: .625em;
    }
    .bt_bb_size_normal.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        width: 3.75rem;
        margin-top: .5em;
    }
    .bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        width: 4.25rem;
    }
    .bt_bb_size_large.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        width: 5.5rem;
    }
    .bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        width: 6.5rem;
        margin-top: .375em;
    }
    .bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        width: 7.5em;
        margin-top: .3275em;
    }
    .bt_bb_size_extrahuge.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        width: 8.5em;
        margin-top: .3275em;
    }
    .bt_bb_color_scheme_6.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_color_scheme_6 .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        background: #181818;
    }
    .bt_bb_color_scheme_5.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_color_scheme_5 .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        background: #fff;
    }
    .bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content,
    .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content,
    .bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content,
    .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content {
        position: relative;
    }
    .bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content > span,
    .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content > span,
    .bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content > span,
    .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content > span {
        z-index: 2;
        position: relative;
    }
    .bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after {
        position: absolute;
        z-index: 1;
        top: -.225em;
        margin: 0 !important;
        height: 1.5em !important;
        width: 1.5em !important;
    }
    .bt_bb_align_right .bt_bb_align_left.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_align_left.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_align_left.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_align_left.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_align_left.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_align_left.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_align_left.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_align_left.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after {
        left: -.4em;
    }
    .bt_bb_align_left .bt_bb_align_right.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_align_right.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_align_right.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_align_right.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_align_right.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_align_right.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_align_right.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_align_right.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after {
        right: -.4em;
    }
    .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_align_center.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center.bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_align_center.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_align_center.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center.bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_left .bt_bb_align_center.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_align_center .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after {
        margin-left: -.75em !important;
        left: 50%;
    }
    .bt_bb_dash_type_circle.bt_bb_headline .bt_bb_headline_content:after {
        border-radius: 50%;
        opacity: .6;
    }
    .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after {
        border-radius: 50%;
        background: transparent !important;
        box-shadow: 0 0 0 2px #fdabb7 inset !important;
    }
    .bt_bb_dash_type_square.bt_bb_headline .bt_bb_headline_content:after {
        opacity: .6;
    }
    .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #fdabb7 inset !important;
    }
    .bt_bb_color_scheme_6.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_color_scheme_6 .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_color_scheme_6.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_color_scheme_6 .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after {
        box-shadow: 0 0 0 2px #181818 inset !important;
    }
    .bt_bb_color_scheme_5.bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_color_scheme_5 .bt_bb_dash_type_outlinecircle.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_color_scheme_5.bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after,
    .bt_bb_color_scheme_5 .bt_bb_dash_type_outlinesquare.bt_bb_headline .bt_bb_headline_content:after {
        box-shadow: 0 0 0 2px #fff inset !important;
    }
    .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 {
        display: none;
    }
    .bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        letter-spacing: 0;
        font-size: 1rem;
        margin: 0 0 1em;
        font-weight: 400;
    }
    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: 1.125rem;
        font-weight: 300;
    }
    .bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: 1.0625rem;
    }
    .bt_bb_size_medium.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: 1rem;
    }
    .bt_bb_size_normal.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .9375rem;
    }
    .bt_bb_size_small.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .875rem;
    }
    .bt_bb_size_extrasmall.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .875rem !important;
    }
    .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        margin-top: 1em;
        line-height: 1.5em;
        font-size: 1em;
    }
    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.125rem;
        font-weight: 300;
    }
    .bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.0625rem;
    }
    .bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1rem;
    }
    .bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .9375rem;
    }
    .bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .875rem;
        margin-top: .625em;
    }
    .bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .875rem !important;
        margin-top: .5em;
    }

    /* Video fix */
    .bt_bb_video {
        padding-bottom: 0;
    }

    /* 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;
    }
    .bt_bb_section.bt_bb_top_spacing_extra_small > .bt_bb_port {
        padding-top: .625em;
    }
    .bt_bb_section.bt_bb_top_spacing_small > .bt_bb_port {
        padding-top: 1.25em;
    }
    .bt_bb_section.bt_bb_top_spacing_normal > .bt_bb_port {
        padding-top: 2.5em;
    }
    .bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
        /*padding-top: 5em;*/
    }
    .bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
        padding-top: 7.5em;
    }
    .bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
        padding-top: 10em;
    }
    .bt_bb_section.bt_bb_bottom_spacing_extra_small > .bt_bb_port {
        padding-bottom: .625em;
    }
    .bt_bb_section.bt_bb_bottom_spacing_small > .bt_bb_port {
        padding-bottom: 1.25em;
    }
    .bt_bb_section.bt_bb_bottom_spacing_normal > .bt_bb_port {
        padding-bottom: 2.5em;
    }
    .bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
        padding-bottom: 0!important;
        padding-top: 0!important;
    }
    .bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
        padding-bottom: 7.5em;
    }
    .bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
        padding-bottom: 10em;
    }
    .bt_bb_section.bt_bb_section_allow_content_outside > .bt_bb_port {
        z-index: 3;
        position: relative;
    }
    .bt_bb_section.bt_bb_section_with_top_coverage_image,
    .bt_bb_section.bt_bb_section_with_bottom_coverage_image {
        overflow: hidden;
    }
    .bt_bb_section .bt_bb_section_top_section_coverage_image,
    .bt_bb_section .bt_bb_section_bottom_section_coverage_image {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 2;
        pointer-events: none;
    }
    .bt_bb_section .bt_bb_section_top_section_coverage_image img,
    .bt_bb_section .bt_bb_section_bottom_section_coverage_image img {
        width: 100%;
        height: auto;
        display: block;
        user-select: none;
    }
    .bt_bb_section .bt_bb_section_top_section_coverage_image {
        top: -1px;
    }
    .bt_bb_section .bt_bb_section_bottom_section_coverage_image {
        bottom: -1px;
    }
    .bt_bb_section[class*="light_solid"]:before {
        background-color: rgba(255,255,255,.8);
    }
    .bt_bb_section[class*="dark_solid"]:before {
        background-color: rgba(24,24,24,.5);
    }
    .bt_bb_section[class*="dark_gradient"]:before {
        background: linear-gradient(to bottom,rgba(24,24,24,1) 0%,rgba(24,24,24,0) 25%,rgba(24,24,24,0) 75%,rgba(24,24,24,1) 100%);
    }
    .bt_bb_section[class*="light_gradient"]:before {
        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[class*="accent_solid"]:before {
        background-color: #fdabb7;
        opacity: .85;
    }
    .bt_bb_section[class*="alternate_solid"]:before {
        background-color: #333c4a;
        opacity: .85;
    }
    .bt_bb_section[class*="accent_alternate_gradient"]:before {
        background: linear-gradient(to right,#fdabb7,#333c4a);
        opacity: .85;
    }
    .bt_bb_section[class*="alternate_accent_gradient"]:before {
        background: linear-gradient(to right,#333c4a,#fdabb7);
        opacity: .85;
    }
    .bt_bb_section.bt_bb_section_show_boxed_content:not(.bt_bb_layout_wide) > .bt_bb_port .bt_bb_cell,
    .bt_bb_section.bt_bb_section_show_left_boxed_content:not(.bt_bb_layout_wide) > .bt_bb_port .bt_bb_cell,
    .bt_bb_section.bt_bb_section_show_right_boxed_content:not(.bt_bb_layout_wide) > .bt_bb_port .bt_bb_cell {
        width: 100%;
        max-width: 100%;
    }
    @media (max-width: 768px) {
        .bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
            /*padding-top: 3.125em;*/
        }
        .bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
            padding-top: 5em;
        }
        .bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
            padding-top: 7.5em;
        }
        .bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
            /*padding-bottom: 3.125em;*/
        }
        .bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
            padding-bottom: 5em;
        }
        .bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
            padding-bottom: 7.5em;
        }
    }

    /* Both columns boxed */
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(600px / 2 - 20px);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(600px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(600px / 2 - 20px);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(600px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(700px / 2 - 20px);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(700px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(700px / 2 - 20px);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(700px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(800px / 2 - 20px);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(800px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(800px / 2 - 20px);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(800px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(900px / 2 - 20px);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(900px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(900px / 2 - 20px);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(900px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(1000px / 2 - 20px);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1000px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(1000px / 2 - 20px);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1000px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(1100px / 2 - 20px);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1100px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(1100px / 2 - 20px);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1100px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(1200px / 2 - 20px);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1200px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(1200px / 2 - 20px);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1200px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(1400px / 2 - 20px);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1400px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(1400px / 2 - 20px);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1400px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Left column boxed */
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(600px / 2);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(600px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 600px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(700px / 2);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(700px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 700px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(800px / 2);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(800px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 800px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(900px / 2);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(900px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 900px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(1000px / 2);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1000px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1000px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(1100px / 2);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1100px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1100px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(1200px / 2);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1200px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1200px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: calc(1400px / 2);
        margin-left: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1400px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1400px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Right column boxed */
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(600px / 2);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(600px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 600px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(700px / 2);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(700px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 700px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(800px / 2);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(800px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 800px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(900px / 2);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(900px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 900px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(1000px / 2);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1000px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1000px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(1100px / 2);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1100px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1100px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(1200px / 2);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1200px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1200px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child {
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child {
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        max-width: calc(1400px / 2);
        margin-right: auto;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(1400px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
        align-items: center;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
        max-width: 1400px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    @media (max-width: 992px) {
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child {
            padding-left: 20px !important;
            padding-right: 20px !important;
            max-width: 100% !important;
            flex-basis: 100% !important;
        }
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row > .bt_bb_column:only-child .bt_bb_column_content {
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600 > .bt_bb_port .bt_bb_cell {
            width: 600px !important;
            max-width: calc(100% - 60px) !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700 > .bt_bb_port .bt_bb_cell {
            width: 700px !important;
            max-width: calc(100% - 60px) !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800 > .bt_bb_port .bt_bb_cell {
            width: 800px !important;
            max-width: calc(100% - 60px) !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900 > .bt_bb_port .bt_bb_cell {
            width: 900px !important;
            max-width: calc(100% - 60px) !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000 > .bt_bb_port .bt_bb_cell {
            width: 1000px !important;
            max-width: calc(100% - 60px) !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100 > .bt_bb_port .bt_bb_cell {
            width: 1100px !important;
            max-width: calc(100% - 60px) !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200 > .bt_bb_port .bt_bb_cell {
            width: 1200px !important;
            max-width: calc(100% - 60px) !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400 > .bt_bb_port .bt_bb_cell {
            width: 1400px !important;
            max-width: calc(100% - 60px) !important;
        }
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_left_edge,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_left_edge,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_left_edge {
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-left: -10px;
            max-width: calc(100% + 10px) !important;
        }
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_right_edge,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_right_edge,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_right_edge {
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-right: -10px;
            max-width: calc(100% + 10px) !important;
        }
        .bt_bb_section.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_both_edges,
        .bt_bb_section.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_both_edges,
        .bt_bb_section.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_column.bt_bb_mobile_align_to_both_edges {
            max-width: calc(100% + 20px) !important;
            margin-left: -10px;
            margin-right: -10px;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    /* Compact heading style */
    body.btHeadingStyle_compact header.bt_bb_headline .bt_bb_headline_superheadline,
    body.btHeadingStyle_compact header.bt_bb_headline .bt_bb_headline_subheadline {
        font-size: 1rem;
        letter-spacing: initial;
        text-transform: initial;
        font-style: italic;
    }
    body.btHeadingStyle_compact header.bt_bb_headline.bt_bb_size_extralarge .bt_bb_headline_superheadline,
    body.btHeadingStyle_compact header.bt_bb_headline.bt_bb_size_extralarge .bt_bb_headline_subheadline {
        font-size: 1.2rem;
    }
    body.btHeadingStyle_compact h1,
    body.btHeadingStyle_compact h2,
    body.btHeadingStyle_compact h3,
    body.btHeadingStyle_compact h4,
    body.btHeadingStyle_compact h5,
    body.btHeadingStyle_compact h6 {
        text-transform: uppercase;
        line-height: 1 !important;
        font-weight: 600;
    }
    body.btHeadingStyle_compact .bt_bb_latest_posts_item .bt_bb_latest_posts_item_title {
        line-height: 1em;
        max-height: 2em;
    }

    /* Progress bar */
    .bt_bb_progress_bar {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .bt_bb_progress_bar .bt_bb_progress_bar_bg {
        opacity: .1;
    }
    .bt_bb_progress_bar .bt_bb_progress_bar_inner {
        display: flex;
    }
    .rtl .bt_bb_progress_bar {
        transform: scaleX(-1);
        justify-content: flex-end;
    }
    .rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
        transform: scaleX(-1) translateX(100%);
    }
    .rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
        transform: scaleX(-1) translateX(0%);
    }
    .bt_bb_progress_bar.bt_bb_size_small {
        font-size: .875em;
    }
    .bt_bb_progress_bar.bt_bb_size_small .bt_bb_progress_bar_inner {
        padding: .5em 1em;
    }
    .bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner {
        border-width: 2px;
    }
    .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg {
        background: transparent !important;
        padding-bottom: 2px;
        border: 0;
        opacity: .1;
    }
    .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg:after {
        height: 4px;
        width: 100%;
        content: "";
        display: block;
        border-radius: 4px;
        background: currentColor;
        position: absolute;
        bottom: 0;
    }
    .bt_bb_size_normal.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg:after {
        height: 10px;
        border-radius: 10px;
    }
    .bt_bb_size_normal.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg {
        padding-bottom: 4px;
    }
    .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner:after {
        height: 4px;
        width: 100%;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        opacity: 1;
        border-radius: 5px;
        background: #fdabb7;
    }
    .bt_bb_size_normal.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner:after {
        height: 10px;
        border-radius: 10px;
    }
    .bt_bb_size_normal.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
        padding-bottom: .75em;
    }
    .btLightSkin .bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,
    .btDarkSkin .btLightSkin .bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner {
        background: #fff;
    }
    .btDarkSkin .bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,
    .btLightSkin .btDarkSkin .bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner {
        background: #191919;
    }
    .bt_bb_progress_bar.bt_bb_shape_rounded:not(.bt_bb_style_line) {
        border-radius: 50px;
    }
    .bt_bb_progress_bar.bt_bb_shape_rounded:not(.bt_bb_style_line) .bt_bb_progress_bar_inner,
    .bt_bb_progress_bar.bt_bb_shape_rounded:not(.bt_bb_style_line) .bt_bb_progress_bar_bg {
        border-radius: 50px;
    }

    /* Icons */
    .bt_bb_icon {
        pointer-events: none;
    }
    .bt_bb_icon > span {
        pointer-events: none;
    }
    .bt_bb_icon > a {
        pointer-events: auto;
    }
    .bt_bb_style_lightoutline.bt_bb_icon .bt_bb_icon_holder,
    .bt_bb_style_lightfilled.bt_bb_icon .bt_bb_icon_holder {
        position: relative;
    }
    .bt_bb_icon .bt_bb_icon_holder:before {
        z-index: 2;
    }
    .bt_bb_icon .bt_bb_icon_holder:after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: none;
        transition: all 280ms ease;
        opacity: .1;
    }
    .bt_bb_style_lightoutline.bt_bb_icon .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_icon .bt_bb_icon_holder:after {
        display: block;
    }
    .bt_bb_style_lightfilled.bt_bb_icon .bt_bb_icon_holder:after {
        opacity: .05;
    }
    .bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before,
    .bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:after {
        font-size: 16px;
        width: 2.25em;
        height: 2.25em;
    }
    .bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
        font-size: 1em;
    }
    .bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before,
    .bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:after {
        font-size: 32px;
        width: 2.1875em;
        height: 2.1875em;
    }
    .bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
        font-size: 1em;
    }
    .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before,
    .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:after {
        font-size: 40px;
        width: 2em;
        height: 2em;
    }
    .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
        font-size: 1em;
    }
    .bt_bb_align_right .bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right .bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
        padding-left: 1em;
    }
    .bt_bb_align_left .bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
        padding-right: 1em;
    }
    .bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before,
    .bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:after {
        font-size: 50px;
        width: 1.7em;
        height: 1.7em;
    }
    .bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
        font-size: 1.125em;
    }
    .bt_bb_align_right .bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right .bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
        padding-left: 1em;
    }
    .bt_bb_align_left .bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
        padding-right: 1em;
    }
    .bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before,
    .bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:after {
        font-size: 75px;
        width: 1.7333em;
        height: 1.733em;
    }
    .bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
        font-size: 1.25em;
    }
    .bt_bb_align_right .bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right .bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left .bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
        padding-left: 1em;
    }
    .bt_bb_align_left .bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span,.bt_bb_align_right .bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
        padding-right: 1em;
    }
    .rtl .bt_bb_icon .bt_bb_icon_holder > span {
        padding-left: 0;
        padding-right: .5em;
    }
    .bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:after {
        border-radius: 50%;
    }
    .bt_bb_icon.bt_bb_shape_circle-top-left .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_circle-top-left .bt_bb_icon_holder:after {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .bt_bb_icon.bt_bb_shape_circle-top-right .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_circle-top-right .bt_bb_icon_holder:after {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .bt_bb_icon.bt_bb_shape_circle-bottom-left .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_circle-bottom-left .bt_bb_icon_holder:after {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .bt_bb_icon.bt_bb_shape_circle-bottom-right .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_circle-bottom-right .bt_bb_icon_holder:after {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:after {
        border-radius: 4px;
    }
    .bt_bb_icon.bt_bb_shape_round-top-left .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_round-top-left .bt_bb_icon_holder:after {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_icon.bt_bb_shape_round-top-right .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_round-top-right .bt_bb_icon_holder:after {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_icon.bt_bb_shape_round-bottom-left .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_round-bottom-left .bt_bb_icon_holder:after {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_icon.bt_bb_shape_round-bottom-right .bt_bb_icon_holder:before,
    .bt_bb_icon.bt_bb_shape_round-bottom-right .bt_bb_icon_holder:after {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #181818 inset;
    }
    .bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #181818 inset;
    }
    .bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #181818 inset;
    }
    .bt_bb_icon.bt_bb_style_lightoutline:hover a.bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #181818 inset;
    }
    .bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #181818;
    }
    .bt_bb_icon.bt_bb_style_lightfilled:hover a.bt_bb_icon_holder:after {
        background: #181818;
    }
    .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #181818 inset;
    }
    .bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #181818 inset;
    }
    .bt_bb_icon.bt_bb_style_borderless a {
        color: inherit !important;
        transition: none;
    }
    .bt_bb_icon.bt_bb_style_borderless a > span {
        transition: color 280ms ease;
    }

    /* Vertical icon position */
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above {
        position: relative;
        z-index: 1;
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_xsmall {
        margin-top: calc(-16px / 2);
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_small {
        margin-top: calc(-32px / 2);
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_normal {
        margin-top: calc(-40px / 2);
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_large {
        margin-top: calc(-50px / 2);
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_xlarge {
        margin-top: calc(-75px / 2);
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above {
        position: relative;
        z-index: 1;
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_xsmall {
        margin-top: -16px;
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_small {
        margin-top: -32px;
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_normal {
        margin-top: -40px;
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_large {
        margin-top: -50px;
    }
    .bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_xlarge {
        margin-top: -75px;
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_half_above,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_half_above {
        position: relative;
        z-index: 1;
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_xsmall,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_half_above.bt_bb_size_xsmall,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_xsmall,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_half_above.bt_bb_size_xsmall {
        margin-top: calc(-16px * 2.25 / 2);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_small,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_half_above.bt_bb_size_small,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_small,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_half_above.bt_bb_size_small {
        margin-top: calc(-32px * 2.1875 / 2);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_normal,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_half_above.bt_bb_size_normal,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_normal,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_half_above.bt_bb_size_normal {
        margin-top: calc(-40px * 2 / 2);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_large,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_half_above.bt_bb_size_large,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_large,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_half_above.bt_bb_size_large {
        margin-top: calc(-50px * 1.75 / 2);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_xlarge,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_half_above.bt_bb_size_xlarge,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_xlarge,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_half_above.bt_bb_size_xlarge {
        margin-top: calc(-75px * 1.7333 / 2);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_full_above,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_full_above {
        position: relative;
        z-index: 1;
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_xsmall,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_full_above.bt_bb_size_xsmall,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_xsmall,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_full_above.bt_bb_size_xsmall {
        margin-top: calc(-16px * 2.25);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_small,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_full_above.bt_bb_size_small,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_small,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_full_above.bt_bb_size_small {
        margin-top: calc(-32px * 2.1875);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_normal,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_full_above.bt_bb_size_normal,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_normal,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_full_above.bt_bb_size_normal {
        margin-top: calc(-40px * 2);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_large,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_full_above.bt_bb_size_large,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_large,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_full_above.bt_bb_size_large {
        margin-top: calc(-50px * 1.75);
    }
    .bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_xlarge,
    .bt_bb_icon.bt_bb_style_lightoutline.bt_bb_vertical_position_full_above.bt_bb_size_xlarge,
    .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_xlarge,
    .bt_bb_icon.bt_bb_style_lightfilled.bt_bb_vertical_position_full_above.bt_bb_size_xlarge {
        margin-top: calc(-75px * 1.7333);
    }

    /* Social icons */
    /* Filled */
    .btIcoFacebook.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #3b5998 inset !important;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #3b5998 inset !important;
        color: #3b5998 !important;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #1da1f2 inset !important;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #1da1f2 inset !important;
        color: #1da1f2 !important;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #007bb5 inset !important;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #007bb5 inset !important;
        color: #007bb5 !important;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #dc4e40 inset !important;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #dc4e40 inset !important;
        color: #dc4e40 !important;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #3fbd50 inset !important;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #3fbd50 inset !important;
        color: #3fbd50 !important;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #4c75a5 inset !important;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #4c75a5 inset !important;
        color: #4c75a5 !important;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: none !important;
        background: radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf) !important;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #ac38a2 inset !important;
        background: transparent !important;
        color: #ac38a2 !important;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #bd081b inset !important;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #bd081b inset !important;
        color: #bd081b !important;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #e21c2d inset !important;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #e21c2d inset !important;
        color: #e21c2d !important;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #e21c2d inset !important;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #e21c2d inset !important;
        color: #e21c2d !important;
    }

    /* Light Filled */
    .btIcoFacebook.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #3b5998 inset !important;
        color: #3b5998;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #3b5998 inset !important;
        color: #FFF !important;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #1da1f2 inset !important;
        color: #1da1f2;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #1da1f2 inset !important;
        color: #FFF !important;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #007bb5 inset !important;
        color: #007bb5;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #007bb5 inset !important;
        color: #FFF !important;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #dc4e40 inset !important;
        color: #dc4e40;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #dc4e40 inset !important;
        color: #FFF !important;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #3fbd50 inset !important;
        color: #3fbd50;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #3fbd50 inset !important;
        color: #FFF !important;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #4c75a5 inset !important;
        color: #4c75a5;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #4c75a5 inset !important;
        color: #FFF !important;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #ac38a2 inset !important;
        color: #ac38a2;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #ac38a2 inset !important;
        color: #FFF !important;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #bd081b inset !important;
        color: #bd081b;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #bd081b inset !important;
        color: #FFF !important;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #e21c2d inset !important;
        color: #e21c2d;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #e21c2d inset !important;
        color: #FFF !important;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #fff;
        opacity: 1;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:after {
        background: #fff;
        opacity: 0;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 0 #e21c2d inset !important;
        color: #e21c2d;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_lightfilled .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #e21c2d inset !important;
        color: #FFF !important;
    }

    /* Outline */
    .btIcoFacebook.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #3b5998 inset !important;
        color: #FFF !important;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #3b5998 inset !important;
        color: #3b5998 !important;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #1da1f2 inset !important;
        color: #FFF !important;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #1da1f2 inset !important;
        color: #1da1f2 !important;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #007bb5 inset !important;
        color: #FFF !important;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #007bb5 inset !important;
        color: #007bb5 !important;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #dc4e40 inset !important;
        color: #FFF !important;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #dc4e40 inset !important;
        color: #dc4e40 !important;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2em #3fbd50 inset !important;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #3fbd50 inset !important;
        color: #3fbd50 !important;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #4c75a5 inset !important;
        color: #FFF !important;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #4c75a5 inset !important;
        color: #4c75a5 !important;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: none !important;
        background: radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf) !important;
        color: #FFF !important;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #ac38a2 inset !important;
        background: transparent !important;
        color: #ac38a2 !important;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #bd081b inset !important;
        color: #FFF !important;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #bd081b inset !important;
        color: #bd081b !important;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #e21c2d inset !important;
        color: #FFF !important;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #e21c2d inset !important;
        color: #e21c2d !important;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2em #e21c2d inset !important;
        color: #FFF !important;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
        box-shadow: 0 0 0 2px #e21c2d inset !important;
        color: #e21c2d !important;
    }

    /* Light Outline */
    .btIcoFacebook.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoFacebook.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #3b5998 !important;
        box-shadow: none;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #3b5998 inset !important;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #3b5998 inset !important;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoTwitter.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #1da1f2 !important;
        box-shadow: none;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #1da1f2 inset !important;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #1da1f2 inset !important;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #007bb5 !important;
        box-shadow: none;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #007bb5 inset !important;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #007bb5 inset !important;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #dc4e40 !important;
        box-shadow: none;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #dc4e40 inset !important;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #dc4e40 inset !important;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #3fbd50 !important;
        box-shadow: none;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #3fbd50 inset !important;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #3fbd50 inset !important;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoVK.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #4c75a5 !important;
        box-shadow: none;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #4c75a5 inset !important;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #4c75a5 inset !important;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoInstagram.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #ac38a2 !important;
        box-shadow: none;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #ac38a2 inset !important;
    }
    .btIcoInstagram.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #ac38a2 inset !important;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoPinterest.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #bd081b !important;
        box-shadow: none;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #bd081b inset !important;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #bd081b inset !important;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoYelp.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #e21c2d !important;
        box-shadow: none;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #e21c2d inset !important;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #e21c2d inset !important;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:before,
    .btIcoYoutube.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:before {
        color: #e21c2d !important;
        box-shadow: none;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:hover:after {
        box-shadow: 0 0 0 2em #e21c2d inset !important;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #e21c2d inset !important;
    }

    /* Borderless */
    .btIcoFacebook.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoTwitter.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoVK.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoInstagram.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoPinterest.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoYelp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoYoutube.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
        box-shadow: none !important;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoTwitter.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoVK.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoInstagram.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoPinterest.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoYelp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before,
    .btIcoYoutube.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        opacity: .5;
    }
    .btIcoFacebook.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoFacebook.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #3b5998 !important;
    }
    .btIcoTwitter.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoTwitter.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #1da1f2 !important;
    }
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoLinkedin.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #007bb5 !important;
    }
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoGooglePlus.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #dc4e40 !important;
    }
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoWhatsApp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #3fbd50 !important;
    }
    .btIcoVK.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoVK.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #4c75a5 !important;
    }
    .btIcoPinterest.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoPinterest.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #bd081b !important;
    }
    .btIcoYelp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoYelp.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #e21c2d !important;
    }
    .btIcoYoutube.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before,
    .btIcoYoutube.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:hover:before {
        color: #e21c2d !important;
    }

    /* Buttons */
    .bt_bb_button .bt_bb_icon_holder {
        transform: scale(1.25);
    }
    .bt_bb_button .bt_bb_icon_holder:before {
        margin-bottom: 2px;
    }
    .bt_bb_button:hover a.bt_bb_link {
        transform: translateY(-3px);
    }
    .bt_bb_button:hover .bt_bb_icon_holder {
        transform: scale(1.75);
    }
    .btSoftRoundedButtons .bt_bb_button a {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .bt_bb_button a {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .bt_bb_button a {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .bt_bb_button a {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .bt_bb_button a {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btHardRoundedButtons .bt_bb_button a {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .bt_bb_button a {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .bt_bb_button a {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .bt_bb_button a {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .bt_bb_button a {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
        border-radius: 4px;
    }
    .bt_bb_button.bt_bb_shape_rounded-top-left a.bt_bb_link {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_button.bt_bb_shape_rounded-top-right a.bt_bb_link {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_button.bt_bb_shape_rounded-bottom-left a.bt_bb_link {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_button.bt_bb_shape_rounded-bottom-right a.bt_bb_link {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_button.bt_bb_shape_round a.bt_bb_link {
        border-radius: 50px;
    }
    .bt_bb_button.bt_bb_shape_round-top-left a.bt_bb_link {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .bt_bb_button.bt_bb_shape_round-top-right a.bt_bb_link {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .bt_bb_button.bt_bb_shape_round-bottom-left a.bt_bb_link {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_button.bt_bb_shape_round-bottom-right a.bt_bb_link {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btContent .bt_bb_button a {
        color: inherit;
    }
    .bt_bb_button .bt_bb_button_text {
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
    .bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
        order: 1;
        margin-right: 1em;
    }
    .rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link {
        flex-direction: row-reverse;
    }
    .bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
        margin-left: 1em;
    }
    .rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link {
        flex-direction: row-reverse;
    }
    .bt_bb_button .bt_bb_icon_holder {
        transition: 300ms ease transform;
        transition-delay: 0;
    }
    .bt_bb_button:hover .bt_bb_icon_holder {
        transition-delay: 100ms;
    }
    .bt_bb_button.bt_bb_style_clean a {
        padding: 0 !important;
        transform: none !important;
    }
    .bt_bb_button.bt_bb_size_small {
        font-size: .75em;
    }
    .bt_bb_button.bt_bb_size_small a {
        padding: 1.357em 1.786em;
    }
    .bt_bb_button.bt_bb_size_normal {
        font-size: .875em;
    }
    .bt_bb_button.bt_bb_size_normal a {
        padding: 1.357em 1.786em;
    }
    .bt_bb_button.bt_bb_size_medium {
        font-size: 1em;
    }
    .bt_bb_button.bt_bb_size_medium a {
        padding: 1.357em 1.786em;
    }
    .bt_bb_button.bt_bb_size_large {
        font-size: 1.125em;
    }
    .bt_bb_button.bt_bb_size_large a {
        padding: 1.357em 1.786em;
    }
    .bt_bb_button.bt_bb_style_filled a,
    .bt_bb_button.bt_bb_style_outline a {
        box-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);
    }
    .bt_bb_button.bt_bb_style_filled a:hover,
    .bt_bb_button.bt_bb_style_outline a:hover {
        box-shadow: 1px 1px 10px 1px rgba(34,34,34,.2);
    }
    .bt_bb_button.bt_bb_style_filled:hover a,
    .bt_bb_button.bt_bb_style_outline:hover a {
        box-shadow: 1px 1px 10px 1px rgba(34,34,34,.2);
    }
    .bt_bb_button.bt_bb_style_filled.bt_bb_color_scheme_5 a {
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
    }
    .bt_bb_button.bt_bb_style_filled.bt_bb_color_scheme_5:hover a {
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(255,255,255,.25);
    }
    .bt_bb_button.bt_bb_style_filled.bt_bb_color_scheme_6 a {
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
    }
    .bt_bb_button.bt_bb_style_filled.bt_bb_color_scheme_6:hover a {
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .bt_bb_button.bt_bb_style_filled.bt_bb_color_scheme_9 a {
        background-image: linear-gradient(to right,#333c4a 51%,#fdabb7 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
    }
    .bt_bb_button.bt_bb_style_filled.bt_bb_color_scheme_9:hover a {
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(255,255,255,.25);
    }
    .bt_bb_button.bt_bb_style_filled.bt_bb_color_scheme_11 a {
        background-image: linear-gradient(to right,#333c4a 51%,#fdabb7 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
    }
    .bt_bb_button.bt_bb_style_filled.bt_bb_color_scheme_11:hover a {
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }

    /* Service */
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-weight: lighter;
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: -.03em;
    }
    .bt_bb_size_xlarge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
        font-size: 1.563em;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a {
        color: inherit;
        box-shadow: none;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title b {
        font-weight: inherit;
        color: #fdabb7;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title u {
        font-weight: inherit;
        text-decoration: none;
        color: #333c4a;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title em {
        font-style: inherit;
        color: #fff;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title i {
        font-style: inherit;
        color: #181818;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s {
        font-weight: inherit;
        text-decoration: none;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s b {
        background: linear-gradient(to right,#fdabb7,#333c4a);
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s u {
        background: linear-gradient(to right,#333c4a,#fdabb7);
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s em {
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
    .btLightSkin .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s em {
        background: linear-gradient(to right,#181818,#fdabb7);
    }
    .btDarkSkin .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s em {
        background: linear-gradient(to right,#fff,#fdabb7);
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s i {
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
    .btLightSkin .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s i {
        background: linear-gradient(to right,#fdabb7,#181818);
    }
    .btDarkSkin .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title s i {
        background: linear-gradient(to right,#fdabb7,#fff);
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title strong {
        font-weight: bold;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
        padding-top: .7rem;
        line-height: 1.5;
        opacity: 1;
        font-size: .9375rem;
    }
    .bt_bb_service .bt_bb_service_content .bt_bb_service_content_text:empty {
        padding: 0;
    }
    .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 {
        padding: 0;
    }
    .bt_bb_service:hover .bt_bb_service_content_title a:hover {
        color: #fdabb7;
    }
    .bt_bb_style_lightoutline.bt_bb_service .bt_bb_icon_holder,
    .bt_bb_style_lightfilled.bt_bb_service .bt_bb_icon_holder {
        position: relative;
    }
    .bt_bb_service .bt_bb_icon_holder:before {
        display: block;
        z-index: 2;
    }
    .bt_bb_service .bt_bb_icon_holder:after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: none;
        transition: all 280ms ease;
        opacity: .1;
    }
    .bt_bb_style_lightoutline.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_service .bt_bb_icon_holder:after {
        display: block;
    }
    .bt_bb_style_lightfilled.bt_bb_service .bt_bb_icon_holder:after {
        opacity: .05;
    }
    .bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
        font-size: 1em;
        width: 2.25em;
        height: 2.25em;
        line-height: 2.25em;
    }
    .bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
        font-size: 1em;
    }
    .bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
        font-size: 2em;
        font-size: 32px;
        width: 2.1875em;
        height: 2.1875em;
        line-height: 2.1875em;
    }
    .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.5em;
        width: 2em;
        height: 2em;
        line-height: 2em;
    }
    .bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
        font-size: 2.5em;
    }
    .bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
        font-size: 3.125em;
        width: 1.7em;
        height: 1.7em;
        line-height: 1.7em;
    }
    .bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
        font-size: 3.125em;
    }
    .bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
        font-size: 4.6875em;
        width: 1.7333em;
        height: 1.7333em;
        line-height: 1.7333em;
    }
    .bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
        font-size: 4.6875em;
    }
    .bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
        line-height: 1;
        width: auto;
        height: auto;
    }
    .bt_bb_service .bt_bb_icon_holder .bt_bb_shape_circle {
        border-radius: 50%;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 50%;
    }
    .bt_bb_shape_circle-top-left.bt_bb_service .bt_bb_icon_holder {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_circle-top-left.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_circle-top-left.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .bt_bb_shape_circle-top-right.bt_bb_service .bt_bb_icon_holder {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_circle-top-right.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_circle-top-right.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .bt_bb_shape_circle-bottom-left.bt_bb_service .bt_bb_icon_holder {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_circle-bottom-left.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_circle-bottom-left.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .bt_bb_shape_circle-bottom-right.bt_bb_service .bt_bb_icon_holder {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_circle-bottom-right.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_circle-bottom-right.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder {
        border-radius: 4px;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 4px;
    }
    .bt_bb_shape_round-top-left.bt_bb_service .bt_bb_icon_holder {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_round-top-left.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_round-top-left.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_shape_round-top-right.bt_bb_service .bt_bb_icon_holder {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_round-top-right.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_round-top-right.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_shape_round-bottom-left.bt_bb_service .bt_bb_icon_holder {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_round-bottom-left.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_round-bottom-left.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_shape_round-bottom-right.bt_bb_service .bt_bb_icon_holder {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_style_lightoutline.bt_bb_shape_round-bottom-right.bt_bb_service .bt_bb_icon_holder:after,
    .bt_bb_style_lightfilled.bt_bb_shape_round-bottom-right.bt_bb_service .bt_bb_icon_holder:after {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_align_top_left.bt_bb_service {
        flex-direction: column;
    }
    .bt_bb_align_top_left.bt_bb_service .bt_bb_service_content {
        padding: 1em 0 0 2em;
    }
    .rtl .bt_bb_align_left .bt_bb_align_top_left.bt_bb_service .bt_bb_icon_holder {
        align-self: flex-end;
    }
    .bt_bb_align_center .bt_bb_align_top_left.bt_bb_service {
        flex-direction: column;
    }
    .bt_bb_align_center .bt_bb_align_top_left.bt_bb_service .bt_bb_icon_holder {
        align-self: flex-start;
        margin-bottom: 0;
    }
    .rtl .bt_bb_align_center .bt_bb_align_top_left.bt_bb_service .bt_bb_icon_holder {
        align-self: flex-end;
    }
    .bt_bb_align_right .bt_bb_align_top_left.bt_bb_service {
        flex-direction: column-reverse;
    }
    .rtl .bt_bb_align_right .bt_bb_align_top_left.bt_bb_service .bt_bb_icon_holder {
        align-self: flex-end;
    }
    .bt_bb_align_top_right.bt_bb_service {
        flex-direction: column-reverse;
    }
    .bt_bb_align_top_right.bt_bb_service .bt_bb_service_content {
        padding: 1em 2em 0 0;
    }
    .bt_bb_align_top_right.bt_bb_service .bt_bb_icon_holder {
        align-self: flex-end;
    }
    .rtl .bt_bb_align_left .bt_bb_align_top_right.bt_bb_service .bt_bb_icon_holder {
        align-self: flex-start;
    }
    .bt_bb_align_center .bt_bb_align_top_right.bt_bb_service {
        flex-direction: column;
    }
    .bt_bb_align_center .bt_bb_align_top_right.bt_bb_service .bt_bb_icon_holder {
        margin-bottom: 0;
    }
    .rtl .bt_bb_align_center .bt_bb_align_top_right.bt_bb_service .bt_bb_icon_holder {
        align-self: flex-start;
    }
    .bt_bb_align_right .bt_bb_align_top_right.bt_bb_service {
        flex-direction: column;
    }
    .rtl .bt_bb_align_right .bt_bb_align_top_right.bt_bb_service .bt_bb_icon_holder {
        align-self: flex-start;
    }
    .bt_bb_service.bt_bb_style_lightoutline .bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2px #181818 inset;
    }
    .bt_bb_service.bt_bb_style_lightoutline:hover a.bt_bb_icon_holder:after {
        box-shadow: 0 0 0 2em #181818 inset;
    }
    .bt_bb_service.bt_bb_style_lightfilled .bt_bb_icon_holder:after {
        background: #181818;
    }
    .bt_bb_service.bt_bb_style_lightfilled:hover a.bt_bb_icon_holder:after {
        background: #181818;
    }

    /* Top left and top right fix */
    @media (max-width: 768px) {
        .bt_bb_align_top_left.bt_bb_service {
            flex-direction: column;
        }
        .bt_bb_align_top_left.bt_bb_service .bt_bb_service_content {
            padding: 1em 0 0;
        }
        .bt_bb_align_top_right.bt_bb_service {
            flex-direction: column;
        }
        .bt_bb_align_top_right.bt_bb_service .bt_bb_service_content {
            padding: 1em 0 0;
        }
    }

    /* Slider */
    .bt_bb_content_slider_item[class*="light_solid"]:before {
        background-color: rgba(255,255,255,.8);
    }
    .bt_bb_content_slider_item[class*="dark_solid"]:before {
        background-color: rgba(24,24,24,.5);
    }
    .bt_bb_content_slider_item[class*="dark_gradient"]:before {
        background: linear-gradient(to bottom,rgba(24,24,24,1) 0%,rgba(24,24,24,0) 25%,rgba(24,24,24,0) 75%,rgba(24,24,24,1) 100%);
    }
    .bt_bb_content_slider_item[class*="light_gradient"]:before {
        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_content_slider_item[class*="accent_solid"]:before {
        background-color: #fdabb7;
        opacity: .85;
    }
    .bt_bb_content_slider_item[class*="alternate_solid"]:before {
        background-color: #333c4a;
        opacity: .85;
    }
    .bt_bb_content_slider_item[class*="accent_alternate_gradient"]:before {
        background: linear-gradient(to right,#fdabb7,#333c4a);
        opacity: .85;
    }
    .bt_bb_content_slider_item[class*="alternate_accent_gradient"]:before {
        background: linear-gradient(to right,#333c4a,#fdabb7);
        opacity: .85;
    }

    /* Responsive overlays */
    .bt_bb_content_slider_item.bt_bb_content_slider_item_responsive_overlay:before {
        display: none;
    }
    @media (max-width: 992px) {
        .bt_bb_content_slider_item.bt_bb_content_slider_item_responsive_overlay:before {
            display: block;
        }
    }

    .bt_bb_slider.slick-slider button.slick-arrow {
        background-color: rgba(0,0,0,.3);
    }
    .bt_bb_slider .bt_bb_slider_item > img {
        width: 100%;
    }
    .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: 1260px;
        padding: 0 30px;
        margin: 0 auto;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item[style*="background-image"] {
        background-position: center;
        background-size: cover;
    }
    .bt_bb_shadow.bt_bb_slider .slick-slide {
        position: relative;
    }
    .bt_bb_shadow.bt_bb_slider .slick-slide:before {
        display: block;
        content: "";
        position: absolute;
        left: 30px;
        right: 60px;
        bottom: 80px;
        top: 60px;
        box-shadow: 0 10px 50px rgba(0,0,0,.75);
    }
    .bt_bb_gap_nogap.bt_bb_shadow.bt_bb_slider .slick-slide:before {
        box-shadow: none;
    }
    .bt_bb_gap_small.bt_bb_shadow.bt_bb_slider .slick-slide:before {
        right: 60px;
        left: 60px;
    }
    .bt_bb_gap_normal.bt_bb_shadow.bt_bb_slider .slick-slide:before {
        right: 60px;
        left: 60px;
    }
    .bt_bb_gap_large.bt_bb_shadow.bt_bb_slider .slick-slide:before {
        right: 60px;
        left: 60px;
    }
    .bt_bb_gap_extra_large.bt_bb_shadow.bt_bb_slider .slick-slide:before {
        right: 60px;
        left: 60px;
    }
    .bt_bb_gap_huge.bt_bb_shadow.bt_bb_slider .slick-slide:before {
        right: 70px;
        left: 70px;
    }
    .bt_bb_shadow.bt_bb_slider .slick-slide > *,
    .bt_bb_shadow.bt_bb_slider .slick-slide .content {
        position: relative;
        z-index: 1;
    }
    .bt_bb_gap_nogap.bt_bb_shadow.bt_bb_slider .slick-slide {
        padding-bottom: 0;
    }
    .bt_bb_gap_small.bt_bb_shadow.bt_bb_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_gap_normal.bt_bb_shadow.bt_bb_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_gap_large.bt_bb_shadow.bt_bb_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_gap_extra_large.bt_bb_shadow.bt_bb_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_gap_huge.bt_bb_shadow.bt_bb_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_slider.bt_bb_shadow.bt_bb_gap_small,
    .bt_bb_slider.bt_bb_shadow.bt_bb_gap_normal,
    .bt_bb_slider.bt_bb_shadow.bt_bb_gap_large,
    .bt_bb_slider.bt_bb_shadow.bt_bb_gap_extra_large,
    .bt_bb_slider.bt_bb_shadow.bt_bb_gap_huge {
        margin-bottom: -60px;
    }
    .bt_bb_shadow.bt_bb_content_slider .slick-slide {
        position: relative;
    }
    .bt_bb_shadow.bt_bb_content_slider .slick-slide:before {
        display: block;
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 75px;
        top: 70px;
        box-shadow: 0 10px 30px rgba(0,0,0,.75);
    }
    .bt_bb_gap_nogap.bt_bb_shadow.bt_bb_content_slider .slick-slide:before {
        box-shadow: none;
    }
    .bt_bb_gap_small.bt_bb_shadow.bt_bb_content_slider .slick-slide:before {
        right: 20px;
        left: 20px;
    }
    .bt_bb_gap_normal.bt_bb_shadow.bt_bb_content_slider .slick-slide:before {
        right: 20px;
        left: 20px;
    }
    .bt_bb_gap_large.bt_bb_shadow.bt_bb_content_slider .slick-slide:before {
        right: 20px;
        left: 20px;
    }
    .bt_bb_gap_extra_large.bt_bb_shadow.bt_bb_content_slider .slick-slide:before {
        right: 20px;
        left: 20px;
    }
    .bt_bb_gap_huge.bt_bb_shadow.bt_bb_content_slider .slick-slide:before {
        right: 30px;
        left: 30px;
    }
    .bt_bb_shadow.bt_bb_content_slider .slick-slide > *,
    .bt_bb_shadow.bt_bb_content_slider .slick-slide .content {
        position: relative;
        z-index: 1;
    }
    .bt_bb_gap_nogap.bt_bb_shadow.bt_bb_content_slider .slick-slide {
        padding-bottom: 0;
    }
    .bt_bb_gap_small.bt_bb_shadow.bt_bb_content_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_gap_normal.bt_bb_shadow.bt_bb_content_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_gap_large.bt_bb_shadow.bt_bb_content_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_gap_extra_large.bt_bb_shadow.bt_bb_content_slider .slick-slide {
        padding-bottom: 60px;
    }
    .bt_bb_gap_huge.bt_bb_shadow.bt_bb_content_slider .slick-slide {
        padding-bottom: 60px;
    }
    .btLightSkin .bt_bb_shadow.bt_bb_content_slider .slick-slide .bt_bb_content_slider_item_content,
    .btDarkSkin .btLightSkin .bt_bb_shadow.bt_bb_content_slider .slick-slide .bt_bb_content_slider_item_content,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_shadow.bt_bb_content_slider .slick-slide .bt_bb_content_slider_item_content {
        background: #fff;
    }
    .btDarkSkin .bt_bb_shadow.bt_bb_content_slider .slick-slide .bt_bb_content_slider_item_content,
    .btLightSkin .btDarkSkin .bt_bb_shadow.bt_bb_content_slider .slick-slide .bt_bb_content_slider_item_content,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_shadow.bt_bb_content_slider .slick-slide .bt_bb_content_slider_item_content {
        background: #191919;
    }
    .bt_bb_content_slider.bt_bb_shadow.bt_bb_gap_small,
    .bt_bb_content_slider.bt_bb_shadow.bt_bb_gap_normal,
    .bt_bb_content_slider.bt_bb_shadow.bt_bb_gap_large,
    .bt_bb_content_slider.bt_bb_shadow.bt_bb_gap_extra_large,
    .bt_bb_content_slider.bt_bb_shadow.bt_bb_gap_huge {
        margin-bottom: -60px;
    }
    .bt_bb_gap_small .slick-list {
        margin: 0 -.156rem;
    }
    .bt_bb_gap_small .slick-list .slick-slide {
        margin: 0 .156rem;
        width: calc(100% - .3125rem);
    }
    .bt_bb_gap_normal .slick-list {
        margin: 0 -.3125rem;
    }
    .bt_bb_gap_normal .slick-list .slick-slide {
        margin: 0 .3125rem;
        width: calc(100% - .625rem);
    }
    .bt_bb_gap_large .slick-list {
        margin: 0 -.625rem;
    }
    .bt_bb_gap_large .slick-list .slick-slide {
        margin: 0 .625rem;
        width: calc(100% - 1.25rem);
    }
    .bt_bb_gap_extra_large .slick-list {
        margin: 0 -1.25rem;
    }
    .bt_bb_gap_extra_large .slick-list .slick-slide {
        margin: 0 1.25rem;
        width: calc(100% - 2.5rem);
    }
    .bt_bb_gap_huge .slick-list {
        margin: 0 -2.5rem;
    }
    .bt_bb_gap_huge .slick-list .slick-slide {
        margin: 0 2.5rem;
        width: calc(100% - 5rem);
    }

    /* Boxed slider items */
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child {
        align-items: flex-end;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content {
        max-width: 580px;
        margin-left: auto;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child {
        align-items: flex-start;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content {
        max-width: 580px;
        margin-right: auto;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child {
        align-items: center;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child .bt_bb_column_inner_content,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child .bt_bb_column_inner_content,
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child .bt_bb_column_inner_content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Left inner column boxed */
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child {
        align-items: flex-end;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content {
        max-width: 580px;
        margin-left: auto;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="8"] {
        flex-basis: 60.25%;
        max-width: 60.25%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="8"] .bt_bb_column_inner_content {
        max-width: 780px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="7"] {
        flex-basis: 54.6875%;
        max-width: 54.6875%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="7"] .bt_bb_column_inner_content {
        max-width: 680px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="5"] {
        flex-basis: 45.3125%;
        max-width: 45.3125%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="5"] .bt_bb_column_inner_content {
        max-width: 480px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="4"] {
        flex-basis: 40.1042%;
        max-width: 40.1042%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="4"] .bt_bb_column_inner_content {
        max-width: 380px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="3"] {
        flex-basis: 34.65%;
        max-width: 34.65%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="3"] .bt_bb_column_inner_content {
        max-width: 280px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="9"] {
        flex-basis: 65.35%;
        max-width: 65.35%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="9"] .bt_bb_column_inner_content {
        max-width: 880px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child {
        align-items: flex-start;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content {
        max-width: 100%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="8"] {
        flex-basis: 59.8958%;
        max-width: 59.8958%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="7"] {
        flex-basis: 54.6875%;
        max-width: 54.6875%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="5"] {
        flex-basis: 45.3125%;
        max-width: 45.3125%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="4"] {
        flex-basis: 39.5042%;
        max-width: 39.5042%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="3"] {
        flex-basis: 34.65%;
        max-width: 34.65%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="9"] {
        flex-basis: 65.35%;
        max-width: 65.35%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child {
        align-items: center;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child .bt_bb_column_inner_content {
        max-width: 1200px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Right inner column boxed */
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child {
        align-items: flex-end;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_inner_content {
        max-width: 100%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="8"] {
        flex-basis: 59.8958%;
        max-width: 59.8958%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="7"] {
        flex-basis: 54.6875%;
        max-width: 54.6875%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="5"] {
        flex-basis: 45.3125%;
        max-width: 45.3125%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="4"] {
        flex-basis: 39.5042%;
        max-width: 39.5042%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="3"] {
        flex-basis: 34.65%;
        max-width: 34.65%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:first-child[data-width="9"] {
        flex-basis: 65.35%;
        max-width: 65.35%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child {
        align-items: flex-start;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_inner_content {
        max-width: 580px;
        margin-right: auto;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="8"] {
        flex-basis: 60.25%;
        max-width: 60.25%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="8"] .bt_bb_column_inner_content {
        max-width: 780px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="7"] {
        flex-basis: 54.6875%;
        max-width: 54.6875%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="7"] .bt_bb_column_inner_content {
        max-width: 680px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="5"] {
        flex-basis: 45.3125%;
        max-width: 45.3125%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="5"] .bt_bb_column_inner_content {
        max-width: 480px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="4"] {
        flex-basis: 40.1042%;
        max-width: 40.1042%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="4"] .bt_bb_column_inner_content {
        max-width: 380px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="3"] {
        flex-basis: 34.65%;
        max-width: 34.65%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="3"] .bt_bb_column_inner_content {
        max-width: 280px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="9"] {
        flex-basis: 65.35%;
        max-width: 65.35%;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner .bt_bb_column_inner:last-child[data-width="9"] .bt_bb_column_inner_content {
        max-width: 880px;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child {
        align-items: center;
    }
    .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_content_slider_item_content .bt_bb_row_inner > .bt_bb_column_inner:only-child .bt_bb_column_inner_content {
        max-width: 1200px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    @media (max-width: 1260px) {
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child {
            padding-left: 50.0001px;
            padding-right: 50.0001px;
        }
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child {
            padding-left: 50.0001px;
        }
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child {
            padding-right: 50.0001px;
        }
    }

    @media (max-width: 992px) {
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child {
            padding-left: 40px !important;
            padding-right: 40px !important;
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_content,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_content,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child .bt_bb_column_content,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_content,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_content,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_left_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child .bt_bb_column_content,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:first-child .bt_bb_column_content,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner .bt_bb_column_inner:last-child .bt_bb_column_content,
        .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item.bt_bb_show_right_boxed_content .bt_bb_row_inner > .bt_bb_column_inner:only-child .bt_bb_column_content {
            max-width: 100% !important;
            flex-basis: 100% !important;
        }
    }

    .bt_bb_arrows_position_outside .slick-slider,
    .bt_bb_arrows_position_below .slick-slider,
    .bt_bb_arrows_position_below_left .slick-slider,
    .bt_bb_arrows_position_below_right .slick-slider {
        overflow: visible;
    }
    button.slick-arrow {
        width: 2.8125em;
        height: 2.8125em;
        line-height: 1;
        display: flex;
        background: #fdabb7;
        border-radius: 50%;
        margin-top: -1.40625em;
        transition: 300ms ease all;
        font-size: 1em;
        justify-content: center;
        align-items: center;
    }
    .bt_bb_shadow button.slick-arrow {
        top: calc(50% - 30px);
    }
    .bt_bb_arrows_style_transparent_light button.slick-arrow,
    .bt_bb_arrows_style_semitransparent_light button.slick-arrow {
        background: transparent !important;
        box-shadow: none !important;
    }
    .bt_bb_arrows_style_transparent_light button.slick-arrow:before,
    .bt_bb_arrows_style_semitransparent_light button.slick-arrow:before {
        color: #fff;
        font-weight: 800;
    }
    .bt_bb_arrows_style_transparent_light button.slick-arrow:hover,
    .bt_bb_arrows_style_semitransparent_light button.slick-arrow:hover {
        box-shadow: none;
    }
    .bt_bb_arrows_style_transparent_dark button.slick-arrow,
    .bt_bb_arrows_style_semitransparent_dark button.slick-arrow {
        background: transparent !important;
        box-shadow: none !important;
    }
    .bt_bb_arrows_style_transparent_dark button.slick-arrow:before,
    .bt_bb_arrows_style_semitransparent_dark button.slick-arrow:before {
        color: #181818;
        font-weight: 800;
    }
    .bt_bb_arrows_style_transparent_dark button.slick-arrow:hover,
    .bt_bb_arrows_style_semitransparent_dark button.slick-arrow:hover {
        box-shadow: none;
    }
    .bt_bb_arrows_style_semitransparent_light button.slick-arrow,
    .bt_bb_arrows_style_semitransparent_dark button.slick-arrow {
        opacity: .2;
    }
    .bt_bb_arrows_style_semitransparent_light button.slick-arrow:hover,
    .bt_bb_arrows_style_semitransparent_dark button.slick-arrow:hover {
        opacity: 1;
    }
    .bt_bb_arrows_style_transparent_accent button.slick-arrow {
        background: transparent !important;
        box-shadow: none !important;
    }
    .bt_bb_arrows_style_transparent_accent button.slick-arrow:before {
        color: #fdabb7;
        font-weight: 800;
    }
    .bt_bb_arrows_style_transparent_accent button.slick-arrow:hover {
        box-shadow: none;
    }
    .bt_bb_arrows_style_transparent_alternate button.slick-arrow {
        background: transparent !important;
        box-shadow: none !important;
    }
    .bt_bb_arrows_style_transparent_alternate button.slick-arrow:before {
        color: #333c4a;
        font-weight: 800;
    }
    .bt_bb_arrows_style_transparent_alternate button.slick-arrow:hover {
        box-shadow: none;
    }
    .bt_bb_arrows_style_accent_light button.slick-arrow {
        background: #fdabb7 !important;
    }
    .bt_bb_arrows_style_accent_light button.slick-arrow:before {
        color: #fff;
    }
    .bt_bb_arrows_style_accent_dark button.slick-arrow {
        background: #fdabb7 !important;
    }
    .bt_bb_arrows_style_accent_dark button.slick-arrow:before {
        color: #181818;
    }
    .bt_bb_arrows_style_alternate_light button.slick-arrow {
        background: #333c4a !important;
    }
    .bt_bb_arrows_style_alternate_light button.slick-arrow:before {
        color: #fff;
    }
    .bt_bb_arrows_style_alternate_dark button.slick-arrow {
        background: #333c4a !important;
    }
    .bt_bb_arrows_style_alternate_dark button.slick-arrow:before {
        color: #181818;
    }
    button.slick-arrow:before {
        font-family: Essential;
        font-size: 1.25rem;
        line-height: 1;
    }
    .bt_bb_arrows_size_large button.slick-arrow {
        width: 4.375em;
        height: 4.375em;
        margin-top: -2.1875em;
    }
    .bt_bb_arrows_size_large button.slick-arrow:before {
        font-size: 2rem;
        line-height: 2.25;
    }
    .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-next {
        right: -4.666em;
    }
    .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-next {
        right: auto;
        left: -4.666em;
    }
    .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-prev {
        left: -4.666em;
    }
    .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-prev {
        left: auto;
        right: -4.666em;
    }
    .bt_bb_arrows_position_below.bt_bb_arrows_size_large button.slick-arrow,
    .bt_bb_arrows_position_below_left.bt_bb_arrows_size_large button.slick-arrow,
    .bt_bb_arrows_position_below_right.bt_bb_arrows_size_large button.slick-arrow {
        bottom: -5.35em;
    }
    .bt_bb_shadow.bt_bb_arrows_position_below.bt_bb_arrows_size_large button.slick-arrow,
    .bt_bb_shadow.bt_bb_arrows_position_below_left.bt_bb_arrows_size_large button.slick-arrow,
    .bt_bb_shadow.bt_bb_arrows_position_below_right.bt_bb_arrows_size_large button.slick-arrow {
        bottom: calc(-5.35em + 60px);
    }
    .bt_bb_arrows_size_medium button.slick-arrow {
        width: 3.28125em;
        height: 3.28125em;
        margin-top: -1.640625em;
    }
    .bt_bb_arrows_size_medium button.slick-arrow:before {
        font-size: 1.5rem;
        line-height: 2.25;
    }
    .bt_bb_arrows_position_outside.bt_bb_arrows_size_medium button.slick-arrow.slick-next {
        right: -3.5em;
    }
    .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_medium button.slick-arrow.slick-next {
        right: auto;
        left: -3.5em;
    }
    .bt_bb_arrows_position_outside.bt_bb_arrows_size_medium button.slick-arrow.slick-prev {
        left: -3.5em;
    }
    .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_medium button.slick-arrow.slick-prev {
        left: auto;
        right: -3.5em;
    }
    .bt_bb_arrows_position_below.bt_bb_arrows_size_medium button.slick-arrow,
    .bt_bb_arrows_position_below_left.bt_bb_arrows_size_medium button.slick-arrow,
    .bt_bb_arrows_position_below_right.bt_bb_arrows_size_medium button.slick-arrow {
        bottom: -4.3640625em;
    }
    .bt_bb_shadow.bt_bb_arrows_position_below.bt_bb_arrows_size_medium button.slick-arrow,
    .bt_bb_shadow.bt_bb_arrows_position_below_left.bt_bb_arrows_size_medium button.slick-arrow,
    .bt_bb_shadow.bt_bb_arrows_position_below_right.bt_bb_arrows_size_medium button.slick-arrow {
        bottom: calc(-4.3640625em + 60px);
    }
    .bt_bb_arrows_size_small button.slick-arrow {
        width: 2.25em;
        height: 2.25em;
        margin-top: -1.125em;
    }
    .bt_bb_arrows_size_small button.slick-arrow:before {
        font-size: 1rem;
        line-height: 2.25;
    }
    .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-next {
        right: -2.33em;
    }
    .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-next {
        right: auto;
        left: -2.33em;
    }
    .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-prev {
        left: -2.33em;
    }
    .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-prev {
        left: auto;
        right: -2.33em;
    }
    .bt_bb_arrows_position_below.bt_bb_arrows_size_small button.slick-arrow,
    .bt_bb_arrows_position_below_left.bt_bb_arrows_size_small button.slick-arrow,
    .bt_bb_arrows_position_below_right.bt_bb_arrows_size_small button.slick-arrow {
        bottom: -3.25em;
    }
    .bt_bb_shadow.bt_bb_arrows_position_below.bt_bb_arrows_size_small button.slick-arrow,
    .bt_bb_shadow.bt_bb_arrows_position_below_left.bt_bb_arrows_size_small button.slick-arrow,
    .bt_bb_shadow.bt_bb_arrows_position_below_right.bt_bb_arrows_size_small button.slick-arrow {
        bottom: calc(-3.25em + 60px);
    }
    button.slick-arrow.slick-next {
        right: 1em;
    }
    button.slick-arrow.slick-next:before {
        content: "\ea7d";
        transform: translateX(10%);
    }
    .rtl button.slick-arrow.slick-next {
        right: auto;
        left: 1em;
    }
    .rtl button.slick-arrow.slick-next:before {
        content: "\ea7c";
        transform: translateX(-10%);
    }
    button.slick-arrow.slick-prev {
        left: 1em;
    }
    button.slick-arrow.slick-prev:before {
        content: "\ea7c";
        transform: translateX(-10%);
    }
    .rtl button.slick-arrow.slick-prev {
        left: auto;
        right: 1em;
    }
    .rtl button.slick-arrow.slick-prev:before {
        content: "\ea7d";
        transform: translateX(10%);
    }
    button.slick-arrow:hover {
        transform: scale(1.125);
        background: #fdabb7;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    .bt_bb_arrows_position_outside button.slick-arrow.slick-next {
        right: -4.5em;
    }
    .rtl .bt_bb_arrows_position_outside button.slick-arrow.slick-next {
        right: auto;
        left: -4.5em;
    }
    .bt_bb_arrows_position_outside button.slick-arrow.slick-prev {
        left: -4.5em;
    }
    .rtl .bt_bb_arrows_position_outside button.slick-arrow.slick-prev {
        left: auto;
        right: -4.5em;
    }
    .bt_bb_arrows_position_bottom_left button.slick-arrow,
    .bt_bb_arrows_position_bottom_right button.slick-arrow {
        margin-top: -2em;
        top: auto;
        bottom: 2em;
    }
    .bt_bb_shadow.bt_bb_arrows_position_bottom_left button.slick-arrow,
    .bt_bb_shadow.bt_bb_arrows_position_bottom_right button.slick-arrow {
        bottom: calc(2em + 60px);
    }
    .bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .bt_bb_arrows_position_below_left button.slick-arrow.slick-next {
        right: auto;
        left: 4.5em;
    }
    .rtl .bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_position_below_left button.slick-arrow.slick-next {
        left: 1em;
    }
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_left button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_left button.slick-arrow.slick-next {
        left: 4em;
    }
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_left button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_left button.slick-arrow.slick-next {
        left: 1em;
    }
    .bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .bt_bb_arrows_position_below_left button.slick-arrow.slick-prev {
        left: 1em;
        right: auto;
    }
    .rtl .bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_position_below_left button.slick-arrow.slick-prev {
        left: 4.5em;
    }
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev {
        left: 1em;
    }
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev {
        left: 4em;
    }
    .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next {
        right: auto;
        left: 6em;
    }
    .rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next {
        left: 1em;
    }
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next {
        left: 4em;
    }
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-next {
        left: 1em;
    }
    .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev {
        left: 1em;
        right: auto;
    }
    .rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev {
        left: 6em;
    }
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev {
        left: 1em;
    }
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_left button.slick-arrow.slick-prev {
        left: 4em;
    }
    .bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .bt_bb_arrows_position_below_right button.slick-arrow.slick-prev {
        left: auto;
        right: 4.5em;
    }
    .rtl .bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_position_below_right button.slick-arrow.slick-prev {
        right: 1em;
    }
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev {
        right: 4em;
    }
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev {
        right: 1em;
    }
    .bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .bt_bb_arrows_position_below_right button.slick-arrow.slick-next {
        right: 1em;
        left: auto;
    }
    .rtl .bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_position_below_right button.slick-arrow.slick-next {
        right: 4.5em;
    }
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_right button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_right button.slick-arrow.slick-next {
        right: 1em;
    }
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_position_below_right button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_position_below_right button.slick-arrow.slick-next {
        right: 4em;
    }
    .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev {
        left: auto;
        right: 6em;
    }
    .rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev {
        right: 1em;
    }
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev {
        right: 4em;
    }
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-prev {
        right: 1em;
    }
    .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next {
        right: 1em;
        left: auto;
    }
    .rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next {
        right: 6em;
    }
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next,
    .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next {
        right: 1em;
    }
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_light.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next,
    .rtl .bt_bb_arrows_style_transparent_dark.bt_bb_arrows_size_large.bt_bb_arrows_position_below_right button.slick-arrow.slick-next {
        right: 4em;
    }
    .bt_bb_arrows_position_below button.slick-arrow,
    .bt_bb_arrows_position_below_left button.slick-arrow,
    .bt_bb_arrows_position_below_right button.slick-arrow {
        margin-top: 0;
        top: auto;
        bottom: -3.875em;
    }
    @media (max-width: 1280px) {
        .bt_bb_arrows_position_outside button.slick-arrow.slick-next {
            right: -1.5em;
        }
        .rtl .bt_bb_arrows_position_outside button.slick-arrow.slick-next {
            right: auto;
            left: -1.5em;
        }
        .bt_bb_arrows_position_outside button.slick-arrow.slick-prev {
            left: -1.5em;
        }
        .rtl .bt_bb_arrows_position_outside button.slick-arrow.slick-prev {
            left: auto;
            right: -1.5em;
        }
        .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-next {
            right: -1.666em;
        }
        .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-next {
            right: auto;
            left: -1.666em;
        }
        .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-prev {
            left: -1.666em;
        }
        .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-prev {
            left: auto;
            right: -1.666em;
        }
        .bt_bb_arrows_position_outside.bt_bb_arrows_size_medium button.slick-arrow.slick-next {
            right: -1.5em;
        }
        .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_medium button.slick-arrow.slick-next {
            right: auto;
            left: -1.5em;
        }
        .bt_bb_arrows_position_outside.bt_bb_arrows_size_medium button.slick-arrow.slick-prev {
            left: -1.5em;
        }
        .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_medium button.slick-arrow.slick-prev {
            left: auto;
            right: -1.5em;
        }
        .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-next {
            right: -1.33em;
        }
        .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-next {
            right: auto;
            left: -1.33em;
        }
        .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-prev {
            left: -1.33em;
        }
        .rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-prev {
            left: auto;
            right: -1.33em;
        }
    }

    .bt_bb_show_dots_below.bt_bb_slider .slick-slider,
    .bt_bb_show_dots_below_left.bt_bb_slider .slick-slider,
    .bt_bb_show_dots_below_right.bt_bb_slider .slick-slider,
    .bt_bb_show_dots_below.bt_bb_content_slider .slick-slider,
    .bt_bb_show_dots_below_left.bt_bb_content_slider .slick-slider,
    .bt_bb_show_dots_below_right.bt_bb_content_slider .slick-slider {
        overflow: initial;
    }
    .slick-dots {
        bottom: 1.25em;
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin: 0 !important;
    }
    .bt_bb_show_dots_below .slick-dots,
    .bt_bb_show_dots_below_left .slick-dots,
    .bt_bb_show_dots_below_right .slick-dots {
        bottom: -3.5em;
    }
    .bt_bb_shadow.bt_bb_show_dots_below .slick-dots,
    .bt_bb_shadow.bt_bb_show_dots_below_left .slick-dots,
    .bt_bb_shadow.bt_bb_show_dots_below_right .slick-dots {
        bottom: calc(-3.5em + 60px);
    }
    .bt_bb_show_dots_below_left .slick-dots {
        justify-content: flex-start;
    }
    .rtl .bt_bb_show_dots_below_left .slick-dots {
        justify-content: flex-end;
    }
    .bt_bb_show_dots_below_right .slick-dots {
        justify-content: flex-end;
    }
    .rtl .bt_bb_show_dots_below_right .slick-dots {
        justify-content: flex-start;
    }
    .bt_bb_shadow.bt_bb_show_dots_bottom .slick-dots {
        bottom: calc(1.25em + 60px);
    }
    .bt_bb_show_dots_bottom_left .slick-dots {
        justify-content: flex-start;
        padding: 0 1.25em;
    }
    .rtl .bt_bb_show_dots_bottom_left .slick-dots {
        justify-content: flex-end;
    }
    .bt_bb_shadow.bt_bb_show_dots_bottom_left .slick-dots {
        bottom: calc(1.25em + 60px);
    }
    .bt_bb_show_dots_bottom_right .slick-dots {
        justify-content: flex-end;
        padding: 0 1.25em;
    }
    .rtl .bt_bb_show_dots_bottom_right .slick-dots {
        justify-content: flex-start;
    }
    .bt_bb_shadow.bt_bb_show_dots_bottom_right .slick-dots {
        bottom: calc(1.25em + 60px);
    }
    .bt_bb_show_dots_hide .slick-dots {
        display: none;
    }
    .bt_bb_show_dots_right .slick-dots {
        right: 2em;
        top: 0;
        bottom: 0;
        width: auto;
        flex-direction: column;
    }
    .bt_bb_shadow.bt_bb_show_dots_right .slick-dots {
        top: -60px;
    }
    .bt_bb_show_dots_left .slick-dots {
        left: 2em;
        top: 0;
        bottom: 0;
        width: auto;
        flex-direction: column;
    }
    .bt_bb_shadow.bt_bb_show_dots_left .slick-dots {
        top: -60px;
    }
    .bt_bb_show_dots_left:not(.bt_bb_show_paging_as_numbers) .slick-dots li:before,
    .bt_bb_show_dots_right:not(.bt_bb_show_paging_as_numbers) .slick-dots li:before {
        transform: scale3d(.125,1,1);
    }
    .bt_bb_show_dots_left:not(.bt_bb_show_paging_as_numbers) .slick-dots li:hover:before,
    .bt_bb_show_dots_right:not(.bt_bb_show_paging_as_numbers) .slick-dots li:hover:before {
        transform: scale3d(.125,0,1);
    }
    .bt_bb_show_dots_left:not(.bt_bb_show_paging_as_numbers) .slick-dots li.slick-active:before,
    .bt_bb_show_dots_right:not(.bt_bb_show_paging_as_numbers) .slick-dots li.slick-active:before {
        transform: scale3d(.125,0,1);
    }
    .slick-dots li {
        margin: 0 4.5px;
        width: 1em;
        height: 1em;
        border: 0;
        background: transparent !important;
        position: relative;
        display: flex;
        border-radius: 0;
        align-items: center;
        justify-content: center;
    }
    .bt_bb_show_dots_right .slick-dots li,
    .bt_bb_show_dots_left .slick-dots li {
        margin: 4.5px 0;
    }
    .slick-dots li:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        border-radius: 50%;
        transition: 250ms ease all;
        transform: scale(0);
        transform-origin: 50% 50%;
        background: #fdabb7;
    }
    .btMenuFocusElementCircle .slick-dots li:after {
        background: #fdabb7;
        box-shadow: none;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .slick-dots li:after {
        background: transparent;
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .slick-dots li:after {
        background: #fdabb7;
        box-shadow: none;
        border-radius: 0;
    }
    .btMenuFocusElementOutlineSquare .slick-dots li:after {
        background: transparent;
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 0;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_circle .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_circle .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_circle .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_circle .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_circle .slick-dots li:after {
        background: #fdabb7;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_circle .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_circle .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_circle .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_circle .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_circle .slick-dots li:after {
        background: transparent;
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_square .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_square .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_square .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_square .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_square .slick-dots li:after {
        border-radius: 0 !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_square .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_square .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_square .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_square .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_square .slick-dots li:after {
        background: transparent;
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 0 !important;
    }
    .btMenuFocusElementDash .bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_dots_style_accent_dot .slick-dots li:after {
        background: #fdabb7 !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_circle.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_circle.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_circle.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_circle.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_circle.bt_bb_dots_style_accent_dot .slick-dots li:after {
        background: #fdabb7 !important;
        box-shadow: none !important;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_accent_dot .slick-dots li:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #fdabb7 inset !important;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_square.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_square.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_square.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_square.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_square.bt_bb_dots_style_accent_dot .slick-dots li:after {
        background: #fdabb7 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_accent_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_accent_dot .slick-dots li:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #fdabb7 inset !important;
        border-radius: 0 !important;
    }
    .btMenuFocusElementDash .bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_dots_style_alternate_dot .slick-dots li:after {
        background: #333c4a !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after {
        background: #333c4a !important;
        box-shadow: none !important;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_alternate_dot .slick-dots li:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #333c4a inset !important;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_square.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_square.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_square.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_square.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_square.bt_bb_dots_style_alternate_dot .slick-dots li:after {
        background: #333c4a !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_alternate_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_alternate_dot .slick-dots li:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #333c4a inset !important;
        border-radius: 0 !important;
    }
    .bt_bb_dots_style_light_dot .slick-dots li:after {
        background: #fff !important;
    }
    .btMenuFocusElementDash .bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_dots_style_light_dot .slick-dots li:after {
        background: #fff !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_circle.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_circle.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_circle.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_circle.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_circle.bt_bb_dots_style_light_dot .slick-dots li:after {
        background: #fff !important;
        box-shadow: none !important;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_light_dot .slick-dots li:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #fff inset !important;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_square.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_square.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_square.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_square.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_square.bt_bb_dots_style_light_dot .slick-dots li:after {
        background: #fff !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_light_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_light_dot .slick-dots li:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #fff inset !important;
        border-radius: 0 !important;
    }
    .btMenuFocusElementDash .bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_dots_style_dark_dot .slick-dots li:after {
        background: #191919 !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_circle.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_circle.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_circle.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_circle.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_circle.bt_bb_dots_style_dark_dot .slick-dots li:after {
        background: #191919 !important;
        box-shadow: none !important;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_circle.bt_bb_dots_style_dark_dot .slick-dots li:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #191919 inset !important;
        border-radius: 50% !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_square.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_square.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_square.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_square.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_square.bt_bb_dots_style_dark_dot .slick-dots li:after {
        background: #191919 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .btMenuFocusElementDash .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementCircle .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineCircle .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementSquare .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_dark_dot .slick-dots li:after,
    .btMenuFocusElementOutlineSquare .bt_bb_show_paging_as_outline_square.bt_bb_dots_style_dark_dot .slick-dots li:after {
        background: transparent !important;
        box-shadow: 0 0 0 2px #191919 inset !important;
        border-radius: 0 !important;
    }
    .slick-dots li:before {
        display: block;
        content: "";
        position: absolute;
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        background: currentColor;
        opacity: .2;
        width: auto;
        transform: scale3d(1,.125,1);
        transform-origin: 50% 50%;
        transition: 250ms ease all;
    }
    .slick-dots li:hover:after {
        transform: scale(.85);
    }
    .slick-dots li:hover:before {
        transform: scale3d(0,.125,1);
    }
    .slick-dots li.slick-active:after {
        transform: scale(1);
    }
    .slick-dots li.slick-active:before {
        transform: scale3d(0,.125,1);
    }
    .slick-dots li.bt_bb_slider_paging,
    .slick-dots li.bt_bb_content_slider_paging {
        display: none;
    }
    .bt_bb_show_paging_as_numbers .slick-dots {
        flex-direction: column;
        height: 1rem;
        width: 4rem;
        left: 50%;
        padding: 0 !important;
        margin-left: -2rem !important;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li {
        width: auto;
        margin: 0;
        pointer-events: none;
        opacity: 0;
        transition: 200ms ease all;
        height: auto;
        line-height: 1;
        transform: scale(2);
        transition-delay: 0;
        position: absolute;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li button {
        color: currentColor;
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        font-size: 1.125rem;
        width: auto;
        height: 1em;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:after {
        display: none;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li.slick-active {
        opacity: 1;
        transform: scale(1);
        transition-delay: 150ms;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li.bt_bb_slider_paging,
    .bt_bb_show_paging_as_numbers .slick-dots li.bt_bb_content_slider_paging {
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        font-size: 1.125rem;
        display: flex;
        opacity: .3;
        color: currentColor;
        transform: none;
        margin: 0 1.25em;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li.bt_bb_slider_paging:before,
    .bt_bb_show_paging_as_numbers .slick-dots li.bt_bb_content_slider_paging:before {
        content: "";
        display: block;
        height: 1.875rem;
        left: auto;
        right: auto;
        top: auto;
        border-left: 1px solid currentColor;
        margin: -6px 12px;
        transform: skewX(-10deg);
        background: transparent;
        opacity: 1;
        position: relative;
    }
    .rtl .bt_bb_show_paging_as_numbers .slick-dots li.bt_bb_slider_paging:before,
    .rtl .bt_bb_show_paging_as_numbers .slick-dots li.bt_bb_content_slider_paging:before {
        transform: skewX(10deg);
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(1) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(2) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(3) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(4) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(5) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(6) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(7) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(8) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_paging_as_numbers .slick-dots li:nth-child(9) button:before {
        content: "0";
        display: inline;
    }
    .bt_bb_show_dots_below_left.bt_bb_show_paging_as_numbers .slick-dots {
        left: 1.5rem;
    }
    .bt_bb_show_dots_below_right.bt_bb_show_paging_as_numbers .slick-dots {
        left: auto;
        right: 1.5rem;
    }
    .bt_bb_show_dots_bottom_left.bt_bb_show_paging_as_numbers .slick-dots {
        left: 3.25rem;
    }
    .bt_bb_show_dots_bottom_right.bt_bb_show_paging_as_numbers .slick-dots {
        left: auto;
        right: 1.25rem;
    }
    .bt_bb_show_dots_right.bt_bb_show_paging_as_numbers .slick-dots,
    .bt_bb_show_dots_left.bt_bb_show_paging_as_numbers .slick-dots {
        top: 50%;
        bottom: auto;
        margin-top: -.5rem !important;
        left: auto;
        right: 2em;
    }
    .bt_bb_shadow.bt_bb_show_dots_right.bt_bb_show_paging_as_numbers .slick-dots,
    .bt_bb_shadow.bt_bb_show_dots_left.bt_bb_show_paging_as_numbers .slick-dots {
        top: calc(50% - 30px);
    }
    .bt_bb_show_dots_left.bt_bb_show_paging_as_numbers .slick-dots {
        left: 4em;
        right: auto;
    }
    @media (max-width: 1400px) {
        .bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider button.slick-arrow {
            display: none !important;
        }
        .bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bt_bb_arrows_position button.slick-arrow,
        .bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow,
        .bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow,
        .bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_below button.slick-arrow,
        .bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_below_left button.slick-arrow,
        .bt_bb_section.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_below_right button.slick-arrow {
            display: flex !important;
        }
    }

    /* Custom menu */
    .bt_bb_custom_menu div ul {
        margin: 0;
    }
    .bt_bb_custom_menu div ul li {
        list-style: none;
    }
    .bt_bb_custom_menu div ul a {
        color: inherit;
    }
    .bt_bb_custom_menu div ul a:hover {
        color: #fdabb7;
    }
    .bt_bb_custom_menu div ul > li {
        margin-left: 0;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul {
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li {
        padding: .8em 0;
        border-bottom: 1px solid;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li a {
        display: block;
        position: relative;
        color: currentColor;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        display: block;
        content: "";
        height: 7px;
        width: 7px;
        top: 9px;
        left: -1em;
        transition: 200ms ease all;
        position: absolute;
        opacity: 0;
        transform: translateX(-5px);
    }
    .rtl .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        left: auto;
        right: -1em;
        transform: translateX(5px);
    }
    .btMenuFocusElementCircle .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        background-color: #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        background-color: #fdabb7;
    }
    .btMenuFocusElementOutlineSquare .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
    }
    .btMenuFocusElementDash .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        background-color: #fdabb7;
        height: 2px;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:hover:before {
        opacity: 1;
        transform: translatex(0);
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:empty {
        display: none;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:empty:before,
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li a:empty:after {
        display: none;
    }
    .btLightSkin .btMenuAsInSidebar.bt_bb_custom_menu div ul li,
    .btDarkSkin .btLightSkin .btMenuAsInSidebar.bt_bb_custom_menu div ul li,
    .btLightSkin .btDarkSkin .btLightSkin .btMenuAsInSidebar.bt_bb_custom_menu div ul li {
        border-bottom-color: rgba(34,34,34,.1);
    }
    .btDarkSkin .btMenuAsInSidebar.bt_bb_custom_menu div ul li,
    .btLightSkin .btDarkSkin .btMenuAsInSidebar.bt_bb_custom_menu div ul li,
    .btDarkSkin.btLightSkin .btDarkSkin .btMenuAsInSidebar.bt_bb_custom_menu div ul li {
        border-bottom-color: rgba(255,255,255,.2);
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li ul {
        margin: .8em 0 0;
        padding: 0;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li ul li {
        padding-left: 1em;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li.current-menu-item a:before {
        opacity: 1;
        transform: translatex(0);
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul > li:last-child {
        border-bottom: 0 !important;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul li li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul > ul > li:first-child {
        padding-top: 0;
    }
    .btMenuAsInSidebar.bt_bb_custom_menu div ul > ul > li:last-child {
        padding-bottom: 0;
    }
    .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul {
        margin-left: -.8em;
        margin-right: -.8em;
    }
    .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li {
        padding: .4em .8em .5em;
        border-right: 1px solid;
        border-bottom: 0;
    }
    .btLightSkin .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li,
    .btDarkSkin .btLightSkin .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li {
        border-color: rgba(34,34,34,.1) !important;
    }
    .btDarkSkin .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li,
    .btLightSkin .btDarkSkin .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li {
        border-color: rgba(255,255,255,.2) !important;
    }
    .rtl .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li {
        border-left: 1px solid;
        border-right: 0;
        float: right;
    }
    .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li:last-child {
        border-right-width: 0 !important;
    }
    .rtl .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li:last-child {
        border-right-width: 1px !important;
        border-left-width: 0 !important;
    }
    .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        top: auto;
        bottom: -9px;
        left: 50%;
        margin-left: -3.5px;
        transform: scale(0);
    }
    .rtl .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li a:before {
        left: auto;
        margin-left: 0;
        right: 50%;
        margin-right: -3.5px;
    }
    .bt_bb_direction_horizontal.btMenuAsInSidebar.bt_bb_custom_menu div ul li a:hover:before {
        transform: scale(1);
    }

    /* Text indent */
    .bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
        padding-left: 1.875em;
        padding-right: 1.875em;
    }
    .bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
        margin: 0 -1.875em;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content {
        padding-left: 1.875em;
        padding-right: 1.875em;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content .bt_bb_image {
        margin: 0 -1.875em;
    }

    /* Image */
    .bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
        padding: 2em;
    }
    .bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner > *:last-child {
        margin-bottom: 0;
    }
    .bt_bb_image.bt_bb_shape_hard-rounded-top-left {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_hard-rounded-top-left img,
    .bt_bb_image.bt_bb_shape_hard-rounded-top-left .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_hard-rounded-top-left .bt_bb_image_content_flex {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_hard-rounded-top-right {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_hard-rounded-top-right img,
    .bt_bb_image.bt_bb_shape_hard-rounded-top-right .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_hard-rounded-top-right .bt_bb_image_content_flex {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_hard-rounded-bottom-left {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_hard-rounded-bottom-left img,
    .bt_bb_image.bt_bb_shape_hard-rounded-bottom-left .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_hard-rounded-bottom-left .bt_bb_image_content_flex {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_hard-rounded-bottom-right {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_hard-rounded-bottom-right img,
    .bt_bb_image.bt_bb_shape_hard-rounded-bottom-right .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_hard-rounded-bottom-right .bt_bb_image_content_flex {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded {
        border-radius: 4px;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded img,
    .bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
        border-radius: 4px;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded-top-left {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded-top-left img,
    .bt_bb_image.bt_bb_shape_soft-rounded-top-left .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_soft-rounded-top-left .bt_bb_image_content_flex {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded-top-right {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded-top-right img,
    .bt_bb_image.bt_bb_shape_soft-rounded-top-right .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_soft-rounded-top-right .bt_bb_image_content_flex {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded-bottom-left {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded-bottom-left img,
    .bt_bb_image.bt_bb_shape_soft-rounded-bottom-left .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_soft-rounded-bottom-left .bt_bb_image_content_flex {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded-bottom-right {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_image.bt_bb_shape_soft-rounded-bottom-right img,
    .bt_bb_image.bt_bb_shape_soft-rounded-bottom-right .bt_bb_image_content,
    .bt_bb_image.bt_bb_shape_soft-rounded-bottom-right .bt_bb_image_content_flex {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }

    /* Google map */
    .bt_bb_map {
        position: relative;
    }
    .bt_bb_map.bt_bb_map_with_coverage_image,
    .bt_bb_map.bt_bb_leaflet_map_with_coverage_image,
    .bt_bb_map.bt_bb_google_maps_with_coverage_image {
        position: relative;
    }
    .bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image,
    .bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image,
    .bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image {
        z-index: 2;
        pointer-events: none;
        position: relative;
    }
    .bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image img,
    .bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image img,
    .bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image img {
        display: block;
        width: 100%;
        height: auto;
    }
    .bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_map_map,
    .bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_map,
    .bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_map_map {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: auto !important;
        z-index: 1;
    }
    .bt_bb_map .bt_bb_map_content {
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
        width: 33%;
        margin: 0;
        position: relative;
        overflow: visible;
    }
    .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
        padding: 2.5em;
        background: #fff;
        z-index: 1;
        box-shadow: 0 20px 30px rgba(34,34,34,.1);
        position: absolute;
        left: 1em;
        bottom: 1em;
        right: 1em;
        top: 1em;
    }
    .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location:first-child {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
    .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_highlight {
        background: linear-gradient(115deg,#fdabb7,#333c4a) !important;
    }
    .bt_bb_map.bt_bb_google_maps_info_right .bt_bb_map_content {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .bt_bb_map.bt_bb_map_with_content {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        position: relative;
        overflow: hidden;
    }
    @media (max-width: 992px) {
        .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper,
        .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper {
            width: 40%;
        }
    }

    @media (max-width: 768px) {
        .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper,
        .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper {
            width: 45%;
        }
    }

    @media (max-width: 640px) {
        .bt_bb_map.bt_bb_map_with_content {
            padding-top: 0;
            padding-bottom: 0;
        }
        .bt_bb_map .bt_bb_map_content {
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
        }
        .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
            width: 100%;
        }
        .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper:after {
            display: none;
        }
        .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
            box-shadow: none;
        }
        .bt_bb_map .bt_bb_map_map {
            height: 400px !important;
        }
    }

    /* Tabs */
    .bt_bb_style_simple ul.bt_bb_tabs_header li.on {
        border-color: #fdabb7;
    }
    .bt_bb_tabs ul.bt_bb_tabs_header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        font-size: 1em;
        margin: 0;
    }
    .bt_bb_shape_rounded.bt_bb_tabs ul.bt_bb_tabs_header {
        border-radius: 4px;
    }
    .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header,
    .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header {
        border: 0;
        justify-content: space-around;
    }
    .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li,
    .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li {
        border-width: 0 0 0 2px;
        float: none;
        flex: 1 1 auto;
        margin: 1px!important
    }
    .rtl .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li,
    .rtl .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li {
        border-width: 0 2px 0 0;
    }
    .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li:first-child,
    .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li:first-child {
        border-width: 0;
    }
    .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li span,
    .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li span {
        padding: 1.125em 1.875em;
        display: block;
        text-align: center;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header {
        overflow: visible;
        width: 100%;
        flex-wrap: wrap;
        display: inline-flex;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header:after {
        content: "";
        display: block;
        height: 1px;
        flex: 1 0 100%;
        margin-top: -1px;
        background: currentColor;
        opacity: .1;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li {
        border: 0 !important;
        position: relative;
        display: flex;
        padding: 0 calc(50px * .2) 0 0;
    }
    .rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li {
        padding: 0 0 0 calc(50px * .2);
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child {
        padding: 0;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span {
        position: relative;
        padding: 1em calc(50px * .4);
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after {
        content: ' ';
        display: block;
        position: absolute;
        z-index: 5;
        left: 50%;
        pointer-events: none;
        height: 12px;
        width: 12px;
        margin-left: -6px;
        margin-bottom: -6px;
        opacity: 0;
        transition: 200ms ease all;
        transform: scale(0);
        transform-origin: 50% 50%;
        bottom: 0;
    }
    .rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after {
        left: auto;
        right: 50%;
        margin-left: auto;
        margin-right: -6px;
    }
    .btMenuFocusElementCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after {
        background-color: #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after {
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after {
        background-color: #fdabb7;
    }
    .btMenuFocusElementOutlineSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after {
        box-shadow: 0 0 0 2px #fdabb7 inset;
    }
    .btMenuFocusElementDash .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after {
        background-color: #fdabb7;
        height: 3px;
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: auto;
        margin-bottom: 0;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 0;
        opacity: 0;
        box-shadow: 0 4px 10px rgba(34,34,34,.2);
        transition: 250ms ease all;
        transform-origin: 50% 100%;
    }
    .btMenuFocusElementCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:before,
    .btMenuFocusElementOutlineCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:before {
        border-radius: 5px;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:hover span:after {
        transform: scale(1);
        opacity: 1;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:hover span:before {
        opacity: 1;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li.on {
        pointer-events: none;
    }
    .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li.on span:after {
        background: #fdabb7;
        transform: scale(1);
        opacity: 1;
    }
    .bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item {
        transition: 300ms ease all;
        min-height: 0;
        max-height: 1000em;
    }
    .bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item .bt_bb_tab_content {
        display: block;
        overflow: hidden;
        height: 0;
        opacity: 0;
        transition: 450ms ease opacity;
    }
    .bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item.on {
        overflow: visible;
    }
    .bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item.on .bt_bb_tab_content {
        padding-top: 1em;
        display: block;
        opacity: 1;
        height: auto;
        overflow: visible;
    }
    @media (max-width: 580px) {
        .bt_bb_tabs ul.bt_bb_tabs_header {
            display: flex;
            flex-direction: column;
        }
        .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li,
        .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li {
            border-width: 2px 0 0;
        }
        .rtl .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li,
        .rtl .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li {
            border-width: 2px 0 0;
        }
        .rtl .bt_bb_style_outline.bt_bb_tabs ul.bt_bb_tabs_header li:first-child,
        .rtl .bt_bb_style_filled.bt_bb_tabs ul.bt_bb_tabs_header li:first-child {
            border-width: 0;
        }
        .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li,
        .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child {
            padding: 0;
        }
        .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span,
        .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span {
            display: block;
            width: 100%;
            padding-left: calc(50px * .3);
            padding-right: calc(50px * .3);
        }
        .btMenuFocusElementCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after,
        .btMenuFocusElementOutlineCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after,
        .btMenuFocusElementSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after,
        .btMenuFocusElementOutlineSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after,
        .btMenuFocusElementCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span:after,
        .btMenuFocusElementOutlineCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span:after,
        .btMenuFocusElementSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span:after,
        .btMenuFocusElementOutlineSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span:after {
            left: 0;
            top: 50%;
            margin-left: -6px;
            margin-top: -6px;
            margin-bottom: 0;
            bottom: auto;
        }
        .rtl.btMenuFocusElementCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after,
        .rtl.btMenuFocusElementOutlineCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after,
        .rtl.btMenuFocusElementSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after,
        .rtl.btMenuFocusElementOutlineSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span:after,
        .rtl.btMenuFocusElementCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span:after,
        .rtl.btMenuFocusElementOutlineCircle .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span:after,
        .rtl.btMenuFocusElementSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span:after,
        .rtl.btMenuFocusElementOutlineSquare .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span:after {
            left: auto;
            right: 0;
            margin-left: auto;
            margin-right: -6px;
        }
        .rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li,
        .rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child {
            padding: 0;
        }
    }

    /* Accordions */
    .bt_bb_accordion .bt_bb_accordion_item {
        border-style: solid;
        border-width: 0 2px 2px;
        transition: 300ms ease all;
    }
    .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
        padding: 1em 1.875em;
        font-size: 1em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
        font-family: FontAwesome;
        content: "\f107";
        display: block;
        transition: 300ms ease all;
        font-size: 1.25em;
        padding: 0 1em;
        margin-right: -1em;
        font-weight: normal;
        opacity: .3;
    }
    .rtl .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
        margin-right: 0;
        margin-left: -1em;
    }
    .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
        border-width: 0 !important;
        position: relative;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1.375em;
    }
    .rtl .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
        padding-left: 0;
        padding-right: 1.375em;
    }
    .btMenuFocusElementDash .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
        padding-left: 0;
    }
    .rtl.btMenuFocusElementDash .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
        padding-left: 0;
        padding-right: 0;
    }
    .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
        content: ' ';
        position: absolute;
        display: block;
        z-index: 5;
        left: 0;
        top: 50%;
        margin-top: -6px;
        pointer-events: none;
        height: 12px;
        width: 12px;
        opacity: 0;
        transition: 200ms ease all;
        transform: scale(0);
        transform-origin: 50% 50%;
    }
    .btMenuFocusElementCircle .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
        background-color: #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
        background-color: #fdabb7;
    }
    .btMenuFocusElementOutlineSquare .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
    }
    .btMenuFocusElementDash .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
        background-color: #fdabb7;
        height: 3px;
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: auto;
        margin-top: auto;
        top: auto;
        left: auto;
        bottom: 0;
    }
    .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
        background: transparent !important;
    }
    .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:hover:before {
        opacity: 1;
        transform: scale(1);
    }
    .bt_bb_accordion .bt_bb_accordion_item.on {
        min-height: 1px;
        max-height: 1000em;
    }
    .bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
        border-width: 0 0 2px;
    }
    .bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
        transform: rotate(180deg);
        opacity: 1;
    }
    .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before {
        opacity: 1;
        background: #fdabb7;
        transform: scale(1);
    }
    .bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
        display: block;
        opacity: 1;
        height: auto;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_title:after {
        opacity: 1;
    }
    .bt_bb_accordion .bt_bb_accordion_item:first-child {
        border-width: 2px;
    }
    .bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
        border-radius: 4px 4px 0 0;
    }
    .bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
        border-radius: 15px 15px 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 4px 4px;
    }
    .bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
        border-radius: 0 0 15px 15px;
    }
    .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
        border-width: 0;
        border-radius: 0;
    }
    .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
        padding: 0 1.875em;
        display: block;
        overflow: hidden;
        height: 0;
        opacity: 0;
        transition: 450ms ease all;
    }
    .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content *:last-child {
        margin-bottom: 0;
    }

    /* Price tables */
    .bt_bb_price_list {
        padding: 0 2.5em 2.5em;
        border: 0;
    }
    .bt_bb_price_list .bt_bb_icon {
        float: none;
        margin-bottom: 1rem;
        padding: 0;
    }
    .bt_bb_price_list .bt_bb_icon:not(.bt_bb_vertical_position_full_above) {
        margin-top: 1.25em;
    }
    .bt_bb_price_list .bt_bb_icon:not(.bt_bb_vertical_position_half_above) {
        margin-top: 1.25em;
    }
    .bt_bb_price_list .bt_bb_icon .bt_bb_icon_holder {
        pointer-events: none;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price {
        margin-bottom: 1.25em;
        display: flex;
        flex-direction: column;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price:after {
        display: block;
        width: 100%;
        height: 1px;
        content: "";
        background: currentColor;
        opacity: .1;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price:first-child {
        padding-top: 2.5em;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_wrap {
        display: flex;
        flex-direction: column;
        padding: 0 0 1.25em;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price {
        margin: 0;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-weight: 400;
        display: block;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price .bt_bb_price_list_amount {
        font-size: 3.75em;
        letter-spacing: -.03em;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price .bt_bb_price_list_currency {
        font-size: 3.75em;
        margin-top: 0;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle {
        flex: 1 1 100%;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_title {
        background: transparent !important;
        font-size: 1.875em;
        font-weight: 400;
        letter-spacing: -.03em;
        line-height: 1;
        padding: 0;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        margin: 1rem 0 0;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_title:empty {
        margin: 0;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_subtitle {
        font-size: .9375em;
        margin: 1rem 0 0;
        line-height: 1.5;
    }
    .bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_subtitle:empty {
        margin: 0;
    }
    .bt_bb_price_list ul {
        margin: 0;
        padding: 0;
    }
    .bt_bb_price_list ul li {
        border: 0;
        padding: .5em 0;
        display: flex;
    }
    .bt_bb_price_list ul li:before {
        font-family: FontAwesome;
        content: "\f00c";
        margin: 0 5px 0 0;
    }
    .rtl .bt_bb_price_list ul li:before {
        margin: 0 0 0 5px;
    }
    .bt_bb_align_left .bt_bb_align_right.bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_align_right.bt_bb_price_list ul li,.bt_bb_align_left .bt_bb_align_right .bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_align_right .bt_bb_price_list ul li,.bt_bb_align_right.bt_bb_price_list ul li,.bt_bb_align_right .bt_bb_price_list ul li {
        justify-content: flex-end;
    }
    .bt_bb_align_right .bt_bb_align_left.bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_align_left.bt_bb_price_list ul li,.bt_bb_align_right .bt_bb_align_left .bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_align_left .bt_bb_price_list ul li,.bt_bb_align_left.bt_bb_price_list ul li,.bt_bb_align_left .bt_bb_price_list ul li {
        justify-content: flex-start;
    }
    .bt_bb_align_left .bt_bb_align_center.bt_bb_price_list ul li,.bt_bb_align_right .bt_bb_align_center.bt_bb_price_list ul li,.bt_bb_align_left .bt_bb_align_center .bt_bb_price_list ul li,.bt_bb_align_right .bt_bb_align_center .bt_bb_price_list ul li,.bt_bb_align_center.bt_bb_price_list ul li,.bt_bb_align_center .bt_bb_price_list ul li {
        justify-content: center;
    }
    .bt_bb_design_round.bt_bb_price_list {
        border-radius: 26px;
    }
    .bt_bb_design_round-top-left.bt_bb_price_list {
        border-radius: 26px;
        border-top-left-radius: 0;
    }
    .bt_bb_design_round-top-right.bt_bb_price_list {
        border-radius: 26px;
        border-top-right-radius: 0;
    }
    .bt_bb_design_round-bottom-left.bt_bb_price_list {
        border-radius: 26px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_design_round-bottom-right.bt_bb_price_list {
        border-radius: 26px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_design_rounded.bt_bb_price_list {
        border-radius: 4px;
    }
    .bt_bb_design_rounded-top-left.bt_bb_price_list {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_design_rounded-top-right.bt_bb_price_list {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_design_rounded-bottom-left.bt_bb_price_list {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_design_rounded-bottom-right.bt_bb_price_list {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btLightSkin .bt_bb_price_list.bt_bb_highlight,
    .btDarkSkin .btLightSkin .bt_bb_price_list.bt_bb_highlight,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_price_list.bt_bb_highlight {
        box-shadow: 0 20px 30px rgba(34,34,34,.07);
    }
    .btDarkSkin .bt_bb_price_list.bt_bb_highlight,
    .btLightSkin .btDarkSkin .bt_bb_price_list.bt_bb_highlight,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_price_list.bt_bb_highlight {
        box-shadow: 0 20px 30px rgba(0,0,0,.07);
    }

    /* WPC7 Form */
    div.wpcf7 .ajax-loader {
        background: transparent;
        border-radius: 50%;
        animation: btSpinner 1.5s infinite linear;
        background: transparent;
        border: 2px solid transparent;
        border-top: 2px solid currentColor;
        display: none;
        margin-top: 1em;
    }
    div.wpcf7 .ajax-loader.is-active {
        display: inline-block;
    }
    .darkSkinSelector .wpcf7-form input:not([type='radio']),
    .darkSkinSelector .wpcf7-form input:not([type='checkbox']),
    .darkSkinSelector .wpcf7-form textarea,
    .darkSkinSelector .wpcf7-form .fancy-select .trigger {
        color: #181818;
    }
    .wpcf7-form .fancy-select .trigger {
        line-height: 3.25em;
    }
    .wpcf7-form .fancy-select .options.overflowing {
        bottom: calc(3.25em + 3px);
    }
    .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        padding: 1.357em 1.786em;
        font-size: .875em;
        line-height: 1;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        border: 0;
        color: #fff;
        box-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        transition: all 300ms ease;
        width: auto;
        cursor: pointer;
        height: auto;
    }
    .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']):hover {
        box-shadow: 1px 1px 10px 1px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);
    }
    .bt_bb_align_center .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_align_right .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        margin-left: auto;
    }
    .btHardRoundedButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .wpcf7-form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .wpcf7-form .bt_bb_cf7_button_larger .wpcf7-submit {
        font-size: 1em !important;
    }
    .wpcf7-form .bt_bb_alternate_submit .wpcf7-submit {
        background-image: linear-gradient(to right,#333c4a 51%,#fdabb7 100%) !important;
    }
    .wpcf7-form .wpcf7-date {
        position: relative;
    }
    .wpcf7-form .wpcf7-date:before {
        position: absolute;
        display: block;
        left: 1.563em;
        right: 2.563em;
        width: auto !important;
        transition: 200ms ease all;
        padding: 0;
        height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
    }
    .btLightSkin .wpcf7-form .wpcf7-date:before,
    .btDarkSkin .btLightSkin .wpcf7-form .wpcf7-date:before,
    .btLightSkin .btDarkSkin .btLightSkin .wpcf7-form .wpcf7-date:before {
        background: #fff;
        color: rgba(34,34,34,.5);
    }
    .btDarkSkin .wpcf7-form .wpcf7-date:before,
    .btLightSkin .btDarkSkin .wpcf7-form .wpcf7-date:before,
    .btDarkSkin.btLightSkin .btDarkSkin .wpcf7-form .wpcf7-date:before {
        background: #191919;
        color: rgba(255,255,255,.5);
    }
    .rtl .wpcf7-form .wpcf7-date:before {
        left: 2.563em !important;
        right: 1.563em;
    }
    .wpcf7-form .wpcf7-date:hover:before {
        content: attr(placeholder);
    }
    .wpcf7-form .wpcf7-date:focus:before {
        left: 130px;
    }
    .rtl .wpcf7-form .wpcf7-date:focus:before {
        right: 130px;
    }
    .wpcf7-form .wpcf7-date:after {
        content: "\f133";
        font-family: FontAwesome;
        display: block;
        font-size: 1rem;
        opacity: .3;
        right: 1.125em;
        position: absolute;
        pointer-events: none;
        transition: 200ms ease opacity;
    }
    .rtl .wpcf7-form .wpcf7-date:after {
        right: auto;
        left: 1.125em;
    }
    .wpcf7-form .wpcf7-date:focus:after {
        opacity: 1;
    }
    .wpcf7-form input::-webkit-calendar-picker-indicator {
        background: transparent;
        color: transparent;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .wpcf7-form input[type="date"]::-webkit-input-placeholder,
    .wpcf7-form input[type="date"]::-webkit-outer-spin-button,
    .wpcf7-form input[type="date"]::-webkit-inner-spin-button {
        visibility: hidden !important;
        -webkit-appearance: none;
        display: none;
    }
    .wpcf7-form input::-webkit-clear-button {
        visibility: hidden !important;
        -webkit-appearance: none;
        display: none;
    }
    .wpcf7-form label br + .wpcf7-form-control-wrap {
        margin-top: .35em;
        display: block;
    }
    div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing,
    div.wpcf7-response-output {
        border: 2px solid currentColor;
        color: currentColor;
        margin: 0 0 1em;
        padding: 1em 1.5em;
    }
    span.wpcf7-not-valid-tip {
        color: currentColor;
        opacity: .6;
        margin-top: .25em;
    }
    .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row {
        margin-left: -.438em;
        margin-right: -.438em;
        margin-bottom: 1.25em;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element {
        padding-left: .438em;
        padding-right: .438em;
        flex: 1 1 100%;
        flex-basis: 100%;
    }
    .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element p {
        margin-bottom: .5em;
    }
    .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element p:last-child {
        margin-bottom: 0;
    }
    .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button {
        padding-top: .375em;
    }
    .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_closer_button {
        padding-top: 0;
    }
    .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_full_width .wpcf7-submit {
        width: 100%;
    }
    .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_align_to_center .wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element {
        flex: 1 1 50%;
        flex-basis: 50%;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: nowrap;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_element {
        padding: 0;
        flex: 1 1 100%;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button {
        flex: 0 0 auto;
        margin-left: .438em;
        padding-top: 0;
    }
    .rtl .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button {
        margin-left: 0;
        margin-right: .438em;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button.bt_bb_cf7_button_larger .wpcf7-submit {
        padding: 1.125em 1.786em;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: nowrap;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row .bt_bb_cf7_element {
        flex: 1 1 50%;
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row .bt_bb_cf7_element.bt_bb_cf7_button {
        flex: 0 0 auto;
        margin-top: 2em;
        padding-top: 0;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row .bt_bb_cf7_element p:last-child {
        margin-bottom: 0;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row .bt_bb_cf7_button {
        flex: 0 0 auto;
    }
    .rtl .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row .bt_bb_cf7_button {
        margin-left: 0;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_button_newsletter_form {
        font-size: 1.143em;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_button_newsletter_form .bt_bb_cf7_row {
        position: relative;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_button_newsletter_form .bt_bb_cf7_button {
        position: absolute;
        right: 16px;
        top: 6px;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_button_newsletter_form .wpcf7-submit:not([type='checkbox']):not([type='radio']) {
        padding: 0;
        font-family: FontAwesome;
        height: 3.429em;
        width: 3.429em;
        line-height: 3.429em;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_form_dark_text,
    .bt_bb_cf7_form_dark_text .wpcf7 .bt_bb_cf7_form {
        color: #181818 !important;
    }
    .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_form_light_text,
    .bt_bb_cf7_form_light_text .wpcf7 .bt_bb_cf7_form {
        color: #fff !important;
    }
    .bt_bb_cf7_form_dark_text {
        color: #181818 !important;
    }
    .bt_bb_cf7_form_light_text {
        color: #fff !important;
    }
    @media (max-width: 580px) {
        .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element {
            flex: 1 1 100%;
            flex-basis: 100%;
        }
        .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element:first-child {
            margin-bottom: .625em;
        }
        .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row {
            flex-direction: column;
        }
        .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button {
            margin-left: 0;
            margin-top: .625em;
            flex: 1 1 100%;
        }
        .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button input[type="submit"] {
            width: 100%;
        }
        .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row {
            flex-wrap: wrap;
        }
        .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row .bt_bb_cf7_element {
            flex: 1 0 100%;
            flex-basis: 100%;
            margin-bottom: 1em;
        }
        .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_bottom_form .bt_bb_cf7_row .bt_bb_cf7_element.bt_bb_cf7_button {
            margin-top: 0;
        }
    }

    /* Newsletter */
    .btNewsletter {
        display: flex;
    }
    .btNewsletter .btNewsletterColumn {
        flex: 1 0 46%;
        max-width: 46%;
        padding-right: 10px;
    }
    .btNewsletter .btNewsletterButton input {
        height: 4em;
    }
    @media (max-width: 991px) {
        .btNewsletter {
            display: block;
        }
        .btNewsletter .btNewsletterColumn {
            max-width: 100%;
            padding-right: 0;
            padding-bottom: 10px;
        }
    }

    /* Required */
    .bt_bb_required:after {
        content: "\f069";
        font-family: FontAwesome;
        display: inline-block;
        color: #fdabb7 !important;
        font-weight: 700;
        margin: 0 0 0 1em;
        font-size: .5em;
        transform: translateY(-1em);
        position: absolute;
    }
    .rtl .bt_bb_required:after {
        margin: 0 1em 0 0;
    }
    .required {
        color: #fdabb7 !important;
        font-weight: 700;
        margin: 0 0 0 .3em;
    }
    .rtl .required {
        margin: 0 .3em 0 0;
    }

    /* Magnificent popup */
    .mfp-iframe-holder .mfp-content {
        max-width: 1200px;
    }
    .mfp-zoom-out-cur {
        overflow: hidden;
        height: 100vh;
        min-height: 100vh !important;
    }
    .mfp-container {
        background: rgba(0,0,0,.9) !important;
    }
    button.mfp-close {
        transform: scale(1);
        transition: all 300ms ease;
        width: 90px;
        height: 90px;
        opacity: 1;
        color: #fff;
        font-size: 0;
        top: 3rem;
    }
    .rtl button.mfp-close {
        right: auto;
        left: 0;
        transform: scalex(-1);
    }
    button.mfp-close:active {
        top: 3rem;
    }
    button.mfp-close:before,
    button.mfp-close:after {
        font: 2rem/1 Essential;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        transition: 300ms ease transform;
    }
    button.mfp-close:after {
        content: "\ea7c";
        transform: translateX(8.5%);
    }
    button.mfp-close:before {
        content: "\ea7d";
        transform: translateX(-8.5%);
    }
    button.mfp-close:hover {
        color: #fdabb7;
    }
    button.mfp-close:hover:before {
        transform: scalex(-1) translateX(20%);
    }
    button.mfp-close:hover:after {
        transform: translateX(0%);
    }
    button.mfp-arrow {
        width: 4.375em;
        height: 4.375em;
        margin-top: -2.1875em;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        cursor: pointer;
        outline: none;
        border: none;
        border-radius: 50%;
        opacity: 1;
        transition: all 300ms ease;
        transform-origin: center;
    }
    button.mfp-arrow:active {
        margin-top: -2.1875em;
    }
    button.mfp-arrow:before {
        font-size: 2em;
        color: #fff;
        font-family: Essential;
        transition: all 300ms ease;
        border: 0;
        opacity: 1;
        margin: 0;
        width: 100%;
        line-height: 1;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        position: relative;
        height: auto;
    }
    button.mfp-arrow:after {
        display: none;
    }
    button.mfp-arrow:hover {
        transform: scale(1.125);
        background: #fdabb7;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    button.mfp-arrow.mfp-arrow-left {
        left: 1em;
    }
    button.mfp-arrow.mfp-arrow-left:before {
        content: "\ea7c";
        transform: translateX(-10%);
    }
    .rtl button.mfp-arrow.mfp-arrow-left {
        left: auto;
        right: 1em;
    }
    .rtl button.mfp-arrow.mfp-arrow-left:before {
        content: "\ea7d";
        transform: translateX(10%);
    }
    button.mfp-arrow.mfp-arrow-right {
        right: 1em;
    }
    button.mfp-arrow.mfp-arrow-right:before {
        content: "\ea7d";
        transform: translateX(10%);
    }
    .rtl button.mfp-arrow.mfp-arrow-right {
        right: auto;
        left: 1em;
    }
    .rtl button.mfp-arrow.mfp-arrow-right:before {
        content: "\ea7c";
        transform: translateX(-10%);
    }
    .mfp-counter {
        left: 0;
        text-align: center;
    }
    @media (max-width: 900px) {
        button.mfp-arrow {
            transform: scale(.75);
        }
        button.mfp-arrow:hover {
            transform: scale(.875);
        }
    }

    /* Separator */
    .btLightSkin .bt_bb_separator.bt_bb_border_style_solid,
    .btLightSkin .bt_bb_separator.bt_bb_border_style_dotted,
    .btLightSkin .bt_bb_separator.bt_bb_border_style_dashed,
    .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_solid,
    .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_dotted,
    .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_dashed,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_solid,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_dotted,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.bt_bb_border_style_dashed {
        border-bottom-color: rgba(34,34,34,.1);
    }
    .btDarkSkin .bt_bb_separator.bt_bb_border_style_solid,
    .btDarkSkin .bt_bb_separator.bt_bb_border_style_dotted,
    .btDarkSkin .bt_bb_separator.bt_bb_border_style_dashed,
    .btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_solid,
    .btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_dotted,
    .btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_dashed,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_solid,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_dotted,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.bt_bb_border_style_dashed {
        border-bottom-color: rgba(255,255,255,.2);
    }
    .bt_bb_separator.bt_bb_bottom_spacing_extra_small {
        margin-bottom: .625em;
    }
    .bt_bb_separator.bt_bb_bottom_spacing_small {
        margin-bottom: 1.25em;
    }
    .bt_bb_separator.bt_bb_bottom_spacing_normal {
        margin-bottom: 2.5em;
    }
    .bt_bb_separator.bt_bb_bottom_spacing_medium {
        margin-bottom: 5em;
    }
    .bt_bb_separator.bt_bb_bottom_spacing_large {
        margin-bottom: 7.5em;
    }
    .bt_bb_separator.bt_bb_bottom_spacing_extra_large {
        margin-bottom: 10em;
    }
    .bt_bb_separator.bt_bb_top_spacing_extra_small {
        margin-top: .625em;
    }
    .bt_bb_separator.bt_bb_top_spacing_small {
        margin-top: 1.25em;
    }
    .bt_bb_separator.bt_bb_top_spacing_normal {
        margin-top: 2.5em;
    }
    .bt_bb_separator.bt_bb_top_spacing_medium {
        margin-top: 5em;
    }
    .bt_bb_separator.bt_bb_top_spacing_large {
        margin-top: 7.5em;
    }
    .bt_bb_separator.bt_bb_top_spacing_extra_large {
        margin-top: 10em;
    }
    @media (max-width: 768px) {
        .bt_bb_separator.bt_bb_bottom_spacing_medium {
            margin-bottom: 3.125em;
        }
        .bt_bb_separator.bt_bb_bottom_spacing_large {
            margin-bottom: 5em;
        }
        .bt_bb_separator.bt_bb_bottom_spacing_extra_large {
            margin-bottom: 7.5em;
        }
        .bt_bb_separator.bt_bb_top_spacing_medium {
            margin-top: 3.125em;
        }
        .bt_bb_separator.bt_bb_top_spacing_large {
            margin-top: 5em;
        }
        .bt_bb_separator.bt_bb_top_spacing_extra_large {
            margin-top: 7.5em;
        }
    }

    /* Simple cost calculator redone */
    .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 {
        outline: none;
        font: inherit;
        width: 100%;
        background: transparent;
        line-height: 1.5;
        width: 100%;
        display: block;
        padding: 1.25em 2.142857em;
        background: transparent;
        font-size: .875rem;
        color: inherit;
        min-height: 4.285714em;
        box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent inset;
    }
    .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
        box-shadow: 0 20px 30px rgba(34,34,34,.07);
        color: #181818;
        background: #fff;
        border: 1px solid rgba(34,34,34,.25);
    }
    .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
        box-shadow: 0 20px 30px rgba(0,0,0,.07);
        color: #fff;
        background: #191919;
        border: 1px solid rgba(255,255,255,.25);
    }
    .btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btHardRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btHardRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btHardRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btHardRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btHardRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btHardRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btHardRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btHardRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btHardRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btHardRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btHardRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btHardRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btHardRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btHardRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btHardRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btHardRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
        border-radius: 50px;
    }
    .btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btSoftRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btSoftRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btSoftRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btSoftRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
    .btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btSoftRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btSoftRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btSoftRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btSoftRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
    .btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btSoftRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btSoftRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btSoftRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btSoftRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
    .btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btSoftRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btSoftRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btSoftRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected,
    .btSoftRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
        border-radius: 4px;
    }
    .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,
    .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,
    .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,
    .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,
    .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,
    .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,
    .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus,
    .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus {
        border: 1px solid rgba(34,34,34,.25);
        box-shadow: 0 7.5px 15px rgba(34,34,34,.2);
        color: #181818 !important;
    }
    .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,
    .btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,
    .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,
    .btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,
    .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,
    .btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,
    .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus,
    .btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus {
        border: 1px solid rgba(255,255,255,.25) !important;
        box-shadow: 0 7.5px 15px rgba(34,34,34,.2) !important;
        background: #191919 !important;
        color: #fff !important;
    }
    .bt_bb_cost_calculator .bt_bb_cost_calculator_total {
        color: #fff;
        background: #fdabb7;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-size: 1em;
        border-radius: 0;
        justify-content: flex-end;
        align-items: center;
    }
    .btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total,
    .btHardRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total,
    .btHardRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total,
    .btHardRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total,
    .btHardRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total {
        border-radius: 50px;
        overflow: hidden;
    }
    .btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total,
    .btSoftRoundedTopLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total,
    .btSoftRoundedTopRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total,
    .btSoftRoundedBottomLeftButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total,
    .btSoftRoundedBottomRightButtons .bt_bb_cost_calculator .bt_bb_cost_calculator_total {
        border-radius: 4px;
        overflow: hidden;
    }
    .bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
        margin: 0 1em;
        font-weight: 700;
        background: transparent;
        color: currentColor;
        padding: 0;
        flex: unset;
    }
    .bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
        background: rgba(0,0,0,.25);
        font-size: 22px;
        font-weight: 800;
        line-height: 2.4;
        padding: 0 1em;
    }

    /* Select list */
    .bt_bb_widget_select_items {
        margin: 0;
        font-size: .875rem;
        line-height: 1;
        border: 0;
        background: #fff;
        box-shadow: 0 0 30px 0 rgba(34,34,34,.1);
        font-size: .875em;
        padding: .5em 0;
        color: #181818 !important;
    }
    .bt_bb_widget_select_items > div[data-value] {
        background: #fff;
        border: 0;
        padding: .6em 2.69230em .6em 1.53846em;
        position: relative;
        color: #181818 !important;
        background: transparent !important;
        position: relative;
        transition: 200ms ease all;
    }
    .rtl .bt_bb_widget_select_items > div[data-value] {
        padding: .6em 1.53846em .6em 2.69230em;
    }
    .bt_bb_widget_select_items > div[data-value]:before {
        display: block;
        content: "";
        height: 8px;
        width: 8px;
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
        top: 1em;
        left: 1.42857em;
        transition: 200ms ease all;
        position: absolute;
        opacity: 0;
        transform: translateX(-5px);
    }
    .rtl .bt_bb_widget_select_items > div[data-value]:before {
        left: auto;
        right: 1.42857em;
        transform: translateX(5px);
    }
    .bt_bb_widget_select_items > div[data-value]:hover {
        padding-left: 2.53846em;
        padding-right: 1.69230em;
    }
    .bt_bb_widget_select_items > div[data-value]:hover:before {
        opacity: 1;
        transform: translatex(0);
    }
    .rtl .bt_bb_widget_select_items > div[data-value]:hover {
        padding-right: 2.53846em;
        padding-left: 1.69230em;
    }
    .bt_bb_widget_select_items > div[data-value] > div:last-child {
        font-size: 1em;
        opacity: .5;
    }
    .bt_bb_widget_select_selected > div:last-child {
        font-size: 1em;
        opacity: .5;
    }
    .bt_bb_widget_select_selected > div:first-child {
        font-weight: normal;
    }
    .bt_bb_widget_select_selected > div:last-child:empty {
        display: none;
    }

    /* Switch */
    .bt_bb_widget_switch {
        height: 38px;
        width: 76px;
        border-radius: 38px;
        padding: 5px;
        transition: all 500ms ease;
    }
    .btLightSkin .bt_bb_widget_switch,
    .btDarkSkin .btLightSkin .bt_bb_widget_switch,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_widget_switch {
        border: 1px solid rgba(34,34,34,.25);
        background: #fff;
    }
    .btDarkSkin .bt_bb_widget_switch,
    .btLightSkin .btDarkSkin .bt_bb_widget_switch,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_widget_switch {
        border: 1px solid rgba(255,255,255,.25);
        background: #191919;
    }
    .bt_bb_widget_switch > div {
        width: 26px;
        height: 26px;
        border: 0;
        transition: all 190ms cubic-bezier(.8,.1,.8,.1);
        background: rgba(34,34,34,.1);
    }
    .btLightSkin .bt_bb_widget_switch > div,
    .btDarkSkin .btLightSkin .bt_bb_widget_switch > div,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_widget_switch > div {
        background: rgba(34,34,34,.25);
    }
    .btDarkSkin .bt_bb_widget_switch > div,
    .btLightSkin .btDarkSkin .bt_bb_widget_switch > div,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_widget_switch > div {
        background: rgba(255,255,255,.25);
    }
    .on.bt_bb_widget_switch > div {
        background: #fdabb7;
        transform: translateX(38px);
    }
    .btLightSkin .bt_bb_widget_switch:hover,
    .btDarkSkin .btLightSkin .bt_bb_widget_switch:hover,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_widget_switch:hover {
        box-shadow: 0 7.5px 15px rgba(34,34,34,.2);
    }
    .btDarkSkin .bt_bb_widget_switch:hover,
    .btLightSkin .btDarkSkin .bt_bb_widget_switch:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_widget_switch:hover {
        box-shadow: 0 7.5px 15px rgba(34,34,34,.2);
    }

    /* Advanced progress bar */
    .bt_bb_progress_bar_advanced > div {
        position: relative;
    }
    .rtl .bt_bb_progress_bar_advanced > div svg {
        transform: scaleX(-1);
    }
    .bt_bb_progress_bar_advanced .progressbar-text {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: none !important;
        font-size: 2em;
        line-height: 1;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        letter-spacing: -.05em;
    }
    .bt_bb_progress_bar_advanced a .progressbar-text {
        color: inherit;
    }
    .bt_bb_progress_bar_advanced .bt_bb_icon_holder {
        display: flex;
        font-weight: 400;
        letter-spacing: 0;
    }
    .bt_bb_progress_bar_advanced .bt_bb_icon_holder:before {
        line-height: 1;
    }
    .bt_bb_size_small.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before {
        font-size: 16px;
    }
    .bt_bb_size_normal.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before {
        font-size: 32px;
    }
    .bt_bb_size_medium.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before {
        font-size: 40px;
    }
    .bt_bb_size_large.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before {
        font-size: 50px;
    }
    .bt_bb_size_xlarge.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before {
        font-size: 75px;
    }
    .bt_bb_progress_bar_advanced.bt_bb_trail_transparent > .container > svg > path:first-child {
        opacity: .1;
    }

    /* Counter  */
    .bt_bb_counter_holder {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        height: 1.5em;
        line-height: 1.5;
        display: inline-block;
        font-weight: 400;
    }
    .bt_bb_counter_holder .bt_bb_counter {
        height: 1.5em;
    }
    .bt_bb_counter_holder .bt_bb_counter span.onedigit {
        height: 1.5em;
        margin: 0 -.03em;
    }
    .bt_bb_counter_holder .bt_bb_counter span.onedigit span {
        height: 1.5em;
    }
    .bt_bb_counter_holder.bt_bb_size_xsmall {
        font-size: .875em;
    }
    .bt_bb_counter_holder.bt_bb_size_small {
        font-size: 1em;
    }
    .bt_bb_counter_holder.bt_bb_size_normal {
        font-size: 1.5625em;
    }
    .bt_bb_counter_holder.bt_bb_size_large {
        font-size: 2.5em;
    }
    .bt_bb_counter_holder.bt_bb_size_xlarge {
        font-size: 3.75em;
    }
    .btCounterHolder {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .btCounterHolder .btCountdownHolder {
        padding: 0;
        display: flex;
        flex-direction: row;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .btCounterHolder .btCountdownHolder .days,
    .btCounterHolder .btCountdownHolder .hours,
    .btCounterHolder .btCountdownHolder .minutes,
    .btCounterHolder .btCountdownHolder .seconds {
        float: none;
        width: auto;
        flex: 1 1 25%;
        padding: 0 1rem;
        text-decoration: none;
    }
    .btCounterHolder .btCountdownHolder span[class$="_text"] {
        font-size: .875rem;
        font-weight: 400;
        padding: 0 0 .5rem;
        margin: 0;
        text-transform: none;
        height: auto !important;
    }
    .btCounterHolder .btCountdownHolder > span {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .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) {
        margin-left: -.0125em;
        margin-right: -.0125em;
    }
    .btCountDownAccentNumbers.btCounterHolder .btCountdownHolder span[class^="n"],
    .btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days > span:first-child,
    .btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days > span:nth-child(2),
    .btCountDownAccentNumbers.btCounterHolder .btCountdownHolder .days > span:nth-child(3) {
        color: #fdabb7;
    }
    .bt_bb_background_overlay_solid_accent .btCounterHolder .btCountdownHolder span[class^="n"],
    .bt_bb_background_overlay_solid_accent .btCounterHolder .btCountdownHolder .days > span:first-child,
    .bt_bb_background_overlay_solid_accent .btCounterHolder .btCountdownHolder .days > span:nth-child(2),
    .bt_bb_background_overlay_solid_accent .btCounterHolder .btCountdownHolder .days > span:nth-child(3) {
        color: #fff;
    }
    .btCounterHolder.btCounterLargeSize {
        font-size: 3.75rem;
        font-weight: bold;
    }
    .btCounterHolder.btCounterLargeSize .btCountdownHolder {
        padding: 0;
    }
    .btCounterHolder.btCounterNormalSize {
        font-size: 2.5rem;
        font-weight: 400;
    }
    .btCounterHolder .hours:before,
    .btCounterHolder .minutes:before,
    .btCounterHolder .seconds:before {
        content: "";
        text-align: center;
        display: block;
        line-height: 0;
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        border-right: 1px solid;
        transform: translateX(-50%);
        background: currentColor;
        opacity: .1;
    }
    .btCountDownNoLines.btCounterHolder .hours:before,
    .btCountDownNoLines.btCounterHolder .minutes:before,
    .btCountDownNoLines.btCounterHolder .seconds:before {
        display: none;
    }
    @media (max-width: 767px) {
        .btCounterHolder .btCountdownHolder {
            margin-left: 0;
            margin-right: 0;
        }
        .btCounterHolder .btCountdownHolder .days,
        .btCounterHolder .btCountdownHolder .hours,
        .btCounterHolder .btCountdownHolder .minutes,
        .btCounterHolder .btCountdownHolder .seconds {
            padding: 0;
        }
        .btCounterHolder .btCountdownHolder {
            display: block;
        }
        .btCounterHolder .btCountdownHolder .days,
        .btCounterHolder .btCountdownHolder .hours,
        .btCounterHolder .btCountdownHolder .minutes,
        .btCounterHolder .btCountdownHolder .seconds {
            display: block;
        }
        .btCounterHolder .btCountdownHolder .days:before,
        .btCounterHolder .btCountdownHolder .hours:before,
        .btCounterHolder .btCountdownHolder .minutes:before,
        .btCounterHolder .btCountdownHolder .seconds:before {
            display: none;
        }
        .btCounterHolder .btCountdownHolder .days_text {
            padding: 0;
            margin: 0;
        }
    }

    /* Working hours */
    .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_title,
    .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_content {
        font-size: .875em;
    }
    .bt_bb_workinghours_footer.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_title,
    .bt_bb_workinghours_footer.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_content {
        font-size: .875rem;
    }
    .btLightSkin .btWorkingHours .bt_bb_working_hours_inner_row:after,
    .btDarkSkin .btLightSkin .btWorkingHours .bt_bb_working_hours_inner_row:after,
    .btLightSkin .btDarkSkin .btLightSkin .btWorkingHours .bt_bb_working_hours_inner_row:after {
        border-color: #181818;
    }
    .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row:after,
    .btLightSkin .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row:after,
    .btDarkSkin.btLightSkin .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row:after {
        border-color: #fff;
    }
    .bt_bb_workinghours_footer.btWorkingHours .bt_bb_working_hours_inner_row:after {
        display: none;
    }
    .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
        align-items: center;
    }
    .bt_bb_workinghours_tight.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
        padding-top: .25em;
        padding-bottom: .25em;
    }
    .bt_bb_workinghours_footer.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
        padding: .225em 0;
        line-height: 1.5em;
    }
    .rtl .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_title {
        text-align: right;
    }
    .bt_bb_workinghours_nolink.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_title {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .rtl .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
        text-align: right;
    }
    .bt_bb_workinghours_nolink.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
        flex: 1 1 50%;
        max-width: 50%;
        padding-right: 0;
    }
    .rtl .bt_bb_workinghours_nolink.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
        padding-left: 0;
    }
    .bt_bb_workinghours_footer.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
        opacity: .5;
    }
    .bt_bb_workinghours_faded.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
        opacity: .5;
    }
    .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link {
        overflow: visible;
        display: inline-flex;
    }
    .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        background-color: #fdabb7;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        color: #fff;
        transition: 300ms ease all;
        border-radius: 0;
        overflow: hidden;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        font-weight: 400;
        display: inline-flex;
        flex-direction: row;
        font-size: .875em;
        padding: .5em .8em;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    .btWorkingHoursAltButton.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        background-color: #333c4a;
        background-image: linear-gradient(to right,#333c4a 51%,#fdabb7 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
    }
    .btWorkingHoursLightAccButton.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        background: #fff;
        color: #fdabb7;
    }
    .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:after {
        color: currentColor;
        border-radius: 0;
        content: "\f017";
        font-family: FontAwesome;
        font-size: 1.166666em;
        line-height: 1;
        position: relative;
        margin-left: .875em;
        width: auto;
        flex: 0 0 auto;
    }
    .rtl .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:after {
        margin-left: 0;
        margin-right: .875em;
    }
    .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover,
    .btLightSkin .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover {
        color: #fff;
    }
    .lightColorBookButton.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        background: #fff;
        color: #181818;
    }
    .lightColorBookButton.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:after {
        color: #fdabb7;
    }
    .btSoftRoundedButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btHardRoundedButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    @media (max-width: 580px) {
        .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
            flex-wrap: wrap;
        }
        .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link {
            flex: 1 0 100%;
            margin: 0;
            width: 100%;
            float: none;
            text-align: inherit;
        }
        .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
            margin: 0;
        }
    }

    /* Masonry image grid hover effect */
    .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 {
        position: relative;
    }
    .bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:before {
        position: absolute;
        content: "";
        display: block;
        background: rgba(34,34,34,.5);
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        transition: 300ms ease all;
    }
    .bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:after {
        font-size: 1.25em;
        display: block;
        content: "\e900";
        font-family: Essential;
        width: 2.25em;
        height: 2.25em;
        line-height: 2.25;
        text-align: center;
        background: #fdabb7;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1.625em 0 0 -1.625em;
        opacity: 0;
        z-index: 2;
        pointer-events: none;
        transition: 300ms ease all;
        transform: scale(1.25);
    }
    .bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:hover:before {
        opacity: .8;
    }
    .bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:hover:after {
        opacity: 1;
        transform: scale(1);
        transition-delay: 100ms;
        box-shadow: 0 7.5px 15px rgba(0,0,0,.4);
    }
    .bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:after,
    .bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:before {
        display: none;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_no_gap .bt_bb_masonry_post_image_content {
        margin-left: 0;
        margin-top: 0;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_no_gap .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
        transform: translate(0,0);
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_no_gap .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:after {
        margin: -1.125em 0 0 -1.125em;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content {
        margin-left: -.625em;
        margin-top: -.625em;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
        transform: translate(.625em,.625em);
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner img {
        transform: none;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:after {
        margin: -1.375em 0 0 -1.375em;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content {
        margin-left: -1.25em;
        margin-top: -1.25em;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
        transform: translate(1.25em,1.25em);
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:after {
        margin: -1.625em 0 0 -1.625em;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content {
        margin-left: -2.5em;
        margin-top: -2.5em;
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
        transform: translate(2.5em,2.5em);
    }
    .bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image:after {
        margin: -2.125em 0 0 -2.125em;
    }

    /* Portfolio / Post grid loader */
    .bt_bb_post_grid_loader {
        margin: 0 auto 1.5em auto;
        font-size: 6px;
        position: absolute;
        text-indent: -9999em;
        width: 64px;
        height: 64px;
        display: block;
        animation: none;
        border: 0;
        left: 50%;
        margin-left: -32px;
        top: 15em;
    }
    .bt_bb_post_grid_loader > div,
    .bt_bb_post_grid_loader > span {
        position: absolute;
        position: absolute;
        opacity: 1;
        animation: preloader-ripple 1.5s cubic-bezier(0,.2,.8,1) infinite;
    }
    .bt_bb_post_grid_loader > div:nth-child(2),
    .bt_bb_post_grid_loader > span:nth-child(2) {
        animation-delay: -.5s;
    }
    .bt_bb_post_grid_loader > div:nth-child(3),
    .bt_bb_post_grid_loader > span:nth-child(3) {
        animation-delay: -1s;
    }
    .bt_bb_post_grid_loader > div:nth-child(4),
    .bt_bb_post_grid_loader > div:nth-child(5),
    .bt_bb_post_grid_loader > div:nth-child(6),
    .bt_bb_post_grid_loader > span:nth-child(4),
    .bt_bb_post_grid_loader > span:nth-child(5),
    .bt_bb_post_grid_loader > span:nth-child(6) {
        display: none;
    }
    .btMenuFocusElementCircle .bt_bb_post_grid_loader > div,
    .btMenuFocusElementCircle .bt_bb_post_grid_loader > span {
        background: #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .bt_bb_post_grid_loader > div,
    .btMenuFocusElementOutlineCircle .bt_bb_post_grid_loader > span {
        border: 3px solid #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .bt_bb_post_grid_loader > div,
    .btMenuFocusElementSquare .bt_bb_post_grid_loader > span {
        background: #fdabb7;
    }
    .btMenuFocusElementOutlineSquare .bt_bb_post_grid_loader > div,
    .btMenuFocusElementOutlineSquare .bt_bb_post_grid_loader > span {
        border: 3px solid #fdabb7;
    }
    .btMenuFocusElementDash .bt_bb_post_grid_loader > div,
    .btMenuFocusElementDash .bt_bb_post_grid_loader > span {
        width: 200%;
        height: 3px;
        background: currentColor;
        opacity: .1;
        animation: none;
        left: -50%;
    }
    .btMenuFocusElementDash .bt_bb_post_grid_loader > div:nth-child(2),
    .btMenuFocusElementDash .bt_bb_post_grid_loader > span:nth-child(2) {
        background: linear-gradient(to right,#fdabb7,#fdabb7);
        background-size: 20%;
        background-repeat: repeat-y;
        background-position: -25% 0;
        opacity: 1;
        animation: preloader-dash 1.2s ease-in-out infinite;
    }
    .btMenuFocusElementDash .bt_bb_post_grid_loader > div:nth-child(3),
    .btMenuFocusElementDash .bt_bb_post_grid_loader > span:nth-child(3) {
        display: none;
    }

    /* Portfolio / Post grid filter */
    .bt_bb_post_grid_filter {
        text-align: inherit;
        padding: 1em 0 2.5em;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        font-size: 1rem;
    }
    .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
        padding: .75em calc(50px * .4);
        margin: 0 calc(50px * .2) 0 0;
        background: transparent !important;
        position: relative;
        transition: 200ms ease all;
    }
    .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:last-child {
        margin: 0;
    }
    .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
        content: ' ';
        display: block;
        position: absolute;
        z-index: 5;
        left: 50%;
        pointer-events: none;
        height: 12px;
        width: 12px;
        margin-left: -6px;
        margin-bottom: -6px;
        opacity: 0;
        transition: 200ms ease all;
        transform: scale(0);
        transform-origin: 50% 50%;
        bottom: 0;
    }
    .rtl .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
        left: auto;
        right: 50%;
        margin-left: auto;
        margin-right: -6px;
    }
    .btMenuFocusElementCircle .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
        background-color: #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
        background-color: #fdabb7;
    }
    .btMenuFocusElementOutlineSquare .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
    }
    .btMenuFocusElementDash .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
        background-color: #fdabb7;
        height: 3px;
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: auto;
        margin-bottom: 0;
    }
    .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 0;
        opacity: 0;
        box-shadow: 0 4px 10px rgba(34,34,34,.2);
        transition: 250ms ease all;
        transform-origin: 50% 100%;
    }
    .btMenuFocusElementCircle .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:after,
    .btMenuFocusElementOutlineCircle .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:after {
        border-radius: 5px;
    }
    .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
        pointer-events: none;
    }
    .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active:before {
        background: #fdabb7;
        transform: scale(1);
        opacity: 1;
    }
    .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover:before {
        transform: scale(1);
        opacity: 1;
    }
    .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover:after {
        opacity: 1;
    }
    .rtl .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
        margin: 0 0 0 calc(50px * .2);
    }
    .rtl .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:last-child {
        margin: 0;
    }

    /* Portfolio / Post tiles */
    .bt_bb_masonry_post_tiles,
    .bt_bb_masonry_portfolio_tiles {
        position: relative;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item {
        transition: 300ms ease all;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item:after,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        box-shadow: 0 0 0 #191919;
        opacity: 0;
        transition: 300ms ease all;
    }
    .bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_grid_item:after,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:after {
        left: .625em;
        top: .625em;
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_grid_item:after,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:after {
        left: 1.25em;
        top: 1.25em;
    }
    .bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_grid_item:after,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:after {
        left: 2.5em;
        top: 2.5em;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item:before,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:before {
        content: "";
        display: block;
        position: absolute;
        left: -.15em;
        top: -.15em;
        bottom: -.15em;
        right: -.15em;
        z-index: 10;
        opacity: 1;
        transition: 300ms ease all;
        border: 0 solid #fff;
        pointer-events: none;
    }
    .bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_grid_item:before,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:before {
        left: .475em;
        top: .475em;
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_grid_item:before,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:before {
        left: 1.1em;
        top: 1.1em;
    }
    .bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_grid_item:before,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:before {
        left: 2.35em;
        top: 2.35em;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner {
        position: relative;
        overflow: hidden;
        z-index: 2;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail img,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail img {
        display: block;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a {
        display: block;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: -1px;
        pointer-events: none;
        padding: 1em;
        transition-delay: 150ms !important;
        text-align: center;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title {
        padding: 0;
        font-size: 1.463em;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt {
        font-size: .8193em;
        line-height: 1.5;
        margin-top: 1em;
        color: #181818;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 1.5em;
        max-height: 4.5em;
        max-height: calc(4.5em + 13px);
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt:empty,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt:empty {
        display: none;
        margin: 0;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:before,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:before {
        content: "";
        display: block;
        width: 2.675187em;
        height: 3px;
        border-radius: 3px;
        background: #fdabb7;
        margin: 0 auto 10px;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more {
        margin-top: .9363em;
        display: block;
        pointer-events: all;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        font-size: .70225em;
        padding: 1.357em 1.786em;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        background-color: #fdabb7;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        color: #fff;
        line-height: 1;
        display: inline-block;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        transition: 300ms ease all;
    }
    .btSoftRoundedButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btSoftRoundedButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btSoftRoundedTopLeftButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btSoftRoundedTopRightButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btSoftRoundedBottomLeftButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btSoftRoundedBottomRightButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btHardRoundedButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btHardRoundedButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btHardRoundedTopLeftButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btHardRoundedTopRightButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btHardRoundedBottomLeftButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a,
    .btHardRoundedBottomRightButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a:hover,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a:hover {
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        align-items: center;
        justify-content: center;
        padding: 1em;
        text-align: center;
        pointer-events: none;
        opacity: 1;
        transition: 300ms ease all;
        transform: scale(1);
        transition-delay: 0ms;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init h5,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init h5 {
        padding-bottom: 0;
        color: #fff;
        text-shadow: 0 2px 5px rgba(24,24,24,.7);
        font-size: 1.875em;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item:hover,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover {
        z-index: 100;
        transform: scale(1.068);
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
        opacity: 0;
        transform: scale(1.1);
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
        transition-delay: 0ms;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
        transition-delay: 150ms;
    }
    .bt_bb_masonry_post_tiles .bt_bb_grid_item:hover:after,
    .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover:after {
        box-shadow: 0 10px 30px #191919;
        opacity: .2;
    }
    .bt_bb_look_classic_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail,
    .bt_bb_look_classic_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
        background: #191919;
    }
    .bt_bb_look_classic_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail .bt_bb_grid_item_inner_image,
    .bt_bb_look_classic_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail .bt_bb_grid_item_inner_image {
        opacity: 1;
        transition: 400ms ease all;
    }
    .bt_bb_look_classic_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
    .bt_bb_look_classic_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
        transform: translateY(25%);
        opacity: 0;
        transition: 400ms ease all;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 3.125em;
        text-align: center;
    }
    .bt_bb_look_classic_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title,
    .bt_bb_look_classic_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt,
    .bt_bb_look_classic_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title,
    .bt_bb_look_classic_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt {
        color: #fff;
    }
    .bt_bb_look_classic_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_post_thumbnail .bt_bb_grid_item_inner_image,
    .bt_bb_look_classic_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_post_thumbnail .bt_bb_grid_item_inner_image {
        opacity: .5;
    }
    .bt_bb_look_classic_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,
    .bt_bb_look_classic_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content {
        transform: translateY(0);
        opacity: 1;
    }
    .bt_bb_look_classic_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover:before,
    .bt_bb_look_classic_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover:before {
        border: 10px solid #fff;
    }
    .bt_bb_look_gradient_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
    .bt_bb_look_gradient_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
        transform: translateY(100%);
        transition: 400ms ease all;
        padding: 5em 1.875em 1.875em;
        background: linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.85) 50%);
    }
    .bt_bb_look_gradient_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title,
    .bt_bb_look_gradient_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt,
    .bt_bb_look_gradient_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title,
    .bt_bb_look_gradient_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_excerpt {
        color: #181818;
    }
    .bt_bb_look_gradient_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,
    .bt_bb_look_gradient_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content {
        transform: translateY(0%);
    }
    .bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
    .bt_bb_look_solid_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
        transform: translateY(100%);
        transition: 400ms ease all;
        padding: 1.875em;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after,
    .bt_bb_look_solid_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after {
        display: none;
    }
    .bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,
    .bt_bb_look_solid_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content {
        transform: translateY(0%);
    }
    .bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after,
    .bt_bb_look_solid_bgn.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after {
        transform: translateY(-100%) scaleY(1);
        opacity: .3;
    }
    .bt_bb_gap_no_gap.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_no_gap.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content {
        margin-left: 0;
        margin-top: 0;
    }
    .bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content {
        margin-left: -.625em;
        margin-top: -.625em;
    }
    .bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
        position: relative;
    }
    .bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
        transform: translate(.625em,.625em);
    }
    .bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
        left: .625em;
        top: .625em;
    }
    .bt_bb_gap_small.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
        left: .625em;
        top: .625em;
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content {
        margin-left: -1.25em;
        margin-top: -1.25em;
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
        position: relative;
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
        transform: translate(1.25em,1.25em);
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
        left: 1.25em;
        top: 1.25em;
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
        left: 1.25em;
        top: 1.25em;
    }
    .bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content {
        margin-left: -2.5em;
        margin-top: -2.5em;
    }
    .bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
        position: relative;
    }
    .bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
        transform: translate(2.5em,2.5em);
    }
    .bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
        left: 2.5em;
        top: 2.5em;
    }
    .bt_bb_gap_large.bt_bb_masonry_post_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
        left: 2.5em;
        top: 2.5em;
    }
    .bt_bb_latest_posts_item .bt_bb_latest_posts_item_date {
        padding-left: 0;
        font-weight: normal;
    }
    .bt_bb_latest_posts_item .bt_bb_latest_posts_item_date:before {
        content: '';
    }

    /* Post grid 22 element */
    .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_22 {
        width: 100%;
    }
    .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_22 {
        width: 66.6666687%;
    }
    .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_22 {
        width: 50%;
    }
    .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_22 {
        width: 40%;
    }
    .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_22 {
        width: 33.3333334%;
    }
    @media screen and (max-width: 768px) {
        .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_22,
        .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_22,
        .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_22,
        .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_22,
        .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_22 {
            width: 100%;
        }
    }

    /* Latest posts */
    .bt_bb_latest_posts {
        justify-content: flex-start;
    }
    .bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: 100%;
    }
    .bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: 50%;
        max-width: 50%;
    }
    .bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
    .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: 25%;
        max-width: 25%;
    }
    .bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: 20%;
        max-width: 20%;
    }
    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: 16.66666%;
        max-width: 16.66666%;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        margin-bottom: 1em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
        display: block;
    }
    .bt_bb_image_shape_rounded.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 4px;
    }
    .bt_bb_image_shape_rounded-top-left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_image_shape_rounded-top-right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_image_shape_rounded-bottom-left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_image_shape_rounded-bottom-right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_image_shape_round.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 50%;
    }
    .bt_bb_image_shape_round-top-left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .bt_bb_image_shape_round-top-right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .bt_bb_image_shape_round-bottom-left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .bt_bb_image_shape_round-bottom-right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .bt_bb_look_clean_author.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        display: none;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content {
        overflow: hidden;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content > * {
        z-index: 10;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category {
        padding-bottom: .5em;
        font-size: .875em;
        font-family: "Roboto",Arial,Helvetica,sans-serif;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories {
        font-size: 1em;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before {
        color: #fdabb7;
        display: block;
        content: "\f02c";
        font-family: FontAwesome;
        margin-right: 6px;
    }
    .rtl .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before {
        margin-right: 0;
        margin-left: 6px;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li {
        margin: 0;
        display: inline-flex;
        align-items: center;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li a {
        padding: 0;
        background: transparent;
        color: currentColor;
        transition: 200ms ease opacity;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li a:hover {
        opacity: .6;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li:not(:last-child):after {
        content: ' ';
        width: 3px;
        height: 3px;
        background: currentColor;
        margin: 0 10px;
        border-radius: 50%;
        opacity: .2;
        display: block;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: .5em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span {
        font-weight: 400;
        padding: 0;
        display: inline-flex;
        line-height: 1.5;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:before {
        font-family: FontAwesome;
        color: #fdabb7;
        margin: 0 .3em 0 0;
    }
    .rtl .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:before {
        margin: 0 0 0 .3em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:after {
        content: "";
        display: block;
        width: 1em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_author a,
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_author_avatar a {
        color: currentColor;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_author a:hover,
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_author_avatar a:hover {
        color: #fdabb7;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_author_avatar .asgItem {
        display: inline-flex;
        align-items: center;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_author_avatar .asgItem img {
        margin: 0 .3em 0 0;
        max-width: 14px;
        max-height: 14px;
        border-radius: 50%;
    }
    .rtl .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_author_avatar .asgItem img {
        margin: 0 0 0 .3em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_date:before {
        content: "\f017";
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_author:before {
        content: "\f2bd";
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span.bt_bb_latest_posts_item_comments:before {
        content: "\f075";
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:last-child:after {
        display: none;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-size: 1.5625em;
        font-weight: 400;
        padding: 0;
        margin-bottom: .5em;
        position: relative;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.3em;
        max-height: 2.6em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a {
        color: currentColor;
        line-height: inherit;
        display: inline-block;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
        color: #fdabb7;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
        font-size: .875em;
        margin-bottom: 1em;
        position: relative;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 1.5em;
        max-height: 4.5em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt:empty {
        margin: 0;
    }
    .bt_bb_look_clean_author.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
        opacity: .5;
        font-size: 1em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt:last-child {
        margin-bottom: .5em !important;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more {
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        font-size: .875em;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: currentColor;
        margin: 0 0 1em;
        opacity: .1;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a {
        display: inline-flex;
        color: #fdabb7;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a:after {
        font-family: FontAwesome;
        content: "\f105";
        margin: 0 .6em;
        transition: 300ms ease transform;
        transition-delay: 0;
        transform: scale(1.25);
    }
    .rtl .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a:after {
        content: "\f104";
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a:hover {
        color: currentColor;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a:hover:after {
        transform: scale(1.75);
    }
    .rtl .bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a:hover:after {
        transform: translateX(-6px);
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item_content > *:last-child {
        margin-bottom: 0;
    }
    .bt_bb_latest_posts.bt_bb_look_standard,
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted {
        align-items: stretch;
    }
    .bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item,
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item {
        display: flex;
    }
    .bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image,
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        display: none;
    }
    .bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
        padding: 1.875em;
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 22.5em;
    }
    .bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:after,
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:after {
        display: block;
        content: "";
        background: currentColor;
        position: absolute;
        left: 0;
        top: 0;
        right: -1px;
        bottom: 0;
        opacity: .05;
        pointer-events: none;
        z-index: 1;
    }
    .bt_bb_latest_posts.bt_bb_look_standard .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title,
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
        font-size: 1.25em;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
        position: relative;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_image {
        display: block;
        border-radius: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        margin: 0;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_image a {
        display: block;
        left: 50%;
        top: 50%;
        position: relative;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_image a img {
        transform: translate(-50%,-50%);
    }
    .bt_bb_gap_small.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_image {
        left: .625em;
        right: .625em;
        bottom: 1.25em;
    }
    .bt_bb_gap_normal.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_image {
        left: 1.25em;
        right: 1.25em;
        bottom: 2.5em;
    }
    .bt_bb_gap_large.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_image {
        left: 2.5em;
        right: 2.5em;
        bottom: 5em;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_content {
        color: #fff;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_content:after {
        opacity: .85;
        background: linear-gradient(to bottom,transparent 30%,#191919 60%);
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before {
        background: #fdabb7;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a {
        color: currentColor;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
        color: #fdabb7;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
        font-size: 1.5625em;
    }
    .bt_bb_columns_3.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
        flex-basis: 66.66666%;
        max-width: 66.66666%;
    }
    .bt_bb_columns_4.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
        flex-basis: 50%;
        max-width: 50%;
    }
    .bt_bb_columns_5.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
        flex-basis: 40%;
        max-width: 40%;
    }
    .bt_bb_columns_6.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
    .bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:last-child {
        display: none;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted {
        align-items: stretch;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item {
        display: flex;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
        padding: 1.875em;
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 22.5em;
        overflow: hidden;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item {
        position: relative;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        display: block;
        border-radius: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        margin: 0;
        transform: none;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a {
        display: block;
        left: 50%;
        top: 50%;
        position: relative;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a img {
        transform: translate(-50%,-50%);
    }
    .bt_bb_gap_small.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        left: .625em;
        right: .625em;
        bottom: 1.25em;
    }
    .bt_bb_gap_normal.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        left: 1.25em;
        right: 1.25em;
        bottom: 2.5em;
    }
    .bt_bb_gap_large.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
        left: 2.5em;
        right: 2.5em;
        bottom: 5em;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
        color: #181818;
    }
    .bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: -1px;
        bottom: 0;
        opacity: .1;
        pointer-events: none;
        z-index: 1;
        background: linear-gradient(to bottom,transparent 20%,#fff 40%);
        opacity: .9;
    }
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        width: 3.6em;
        height: 3.6em;
        position: absolute;
        top: 1em;
        right: 1em;
        border-radius: 50%;
        background: #333c4a;
        color: #fff;
        padding: .25em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: .8;
        font-size: 1.25em;
        font-weight: 200;
        line-height: 1;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        right: auto;
        left: 1em;
    }
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before {
        display: none;
    }
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date > .bt_bb_latest_posts_item_date_day {
        font-size: 1.5em;
        font-weight: bold;
        display: block;
    }
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date span:before {
        display: none;
    }
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 4px;
    }
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 50%;
    }
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_date_design_square.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        border-radius: 0;
    }
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        top: 0;
        left: 0;
        right: auto;
        margin: 0 !important;
    }
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date,
    .rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
        left: auto !important;
        right: 0 !important;
        margin: 0 !important;
    }
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-left .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-top-right .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-left .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_round-bottom-right .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-left .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-top-right .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-left .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_rounded-bottom-right .bt_bb_latest_posts_item_content,
    .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_date_design_square .bt_bb_latest_posts_item_content {
        padding-top: 4em;
        position: relative;
    }
    .bt_bb_latest_posts.bt_bb_look_clean_author .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
        position: relative;
        padding-left: 92px;
        padding-bottom: 0;
        display: inline-flex;
        min-height: 82px;
        align-content: center;
        margin-bottom: 1.5em;
    }
    .rtl .bt_bb_latest_posts.bt_bb_look_clean_author .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
        padding-left: 0;
        padding-right: 92px;
    }
    .bt_bb_latest_posts.bt_bb_look_clean_author .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author_avatar {
        flex: 1 0 100%;
    }
    .bt_bb_latest_posts.bt_bb_look_clean_author .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author_avatar .avatar img {
        border-radius: 50%;
        max-width: 82px;
        max-height: 82px;
        position: absolute;
        left: 0;
        top: 0;
        margin-right: 10px;
    }
    .rtl .bt_bb_latest_posts.bt_bb_look_clean_author .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author_avatar .avatar img {
        left: auto;
        right: 0;
    }
    .bt_bb_latest_posts.bt_bb_look_clean_author .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author {
        flex: 1 0 100%;
    }
    .bt_bb_latest_posts.bt_bb_look_clean_author .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
        border-radius: 50%;
        max-width: 82px;
        max-height: 82px;
        position: absolute;
        left: 0;
        top: 0;
        margin-right: 10px;
        line-height: 1;
        font-size: 82px;
        padding-left: 1px;
    }
    .rtl .bt_bb_latest_posts.bt_bb_look_clean_author .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
        left: auto;
        right: 0;
        padding-left: 0;
        padding-right: 1px;
    }
    .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_small {
        margin: 0 -.3125em;
    }
    .bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item {
        padding: 0 .3125em .625em;
    }
    .bt_bb_latest_posts.bt_bb_gap_normal {
        margin: 0 -.625em;
    }
    .bt_bb_latest_posts.bt_bb_gap_normal .bt_bb_latest_posts_item {
        padding: 0 .625em 1.25em;
    }
    .bt_bb_latest_posts.bt_bb_gap_large {
        margin: 0 -1.25em;
    }
    .bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item {
        padding: 0 1.25em 2.5em;
    }
    @media (max-width: 992px) {
        .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
            flex-basis: 50% !important;
            max-width: 50% !important;
            width: 50% !important;
        }
        .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
            flex-basis: 33.33% !important;
            max-width: 33.33% !important;
            width: 33.33% !important;
        }
    }

    @media (max-width: 768px) {
        .bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
            flex-basis: 100% !important;
            max-width: 100% !important;
            width: 100% !important;
        }
        .bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
            flex-basis: 100% !important;
            max-width: 100% !important;
            width: 100% !important;
        }
        .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
            flex-basis: 100% !important;
            max-width: 100% !important;
            width: 100% !important;
        }
        .bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
            flex-basis: 100% !important;
            max-width: 100% !important;
            width: 100% !important;
        }
        .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
            flex-basis: 50% !important;
            max-width: 50% !important;
            width: 50% !important;
        }
    }

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

    /* Masonry post grid */
    .bt_bb_masonry_post_grid,
    .bt_bb_masonry_portfolio_grid {
        position: relative;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content {
        background: transparent;
        padding: 0;
    }
    .bt_bb_columns_1.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_1.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_columns_1.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_1.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        flex-basis: 100%;
    }
    .bt_bb_columns_2.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_2.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_columns_2.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_2.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        flex-basis: 50%;
        max-width: 50%;
    }
    .bt_bb_columns_3.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_3.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_columns_3.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_3.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
    .bt_bb_columns_4.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_4.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_columns_4.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_4.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        flex-basis: 25%;
        max-width: 25%;
    }
    .bt_bb_columns_5.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_5.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_columns_5.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_5.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        flex-basis: 20%;
        max-width: 20%;
    }
    .bt_bb_columns_6.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_6.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_columns_6.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_columns_6.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        flex-basis: 16.66666%;
        max-width: 16.66666%;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail {
        display: block;
        border-radius: 0;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content {
        flex-basis: 100%;
        flex-direction: column;
        justify-content: flex-end;
        display: inline-flex;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content > *,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content > *,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content > *,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content > * {
        z-index: 10;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
        padding-bottom: .5em;
        font-size: .875em;
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        position: relative;
    }
    .bt_bb_align_ .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_ .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_ .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_ .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
        justify-content: flex-start;
    }
    .rtl .bt_bb_align_ .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .rtl .bt_bb_align_ .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .rtl .bt_bb_align_ .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .rtl .bt_bb_align_ .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
        justify-content: flex-end;
    }
    .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
        justify-content: flex-end;
    }
    .rtl .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .rtl .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .rtl .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .rtl .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
        justify-content: flex-start;
    }
    .bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_center .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
    .bt_bb_align_center .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
        justify-content: center;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before {
        color: #fdabb7;
        display: block;
        content: "\f02c";
        font-family: FontAwesome;
        margin-right: 6px;
    }
    .rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,
    .rtl .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,
    .rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before,
    .rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before {
        margin-right: 0;
        margin-left: 6px;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category:empty {
        display: none;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a {
        padding: 0;
        background: transparent !important;
        color: currentColor;
        transition: 200ms ease opacity;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category a:hover {
        opacity: .6;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a {
        display: inline-flex;
        align-items: center;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:not(:last-child):after,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:not(:last-child):after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:not(:last-child):after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:not(:last-child):after {
        content: ' ';
        width: 3px;
        height: 3px;
        background: currentColor;
        margin: 0 10px;
        border-radius: 50%;
        opacity: .2;
        display: block;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 1em;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
        margin: 0;
        line-height: 1.5;
        display: inline-flex;
        align-items: center;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
        padding: 0;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after {
        content: ' ';
        width: 3px;
        height: 3px;
        background: currentColor;
        margin: 0 10px;
        border-radius: 50%;
        opacity: .2;
        display: block;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 0 .5em;
    }
    .bt_bb_align_ .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_ .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_ .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_ .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
        justify-content: flex-start;
    }
    .rtl .bt_bb_align_ .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .rtl .bt_bb_align_ .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .rtl .bt_bb_align_ .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .rtl .bt_bb_align_ .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
        justify-content: flex-end;
    }
    .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
        justify-content: flex-end;
    }
    .rtl .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .rtl .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .rtl .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .rtl .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
        justify-content: flex-start;
    }
    .bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_center .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_align_center .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
        justify-content: center;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
        font-weight: 400;
        padding: 0;
        display: inline-flex;
        line-height: 1.5;
        font-size: .875em;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
        font-family: FontAwesome;
        color: #fdabb7;
        margin: 0 .3em 0 0;
    }
    .rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before,
    .rtl .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before,
    .rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before,
    .rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
        margin: 0 0 0 .3em;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:after,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:after {
        content: "";
        display: block;
        width: 1em;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author a,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author a {
        color: currentColor;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author a:hover,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author a:hover,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author a:hover,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author a:hover {
        color: #fdabb7;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_date:before {
        content: "\f017";
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author:before,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_author:before {
        content: "\f2bd";
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_comments:before,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_comments:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_comments:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span.bt_bb_grid_item_item_comments:before {
        content: "\f075";
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:last-child:after,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:last-child:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:last-child:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:last-child:after {
        display: none;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-size: 1.5625em;
        padding: 0;
        margin-bottom: .5em;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.3em;
        max-height: 2.6em;
        max-height: 2.5em;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
        color: currentColor;
        line-height: inherit;
        display: inline-block;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover {
        color: #fdabb7;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
        font-size: .875em;
        margin-bottom: 1em;
        margin-top: 0;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 1.5em;
        max-height: 4.5em;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty {
        margin: 0;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
        opacity: .5;
        transition: opacity 300ms ease;
        margin-bottom: 1em;
        margin-top: 0;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:after,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:after {
        display: block;
        content: "";
        clear: both;
        width: 100%;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty {
        display: none;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
        padding: 0;
    }
    .bt_bb_align_left .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_left .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_left .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_left .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
        padding-right: .5em;
    }
    .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_right .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
        padding-left: .5em;
    }
    .bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_center .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon,
    .bt_bb_align_center .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
        padding-right: .25em;
        padding-left: .25em;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder {
        transition: all 200ms ease;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder:before,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon .bt_bb_icon_holder:before {
        font-size: .875em;
        width: 2em;
        height: 2em;
        color: #fdabb7;
        border-radius: 50%;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more {
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        font-size: .875em;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more:before,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: currentColor;
        margin: 0 0 1em;
        opacity: .1;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a {
        display: inline-flex;
        color: #fdabb7;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after {
        font-family: FontAwesome;
        content: "\f105";
        margin: 0 .6em;
        transition: 300ms ease transform;
        transition-delay: 0;
        transform: scale(1.25);
    }
    .rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,
    .rtl .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,
    .rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after,
    .rtl .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:after {
        content: "\f104";
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover {
        color: currentColor;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover:after,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_item_read_more a:hover:after {
        transform: scale(1.75);
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content > *:last-child,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content > *:last-child,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content > *:last-child,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content > *:last-child {
        margin-bottom: 0;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before {
        opacity: .8;
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after {
        opacity: 1;
        transform: scale(1);
    }
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_share,
    .bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_share,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_share,
    .bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_share {
        opacity: 1;
    }
    .bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
        padding: 0;
    }
    .bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        font-size: 1.25em !important;
        font-weight: 300;
        width: 3.6em;
        height: 3.6em;
        position: absolute;
        top: 1em;
        right: 1em;
        border-radius: 50%;
        background: #333c4a;
        color: #fff;
        padding: .25em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1 !important;
        pointer-events: none;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        right: auto;
        left: 1em;
    }
    .bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before {
        display: none;
    }
    .bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date > .bt_bb_grid_item_date_day {
        font-size: 1.5em;
        font-weight: bold;
        display: block;
    }
    .bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date span:before {
        display: none;
    }
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 4px;
    }
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_rounded-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 50%;
    }
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-top-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-left.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_round-bottom-right.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_post_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_round-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-top-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-left .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_rounded-bottom-right .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date,
    .bt_bb_date_design_square.bt_bb_masonry_portfolio_grid.bt_bb_date_design_square .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
        border-radius: 0;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail {
        position: relative;
        z-index: 10;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img {
        display: block;
        transition: 500ms ease all;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:before {
        position: absolute;
        content: "";
        display: block;
        background: rgba(24,24,24,.5);
        top: -1px;
        bottom: 0;
        left: -1px;
        right: -1px;
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        transition: 300ms ease all;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a:after {
        font-size: 1.25em;
        display: block;
        content: "\e900";
        font-family: Essential;
        width: 2.25em;
        height: 2.25em;
        line-height: 2.25;
        text-align: center;
        background: #fdabb7;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1.125em 0 0 -1.125em;
        opacity: 0;
        z-index: 2;
        pointer-events: none;
        transition: 300ms ease all;
        transform: scale(1.25);
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a img {
        transform: scale(1.1);
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:before {
        opacity: .8;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_thumbnail a:after {
        opacity: 1;
        transform: scale(1);
        transition-delay: 100ms;
        box-shadow: 0 7.5px 15px rgba(0,0,0,.4);
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content {
        padding: 1.375em 1.875em 1.875em;
        background: transparent;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,
    .bt_bb_masonry_post_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_above .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after {
        display: block;
        content: "";
        background: currentColor;
        position: absolute;
        left: 0;
        top: 0;
        right: -1px;
        bottom: 0;
        opacity: .05;
        pointer-events: none;
        z-index: 1;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        margin: 0;
        transform: none;
        height: auto !important;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a {
        display: block;
        left: 50%;
        top: 50%;
        position: relative;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a img {
        display: block;
        transform: translate(-50%,-50%);
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content {
        padding: 1.875em;
        position: relative;
        min-height: 22.5em;
        overflow: hidden;
        line-height: 1.5;
        display: inline-flex;
        color: #181818;
    }
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,
    .bt_bb_masonry_post_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after,
    .bt_bb_masonry_portfolio_grid.bt_bb_look_image_below .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: -1px;
        bottom: 0;
        opacity: .1;
        pointer-events: none;
        z-index: 1;
        background: linear-gradient(to bottom,transparent 15%,#fff 50%);
        opacity: .9;
    }
    .bt_bb_gap_no_gap.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_no_gap.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,
    .bt_bb_gap_no_gap.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_no_gap.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content {
        margin: 0;
    }
    .bt_bb_gap_no_gap.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_gap_no_gap.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_gap_no_gap.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_gap_no_gap.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        padding: 0;
    }
    .bt_bb_gap_small.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_small.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content {
        margin: 0 -.3125em;
    }
    .bt_bb_gap_small.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_gap_small.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_gap_small.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        padding: 0 .3125em .625em;
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_normal.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content {
        margin: 0 -.625em;
    }
    .bt_bb_gap_normal.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_gap_normal.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_gap_normal.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        padding: 0 .625em 1.25em;
    }
    .bt_bb_gap_large.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_large.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content {
        margin: 0 -1.25em;
    }
    .bt_bb_gap_large.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_gap_large.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
    .bt_bb_gap_large.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
        padding: 0 1.25em 2.5em;
    }
    @media (max-width: 768px) {
        .bt_bb_columns_2.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_2.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
        .bt_bb_columns_2.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_2.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
            flex-basis: 100%;
            max-width: 100%;
        }
        .bt_bb_columns_3.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_3.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
        .bt_bb_columns_3.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_3.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
            flex-basis: 100%;
            max-width: 100%;
        }
        .bt_bb_columns_4.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_4.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
        .bt_bb_columns_4.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_4.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
            flex-basis: 100%;
            max-width: 100%;
        }
        .bt_bb_columns_5.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_5.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
        .bt_bb_columns_5.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_5.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
            flex-basis: 100%;
            max-width: 100%;
        }
        .bt_bb_columns_6.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_6.bt_bb_masonry_post_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item,
        .bt_bb_columns_6.bt_bb_masonry_portfolio_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item,
        .bt_bb_columns_6.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item {
            flex-basis: 100%;
            max-width: 100%;
        }
    }

    /* Masonry social icons */
    .bt_facebook.bt_bb_icon .bt_bb_icon_holder:before {
        color: #FFF !important;
        box-shadow: 0 0 0 1em #3b5998 inset !important;
    }
    .bt_facebook.bt_bb_icon .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #3b5998 inset !important;
        color: #3b5998 !important;
    }
    .bt_twitter.bt_bb_icon .bt_bb_icon_holder:before {
        color: #FFF !important;
        box-shadow: 0 0 0 1em #1da1f2 inset !important;
    }
    .bt_twitter.bt_bb_icon .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #1da1f2 inset !important;
        color: #1da1f2 !important;
    }
    .bt_linkedin.bt_bb_icon .bt_bb_icon_holder:before {
        color: #FFF !important;
        box-shadow: 0 0 0 1em #007bb5 inset !important;
    }
    .bt_linkedin.bt_bb_icon .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #007bb5 inset !important;
        color: #007bb5 !important;
    }
    .bt_google_plus.bt_bb_icon .bt_bb_icon_holder:before {
        color: #FFF !important;
        box-shadow: 0 0 0 1em #dc4e40 inset !important;
    }
    .bt_google_plus.bt_bb_icon .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #dc4e40 inset !important;
        color: #dc4e40 !important;
    }
    .bt_whatsapp.bt_bb_icon .bt_bb_icon_holder:before {
        color: #FFF !important;
        box-shadow: 0 0 0 1em #3fbd50 inset !important;
    }
    .bt_whatsapp.bt_bb_icon .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #3fbd50 inset !important;
        color: #3fbd50 !important;
    }
    .bt_vk.bt_bb_icon .bt_bb_icon_holder:before {
        color: #FFF !important;
        box-shadow: 0 0 0 1em #4c75a5 inset !important;
    }
    .bt_vk.bt_bb_icon .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #4c75a5 inset !important;
        color: #4c75a5 !important;
    }
    .bt_vk.bt_bb_icon .bt_bb_icon_holder:before {
        color: #FFF !important;
        box-shadow: 0 0 0 1em #4c75a5 inset !important;
    }
    .bt_vk.bt_bb_icon .bt_bb_icon_holder:hover:before {
        box-shadow: 0 0 0 2px #4c75a5 inset !important;
        color: #4c75a5 !important;
    }

    /* Search */
    .search-results.btNoSidebar .btContent .btArticleListItem:first-child {
        margin-top: 4em;
    }

    /* No Search results section */
    .btNoSearchResults {
        border: 2px solid #fdabb7;
        padding: 3em;
    }
    .btNoSidebar .btNoSearchResults {
        max-width: 1260px;
        margin: 0 auto;
    }
    .bt_bb_plugin_active.btNoSidebar .btNoSearchResults {
        margin-top: 4em;
    }
    .btHardRoundedButtons .btNoSearchResults,
    .btHardRoundedTopLeftButtons .btNoSearchResults,
    .btHardRoundedTopRightButtons .btNoSearchResults,
    .btHardRoundedBottomLeftButtons .btNoSearchResults,
    .btHardRoundedBottomRightButtons .btNoSearchResults {
        border-radius: 26px;
    }
    .btHardRoundedTopLeftButtons .btNoSearchResults {
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btNoSearchResults {
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btNoSearchResults {
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btNoSearchResults {
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btNoSearchResults,
    .btSoftRoundedTopLeftButtons .btNoSearchResults,
    .btSoftRoundedTopRightButtons .btNoSearchResults,
    .btSoftRoundedBottomLeftButtons .btNoSearchResults,
    .btSoftRoundedBottomRightButtons .btNoSearchResults {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btNoSearchResults {
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btNoSearchResults {
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btNoSearchResults {
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btNoSearchResults {
        border-bottom-right-radius: 0;
    }
    .btNoSearchResults .bt_bb_headline h2 {
        font-size: 1.25rem;
        font-weight: 400;
    }
    .btNoSearchResults .bt_bb_headline h2 .bt_bb_headline_content .bt_bb_search_keyword {
        display: inline-block;
        font-weight: 800;
    }
    .btNoSearchResults .bt_bb_headline_subheadline {
        margin-top: 2em !important;
        font-size: .875em !important;
    }
    .btNoSearchResults #searchform {
        display: flex;
        flex-wrap: wrap;
    }
    .btNoSearchResults #searchform input[type='search'] {
        flex-basis: 78%;
        margin-right: 2%;
    }
    .rtl .btNoSearchResults #searchform input[type='search'] {
        margin-right: 0;
        margin-left: 2%;
    }
    .btNoSearchResults #searchform input[type='submit'] {
        flex-basis: 20%;
        height: auto;
        cursor: pointer;
        font-size: .875em;
        line-height: 1;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        color: #fff;
        transition: all 300ms ease;
        border: 0;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        padding: 1.357em 1.786em;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        text-align: center;
    }
    .btNoSearchResults #searchform input[type='submit']:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btHardRoundedButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btNoSearchResults #searchform input[type='submit'] {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btNoSearchResults .bt_bb_button:last-child {
        display: inline-block;
        line-height: 1;
        margin-bottom: .25em;
    }
    .btNoSearchResults .bt_bb_button:last-child a {
        background: linear-gradient(to right,#333c4a 51%,#fdabb7 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        padding: 1.357em 1.786em;
        color: #fff;
        display: flex;
        transition: all 300ms ease;
    }
    .btNoSearchResults .bt_bb_button:last-child a:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .rtl .btNoSearchResults .bt_bb_button:last-child {
        float: right;
        margin-left: .5em;
        margin-right: 0;
    }

    /* Image service */
    .bt_bb_service_image .bt_bb_service_image_content_image {
        margin-bottom: 2.5em;
    }
    .bt_bb_service_image .bt_bb_service_image_content_image img {
        display: block;
    }
    .bt_bb_shape_soft_rounded.bt_bb_service_image .bt_bb_service_image_content_image img {
        border-radius: 4px;
    }
    .bt_bb_shape_hard_rounded.bt_bb_service_image .bt_bb_service_image_content_image img {
        border-radius: 50%;
    }
    .bt_bb_service_image .bt_bb_service_image_content_image:last-child {
        margin-bottom: 0;
    }
    .bt_bb_service_image .bt_bb_service_image_content {
        margin-bottom: 1em;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 {
        font-size: 1.563em;
        font-weight: 400;
        letter-spacing: -.03em;
        padding-bottom: 0;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 b {
        font-weight: inherit;
        color: #fdabb7;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 u {
        font-weight: inherit;
        text-decoration: none;
        color: #333c4a;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 em {
        font-style: inherit;
        color: #fff;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 s {
        font-weight: inherit;
        text-decoration: none;
        color: #181818;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 strong {
        font-weight: bold;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title:last-child h3 {
        padding-bottom: 0;
    }
    .bt_bb_service_image .bt_bb_service_image_content:last-child {
        margin-bottom: 0;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_text {
        font-size: .875em;
    }
    .bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title + .bt_bb_service_image_content_text {
        padding-top: .7rem;
    }
    .bt_bb_service_image .bt_bb_service_image_content_read_more {
        font-size: .75em;
        font-weight: 800;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
    .bt_bb_service_image .bt_bb_service_image_content_read_more a {
        display: inline-flex;
        color: currentColor;
    }
    .bt_bb_service_image .bt_bb_service_image_content_read_more a:hover {
        color: #fdabb7;
    }
    .bt_bb_align_right .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_left.bt_bb_service_image,.bt_bb_align_left .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content,
    .bt_bb_align_right .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_left .bt_bb_service_image,.bt_bb_align_left.bt_bb_service_image,.bt_bb_align_left .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_read_more {
        padding-left: 23%;
    }
    .bt_bb_align_left .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_right.bt_bb_service_image,.bt_bb_align_right .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content,
    .bt_bb_align_left .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_center .bt_bb_align_right .bt_bb_service_image,.bt_bb_align_right.bt_bb_service_image,.bt_bb_align_right .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_read_more {
        padding-right: 23%;
    }
    .bt_bb_align_left .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_center.bt_bb_service_image,.bt_bb_align_center .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content,
    .bt_bb_align_left .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center.bt_bb_service_image,.bt_bb_align_left .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_right .bt_bb_align_center .bt_bb_service_image,.bt_bb_align_center.bt_bb_service_image,.bt_bb_align_center .bt_bb_service_image.bt_bb_service_image .bt_bb_service_image_content_read_more {
        padding-left: 11.5%;
        padding-right: 11.5%;
    }

    /* Column shadow */
    .bt_bb_highlight.bt_bb_column .bt_bb_column_content {
        position: relative;
    }
    .bt_bb_highlight.bt_bb_column .bt_bb_column_content .bt_bb_column_highlight {
        height: 30px;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
    }
    .bt_bb_highlight.bt_bb_column .bt_bb_column_content .bt_bb_column_highlight:after {
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        bottom: 57px;
        right: 30px;
        left: 30px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 10px 45px rgba(0,0,0,.75);
    }
    .bt_bb_highlight.bt_bb_column_inner .bt_bb_column_inner_content {
        position: relative;
    }
    .bt_bb_highlight.bt_bb_column_inner .bt_bb_column_inner_content .bt_bb_column_inner_highlight {
        height: 30px;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
    }
    .bt_bb_highlight.bt_bb_column_inner .bt_bb_column_inner_content .bt_bb_column_inner_highlight:after {
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        bottom: 57px;
        right: 30px;
        left: 30px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 10px 45px rgba(0,0,0,.75);
    }

    /* Features table */
    .bt_bb_features_table {
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
    }
    .bt_bb_features_table table {
        border: 0;
    }
    .bt_bb_features_table table thead tr th {
        background: transparent;
        border: 0;
        border-bottom: 2px solid;
        padding: 1em 1em 1em 0;
        color: currentColor;
        text-transform: none;
        font-size: 1em;
        font-weight: 400;
    }
    .bt_bb_features_table table thead tr th:last-child {
        padding-right: 0;
    }
    .btLightSkin .bt_bb_features_table table thead tr th,
    .btDarkSkin .btLightSkin .bt_bb_features_table table thead tr th,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_features_table table thead tr th {
        border-bottom-color: #fdabb7;
    }
    .btDarkSkin .bt_bb_features_table table thead tr th,
    .btLightSkin .btDarkSkin .bt_bb_features_table table thead tr th,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_features_table table thead tr th {
        border-bottom-color: #fdabb7;
    }
    .bt_bb_color_scheme_5 .bt_bb_features_table table thead tr th,
    .bt_bb_color_scheme_5.bt_bb_features_table table thead tr th {
        border-bottom-color: #fff;
    }
    .bt_bb_color_scheme_6 .bt_bb_features_table table thead tr th,
    .bt_bb_color_scheme_6.bt_bb_features_table table thead tr th {
        border-bottom-color: #181818;
    }
    .bt_bb_features_table table thead tr th strong {
        color: #fdabb7;
    }
    .rtl .bt_bb_features_table table thead tr th {
        padding: 1em 0 1em 1em;
    }
    .rtl .bt_bb_features_table table thead tr th:last-child {
        padding-left: 0;
    }
    .bt_bb_features_table table tbody tr td {
        border: 0;
        padding: .7142857em 1.142857em.7142857em 0;
        font-size: .875em;
        position: relative;
    }
    .bt_bb_features_table table tbody tr td:after {
        display: block;
        content: "";
        position: absolute;
        height: 1px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .1;
    }
    .btLightSkin .bt_bb_features_table table tbody tr td:after,
    .btDarkSkin .btLightSkin .bt_bb_features_table table tbody tr td:after,
    .btLightSkin .btDarkSkin .btLightSkin .bt_bb_features_table table tbody tr td:after {
        background: #181818;
    }
    .btDarkSkin .bt_bb_features_table table tbody tr td:after,
    .btLightSkin .btDarkSkin .bt_bb_features_table table tbody tr td:after,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_features_table table tbody tr td:after {
        background: #fff;
    }
    .bt_bb_features_table table tbody tr td:last-child {
        padding-right: 0;
    }
    .bt_bb_features_table table tbody tr td .bt_bb_features_table_yes:after,
    .bt_bb_features_table table tbody tr td .bt_bb_features_table_no:after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 1.428571em;
    }
    .bt_bb_features_table table tbody tr td .bt_bb_features_table_yes:after {
        content: "\f058";
        color: #fdabb7;
    }
    .bt_bb_color_scheme_5.bt_bb_features_table table tbody tr td .bt_bb_features_table_yes:after,
    .bt_bb_color_scheme_5 .bt_bb_features_table table tbody tr td .bt_bb_features_table_yes:after {
        color: #fff;
    }
    .bt_bb_color_scheme_6.bt_bb_features_table table tbody tr td .bt_bb_features_table_yes:after,
    .bt_bb_color_scheme_6 .bt_bb_features_table table tbody tr td .bt_bb_features_table_yes:after {
        color: #181818;
    }
    .bt_bb_features_table table tbody tr td .bt_bb_features_table_no:after {
        content: "\f00d";
        opacity: .25;
    }
    .rtl .bt_bb_features_table table tbody tr td {
        padding: .7142857em 0 .7142857em 1.142857em;
    }
    .rtl .bt_bb_features_table table tbody tr td:last-child {
        padding-left: 0;
    }
    .bt_bb_features_table table tbody tr:last-child td:after {
        display: none;
    }
    @media (max-width: 780px) {
        .bt_bb_features_table table tr td {
            white-space: nowrap;
        }
    }

    /* Before & after */
    .bt_bb_before_after_image {
        position: relative;
    }
    .bt_bb_before_after_image.bt_bb_before_after_image_with_coverage_image .bt_bb_coverage_image {
        position: relative;
        pointer-events: none;
        z-index: 5;
    }
    .bt_bb_before_after_image.bt_bb_before_after_image_with_coverage_image .bt_bb_before_after_image-horizontal {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle {
        height: 23px;
        line-height: 23px;
        width: 23px;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-left: calc(-23px/2);
        margin-top: calc(-23px/2);
        z-index: 40;
        cursor: pointer;
        left: 50%;
        display: flex;
        justify-content: center;
        background: transparent !important;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
        width: 23px;
        height: 23px;
        box-sizing: border-box;
        display: block;
        transition: ease all 200ms;
        z-index: 31;
        position: relative;
    }
    .btMenuFocusElementCircle .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
        background-color: #fdabb7;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
        background-color: #fff;
        border: 2px solid #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
        background-color: #fdabb7;
        border: 2px solid #fff;
    }
    .btMenuFocusElementOutlineSquare .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
        background-color: #fff;
        border: 2px solid #fdabb7;
    }
    .btMenuFocusElementDash .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
        background-color: #fdabb7;
        width: 5px;
        height: calc(23px * 2);
        margin-top: calc(-23px/2);
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:hover {
        transform: scale(1.35);
        box-shadow: 0 2px 10px rgba(0,0,0,.4);
    }
    .rtl .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle {
        flex-direction: row-reverse;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
    .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after {
        content: " ";
        display: block;
        background: #fff;
        position: absolute;
        z-index: 30;
        width: 1px;
        height: 9999px;
        left: calc(50% - 1px);
        transition: none;
    }
    .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
    .btLightSkin .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
    .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after,
    .btLightSkin .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after,
    .btDarkSkin.btLightSkin .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after {
        background: #191919;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before {
        bottom: 50%;
        margin-bottom: calc(23px/2);
        transform-origin: center bottom;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after {
        top: 50%;
        margin-top: calc(23px/2);
        transform-origin: center top;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-container {
        box-sizing: content-box;
        z-index: 0;
        overflow: hidden;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-container img {
        max-width: 100%;
        position: absolute;
        top: 0;
        display: block;
        pointer-events: none;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle {
        background: #fdabb7;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
        opacity: 1;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-container * {
        box-sizing: content-box;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-before {
        z-index: 20;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image-after {
        z-index: 10;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_block {
        position: absolute;
        left: 0;
        top: 0;
        background: #fdabb7;
        color: #fff;
        padding: 1.5em 2.5em;
        text-align: center;
        max-width: 40%;
        pointer-events: none;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline {
        font-family: Playfair Display;
        display: block;
        font-size: 2em;
        line-height: 1;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline:after {
        background: #333c4a;
        width: 30px;
        height: 2px;
        display: block;
        margin: .3em auto .15em;
        content: "";
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline {
        display: block;
        font-size: 1.25em;
        line-height: 1.25;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline {
        display: block;
        font-size: 1em;
        line-height: 1.25;
        opacity: .5;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,
    .bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
        position: absolute;
        top: 50%;
        font-size: 1rem;
        font-weight: 300;
        padding: .5em .8em;
        pointer-events: none;
        font-size: 1.25em;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        display: flex;
        align-items: center;
        transform: translateY(-50%);
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder {
        left: 0;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder:before {
        font-family: Essential;
        content: "\ea7c";
        font-size: 1.6em;
        display: none;
    }
    .bt_bb_before_after_image_show_arrows.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder:before {
        display: block;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
        right: 0;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder:after {
        font-family: Essential;
        content: "\ea7d";
        font-size: 1.6em;
        display: none;
    }
    .bt_bb_before_after_image_show_arrows.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder:after {
        display: block;
    }
    @media (max-width: 992px) {
        .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline {
            font-size: 25px;
        }
        .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline {
            font-size: 17px;
        }
        .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline {
            font-size: 17px;
        }
    }

    @media (max-width: 768px) {
        .bt_bb_before_after_image .bt_bb_before_after_image_block {
            max-width: 100%;
            position: relative;
        }
        .bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,
        .bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
            font-size: 13px;
        }
    }

    /* Colums overlapping */
    .bt_bb_overlap_columns_left .bt_bb_column:first-child,
    .bt_bb_overlap_columns_left_under .bt_bb_column:first-child {
        z-index: 1;
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child,
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child {
        margin-left: -8.33%;
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="12"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="12"] {
        max-width: 100%;
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="11"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="11"] {
        max-width: 100%;
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="10"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100%/12*10 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="9"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100%/12*9 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="8"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100%/12*8 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="7"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100%/12*7 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="6"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100%/12*6 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="5"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100%/12*5 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="4"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100%/12*4 + 40%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="3"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100%/12*3 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="2"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100%/12*2 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="1"],
    .bt_bb_overlap_columns_left_under .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100%/12 + 8.333333%);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child {
        align-items: flex-end;
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="12"] .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(100% - 100%/12);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(100% - 100%/11);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(100% - 100%/10);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(100% - 100%/9);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(100% - 100%/8);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(100% - 100%/7);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(100% - 100%/6);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(100% - 100%/5);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(100% - 100%/4);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(100% - 100%/3);
    }
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - 100%/2);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child,
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child {
        margin-right: -8.33%;
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="12"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="12"] {
        max-width: 100%;
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="11"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="11"] {
        max-width: 100%;
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="10"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100%/12*10 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="9"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100%/12*9 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="8"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100%/12*8 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="7"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100%/12*7 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="6"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100%/12*6 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="5"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100%/12*5 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="4"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100%/12*4 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="3"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100%/12*3 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="2"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100%/12*2 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="1"],
    .bt_bb_overlap_columns_right_under .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100%/12 + 8.333333%);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:last-child,
    .bt_bb_overlap_columns_right_under .bt_bb_column:last-child {
        z-index: 1;
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child {
        align-items: flex-start;
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="12"] .bt_bb_column_content {
        max-width: 100%;
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(100% - 100%/12);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(100% - 100%/11);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(100% - 100%/10);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(100% - 100%/9);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(100% - 100%/8);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(100% - 100%/7);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(100% - 100%/6);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(100% - 100%/5);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(100% - 100%/4);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(100% - 100%/3);
    }
    .bt_bb_overlap_columns_right .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - 100%/2);
    }

    /* Left overlap, left boxed content */
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -50px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 600px)/2);
        max-width: calc(100% - (100% - 600px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -58.33333px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 700px)/2);
        max-width: calc(100% - (100% - 700px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -66.66667px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 800px)/2);
        max-width: calc(100% - (100% - 800px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -75px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 900px)/2);
        max-width: calc(100% - (100% - 900px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -83.33333px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1000px)/2);
        max-width: calc(100% - (100% - 1000px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -91.66667px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1100px)/2);
        max-width: calc(100% - (100% - 1100px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -100px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1200px)/2);
        max-width: calc(100% - (100% - 1200px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -116.66667px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1400px)/2);
        max-width: calc(100% - (100% - 1400px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child {
        margin-left: -50px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (600px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child {
        margin-left: -58.33333px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (700px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child {
        margin-left: -66.66667px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (800px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child {
        margin-left: -75px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (900px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child {
        margin-left: -83.33333px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (1000px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child {
        margin-left: -91.66667px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (1100px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child {
        margin-left: -100px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (1200px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child {
        margin-left: -116.66667px;
        align-items: flex-end;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (1400px / 12));
    }

    /* Left overlap, right boxed content */
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -50;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        max-width: calc(100% - (100% - 600px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        margin-left: calc(600px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(600px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -58.33333;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        max-width: calc(100% - (100% - 700px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        margin-left: calc(700px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(700px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -66.66667;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        max-width: calc(100% - (100% - 800px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        margin-left: calc(800px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(800px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -75;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        max-width: calc(100% - (100% - 900px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        margin-left: calc(900px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(900px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -83.33333;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        max-width: calc(100% - (100% - 1000px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        margin-left: calc(1000px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1000px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -91.66667;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        max-width: calc(100% - (100% - 1100px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        margin-left: calc(1100px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1100px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -100;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        max-width: calc(100% - (100% - 1200px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        margin-left: calc(1200px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1200px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child {
        margin-left: -116.66667;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="11"] {
        max-width: calc(100% - (100% - 1400px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="10"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="9"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="8"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="7"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="6"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="5"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="4"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="3"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="2"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left_under .bt_bb_row .bt_bb_column:last-child[data-width="1"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child .bt_bb_column_content {
        margin-left: calc(1400px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1400px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_left .bt_bb_row .bt_bb_column:last-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }

    /* Right Overlap, right boxed content */
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -50px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 600px)/2);
        max-width: calc(100% - (100% - 600px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -58.33333px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 700px)/2);
        max-width: calc(100% - (100% - 700px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -66.66667px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 800px)/2);
        max-width: calc(100% - (100% - 800px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -75px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 900px)/2);
        max-width: calc(100% - (100% - 900px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -83.33333px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1000px)/2);
        max-width: calc(100% - (100% - 1000px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -91.66667px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1100px)/2);
        max-width: calc(100% - (100% - 1100px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -100px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1200px)/2);
        max-width: calc(100% - (100% - 1200px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -116.66667px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        flex-basis: calc(100% - (100% - 1400px)/2);
        max-width: calc(100% - (100% - 1400px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child {
        margin-right: -50px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (600px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child {
        margin-right: -58.33333px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (700px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child {
        margin-right: -66.66667px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (800px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child {
        margin-right: -75px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (900px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child {
        margin-right: -83.33333px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (1000px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child {
        margin-right: -91.66667px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (1100px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child {
        margin-right: -100px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (1200px / 12));
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child {
        margin-right: -116.66667px;
        align-items: flex-start;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: calc(100% - (1400px / 12));
    }

    /* Right overlap, left boxed content */
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -50;
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        max-width: calc(100% - (100% - 600px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100% - (100% - 600px)/2 - 600px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-right: calc(600px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(600px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -58.33333;
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        max-width: calc(100% - (100% - 700px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100% - (100% - 700px)/2 - 700px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-right: calc(700px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(700px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -66.66667;
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        max-width: calc(100% - (100% - 800px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100% - (100% - 800px)/2 - 800px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-right: calc(800px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(800px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -75;
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        max-width: calc(100% - (100% - 900px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100% - (100% - 900px)/2 - 900px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-right: calc(900px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(900px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -83.33333;
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        max-width: calc(100% - (100% - 1000px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-right: calc(1000px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1000px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -91.66667;
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        max-width: calc(100% - (100% - 1100px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-right: calc(1100px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1100px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -100;
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        max-width: calc(100% - (100% - 1200px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-right: calc(1200px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1200px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child,
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child {
        margin-right: -116.66667;
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="11"] {
        max-width: calc(100% - (100% - 1400px)/2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="10"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="9"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="8"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="7"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="6"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="5"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="4"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="3"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="2"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"],
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right_under .bt_bb_row .bt_bb_column:first-child[data-width="1"] {
        max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        margin-right: calc(1400px / 12);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="11"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 11);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="10"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 10);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="9"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 9);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="8"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 8);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="7"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 7);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="6"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 6);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="5"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 5);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="4"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 4);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="3"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 3);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="2"] .bt_bb_column_content {
        max-width: calc(1400px / 12 * 2);
    }
    .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content.bt_bb_overlap_columns_right .bt_bb_row .bt_bb_column:first-child[data-width="1"] .bt_bb_column_content {
        max-width: 0;
    }
    @media (max-width: 992px) {
        /* Left overlap */
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child {
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-left: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child {
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-left: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child {
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-left: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child {
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-left: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child {
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-left: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child {
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-left: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child {
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-left: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child {
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-left: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
        }

        /* Right overlap */
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child {
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-right: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child {
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-right: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child {
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-right: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child {
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-right: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child {
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-right: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child {
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-right: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child {
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-right: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child {
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="11-1"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="10-2"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="9-3"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="8-4"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="4-8"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="3-9"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="2-10"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="1-11"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 50% !important;
            max-width: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: calc(100%/12*6 + 8.333333%) !important;
            margin-right: -8.33% !important;
            flex-basis: 50% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: calc(100% - 100%/6);
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
        }
    }

    @media (max-width: 768px) {
        /* Left overlap */
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: 100% !important;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: 100% !important;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: 100% !important;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: 100% !important;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: 100% !important;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: 100% !important;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: 100% !important;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child {
            max-width: 100% !important;
            margin-left: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:last-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_left_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:last-child .bt_bb_column_content {
            max-width: 100%;
            margin-left: 0 !important;
        }

        /* Right overlap */
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: 100% !important;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_600.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: 100% !important;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_700.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: 100% !important;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_800.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: 100% !important;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_900.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: 100% !important;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: 100% !important;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: 100% !important;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column {
            flex-basis: 100% !important;
            max-width: 100% !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child {
            max-width: 100% !important;
            margin-right: 0 !important;
        }
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="7-5"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="6-6"] .bt_bb_column:first-child .bt_bb_column_content,
        .bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_overlap_columns_right_under .bt_bb_row[data-structure="5-7"] .bt_bb_column:first-child .bt_bb_column_content {
            max-width: 100%;
            margin-right: 0 !important;
        }
    }

    /* Stick section to right edge */
    .bt_stick_right_edge.bt_bb_layout_boxed_600 > .bt_bb_port .bt_bb_cell {
        margin-right: 0;
        margin-left: auto;
        max-width: calc(100% - (100% - 600px) / 2);
        width: 100%;
    }
    .bt_stick_right_edge.bt_bb_layout_boxed_700 > .bt_bb_port .bt_bb_cell {
        margin-right: 0;
        margin-left: auto;
        max-width: calc(100% - (100% - 700px) / 2);
        width: 100%;
    }
    .bt_stick_right_edge.bt_bb_layout_boxed_800 > .bt_bb_port .bt_bb_cell {
        margin-right: 0;
        margin-left: auto;
        max-width: calc(100% - (100% - 800px) / 2);
        width: 100%;
    }
    .bt_stick_right_edge.bt_bb_layout_boxed_900 > .bt_bb_port .bt_bb_cell {
        margin-right: 0;
        margin-left: auto;
        max-width: calc(100% - (100% - 900px) / 2);
        width: 100%;
    }
    .bt_stick_right_edge.bt_bb_layout_boxed_1000 > .bt_bb_port .bt_bb_cell {
        margin-right: 0;
        margin-left: auto;
        max-width: calc(100% - (100% - 1000px) / 2);
        width: 100%;
    }
    .bt_stick_right_edge.bt_bb_layout_boxed_1100 > .bt_bb_port .bt_bb_cell {
        margin-right: 0;
        margin-left: auto;
        max-width: calc(100% - (100% - 1100px) / 2);
        width: 100%;
    }
    .bt_stick_right_edge.bt_bb_layout_boxed_1200 > .bt_bb_port .bt_bb_cell {
        margin-right: 0;
        margin-left: auto;
        max-width: calc(100% - (100% - 1200px) / 2);
        width: 100%;
    }
    .bt_stick_right_edge.bt_bb_layout_boxed_1400 > .bt_bb_port .bt_bb_cell {
        margin-right: 0;
        margin-left: auto;
        max-width: calc(100% - (100% - 1400px) / 2);
        width: 100%;
    }
    @media (max-width: 992px) {
        .bt_stick_right_edge.bt_bb_layout_boxed_600 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_right_edge.bt_bb_layout_boxed_700 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_right_edge.bt_bb_layout_boxed_800 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_right_edge.bt_bb_layout_boxed_900 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_right_edge.bt_bb_layout_boxed_1000 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_right_edge.bt_bb_layout_boxed_1100 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_right_edge.bt_bb_layout_boxed_1200 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_right_edge.bt_bb_layout_boxed_1400 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
    }

    /* Stick section to left edge */
    .bt_stick_left_edge.bt_bb_layout_boxed_600 > .bt_bb_port .bt_bb_cell {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - (100% - 600px) / 2);
        width: 100%;
    }
    .bt_stick_left_edge.bt_bb_layout_boxed_700 > .bt_bb_port .bt_bb_cell {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - (100% - 700px) / 2);
        width: 100%;
    }
    .bt_stick_left_edge.bt_bb_layout_boxed_800 > .bt_bb_port .bt_bb_cell {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - (100% - 800px) / 2);
        width: 100%;
    }
    .bt_stick_left_edge.bt_bb_layout_boxed_900 > .bt_bb_port .bt_bb_cell {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - (100% - 900px) / 2);
        width: 100%;
    }
    .bt_stick_left_edge.bt_bb_layout_boxed_1000 > .bt_bb_port .bt_bb_cell {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - (100% - 1000px) / 2);
        width: 100%;
    }
    .bt_stick_left_edge.bt_bb_layout_boxed_1100 > .bt_bb_port .bt_bb_cell {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - (100% - 1100px) / 2);
        width: 100%;
    }
    .bt_stick_left_edge.bt_bb_layout_boxed_1200 > .bt_bb_port .bt_bb_cell {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - (100% - 1200px) / 2);
        width: 100%;
    }
    .bt_stick_left_edge.bt_bb_layout_boxed_1400 > .bt_bb_port .bt_bb_cell {
        margin-left: 0;
        margin-right: auto;
        max-width: calc(100% - (100% - 1400px) / 2);
        width: 100%;
    }
    @media (max-width: 992px) {
        .bt_stick_left_edge.bt_bb_layout_boxed_600 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_left_edge.bt_bb_layout_boxed_700 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_left_edge.bt_bb_layout_boxed_800 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_left_edge.bt_bb_layout_boxed_900 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_left_edge.bt_bb_layout_boxed_1000 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_left_edge.bt_bb_layout_boxed_1100 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_left_edge.bt_bb_layout_boxed_1200 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
        .bt_stick_left_edge.bt_bb_layout_boxed_1400 > .bt_bb_port .bt_bb_cell {
            margin-right: 0;
            margin-left: 0;
        }
    }

    /* Bold Timeline */
    .bold_timeline_item_button .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
        padding: 1.357em 1.786em;
        line-height: 1;
    }
    .bold_timeline_container.bold_timeline_container_button_size_small .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
    .bold_timeline_container .bold_timeline_item_button_size_small.bold_timeline_item_button {
        font-size: .75em;
    }
    .bold_timeline_container.bold_timeline_container_button_size_normal .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
    .bold_timeline_container .bold_timeline_item_button_size_normal.bold_timeline_item_button {
        font-size: .875em;
    }
    .bold_timeline_container.bold_timeline_container_button_size_large .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
    .bold_timeline_container .bold_timeline_item_button_size_large.bold_timeline_item_button {
        font-size: 1em;
    }

    /* Custom line height on headlines that stand out */
    .btHeadlineLineHeight150 h1,
    .btHeadlineLineHeight150 h2,
    .btHeadlineLineHeight150 h3,
    .btHeadlineLineHeight150 h4,
    .btHeadlineLineHeight150 h5,
    .btHeadlineLineHeight150 h6 {
        line-height: 1.5;
    }

    /* Timetable */
    .mptt-shortcode-wrapper .mptt-shortcode-table {
        margin: 0;
        border: 0;
        table-layout: fixed;
    }
    .rtl .mptt-shortcode-wrapper .mptt-shortcode-table {
        direction: rtl;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
        background: transparent;
        border: 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: .5rem 1rem;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th,
    .btDarkSkin .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th,
    .btLightSkin .btDarkSkin .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
        border-color: rgba(34,34,34,.1);
        color: #181818;
    }
    .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th,
    .btLightSkin .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th,
    .btDarkSkin.btLightSkin .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
        border-color: rgba(255,255,255,.2);
        color: #fff;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:first-child {
        width: 10%;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
        background-color: #fdabb7;
        color: #fff;
        transition: 200ms ease all;
        outline: none;
        height: auto !important;
        bottom: -1px;
    }
    .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container,
    .btDarkSkin .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container,
    .btLightSkin .btDarkSkin .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
        box-shadow: 0 0 0 1px #fff inset;
    }
    .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container,
    .btLightSkin .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container,
    .btDarkSkin.btLightSkin .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
        box-shadow: 0 0 0 1px #191919 inset;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
        background-color: #333c4a;
        color: #fff;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
        text-decoration: none !important;
        font-weight: 700;
        font-size: 1em;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        margin: 0 .25rem;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle,
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
        font-size: .875em;
        opacity: .5;
        margin: 0 .25rem;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
        margin: 0 .25rem;
        font-size: .875em;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
        border: 0;
        border-bottom: 1px solid;
    }
    .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td,
    .btDarkSkin .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td,
    .btLightSkin .btDarkSkin .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
        border-color: rgba(34,34,34,.1);
    }
    .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td,
    .btLightSkin .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td,
    .btDarkSkin.btLightSkin .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
        border-color: rgba(255,255,255,.2);
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
        border: 0;
        border-bottom: 1px solid;
        padding: 0 .625em !important;
    }
    .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours,
    .btDarkSkin .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours,
    .btLightSkin .btDarkSkin .btLightSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
        border-color: rgba(34,34,34,.1);
        color: #181818;
    }
    .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours,
    .btLightSkin .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours,
    .btDarkSkin.btLightSkin .btDarkSkin .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
        border-color: rgba(255,255,255,.2);
        color: #fff;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n + 2) {
        background: transparent;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.event {
        background: transparent;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-column-title {
        margin: 1rem 0;
        font-size: 1.875em;
        font-weight: bold;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list {
        margin: 1em 0;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
        margin-bottom: 1em;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .mptt-event-title {
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-size: 1.25em;
    }
    @media (max-width: 768px) {
        html.bt_bb_touch .bt_bb_parallax {
            background-position: center !important;
            background-attachment: scroll !important;
            transform: none !important;
        }
    }

    /* Menu Item */
    .bt_bb_menu_item .bt_bb_menu_item_title_price {
        justify-content: space-between;
        margin-bottom: .5em;
        display: flex;
        align-items: flex-end;
    }
    .btNoText.bt_bb_menu_item .bt_bb_menu_item_title_price {
        margin: 0 !important;
    }
    .bt_bb_align_left .bt_bb_align_right.bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_center .bt_bb_align_right.bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_left .bt_bb_align_right .bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_center .bt_bb_align_right .bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_right.bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_right .bt_bb_menu_item .bt_bb_menu_item_title_price {
        flex-direction: row-reverse;
    }
    .bt_bb_align_left .bt_bb_align_center.bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_right .bt_bb_align_center.bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_left .bt_bb_align_center .bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_right .bt_bb_align_center .bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_center.bt_bb_menu_item .bt_bb_menu_item_title_price,.bt_bb_align_center .bt_bb_menu_item .bt_bb_menu_item_title_price {
        display: block;
        margin-bottom: .25em;
    }
    .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title {
        line-height: 1;
    }
    .bt_bb_align_left .bt_bb_align_right.bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_center .bt_bb_align_right.bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_left .bt_bb_align_right .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_center .bt_bb_align_right .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_right.bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_right .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title {
        flex-direction: row-reverse;
    }
    .bt_bb_align_left .bt_bb_align_center.bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_right .bt_bb_align_center.bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_left .bt_bb_align_center .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_right .bt_bb_align_center .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_center.bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title,.bt_bb_align_center .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title {
        display: block;
    }
    .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_title span {
        font-size: 1.1em;
        line-height: 1;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        display: inline-block;
    }
    .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_separator {
        flex: 1 1 auto;
        height: 1px;
        background-image: radial-gradient(circle closest-side,currentColor 99%,transparent 1%);
        background-size: 9px 1px;
        background-position: right top;
        margin: .2em .5em;
        background-repeat: repeat;
        opacity: .5;
    }
    .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_price {
        line-height: 1;
    }
    .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_price span {
        font-size: 1em;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-weight: bold;
        line-height: 1;
        display: inline-block;
        text-align: right;
    }
    .bt_bb_menu_item .bt_bb_menu_item_description {
        max-width: 70%;
    }
    .bt_bb_menu_item .bt_bb_menu_item_description span {
        line-height: 1.5;
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        opacity: .5;
    }
    @media (max-width: 480px) {
        .bt_bb_menu_item .bt_bb_menu_item_title_price {
            display: block;
        }
        .bt_bb_menu_item .bt_bb_menu_item_title_price .bt_bb_menu_item_separator {
            margin: 1em 0;
        }
        .bt_bb_menu_item .bt_bb_menu_item_description {
            max-width: 100%;
        }
    }

    *,
    *:after,
    *:before {
        box-sizing: border-box;
    }

    /* Items */
    .bt_bb_organic_animation {
        max-width: 500px;
        display: inline-block;
    }
    .bt_bb_organic_animation .item {
        position: relative;
        max-width: 100%;
        margin: 0 0 0 auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        grid-column: span 2;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .bt_bb_organic_animation .item .item__svg {
        position: relative;
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    .bt_bb_organic_animation .item .item__clippath,
    .bt_bb_organic_animation .item .item__deco,
    .bt_bb_organic_animation .item .item__img {
        transform-origin: 50% 50%;
    }
    .bt_bb_organic_animation_fill.bt_bb_organic_animation .item .item__deco {
        fill: #333c4a;
    }
    .bt_bb_organic_animation_fill_accent.bt_bb_organic_animation .item .item__deco {
        fill: #fdabb7;
    }
    .bt_bb_organic_animation_fill_gray_transparent.bt_bb_organic_animation .item .item__deco {
        fill: rgba(0,0,0,.1);
        fill: rgba(242,242,244,1);
    }
    .bt_bb_organic_animation_stroke.bt_bb_organic_animation .item .item__deco,
    .bt_bb_organic_animation_stroke_accent.bt_bb_organic_animation .item .item__deco,
    .bt_bb_organic_animation_stroke_dark.bt_bb_organic_animation .item .item__deco {
        fill: transparent;
        stroke-width: 5px;
    }
    .bt_bb_organic_animation_stroke.bt_bb_organic_animation .item .item__deco {
        stroke: #333c4a;
    }
    .bt_bb_organic_animation_stroke_accent.bt_bb_organic_animation .item .item__deco {
        stroke: #fdabb7;
    }
    .bt_bb_organic_animation_stroke_dark.bt_bb_organic_animation .item .item__deco {
        stroke: #181818;
    }
    .bt_bb_organic_animation .item .item__meta {
        position: absolute;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .bt_bb_organic_animation .item .item__meta .item__meta_inner {
        width: 100%;
        flex: 1 0 100%;
    }
    .bt_bb_organic_animation .item .item__meta .item__meta_inner:before {
        font-family: "Essential";
        content: "\e900";
        font-size: 2rem;
        color: #181818;
        box-shadow: 0 0 0 100px rgba(255,255,255,.8) inset;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%;
        margin-left: -1em;
        display: none;
    }
    .bt_bb_button_exist.bt_bb_organic_animation .item .item__meta .item__meta_inner:before {
        display: flex;
        opacity: 1;
        transition: 300ms ease all;
        top: 50%;
        margin-top: -1em;
    }
    .bt_bb_subheadline_exist.bt_bb_organic_animation .item .item__meta .item__meta_inner:before,
    .bt_bb_headline_exist.bt_bb_organic_animation .item .item__meta .item__meta_inner:before,
    .bt_bb_headline_exist.bt_bb_subheadline_exist.bt_bb_organic_animation .item .item__meta .item__meta_inner:before {
        position: relative;
        left: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .bt_bb_organic_animation .item .item__meta .item__number {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 12.5% 0 0 3em;
        letter-spacing: .5em;
        text-transform: uppercase;
        opacity: 0;
    }
    .bt_bb_organic_animation .item .item__meta .item__number:hover {
        opacity: .1;
    }
    .bt_bb_organic_animation .item .item__meta .item__specimen {
        font-size: 5em;
        font-weight: 500;
        line-height: .9;
        vertical-align: text-bottom;
        letter-spacing: -.025em;
    }
    .bt_bb_organic_animation .item .item__meta .item__reference {
        font-size: 1.25em;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
    .bt_bb_organic_animation .item .item__meta .item__icon {
        position: absolute;
        top: 10%;
        right: 10%;
    }
    .bt_bb_icon_size_small.bt_bb_organic_animation .item .item__meta .item__icon {
        top: 15%;
        right: 15%;
    }
    .bt_bb_organic_animation .item .item__meta .item__icon .bt_bb_icon_holder svg {
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        line-height: inherit;
        align-content: center;
        align-items: center;
        justify-content: center;
        transition: all 280ms ease;
        margin-left: auto;
        box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
        width: 3em;
        height: 3em;
        font-size: 1.8em;
        padding: .4em;
    }
    .bt_bb_icon_size_small.bt_bb_organic_animation .item .item__meta .item__icon .bt_bb_icon_holder svg {
        font-size: 1.2em;
        padding: .4em;
    }
    .bt_bb_organic_animation .item .item__meta .item__title {
        font-size: 1.25em;
        width: 100%;
        max-width: 200px;
        margin: .5em auto 0;
        padding: 0;
        text-align: center;
        color: #fff;
    }
    .bt_bb_title_size_normal.bt_bb_organic_animation .item .item__meta .item__title {
        font-size: 1.5625em;
    }
    .bt_bb_title_size_large.bt_bb_organic_animation .item .item__meta .item__title {
        font-size: 2.5em;
    }
    .btHeadingWeight_black .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 900;
    }
    .btHeadingWeight_bolder .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 800;
    }
    .btHeadingWeight_bold .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 700;
    }
    .btHeadingWeight_semi-bold .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 600;
    }
    .btHeadingWeight_medium .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 500;
    }
    .btHeadingWeight_normal .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 400;
    }
    .btHeadingWeight_light .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 300;
    }
    .btHeadingWeight_lighter .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 200;
    }
    .btHeadingWeight_thin .bt_bb_organic_animation .item .item__meta .item__title {
        font-weight: 100;
    }
    .bt_bb_organic_animation .item .item__meta .item__subtitle {
        font-size: .875em;
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        font-weight: 400;
        width: 100%;
        margin: .5em 0 0;
        text-align: center;
        opacity: 1;
        color: #fff;
    }
    .bt_bb_title_size_normal.bt_bb_organic_animation .item .item__meta .item__subtitle {
        font-size: .875em;
    }
    .bt_bb_title_size_large.bt_bb_organic_animation .item .item__meta .item__subtitle {
        font-size: 1em;
    }
    .bt_bb_style_outline.bt_bb_organic_animation .item .item__meta .item__subtitle + .item__button_text,
    .bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__subtitle + .item__button_text {
        margin-top: 1em;
    }
    .bt_bb_style_outline.bt_bb_organic_animation .item .item__meta .item__title + .item__button_text,
    .bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__title + .item__button_text {
        margin-top: 1em;
    }
    .bt_bb_organic_animation .item .item__meta .item__button_text {
        font-size: .75rem;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        letter-spacing: .5px;
        width: 100%;
        padding: 1em 0;
        text-align: center;
        opacity: 0;
        font-weight: 400;
        margin-top: -2em;
        transition: 300ms ease all;
    }
    .bt_bb_button_size_medium.bt_bb_organic_animation .item .item__meta .item__button_text {
        font-size: .875rem;
    }
    .bt_bb_button_size_large.bt_bb_organic_animation .item .item__meta .item__button_text {
        font-size: 1.125rem;
    }
    .bt_bb_organic_animation .item .item__meta .item__button_text a {
        color: #fff;
        background-color: transparent;
        transition: all 300ms ease;
        display: inline-block;
        line-height: 1;
    }
    .btSoftRoundedButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btHardRoundedButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .bt_bb_organic_animation .item .item__meta .item__button_text a:after {
        content: "\f061";
        font-family: FontAwesome;
        font-size: inherit;
        font-weight: 400;
        display: inline;
        padding-left: .8em;
    }
    .bt_bb_organic_animation .item .item__meta .item__button_text a:hover {
        color: #181818;
        transform: translateY(-3px);
    }
    .bt_bb_style_outline.bt_bb_organic_animation .item .item__meta .item__button_text a {
        color: #fff;
        width: auto;
        padding: 1.357em 1.786em;
        box-shadow: 0 0 0 2px #fff inset,0 20px 30px rgba(34,34,34,.2);
    }
    .bt_bb_style_outline.bt_bb_organic_animation .item .item__meta .item__button_text a:hover {
        box-shadow: 0 0 0 2px ($darkFontColor) inset,0 7.5px 15px rgba(34,34,34,.2);
    }
    .bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__button_text a {
        color: #181818;
        background: #fff;
        width: auto;
        padding: 1.357em 1.786em;
        color: #181818;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    .bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__button_text a:hover {
        color: #181818;
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .bt_bb_style_outline.bt_bb_button_size_medium.bt_bb_organic_animation .item .item__meta .item__button_text a,
    .bt_bb_style_filled.bt_bb_button_size_medium.bt_bb_organic_animation .item .item__meta .item__button_text a {
        padding: 1.357em 1.786em;
    }
    .bt_bb_style_outline.bt_bb_button_size_large.bt_bb_organic_animation .item .item__meta .item__button_text a,
    .bt_bb_style_filled.bt_bb_button_size_large.bt_bb_organic_animation .item .item__meta .item__button_text a {
        padding: 1.357em 1.786em;
    }
    .bt_bb_subheadline_exist.bt_bb_button_exist.bt_bb_organic_animation .item .item__meta .item__button_text,
    .bt_bb_headline_exist.bt_bb_button_exist.bt_bb_organic_animation .item .item__meta .item__button_text,
    .bt_bb_headline_exist.bt_bb_subheadline_exist.bt_bb_button_exist.bt_bb_organic_animation .item .item__meta .item__button_text {
        position: absolute;
        bottom: 3.5em;
    }
    .bt_bb_organic_animation.bt_bb_button_exist:hover .item .item__meta .item__meta_inner:before {
        opacity: 0;
    }
    .bt_bb_organic_animation.bt_bb_button_exist:hover .item .item__meta .item__meta_inner .item__button_text {
        display: block;
    }
    .bt_bb_organic_animation.bt_bb_subheadline_exist.bt_bb_button_exist:hover .item .item__meta .item__meta_inner:before,
    .bt_bb_organic_animation.bt_bb_headline_exist.bt_bb_button_exist:hover .item .item__meta .item__meta_inner:before,
    .bt_bb_organic_animation.bt_bb_headline_exist.bt_bb_subheadline_exist.bt_bb_button_exist:hover .item .item__meta .item__meta_inner:before {
        margin-bottom: -2em;
        transform: translateY(-2em);
    }
    @media (max-width: 780px) {
        .bt_bb_organic_animation .item .item__meta .item__button_text {
            opacity: 1 !important;
            transform: translateY(0%) !important;
        }
    }

    @media (max-width: 480px) {
        .bt_bb_title_size_large.bt_bb_organic_animation .item .item__meta .item__title {
            font-size: 2em;
        }
        .bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__button_text a {
            box-shadow: 0 0 0 0 #fdabb7 inset !important;
            padding: 1em 0 !important;
        }
    }

    /* Floating image */
    .bt_bb_floating_image {
        position: absolute;
    }
    .bt_bb_floating_image_vertical_position_top.bt_bb_floating_image {
        top: 0;
    }
    .bt_bb_floating_image_vertical_position_middle.bt_bb_floating_image {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    .bt_bb_floating_image_vertical_position_bottom.bt_bb_floating_image {
        bottom: 0;
    }
    .bt_bb_floating_image_horizontal_position_left.bt_bb_floating_image {
        left: 0;
    }
    .bt_bb_floating_image_horizontal_position_center.bt_bb_floating_image {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .bt_bb_floating_image_horizontal_position_right.bt_bb_floating_image {
        right: 0;
    }
    .bt_bb_floating_image .bt_bb_floating_image_image {
        transform: translateY(0);
        transition: transform 1200ms ease-out;
    }
    .bt_bb_floating_image_animation_style_ease_out.bt_bb_floating_image .bt_bb_floating_image_image {
        transition: transform 1200ms ease-out;
    }
    .bt_bb_floating_image_animation_style_ease_out_sine.bt_bb_floating_image .bt_bb_floating_image_image {
        transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
    }
    .bt_bb_floating_image_animation_style_ease_in.bt_bb_floating_image .bt_bb_floating_image_image {
        transition: transform 1200ms ease-in;
    }
    .bt_bb_floating_image_animation_style_ease_in_sine.bt_bb_floating_image .bt_bb_floating_image_image {
        transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
    }
    .bt_bb_floating_image_animation_style_ease_in_out.bt_bb_floating_image .bt_bb_floating_image_image {
        transition: transform 1200ms ease-in-out;
    }
    .bt_bb_floating_image_animation_style_ease_in_out_sine.bt_bb_floating_image .bt_bb_floating_image_image {
        transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
    }
    .bt_bb_floating_image_animation_style_ease_in_out_back.bt_bb_floating_image .bt_bb_floating_image_image {
        transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
    }
    .bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 2) {
        transition-duration: 1400ms;
    }
    .bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 3) {
        transition-duration: 1600ms;
    }
    .bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 4) {
        transition-duration: 1800ms;
    }

    /* Animation duration */
    .bt_bb_floating_image_animation_duration_0.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 0ms;
    }
    .bt_bb_floating_image_animation_duration_100.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 100ms;
    }
    .bt_bb_floating_image_animation_duration_200.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 200ms;
    }
    .bt_bb_floating_image_animation_duration_300.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 300ms;
    }
    .bt_bb_floating_image_animation_duration_400.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 400ms;
    }
    .bt_bb_floating_image_animation_duration_500.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 500ms;
    }
    .bt_bb_floating_image_animation_duration_600.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 600ms;
    }
    .bt_bb_floating_image_animation_duration_700.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 700ms;
    }
    .bt_bb_floating_image_animation_duration_800.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 800ms;
    }
    .bt_bb_floating_image_animation_duration_900.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 900ms;
    }
    .bt_bb_floating_image_animation_duration_1000.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1000ms;
    }
    .bt_bb_floating_image_animation_duration_1100.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1100ms;
    }
    .bt_bb_floating_image_animation_duration_1200.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1200ms;
    }
    .bt_bb_floating_image_animation_duration_1300.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1300ms;
    }
    .bt_bb_floating_image_animation_duration_1400.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1400ms;
    }
    .bt_bb_floating_image_animation_duration_1500.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1500ms;
    }
    .bt_bb_floating_image_animation_duration_1600.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1600ms;
    }
    .bt_bb_floating_image_animation_duration_1700.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1700ms;
    }
    .bt_bb_floating_image_animation_duration_1800.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1800ms;
    }
    .bt_bb_floating_image_animation_duration_1900.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 1900ms;
    }
    .bt_bb_floating_image_animation_duration_2000.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 2000ms;
    }
    .bt_bb_floating_image_animation_duration_2500.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 2500ms;
    }
    .bt_bb_floating_image_animation_duration_3000.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 3000ms;
    }
    .bt_bb_floating_image_animation_duration_3500.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 3500ms;
    }
    .bt_bb_floating_image_animation_duration_4000.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 4000ms;
    }
    .bt_bb_floating_image_animation_duration_5000.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 5000ms;
    }
    .bt_bb_floating_image_animation_duration_6000.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-duration: 6000ms;
    }

    /* Animation delay */
    .bt_bb_floating_image_animation_delay_0.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 0ms;
    }
    .bt_bb_floating_image_animation_delay_100.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 100ms;
    }
    .bt_bb_floating_image_animation_delay_200.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 200ms;
    }
    .bt_bb_floating_image_animation_delay_300.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 300ms;
    }
    .bt_bb_floating_image_animation_delay_400.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 400ms;
    }
    .bt_bb_floating_image_animation_delay_500.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 500ms;
    }
    .bt_bb_floating_image_animation_delay_600.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 600ms;
    }
    .bt_bb_floating_image_animation_delay_700.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 700ms;
    }
    .bt_bb_floating_image_animation_delay_800.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 800ms;
    }
    .bt_bb_floating_image_animation_delay_900.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 900ms;
    }
    .bt_bb_floating_image_animation_delay_1000.bt_bb_floating_image .bt_bb_floating_image_image {
        transition-delay: 1000ms;
    }

    /* Product lists */
    .woocommerce-result-count,
    .woocommerce-ordering {
        width: 50%;
        float: left;
        margin: 0;
        line-height: 3.75em;
        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 -.625em 1rem;
        padding: 0;
        list-style: none;
        clear: both;
        display: flex;
        flex-wrap: wrap;
    }
    .products ul li.product,
    ul.products li.product {
        width: 100%;
        padding: 0 .625em;
        margin: 0 0 1em;
        position: relative;
        list-style: none;
        display: flex;
    }
    .products ul li.product.first,
    ul.products li.product.first {
        clear: both;
    }
    .products ul li.product .btWooShopLoopItemInner,
    ul.products li.product .btWooShopLoopItemInner {
        padding: 0 1.875em 6em;
        position: relative;
        overflow: hidden;
        transition: 300ms ease all;
        width: 100%;
        min-height: auto !important;
    }
    .products ul li.product .btWooShopLoopItemInner:after,
    ul.products li.product .btWooShopLoopItemInner:after {
        content: " ";
        display: table;
        width: 100%;
        clear: both;
    }
    .products ul li.product .btWooShopLoopItemInner:after,
    ul.products li.product .btWooShopLoopItemInner:after {
        display: block;
        content: "";
        background: currentColor;
        position: absolute;
        left: 0;
        top: 0;
        right: -1px;
        bottom: 0;
        opacity: .05;
        pointer-events: none;
        z-index: -1;
        transition: 300ms ease all;
    }
    .btDarkSkin .products ul li.product .btWooShopLoopItemInner:after,
    .btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner:after,
    .btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner:after,
    .btDarkSkin ul.products li.product .btWooShopLoopItemInner:after,
    .btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner:after,
    .btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner:after {
        opacity: .05;
    }
    .products ul li.product .btWooShopLoopItemInner > img,
    ul.products li.product .btWooShopLoopItemInner > img {
        margin-left: -1.875em;
        margin-right: -1.875em;
        margin-bottom: 1.875em;
        width: auto;
        display: block;
        max-width: calc(100% + 3.75em);
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_image,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_image {
        margin-left: -1.875em;
        margin-right: -1.875em;
        margin-bottom: 1.875em;
        float: none;
        position: relative;
    }
    .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);
        transition: 300ms ease all;
        width: calc(100% - 4px);
        display: block;
        margin: 2px auto 0;
    }
    .home .bt_bb_image img {
        max-height: 200px;
        object-fit: cover;
    }
    .btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
    .btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
    .btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
    .btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img,
    .btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img,
    .btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
        border: 1px solid rgba(255,255,255,.05);
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_image a:before,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_image a:before {
        font-size: 1.25em;
        display: block;
        content: "\e900";
        font-family: Essential;
        width: 2.25em;
        height: 2.25em;
        line-height: 2.25;
        text-align: center;
        background: #fdabb7;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1.125em 0 0 -1.125em;
        opacity: 0;
        z-index: 2;
        pointer-events: none;
        transition: 300ms ease all;
        transform: scale(1.25);
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_image:after,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_image:after {
        position: absolute;
        display: block;
        content: "";
        left: 0;
        bottom: 0;
        right: 0;
        height: 5em;
        background: linear-gradient(to bottom,transparent 0%,#fff 80%);
        opacity: .75;
        pointer-events: none;
        z-index: 10;
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_image:before,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_image:before {
        position: absolute;
        content: "";
        display: block;
        background: rgba(34,34,34,.5);
        top: -2px;
        bottom: 0;
        left: -1px;
        right: -1px;
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        transition: 300ms ease all;
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_headline,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_headline {
        margin: 1em 0 .75em;
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_content a:hover,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_content a:hover {
        color: #fdabb7;
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_superheadline,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_superheadline {
        margin-top: .5em;
    }
    .rtl .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_superheadline,
    .rtl ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_superheadline {
        flex-direction: row;
    }
    .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: 0;
        position: absolute;
        top: -5.5em;
        z-index: 20;
        pointer-events: none;
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating {
        display: none;
    }
    .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 .bt_bb_headline .bt_bb_headline_subheadline .star-rating,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating {
        font-size: 1rem;
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating:before,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating:before {
        color: #181818;
    }
    .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating span:before,
    ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .star-rating span:before {
        color: #333c4a;
    }
    .products ul li.product .btWooShopLoopItemInner .price,
    ul.products li.product .btWooShopLoopItemInner .price {
        display: block;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 1.25em;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .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: .3;
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: 300;
        text-decoration: none;
        position: relative;
    }
    .products ul li.product .btWooShopLoopItemInner .price del:after,
    ul.products li.product .btWooShopLoopItemInner .price del:after {
        display: block;
        position: absolute;
        content: "";
        background: currentColor;
        height: 2px;
        top: 45%;
        left: -2px;
        right: -2px;
        z-index: -1;
    }
    .products ul li.product .btWooShopLoopItemInner .price ins,
    ul.products li.product .btWooShopLoopItemInner .price ins {
        background: 0 0;
        font-weight: 400;
        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;
        display: inline-block;
        position: relative;
        font-size: .875em;
        line-height: 1.1;
        padding: 1.357em 1.786em;
        height: auto;
        position: absolute;
        left: 1.875rem;
        bottom: 1.875rem;
        max-width: calc(100% - 3.75rem);
    }
    .rtl .products ul li.product .btWooShopLoopItemInner a.button,
    .rtl ul.products li.product .btWooShopLoopItemInner a.button {
        left: auto;
        right: 1.875em;
    }
    .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.125em/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: #333c4a;
        color: #fff;
    }
    .products ul li.product .btWooShopLoopItemInner .loading:after,
    ul.products li.product .btWooShopLoopItemInner .loading:after {
        content: "\f1ce";
        animation: spin 2s linear infinite;
        font-family: FontAwesome;
    }
    .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: .875em;
        transition: 200ms ease all;
        position: absolute;
        bottom: 3em;
        right: 2em;
        opacity: .5;
        color: currentColor;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
    }
    .products ul li.product .btWooShopLoopItemInner .added_to_cart:hover,
    ul.products li.product .btWooShopLoopItemInner .added_to_cart:hover {
        opacity: 1;
    }
    .rtl .products ul li.product .btWooShopLoopItemInner .added_to_cart,
    .rtl ul.products li.product .btWooShopLoopItemInner .added_to_cart {
        right: auto;
        left: 2em;
    }
    .products ul li.product .btWooShopLoopItemInner:hover,
    ul.products li.product .btWooShopLoopItemInner:hover {
        box-shadow: 0 2px 20px rgba(0,0,0,.2);
    }
    .products ul li.product .btWooShopLoopItemInner:hover .bt_bb_image:before,
    ul.products li.product .btWooShopLoopItemInner:hover .bt_bb_image:before {
        opacity: .5;
    }
    .products ul li.product .btWooShopLoopItemInner:hover .bt_bb_image a:before,
    ul.products li.product .btWooShopLoopItemInner:hover .bt_bb_image a:before {
        opacity: 1;
        transform: scale(1);
        transition-delay: 100ms;
        box-shadow: 0 7.5px 15px rgba(0,0,0,.4);
    }
    .products ul li.product .btWooShopLoopItemInner:hover:after,
    ul.products li.product .btWooShopLoopItemInner:hover:after {
        background: transparent;
    }
    .btShopSaleTagDesignHardRounded .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRoundedTopLeft .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRoundedTopRight .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRoundedBottomLeft .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRoundedBottomRight .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRounded .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRoundedTopLeft .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRoundedTopRight .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRoundedBottomLeft .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRoundedBottomRight .products ul li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRounded ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRoundedTopLeft ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRoundedTopRight ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRoundedBottomLeft ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignHardRoundedBottomRight ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRounded ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRoundedTopLeft ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRoundedTopRight ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRoundedBottomLeft ul.products li.product .btWooShopLoopItemInner:hover .onsale,
    .btShopSaleTagDesignSoftRoundedBottomRight ul.products li.product .btWooShopLoopItemInner:hover .onsale {
        background: #333c4a;
    }
    .products ul li.product .onsale,
    ul.products li.product .onsale {
        position: absolute;
        top: 1em;
        right: 1em;
        left: auto;
        z-index: 2;
        transition: 300ms ease all;
    }
    .btShopSaleTagDesignHardRounded .products ul li.product .onsale,
    .btShopSaleTagDesignHardRoundedTopLeft .products ul li.product .onsale,
    .btShopSaleTagDesignHardRoundedTopRight .products ul li.product .onsale,
    .btShopSaleTagDesignHardRoundedBottomLeft .products ul li.product .onsale,
    .btShopSaleTagDesignHardRoundedBottomRight .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRounded .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRoundedTopLeft .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRoundedTopRight .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRoundedBottomLeft .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRoundedBottomRight .products ul li.product .onsale,
    .btShopSaleTagDesignSquare .products ul li.product .onsale,
    .btShopSaleTagDesignHardRounded ul.products li.product .onsale,
    .btShopSaleTagDesignHardRoundedTopLeft ul.products li.product .onsale,
    .btShopSaleTagDesignHardRoundedTopRight ul.products li.product .onsale,
    .btShopSaleTagDesignHardRoundedBottomLeft ul.products li.product .onsale,
    .btShopSaleTagDesignHardRoundedBottomRight ul.products li.product .onsale,
    .btShopSaleTagDesignSoftRounded ul.products li.product .onsale,
    .btShopSaleTagDesignSoftRoundedTopLeft ul.products li.product .onsale,
    .btShopSaleTagDesignSoftRoundedTopRight ul.products li.product .onsale,
    .btShopSaleTagDesignSoftRoundedBottomLeft ul.products li.product .onsale,
    .btShopSaleTagDesignSoftRoundedBottomRight ul.products li.product .onsale,
    .btShopSaleTagDesignSquare ul.products li.product .onsale {
        border-radius: 4px;
        background: #333c4a;
        color: #fff;
        font-size: 1.125em;
        font-weight: normal;
        width: 3.6em;
        height: 3.6em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: .8;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .rtl.btShopSaleTagDesignHardRounded .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignHardRoundedTopLeft .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignHardRoundedTopRight .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignHardRoundedBottomLeft .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignHardRoundedBottomRight .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRounded .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedTopLeft .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedTopRight .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedBottomLeft .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedBottomRight .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignSquare .products ul li.product .onsale,
    .rtl.btShopSaleTagDesignHardRounded ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignHardRoundedTopLeft ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignHardRoundedTopRight ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignHardRoundedBottomLeft ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignHardRoundedBottomRight ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRounded ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedTopLeft ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedTopRight ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedBottomLeft ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedBottomRight ul.products li.product .onsale,
    .rtl.btShopSaleTagDesignSquare ul.products li.product .onsale {
        right: auto;
        left: 1em;
    }
    .btShopSaleTagDesignHardRounded .products ul li.product .onsale,
    .btShopSaleTagDesignHardRounded ul.products li.product .onsale {
        border-radius: 50%;
    }
    .btShopSaleTagDesignHardRoundedTopLeft .products ul li.product .onsale,
    .btShopSaleTagDesignHardRoundedTopLeft ul.products li.product .onsale {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .btShopSaleTagDesignHardRoundedTopRight .products ul li.product .onsale,
    .btShopSaleTagDesignHardRoundedTopRight ul.products li.product .onsale {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .btShopSaleTagDesignHardRoundedBottomLeft .products ul li.product .onsale,
    .btShopSaleTagDesignHardRoundedBottomLeft ul.products li.product .onsale {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .btShopSaleTagDesignHardRoundedBottomRight .products ul li.product .onsale,
    .btShopSaleTagDesignHardRoundedBottomRight ul.products li.product .onsale {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .btShopSaleTagDesignSoftRoundedTopLeft .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRoundedTopLeft ul.products li.product .onsale {
        border-top-left-radius: 0;
    }
    .btShopSaleTagDesignSoftRoundedTopRight .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRoundedTopRight ul.products li.product .onsale {
        border-top-right-radius: 0;
    }
    .btShopSaleTagDesignSoftRoundedBottomLeft .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRoundedBottomLeft ul.products li.product .onsale {
        border-bottom-left-radius: 0;
    }
    .btShopSaleTagDesignSoftRoundedBottomRight .products ul li.product .onsale,
    .btShopSaleTagDesignSoftRoundedBottomRight ul.products li.product .onsale {
        border-bottom-right-radius: 0;
    }
    .btShopSaleTagDesignSquare .products ul li.product .onsale,
    .btShopSaleTagDesignSquare ul.products li.product .onsale {
        border-radius: 0;
    }
    .products ul li.product.product-category,
    ul.products li.product.product-category {
        text-align: initial;
    }
    .products ul li.product.product-category a,
    ul.products li.product.product-category a {
        color: inherit;
        display: block;
        position: relative;
        transition: 300ms ease all;
        width: 100%;
    }
    .products ul li.product.product-category a:before,
    ul.products li.product.product-category a:before {
        display: block;
        content: "";
        background: currentColor;
        position: absolute;
        left: 0;
        top: 0;
        right: -1px;
        bottom: 0;
        opacity: .05;
        pointer-events: none;
        z-index: -1;
        transition: 300ms ease all;
    }
    .products ul li.product.product-category a h2,
    ul.products li.product.product-category a h2 {
        display: block;
        padding: 1.2em;
        font-size: 1.5625em;
        transition: 200ms ease all;
        position: relative;
    }
    .products ul li.product.product-category a h2 .count,
    ul.products li.product.product-category a h2 .count {
        opacity: .5;
        background: transparent;
        font-weight: normal;
    }
    .btLightSkin .products ul li.product.product-category a h2 .count,
    .btDarkSkin .btLightSkin .products ul li.product.product-category a h2 .count,
    .btLightSkin .btDarkSkin .btLightSkin .products ul li.product.product-category a h2 .count,
    .btLightSkin ul.products li.product.product-category a h2 .count,
    .btDarkSkin .btLightSkin ul.products li.product.product-category a h2 .count,
    .btLightSkin .btDarkSkin .btLightSkin ul.products li.product.product-category a h2 .count {
        color: #181818;
    }
    .btDarkSkin .products ul li.product.product-category a h2 .count,
    .btLightSkin .btDarkSkin .products ul li.product.product-category a h2 .count,
    .btDarkSkin.btLightSkin .btDarkSkin .products ul li.product.product-category a h2 .count,
    .btDarkSkin ul.products li.product.product-category a h2 .count,
    .btLightSkin .btDarkSkin ul.products li.product.product-category a h2 .count,
    .btDarkSkin.btLightSkin .btDarkSkin ul.products li.product.product-category a h2 .count {
        color: #fff;
    }
    .products ul li.product.product-category a img,
    ul.products li.product.product-category a img {
        display: block;
        max-width: calc(100% - 3px);
        margin: 2px 2px 0;
    }
    .products ul li.product.product-category a:hover,
    ul.products li.product.product-category a:hover {
        box-shadow: 0 2px 20px rgba(0,0,0,.2);
    }
    .products ul li.product.product-category a:hover:before,
    ul.products li.product.product-category a:hover:before {
        opacity: 0;
    }
    .products ul li.product.product-category a:hover h2,
    ul.products li.product.product-category a:hover h2 {
        color: #fdabb7;
    }
    .btLightSkin .products ul li.product.product-category a:hover h2 .count,
    .btDarkSkin .btLightSkin .products ul li.product.product-category a:hover h2 .count,
    .btLightSkin .btDarkSkin .btLightSkin .products ul li.product.product-category a:hover h2 .count,
    .btLightSkin ul.products li.product.product-category a:hover h2 .count,
    .btDarkSkin .btLightSkin ul.products li.product.product-category a:hover h2 .count,
    .btLightSkin .btDarkSkin .btLightSkin ul.products li.product.product-category a:hover h2 .count {
        color: #181818;
    }
    .btDarkSkin .products ul li.product.product-category a:hover h2 .count,
    .btLightSkin .btDarkSkin .products ul li.product.product-category a:hover h2 .count,
    .btDarkSkin.btLightSkin .btDarkSkin .products ul li.product.product-category a:hover h2 .count,
    .btDarkSkin ul.products li.product.product-category a:hover h2 .count,
    .btLightSkin .btDarkSkin ul.products li.product.product-category a:hover h2 .count,
    .btDarkSkin.btLightSkin .btDarkSkin ul.products li.product.product-category a:hover h2 .count {
        color: #fff;
    }
    .woocommerce-page li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .columns-2 li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .columns-3 li.product {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .columns-4 li.product {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .columns-5 li.product {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .columns-6 li.product {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
    .woocommerce-page .products.upsells li.product,
    .woocommerce-page .products.related li.product,
    .woocommerce-page .cross-sells .products li.product {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    /* 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: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    nav.woocommerce-pagination ul li {
        margin: 0;
        display: block;
    }
    nav.woocommerce-pagination ul li a,
    nav.woocommerce-pagination ul li span {
        display: flex;
        margin: 0;
        color: currentColor;
        min-width: 2em;
        min-height: 2em;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 300ms ease all;
    }
    nav.woocommerce-pagination ul li span {
        opacity: .4;
    }
    nav.woocommerce-pagination ul li a:hover {
        transform: scale(1.1);
        background: #333c4a;
        color: #fff;
    }
    .btLightSkin nav.woocommerce-pagination ul li a:hover,
    .btDarkSkin .btLightSkin nav.woocommerce-pagination ul li a:hover,
    .btLightSkin .btDarkSkin .btLightSkin nav.woocommerce-pagination ul li a:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .btDarkSkin nav.woocommerce-pagination ul li a:hover,
    .btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a:hover,
    .btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,.2);
    }
    nav.woocommerce-pagination ul li a.next,
    nav.woocommerce-pagination ul li a.prev {
        font-size: 0;
        display: flex;
        border-radius: 50%;
    }
    nav.woocommerce-pagination ul li a.next:before,
    nav.woocommerce-pagination ul li a.prev:before {
        width: 2.8125rem;
        display: block;
        text-align: center;
        font: 1.25rem/2.8125rem Essential;
        transition: all 500ms ease;
        border-radius: 50%;
        background: #fdabb7;
        color: #fff;
        font-weight: 400;
        margin: 0 .5em;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    nav.woocommerce-pagination ul li a.next:hover,
    nav.woocommerce-pagination ul li a.prev:hover {
        background: transparent;
        box-shadow: none;
        transform: none;
    }
    nav.woocommerce-pagination ul li a.next:hover:before,
    nav.woocommerce-pagination ul li a.prev:hover:before {
        transform: scale(1.125);
        box-shadow: 0 3px 30px rgba(34,34,34,.2);
    }
    nav.woocommerce-pagination ul li a.next:before {
        content: "\ea7d";
    }
    .rtl nav.woocommerce-pagination ul li a.next:before {
        content: "\ea7c";
    }
    nav.woocommerce-pagination ul li a.prev:before {
        content: "\ea7c";
    }
    .rtl nav.woocommerce-pagination ul li a.prev:before {
        content: "\ea7d";
    }

    /* Single product */
    div.product {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1em;
        position: relative;
        overflow: hidden;
    }
    div.product > .onsale {
        position: absolute;
        top: 1em;
        left: 1.75em;
        right: auto;
        z-index: 2;
        transition: 300ms ease all;
    }
    .btShopSaleTagDesignHardRounded div.product > .onsale,
    .btShopSaleTagDesignHardRoundedTopLeft div.product > .onsale,
    .btShopSaleTagDesignHardRoundedTopRight div.product > .onsale,
    .btShopSaleTagDesignHardRoundedBottomLeft div.product > .onsale,
    .btShopSaleTagDesignHardRoundedBottomRight div.product > .onsale,
    .btShopSaleTagDesignSoftRounded div.product > .onsale,
    .btShopSaleTagDesignSoftRoundedTopLeft div.product > .onsale,
    .btShopSaleTagDesignSoftRoundedTopRight div.product > .onsale,
    .btShopSaleTagDesignSoftRoundedBottomLeft div.product > .onsale,
    .btShopSaleTagDesignSoftRoundedBottomRight div.product > .onsale,
    .btShopSaleTagDesignSquare div.product > .onsale {
        border-radius: 4px;
        background: #333c4a;
        color: #fff;
        font-size: 1.125em;
        font-weight: normal;
        width: 3.6em;
        height: 3.6em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: .8;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        pointer-events: none;
    }
    .rtl.btShopSaleTagDesignHardRounded div.product > .onsale,
    .rtl.btShopSaleTagDesignHardRoundedTopLeft div.product > .onsale,
    .rtl.btShopSaleTagDesignHardRoundedTopRight div.product > .onsale,
    .rtl.btShopSaleTagDesignHardRoundedBottomLeft div.product > .onsale,
    .rtl.btShopSaleTagDesignHardRoundedBottomRight div.product > .onsale,
    .rtl.btShopSaleTagDesignSoftRounded div.product > .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedTopLeft div.product > .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedTopRight div.product > .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedBottomLeft div.product > .onsale,
    .rtl.btShopSaleTagDesignSoftRoundedBottomRight div.product > .onsale,
    .rtl.btShopSaleTagDesignSquare div.product > .onsale {
        left: auto;
        right: 1.75em;
    }
    .btShopSaleTagDesignHardRounded div.product > .onsale {
        border-radius: 50%;
    }
    .btShopSaleTagDesignHardRoundedTopLeft div.product > .onsale {
        border-radius: 50%;
        border-top-left-radius: 0;
    }
    .btShopSaleTagDesignHardRoundedTopRight div.product > .onsale {
        border-radius: 50%;
        border-top-right-radius: 0;
    }
    .btShopSaleTagDesignHardRoundedBottomLeft div.product > .onsale {
        border-radius: 50%;
        border-bottom-left-radius: 0;
    }
    .btShopSaleTagDesignHardRoundedBottomRight div.product > .onsale {
        border-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .btShopSaleTagDesignSoftRoundedTopLeft div.product > .onsale {
        border-top-left-radius: 0;
    }
    .btShopSaleTagDesignSoftRoundedTopRight div.product > .onsale {
        border-top-right-radius: 0;
    }
    .btShopSaleTagDesignSoftRoundedBottomLeft div.product > .onsale {
        border-bottom-left-radius: 0;
    }
    .btShopSaleTagDesignSoftRoundedBottomRight div.product > .onsale {
        border-bottom-right-radius: 0;
    }
    .btShopSaleTagDesignSquare div.product > .onsale {
        border-radius: 0;
    }
    div.product div.images {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 .5em;
        margin: 0 0 1em;
        position: relative;
    }
    div.product div.images .woocommerce-product-gallery__trigger {
        position: absolute;
        z-index: 1;
        width: 2em;
    }
    div.product div.images .woocommerce-product-gallery__wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        padding: 1em .5em 0;
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
        position: relative;
        display: block;
        padding: 2px;
    }
    .btLightSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
    .btDarkSkin .btLightSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
    .btLightSkin .btDarkSkin .btLightSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
        background: rgba(24,24,24,.05);
    }
    .btDarkSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
    .btLightSkin .btDarkSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
    .btDarkSkin.btLightSkin .btDarkSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
        background: rgba(255,255,255,.05);
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
        width: 100%;
        display: block;
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:before {
        position: absolute;
        content: "";
        display: block;
        background: rgba(24,24,24,.5);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        transition: 300ms ease all;
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:after {
        font-size: 1.25em;
        display: block;
        content: "\e900";
        font-family: Essential;
        width: 2.25em;
        height: 2.25em;
        line-height: 2.25;
        text-align: center;
        background: #fdabb7;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1.125em 0 0 -1.125em;
        opacity: 0;
        z-index: 2;
        pointer-events: none;
        transition: 300ms ease all;
        transform: scale(1.25);
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover {
        box-shadow: 0 2px 20px rgba(0,0,0,.2);
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover:before {
        opacity: .8;
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover:after {
        opacity: 1;
        transform: scale(1);
        transition-delay: 100ms;
        box-shadow: 0 7.5px 15px rgba(0,0,0,.4);
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
        flex: 0 1 100%;
        padding: 0;
        margin: 0 .5em;
        border: 2px solid;
    }
    .btLightSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
    .btDarkSkin .btLightSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
    .btLightSkin .btDarkSkin .btLightSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
        border-color: rgba(24,24,24,.05);
    }
    .btDarkSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
    .btLightSkin .btDarkSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
    .btDarkSkin.btLightSkin .btDarkSkin div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
        border-color: rgba(255,255,255,.05);
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a {
        padding: 0;
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a:before,
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child a:after {
        display: none;
    }
    div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
        border: none;
        display: block;
    }
    div.product div.images.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
        flex: 0 0 100%;
    }
    div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
        flex: 0 0 50%;
    }
    div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
        flex: 0 0 33.3333%;
    }
    div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
        flex: 0 0 25%;
    }
    div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
        flex: 0 0 20%;
    }
    div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
        flex: 0 0 16.666%;
    }
    div.product div.images .woocommerce-product-gallery__image {
        float: left;
        padding: 0 px 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: 0 px 0 0;
        padding: 0;
        width: auto !important;
    }
    div.product div.images .woocommerce-product-gallery__trigger {
        position: absolute;
        right: 80px;
        top: 20px;
        font-size: 0;
        line-height: 0;
        z-index: 1;
    }
    div.product div.images .woocommerce-product-gallery__trigger:after {
        display: block;
        font-family: Essential;
        content: "\e900";
        border-radius: 50%;
        font-size: 1.25rem;
        width: 2.25em;
        line-height: 2.25em;
        text-align: center;
        transition: 300ms ease all;
        background: #fdabb7;
        color: #fff;
    }
    div.product div.images .woocommerce-product-gallery__trigger:hover:after {
        transform: scale(1.1);
        background: #333c4a;
        box-shadow: 0 7.5px 15px rgba(0,0,0,.4);
    }
    .rtl div.product div.images .woocommerce-product-gallery__trigger {
        right: auto;
        left: 80px;
    }
    div.product div.summary {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 1em;
        margin-bottom: 1em;
    }
    .btHideHeadline div.product div.summary {
        padding-top: 0;
    }
    div.product div.summary header {
        margin-bottom: 1.5em;
    }
    div.product div.summary header.bt_bb_dash_bottom.bt_bb_headline {
        padding-bottom: 1em;
        border-bottom: 1px solid;
    }
    .single-product.btHideHeadline div.product div.summary header.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
        display: none;
    }
    .btLightSkin div.product div.summary header.bt_bb_dash_bottom.bt_bb_headline {
        border-bottom-color: rgba(34,34,34,.1);
    }
    .btDarkSkin div.product div.summary header.bt_bb_dash_bottom.bt_bb_headline {
        border-bottom-color: rgba(255,255,255,.2);
    }
    div.product div.summary header.bt_bb_dash_bottom.bt_bb_headline h2 {
        font-weight: bold;
    }
    div.product div.summary .price {
        font-size: 3.5em;
        font-weight: 400;
        letter-spacing: -.03em;
        line-height: 1;
        margin-bottom: 1rem;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    }
    .btHideHeadline div.product div.summary .price {
        font-size: 2.5em;
    }
    div.product div.summary .price del {
        color: inherit;
        opacity: .3;
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: 300;
        text-decoration: none;
        position: relative;
    }
    div.product div.summary .price del:after {
        display: block;
        position: absolute;
        content: "";
        background: currentColor;
        height: 2px;
        top: 50%;
        left: -2px;
        right: -2px;
        z-index: -1;
    }
    div.product div.summary .price ins {
        text-decoration: none;
    }
    div.product div.summary .woocommerce-product-details__short-description {
        margin-bottom: 1rem;
    }
    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: 3.25em;
    }
    .rtl div.product div.summary form.cart .quantity {
        margin-right: 0;
        margin-left: .5em;
        float: right;
    }
    div.product div.summary form.cart .quantity input {
        display: inline-block;
        padding-right: 0;
    }
    .rtl div.product div.summary form.cart .quantity input {
        padding-right: 2.142857em;
        padding-left: 0;
    }
    div.product div.summary form.cart .group_table {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }
    div.product div.summary form.cart .group_table th,
    div.product div.summary form.cart .group_table td {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    div.product div.summary form.cart .group_table th .amount,
    div.product div.summary form.cart .group_table td .amount {
        font-family: "Playfair Display",Arial,Helvetica;
    }
    div.product div.summary form.cart .group_table .quantity {
        width: 70px;
        margin: 0;
    }
    div.product div.summary form.cart .group_table a {
        font-family: "Playfair Display",Arial,Helvetica;
        color: inherit;
        font-weight: 800;
        letter-spacing: -.03em;
        margin: 0 1em;
    }
    div.product div.summary form.cart .group_table a:hover {
        color: #fdabb7;
    }
    div.product div.summary form.cart .group_table del {
        color: inherit;
        opacity: .5;
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: 300;
        text-decoration: none;
        position: relative;
    }
    div.product div.summary form.cart .group_table del:after {
        display: block;
        position: absolute;
        content: "";
        background: currentColor;
        height: 1px;
        top: 50%;
        left: -2px;
        right: -2px;
        z-index: -1;
    }
    div.product div.summary form.cart .group_table ins {
        background: 0 0;
        font-weight: 700;
        text-decoration: none;
    }
    div.product div.summary form.cart .single_add_to_cart_button {
        display: inline-block;
    }
    div.product div.summary form.cart:after {
        content: " ";
        display: table;
        width: 100%;
        clear: both;
    }
    div.product span.btProductSKU {
        display: block;
        opacity: .6;
    }
    div.product div.summary + section.products.related {
        padding-top: 1em;
    }
    div.product div.product-description,
    div.product div.products,
    div.product div.product-meta,
    div.product section.products.related {
        padding: 0 1em;
        flex: 0 0 100%;
    }
    div.product div.product-description {
        padding: 0 1em;
        margin-bottom: 1em;
    }
    div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header {
        display: none;
    }
    .bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header {
        display: block;
        margin-left: 0;
    }
    .rtl.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header li {
        float: right;
        margin-right: 0;
    }
    div.product div.product-meta .btArticleShareEtc {
        max-width: initial;
    }
    div.product table.variations {
        border: none;
        display: block;
        margin: 0;
    }
    div.product table.variations tbody,
    div.product table.variations tr,
    div.product table.variations td {
        padding: 0;
        border: none;
        display: block;
    }
    div.product .single_variation_wrap .woocommerce-variation.single_variation {
        margin-bottom: 2em;
    }
    div.product section.products.upsells {
        width: 100%;
        padding: 0 1em;
    }

    /* Cart */
    table.shop_table .coupon {
        display: inline-flex;
        align-items: center;
        float: left;
        margin-right: .5em;
    }
    .rtl table.shop_table .coupon {
        float: right;
        margin-left: .5em;
        margin-right: 0;
    }
    table.shop_table .coupon label,
    table.shop_table .coupon .input-text {
        margin-right: .5em;
    }
    .rtl table.shop_table .coupon label,
    .rtl table.shop_table .coupon .input-text {
        margin-right: 0;
        margin-left: .5em;
    }
    table.shop_table button[name="apply_coupon"] {
        width: 100%;
        white-space: nowrap;
    }
    table.shop_table input[name="update_cart"] {
        float: right;
        width: 300px;
    }
    table.shop_table input.qty {
        padding-right: 0;
    }
    .rtl table.shop_table input.qty {
        padding-right: 2.142857em;
        padding-left: 0;
    }
    table.shop_table {
        margin-bottom: 2em;
        border: 0 !important;
    }
    table.shop_table td,
    table.shop_table th {
        border-left: none !important;
        border-right: none !important;
        padding: 1rem;
    }
    table.shop_table thead th {
        font-weight: bold !important;
        background: transparent !important;
        border-bottom: 3px solid #fdabb7;
        color: #fdabb7 !important;
    }
    table.shop_table td.product-remove {
        width: 3em;
    }
    table.shop_table td.product-remove a.remove {
        display: inline-block;
        font-size: 1.5rem;
        text-align: center;
        padding: 0;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        color: #fff;
        background: #333c4a;
        border-radius: 50%;
        transition: 300ms ease all;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        font-size: 0;
        position: relative;
    }
    table.shop_table td.product-remove a.remove:after {
        content: '\e680';
        font-family: Icon7Stroke;
        display: block;
        font-size: 1.5rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: currentColor;
    }
    table.shop_table td.product-remove a.remove:hover {
        background: #fdabb7;
        transform: scale(1.2);
    }
    .btLightSkin table.shop_table td.product-remove a.remove:hover,
    .btDarkSkin .btLightSkin table.shop_table td.product-remove a.remove:hover,
    .btLightSkin .btDarkSkin .btLightSkin table.shop_table td.product-remove a.remove:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .btDarkSkin table.shop_table td.product-remove a.remove:hover,
    .btLightSkin .btDarkSkin table.shop_table td.product-remove a.remove:hover,
    .btDarkSkin.btLightSkin .btDarkSkin table.shop_table td.product-remove a.remove:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,.2);
    }
    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;
        box-shadow: none;
    }
    table.shop_table td.product-name {
        font-size: 1.25em;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        letter-spacing: -.03em;
    }
    table.shop_table td.product-name a {
        color: inherit;
    }
    table.shop_table td.product-name a:hover {
        color: #fdabb7;
    }
    table.shop_table .product-quantity {
        text-align: center;
        font-weight: normal;
    }
    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;
    }
    table.shop_table tfoot {
        font-size: 1.25em;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        letter-spacing: -.03em;
    }
    .cart-collaterals {
        display: flex;
        flex-direction: column;
        margin: 0 -1em;
    }
    .cart-collaterals .cross-sells,
    .cart-collaterals .cart_totals {
        flex: 1 1 100%;
        padding: 0 1em;
    }
    .cart-collaterals .cart_totals {
        order: 1;
    }
    .cart-collaterals .cross-sells {
        order: 2;
    }
    .cart-collaterals .cross-sells ul.products li.product {
        flex: 0 0 50%;
    }
    .cart-collaterals .cart_totals {
        margin-bottom: 2.5em;
    }
    .cart-collaterals .cart_totals th {
        text-align: left;
    }
    .rtl .cart-collaterals .cart_totals th {
        text-align: right;
    }
    .cart-collaterals .cart_totals td {
        text-align: right;
    }
    .rtl .cart-collaterals .cart_totals td {
        text-align: left;
    }
    tr.cart-subtotal,
    tfoot,
    tr.order-total {
        color: currentColor;
        font-size: 1.25em;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        letter-spacing: -.03em;
    }
    tr.cart-subtotal th,
    tfoot th {
        font-weight: normal;
    }
    tr.order-total {
        font-weight: bold;
        color: currentColor;
        border-bottom: 3px solid #333c4a;
    }
    .btLightSkin tr.order-total,
    .btDarkSkin .btLightSkin tr.order-total,
    .btLightSkin .btDarkSkin .btLightSkin tr.order-total {
        background-color: rgba(34,34,34,.07);
    }
    .btDarkSkin tr.order-total,
    .btLightSkin .btDarkSkin tr.order-total,
    .btDarkSkin.btLightSkin .btDarkSkin tr.order-total {
        background-color: rgba(0,0,0,.07);
    }

    /* 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 0 1em;
        list-style: none;
    }
    .rtl ul.wc_payment_methods {
        text-align: right;
    }
    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: #fdabb7;
    }
    ul.wc_payment_methods li div.payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        margin: 10px 0;
    }
    .btLightSkin ul.wc_payment_methods li div.payment_box,
    .btDarkSkin .btLightSkin ul.wc_payment_methods li div.payment_box,
    .btLightSkin .btDarkSkin .btLightSkin ul.wc_payment_methods li div.payment_box {
        background-color: rgba(34,34,34,.07);
    }
    .btDarkSkin ul.wc_payment_methods li div.payment_box,
    .btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box,
    .btDarkSkin.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box {
        background-color: rgba(0,0,0,.07);
    }
    ul.wc_payment_methods li div.payment_box:before {
        content: "";
        display: block;
        border-right-color: transparent !important;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        position: absolute;
        left: 1em;
        top: -20px;
    }
    .btLightSkin ul.wc_payment_methods li div.payment_box:before,
    .btDarkSkin .btLightSkin ul.wc_payment_methods li div.payment_box:before,
    .btLightSkin .btDarkSkin .btLightSkin ul.wc_payment_methods li div.payment_box:before {
        border: 10px solid rgba(34,34,34,.07);
    }
    .btDarkSkin ul.wc_payment_methods li div.payment_box:before,
    .btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box:before,
    .btDarkSkin.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box:before {
        border: 10px solid rgba(0,0,0,.07);
    }
    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;
    }
    ul.woocommerce-shipping-methods {
        list-style: none;
        margin: 0 0 1em;
        padding: 0;
    }
    ul.woocommerce-shipping-methods li {
        margin: 0;
        text-align: right;
    }
    .woocommerce-shipping-calculator .shipping-calculator-form {
        text-align: left;
    }
    .rtl .woocommerce-shipping-calculator .shipping-calculator-form {
        text-align: right;
    }
    #customer_details .col-1,
    #customer_details .col-2 {
        margin-bottom: 2em;
    }
    .wc-proceed-to-checkout {
        margin: 0 auto;
        text-align: center;
        width: fit-content;
        height: 3.25em;
    }
    .wc-proceed-to-checkout .checkout-button {
        margin: 0 auto;
        display: inline;
        text-align: center;
    }
    #payment .place-order {
        margin: 0 auto;
        text-align: center;
    }

    /* My account */
    .woocommerce-MyAccount-navigation ul {
        list-style: none;
        padding: 0 0 2.5em;
        margin: 0;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        font-size: 13px;
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .woocommerce-MyAccount-navigation ul li {
        margin: 0 calc(50px * .2) 0 0;
        display: block;
    }
    .rtl .woocommerce-MyAccount-navigation ul li {
        margin: 0 0 0 calc(50px * .2);
    }
    .woocommerce-MyAccount-navigation ul li:last-child {
        margin: 0 !important;
    }
    .woocommerce-MyAccount-navigation ul li a {
        display: block;
        padding: .75em calc(50px * .4);
        color: currentColor;
        position: relative;
        background: transparent;
    }
    .woocommerce-MyAccount-navigation ul li a:before {
        content: ' ';
        display: block;
        position: absolute;
        z-index: 5;
        left: 50%;
        pointer-events: none;
        height: 12px;
        width: 12px;
        margin-left: -6px;
        margin-bottom: -6px;
        opacity: 0;
        transition: 200ms ease all;
        transform: scale(0);
        transform-origin: 50% 50%;
        bottom: 0;
    }
    .rtl .woocommerce-MyAccount-navigation ul li a:before {
        left: auto;
        right: 50%;
        margin-left: auto;
        margin-right: -6px;
    }
    .btMenuFocusElementCircle .woocommerce-MyAccount-navigation ul li a:before {
        background-color: #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .woocommerce-MyAccount-navigation ul li a:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .woocommerce-MyAccount-navigation ul li a:before {
        background-color: #fdabb7;
    }
    .btMenuFocusElementOutlineSquare .woocommerce-MyAccount-navigation ul li a:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
    }
    .btMenuFocusElementDash .woocommerce-MyAccount-navigation ul li a:before {
        background-color: #fdabb7;
        height: 3px;
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: auto;
        margin-bottom: 0;
    }
    .woocommerce-MyAccount-navigation ul li a:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 0;
        opacity: 0;
        box-shadow: 0 4px 10px rgba(34,34,34,.2);
        transition: 250ms ease all;
        transform-origin: 50% 100%;
    }
    .btMenuFocusElementCircle .woocommerce-MyAccount-navigation ul li a:after,
    .btMenuFocusElementOutlineCircle .woocommerce-MyAccount-navigation ul li a:after {
        border-radius: 5px;
    }
    .woocommerce-MyAccount-navigation ul li a:hover:before {
        transform: scale(1);
        opacity: 1;
    }
    .woocommerce-MyAccount-navigation ul li a:hover:after {
        opacity: 1;
    }
    .woocommerce-MyAccount-navigation ul li.is-active a:before {
        background: #fdabb7;
        transform: scale(1);
        opacity: 1;
    }
    .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;
    }
    .reset_variations {
        font-size: .875rem;
        line-height: 1;
        display: inline-flex;
        margin: .75em 0 !important;
        transition: 200ms ease opacity;
        align-items: baseline;
        flex-direction: row-reverse;
    }
    .reset_variations:before {
        font-family: FontAwesome;
        content: "\f00d";
        margin: 0 8px;
        color: #fdabb7;
        transition: all 200ms ease;
        line-height: 1;
        font-size: 1rem;
        transform: scale(1);
    }
    .reset_variations:hover:before {
        transform: scale(1.25);
    }
    .btLightSkin .reset_variations,
    .btDarkSkin .btLightSkin .reset_variations,
    .btLightSkin .btDarkSkin .btLightSkin .reset_variations {
        color: rgba(34,34,34,.5);
    }
    .btLightSkin .reset_variations:hover,
    .btDarkSkin .btLightSkin .reset_variations:hover,
    .btLightSkin .btDarkSkin .btLightSkin .reset_variations:hover {
        color: #181818;
    }
    .btDarkSkin .reset_variations,
    .btLightSkin .btDarkSkin .reset_variations,
    .btDarkSkin.btLightSkin .btDarkSkin .reset_variations {
        color: rgba(255,255,255,.5);
    }
    .btDarkSkin .reset_variations:hover,
    .btLightSkin .btDarkSkin .reset_variations:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .reset_variations:hover {
        color: #fff;
    }
    .reset_variations[style*="visibility: hidden"] {
        margin: 0 !important;
    }
    .woocommerce-variation-price {
        position: relative;
        padding-top: .5em;
        line-height: 1;
    }
    .woocommerce-variation-price:before {
        display: block;
        height: 1px;
        content: "";
        width: 100%;
        background: currentColor;
        opacity: .1;
        position: absolute;
        left: 0;
        top: 0;
    }
    .woocommerce-variation-price .price {
        margin-bottom: 0 !important;
        display: inline-block;
    }

    /* Form row */
    form fieldset {
        padding: 0;
        border: 0;
    }
    form fieldset legend {
        font-size: 1.875em;
        font-family: Playfair Display,Arial,Helvetica,sans-serif;
        padding: 1em 0;
        letter-spacing: -.05em;
    }
    form .form-row {
        margin: 0 0 1em;
    }
    form input[type="submit"].button {
        text-align: center;
    }
    form .form-row [placeholder]:focus::-webkit-input-placeholder {
        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 span > em {
        font-style: normal;
        opacity: .5;
        font-size: .875em;
        margin-top: .5em;
        display: block;
    }
    form .form-row select {
        cursor: pointer;
        margin: 0;
        appearance: none;
        -webkit-appearance: none;
        line-height: 1;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmlld0JveD0iMCAtMjU2IDE3OTIgMTc5MiIKICAgaWQ9InN2ZzI5ODkiCiAgIHZlcnNpb249IjEuMSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC40OC4zLjEgcjk4ODYiCiAgIHdpZHRoPSIxMDAlIgogICBoZWlnaHQ9IjEwMCUiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImFuZ2xlX2Rvd25fZm9udF9hd2Vzb21lLnN2ZyI+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMjk5OSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGRlZnMKICAgICBpZD0iZGVmczI5OTciIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxIgogICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiCiAgICAgZ3JpZHRvbGVyYW5jZT0iMTAiCiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSI2NDAiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iNDgwIgogICAgIGlkPSJuYW1lZHZpZXcyOTk1IgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIwLjEzMTY5NjQzIgogICAgIGlua3NjYXBlOmN4PSI4OTYiCiAgICAgaW5rc2NhcGU6Y3k9Ijg5NiIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iMjUiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmcyOTg5IiAvPgogIDxnCiAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMjg4LjU0MjM4LDEyNTUuMDUwOCkiCiAgICAgaWQ9ImcyOTkxIj4KICAgIDxwYXRoCiAgICAgICBkPSJtIDEwNzUsODAwIHEgMCwtMTMgLTEwLC0yMyBMIDU5OSwzMTEgcSAtMTAsLTEwIC0yMywtMTAgLTEzLDAgLTIzLDEwIEwgODcsNzc3IHEgLTEwLDEwIC0xMCwyMyAwLDEzIDEwLDIzIGwgNTAsNTAgcSAxMCwxMCAyMywxMCAxMywwIDIzLC0xMCBMIDU3Niw0ODAgOTY5LDg3MyBxIDEwLDEwIDIzLDEwIDEzLDAgMjMsLTEwIGwgNTAsLTUwIHEgMTAsLTEwIDEwLC0yMyB6IgogICAgICAgaWQ9InBhdGgyOTkzIgogICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgIHN0eWxlPSJmaWxsOmN1cnJlbnRDb2xvciIgLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 97% 50%;
        background-size: 20px 20px;
    }
    form .form-row .select2-container {
        line-height: 1;
        height: 3.25em;
    }
    .rtlform .form-row .select2-container {
        text-align: right;
    }
    form .form-row .select2-container .select2-choice {
        padding-left: 1em;
        height: 3.25em;
        line-height: 3.25;
    }
    .rtlform .form-row .select2-container .select2-choice {
        padding-left: 0;
        padding-right: 1em;
    }
    form .form-row .required {
        text-decoration: none;
        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;
    }
    form .form-row textarea#order_comments {
        min-height: 12em;
    }
    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: "";
        animation: spin 1s ease-in-out infinite;
        background: url(../../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: 2em 2em 2em 4.5em;
        margin: 0 0 2em;
        position: relative;
        background-color: rgba(34,34,34,.07);
        color: inherit;
        list-style: none !important;
        width: auto;
        word-wrap: break-word;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .btDarkSkin .woocommerce-error,
    .btLightSkin .btDarkSkin .woocommerce-error,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce-error,
    .btDarkSkin .woocommerce-info,
    .btLightSkin .btDarkSkin .woocommerce-info,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce-info,
    .btDarkSkin .woocommerce-message,
    .btLightSkin .btDarkSkin .woocommerce-message,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce-message {
        background-color: rgba(0,0,0,.07);
    }
    .rtl .woocommerce-error,
    .rtl .woocommerce-info,
    .rtl .woocommerce-message {
        padding: 1em 3em 1em 1em;
    }
    .woocommerce-error a.button,
    .woocommerce-info a.button,
    .woocommerce-message a.button {
        order: 9999;
    }
    .woocommerce-info a:not(.button),
    .woocommerce-message a:not(.button) {
        color: #fdabb7;
        text-decoration: underline;
    }
    .woocommerce-info a.showcoupon,
    .woocommerce-message a.showcoupon {
        color: currentColor;
        display: flex;
        text-decoration: none;
    }
    .woocommerce-info a.showcoupon:before,
    .woocommerce-message a.showcoupon:before {
        font-family: FontAwesome;
        content: "\f02b";
        margin: 0 5px;
        color: #fdabb7;
    }
    .woocommerce-info a.showcoupon:hover,
    .woocommerce-message a.showcoupon:hover {
        color: #fdabb7;
    }
    .woocommerce-error a {
        color: #b81c23;
    }
    .woocommerce-info a:hover,
    .woocommerce-message a:hover {
        text-decoration: none;
    }
    .woocommerce-error a:hover {
        color: currentColor;
    }
    .woocommerce-error:after,
    .woocommerce-info:after,
    .woocommerce-message:after {
        display: none;
    }
    .woocommerce-error:before,
    .woocommerce-info:before,
    .woocommerce-message:before {
        font-family: FontAwesome;
        font-size: 1.5em;
        font-weight: 400;
        position: absolute;
        left: 1em;
        height: 1em;
        width: 1em;
        line-height: 1;
        text-align: center;
        order: 1;
    }
    .rtl .woocommerce-error:before,
    .rtl .woocommerce-info:before,
    .rtl .woocommerce-message:before {
        left: auto;
        right: .5em;
    }
    .woocommerce-message:before,
    .woocommerce-info:before,
    .woocommerce-error:before {
        content: "\f129";
        background: #fdabb7;
        color: #fff;
        width: 1.66666em;
        height: 1.66666em;
        line-height: 1.66666;
    }
    .btHardRoundedButtons .woocommerce-message:before,
    .btHardRoundedButtons .woocommerce-info:before,
    .btHardRoundedButtons .woocommerce-error:before {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .woocommerce-message:before,
    .btHardRoundedTopLeftButtons .woocommerce-info:before,
    .btHardRoundedTopLeftButtons .woocommerce-error:before {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .woocommerce-message:before,
    .btHardRoundedTopRightButtons .woocommerce-info:before,
    .btHardRoundedTopRightButtons .woocommerce-error:before {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .woocommerce-message:before,
    .btHardRoundedBottomLeftButtons .woocommerce-info:before,
    .btHardRoundedBottomLeftButtons .woocommerce-error:before {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .woocommerce-message:before,
    .btHardRoundedBottomRightButtons .woocommerce-info:before,
    .btHardRoundedBottomRightButtons .woocommerce-error:before {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .woocommerce-message:before,
    .btSoftRoundedButtons .woocommerce-info:before,
    .btSoftRoundedButtons .woocommerce-error:before {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .woocommerce-message:before,
    .btSoftRoundedTopLeftButtons .woocommerce-info:before,
    .btSoftRoundedTopLeftButtons .woocommerce-error:before {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .woocommerce-message:before,
    .btSoftRoundedTopRightButtons .woocommerce-info:before,
    .btSoftRoundedTopRightButtons .woocommerce-error:before {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .woocommerce-message:before,
    .btSoftRoundedBottomLeftButtons .woocommerce-info:before,
    .btSoftRoundedBottomLeftButtons .woocommerce-error:before {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .woocommerce-message:before,
    .btSoftRoundedBottomRightButtons .woocommerce-info:before,
    .btSoftRoundedBottomRightButtons .woocommerce-error:before {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .woocommerce-error:before {
        content: '\f071';
        color: #fff;
        background: #b81c23;
    }
    .woocommerce-error .button,
    .woocommerce-info .button,
    .woocommerce-message .button {
        float: right;
        border: none !important;
        padding: 1.5em 2.08em !important;
        line-height: 1 !important;
        height: auto !important;
        font-size: .75em !important;
    }
    .rtl .woocommerce-error .button,
    .rtl .woocommerce-info .button,
    .rtl .woocommerce-message .button {
        float: left;
    }
    .woocommerce-error li,
    .woocommerce-info li,
    .woocommerce-message li {
        list-style: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        display: inline-flex;
        align-items: center;
    }
    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;
    }

    /* Coupon */
    .woocommerce-form-coupon {
        background-color: rgba(34,34,34,.07);
        padding: 2em;
        margin: 0 0 2em;
    }
    .woocommerce-form-coupon > p.form-row:last-of-type {
        margin-bottom: 0;
    }
    .btDarkSkin .woocommerce-form-coupon,
    .btLightSkin .btDarkSkin .woocommerce-form-coupon,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce-form-coupon {
        background-color: rgba(0,0,0,.07);
    }

    /* 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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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 .5em;
        padding: 0;
        font-size: 2em;
    }

    /* 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 :not(.widget_product_search) button[type="submit"],
    .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .woocommerce .btSidebar input.button,
    .woocommerce .btContent input.button,
    .woocommerce-page .btSidebar input.button,
    .woocommerce-page .btContent input.button,
    div.woocommerce a.button,
    div.woocommerce input[type="submit"],
    div.woocommerce :not(.widget_product_search) button[type="submit"],
    div.woocommerce input.button {
        font-size: .875em;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0% 0;
        background-size: 200% 100% !important;
        box-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);
        color: #fff;
        border: 0;
        transition: all 300ms ease;
        cursor: pointer;
        width: auto;
        padding: 1.357em 1.786em;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
        line-height: 1;
        display: inline-block;
        height: auto;
    }
    .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 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 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 :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtons .woocommerce-page .btContent :not(.widget_product_search) 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.button,
    .btHardRoundedButtons .woocommerce .btContent input.button,
    .btHardRoundedButtons .woocommerce-page .btSidebar input.button,
    .btHardRoundedButtons .woocommerce-page .btContent input.button,
    .btHardRoundedButtonsdiv.woocommerce a.button,
    .btHardRoundedButtons div.woocommerce a.button,
    .btHardRoundedButtonsdiv.woocommerce input[type="submit"],
    .btHardRoundedButtons div.woocommerce input[type="submit"],
    .btHardRoundedButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedButtonsdiv.woocommerce input.button,
    .btHardRoundedButtons div.woocommerce input.button {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar a.button,
    .btHardRoundedTopLeftButtons.woocommerce .btContent a.button,
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar a.button,
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent a.button,
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar a.button,
    .btHardRoundedTopLeftButtons .woocommerce .btContent a.button,
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar a.button,
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent a.button,
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar input[type="submit"],
    .btHardRoundedTopLeftButtons.woocommerce .btContent input[type="submit"],
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar input[type="submit"],
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent input[type="submit"],
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar input[type="submit"],
    .btHardRoundedTopLeftButtons .woocommerce .btContent input[type="submit"],
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar input[type="submit"],
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent input[type="submit"],
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar input.button,
    .btHardRoundedTopLeftButtons.woocommerce .btContent input.button,
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar input.button,
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent input.button,
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar input.button,
    .btHardRoundedTopLeftButtons .woocommerce .btContent input.button,
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar input.button,
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent input.button,
    .btHardRoundedTopLeftButtonsdiv.woocommerce a.button,
    .btHardRoundedTopLeftButtons div.woocommerce a.button,
    .btHardRoundedTopLeftButtonsdiv.woocommerce input[type="submit"],
    .btHardRoundedTopLeftButtons div.woocommerce input[type="submit"],
    .btHardRoundedTopLeftButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopLeftButtonsdiv.woocommerce input.button,
    .btHardRoundedTopLeftButtons div.woocommerce input.button {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons.woocommerce .btSidebar a.button,
    .btHardRoundedTopRightButtons.woocommerce .btContent a.button,
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar a.button,
    .btHardRoundedTopRightButtons.woocommerce-page .btContent a.button,
    .btHardRoundedTopRightButtons .woocommerce .btSidebar a.button,
    .btHardRoundedTopRightButtons .woocommerce .btContent a.button,
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar a.button,
    .btHardRoundedTopRightButtons .woocommerce-page .btContent a.button,
    .btHardRoundedTopRightButtons.woocommerce .btSidebar input[type="submit"],
    .btHardRoundedTopRightButtons.woocommerce .btContent input[type="submit"],
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar input[type="submit"],
    .btHardRoundedTopRightButtons.woocommerce-page .btContent input[type="submit"],
    .btHardRoundedTopRightButtons .woocommerce .btSidebar input[type="submit"],
    .btHardRoundedTopRightButtons .woocommerce .btContent input[type="submit"],
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar input[type="submit"],
    .btHardRoundedTopRightButtons .woocommerce-page .btContent input[type="submit"],
    .btHardRoundedTopRightButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons.woocommerce .btSidebar input.button,
    .btHardRoundedTopRightButtons.woocommerce .btContent input.button,
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar input.button,
    .btHardRoundedTopRightButtons.woocommerce-page .btContent input.button,
    .btHardRoundedTopRightButtons .woocommerce .btSidebar input.button,
    .btHardRoundedTopRightButtons .woocommerce .btContent input.button,
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar input.button,
    .btHardRoundedTopRightButtons .woocommerce-page .btContent input.button,
    .btHardRoundedTopRightButtonsdiv.woocommerce a.button,
    .btHardRoundedTopRightButtons div.woocommerce a.button,
    .btHardRoundedTopRightButtonsdiv.woocommerce input[type="submit"],
    .btHardRoundedTopRightButtons div.woocommerce input[type="submit"],
    .btHardRoundedTopRightButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedTopRightButtonsdiv.woocommerce input.button,
    .btHardRoundedTopRightButtons div.woocommerce input.button {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar a.button,
    .btHardRoundedBottomLeftButtons.woocommerce .btContent a.button,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar a.button,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent a.button,
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar a.button,
    .btHardRoundedBottomLeftButtons .woocommerce .btContent a.button,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar a.button,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent a.button,
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar input[type="submit"],
    .btHardRoundedBottomLeftButtons.woocommerce .btContent input[type="submit"],
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar input[type="submit"],
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent input[type="submit"],
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar input[type="submit"],
    .btHardRoundedBottomLeftButtons .woocommerce .btContent input[type="submit"],
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar input[type="submit"],
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent input[type="submit"],
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar input.button,
    .btHardRoundedBottomLeftButtons.woocommerce .btContent input.button,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar input.button,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent input.button,
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar input.button,
    .btHardRoundedBottomLeftButtons .woocommerce .btContent input.button,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar input.button,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent input.button,
    .btHardRoundedBottomLeftButtonsdiv.woocommerce a.button,
    .btHardRoundedBottomLeftButtons div.woocommerce a.button,
    .btHardRoundedBottomLeftButtonsdiv.woocommerce input[type="submit"],
    .btHardRoundedBottomLeftButtons div.woocommerce input[type="submit"],
    .btHardRoundedBottomLeftButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomLeftButtonsdiv.woocommerce input.button,
    .btHardRoundedBottomLeftButtons div.woocommerce input.button {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar a.button,
    .btHardRoundedBottomRightButtons.woocommerce .btContent a.button,
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar a.button,
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent a.button,
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar a.button,
    .btHardRoundedBottomRightButtons .woocommerce .btContent a.button,
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar a.button,
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent a.button,
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar input[type="submit"],
    .btHardRoundedBottomRightButtons.woocommerce .btContent input[type="submit"],
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar input[type="submit"],
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent input[type="submit"],
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar input[type="submit"],
    .btHardRoundedBottomRightButtons .woocommerce .btContent input[type="submit"],
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar input[type="submit"],
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent input[type="submit"],
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar input.button,
    .btHardRoundedBottomRightButtons.woocommerce .btContent input.button,
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar input.button,
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent input.button,
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar input.button,
    .btHardRoundedBottomRightButtons .woocommerce .btContent input.button,
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar input.button,
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent input.button,
    .btHardRoundedBottomRightButtonsdiv.woocommerce a.button,
    .btHardRoundedBottomRightButtons div.woocommerce a.button,
    .btHardRoundedBottomRightButtonsdiv.woocommerce input[type="submit"],
    .btHardRoundedBottomRightButtons div.woocommerce input[type="submit"],
    .btHardRoundedBottomRightButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btHardRoundedBottomRightButtonsdiv.woocommerce input.button,
    .btHardRoundedBottomRightButtons div.woocommerce input.button {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .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 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 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 :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtons .woocommerce-page .btContent :not(.widget_product_search) 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.button,
    .btSoftRoundedButtons .woocommerce .btContent input.button,
    .btSoftRoundedButtons .woocommerce-page .btSidebar input.button,
    .btSoftRoundedButtons .woocommerce-page .btContent input.button,
    .btSoftRoundedButtonsdiv.woocommerce a.button,
    .btSoftRoundedButtons div.woocommerce a.button,
    .btSoftRoundedButtonsdiv.woocommerce input[type="submit"],
    .btSoftRoundedButtons div.woocommerce input[type="submit"],
    .btSoftRoundedButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedButtonsdiv.woocommerce input.button,
    .btSoftRoundedButtons div.woocommerce input.button {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar a.button,
    .btSoftRoundedTopLeftButtons.woocommerce .btContent a.button,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar a.button,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent a.button,
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar a.button,
    .btSoftRoundedTopLeftButtons .woocommerce .btContent a.button,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar a.button,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent a.button,
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar input[type="submit"],
    .btSoftRoundedTopLeftButtons.woocommerce .btContent input[type="submit"],
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar input[type="submit"],
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent input[type="submit"],
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar input[type="submit"],
    .btSoftRoundedTopLeftButtons .woocommerce .btContent input[type="submit"],
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar input[type="submit"],
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent input[type="submit"],
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar input.button,
    .btSoftRoundedTopLeftButtons.woocommerce .btContent input.button,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar input.button,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent input.button,
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar input.button,
    .btSoftRoundedTopLeftButtons .woocommerce .btContent input.button,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar input.button,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent input.button,
    .btSoftRoundedTopLeftButtonsdiv.woocommerce a.button,
    .btSoftRoundedTopLeftButtons div.woocommerce a.button,
    .btSoftRoundedTopLeftButtonsdiv.woocommerce input[type="submit"],
    .btSoftRoundedTopLeftButtons div.woocommerce input[type="submit"],
    .btSoftRoundedTopLeftButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopLeftButtonsdiv.woocommerce input.button,
    .btSoftRoundedTopLeftButtons div.woocommerce input.button {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar a.button,
    .btSoftRoundedTopRightButtons.woocommerce .btContent a.button,
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar a.button,
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent a.button,
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar a.button,
    .btSoftRoundedTopRightButtons .woocommerce .btContent a.button,
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar a.button,
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent a.button,
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar input[type="submit"],
    .btSoftRoundedTopRightButtons.woocommerce .btContent input[type="submit"],
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar input[type="submit"],
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent input[type="submit"],
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar input[type="submit"],
    .btSoftRoundedTopRightButtons .woocommerce .btContent input[type="submit"],
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar input[type="submit"],
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent input[type="submit"],
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar input.button,
    .btSoftRoundedTopRightButtons.woocommerce .btContent input.button,
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar input.button,
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent input.button,
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar input.button,
    .btSoftRoundedTopRightButtons .woocommerce .btContent input.button,
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar input.button,
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent input.button,
    .btSoftRoundedTopRightButtonsdiv.woocommerce a.button,
    .btSoftRoundedTopRightButtons div.woocommerce a.button,
    .btSoftRoundedTopRightButtonsdiv.woocommerce input[type="submit"],
    .btSoftRoundedTopRightButtons div.woocommerce input[type="submit"],
    .btSoftRoundedTopRightButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedTopRightButtonsdiv.woocommerce input.button,
    .btSoftRoundedTopRightButtons div.woocommerce input.button {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar a.button,
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent a.button,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar a.button,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent a.button,
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar a.button,
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent a.button,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar a.button,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent a.button,
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar input[type="submit"],
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent input[type="submit"],
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar input[type="submit"],
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent input[type="submit"],
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar input[type="submit"],
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent input[type="submit"],
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar input[type="submit"],
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent input[type="submit"],
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar input.button,
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent input.button,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar input.button,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent input.button,
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar input.button,
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent input.button,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar input.button,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent input.button,
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce a.button,
    .btSoftRoundedBottomLeftButtons div.woocommerce a.button,
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce input[type="submit"],
    .btSoftRoundedBottomLeftButtons div.woocommerce input[type="submit"],
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce input.button,
    .btSoftRoundedBottomLeftButtons div.woocommerce input.button {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar a.button,
    .btSoftRoundedBottomRightButtons.woocommerce .btContent a.button,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar a.button,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent a.button,
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar a.button,
    .btSoftRoundedBottomRightButtons .woocommerce .btContent a.button,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar a.button,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent a.button,
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar input[type="submit"],
    .btSoftRoundedBottomRightButtons.woocommerce .btContent input[type="submit"],
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar input[type="submit"],
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent input[type="submit"],
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar input[type="submit"],
    .btSoftRoundedBottomRightButtons .woocommerce .btContent input[type="submit"],
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar input[type="submit"],
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent input[type="submit"],
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons.woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons .woocommerce .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar input.button,
    .btSoftRoundedBottomRightButtons.woocommerce .btContent input.button,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar input.button,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent input.button,
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar input.button,
    .btSoftRoundedBottomRightButtons .woocommerce .btContent input.button,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar input.button,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent input.button,
    .btSoftRoundedBottomRightButtonsdiv.woocommerce a.button,
    .btSoftRoundedBottomRightButtons div.woocommerce a.button,
    .btSoftRoundedBottomRightButtonsdiv.woocommerce input[type="submit"],
    .btSoftRoundedBottomRightButtons div.woocommerce input[type="submit"],
    .btSoftRoundedBottomRightButtonsdiv.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtons div.woocommerce :not(.widget_product_search) button[type="submit"],
    .btSoftRoundedBottomRightButtonsdiv.woocommerce input.button,
    .btSoftRoundedBottomRightButtons div.woocommerce input.button {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .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 :not(.widget_product_search) button[type="submit"]:hover,
    .woocommerce .btContent :not(.widget_product_search) button[type="submit"]:hover,
    .woocommerce-page .btSidebar :not(.widget_product_search) button[type="submit"]:hover,
    .woocommerce-page .btContent :not(.widget_product_search) 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,
    div.woocommerce a.button:hover,
    div.woocommerce input[type="submit"]:hover,
    div.woocommerce :not(.widget_product_search) button[type="submit"]:hover,
    div.woocommerce input.button:hover {
        box-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .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,
    .woocommerce .btSidebar .shipping-calculator-button,
    .woocommerce .btContent .shipping-calculator-button,
    .woocommerce-page .btSidebar .shipping-calculator-button,
    .woocommerce-page .btContent .shipping-calculator-button,
    div.woocommerce input.alt,
    div.woocommerce a.button.alt,
    div.woocommerce .button.alt,
    div.woocommerce button.alt,
    div.woocommerce .shipping-calculator-button {
        font-size: .875em;
        background-image: linear-gradient(to right,#333c4a 51%,#fdabb7 100%);
        background-position: 0% 0;
        background-size: 200% 100% !important;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        color: #fff;
        border: 0;
        transition: all 300ms ease;
        cursor: pointer;
        width: auto;
        padding: 1.357em 1.786em;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
        line-height: 1;
        display: inline-block;
        height: auto;
    }
    .btHardRoundedButtons.woocommerce .btSidebar input.alt,
    .btHardRoundedButtons.woocommerce .btContent input.alt,
    .btHardRoundedButtons.woocommerce-page .btSidebar input.alt,
    .btHardRoundedButtons.woocommerce-page .btContent input.alt,
    .btHardRoundedButtons .woocommerce .btSidebar input.alt,
    .btHardRoundedButtons .woocommerce .btContent input.alt,
    .btHardRoundedButtons .woocommerce-page .btSidebar input.alt,
    .btHardRoundedButtons .woocommerce-page .btContent input.alt,
    .btHardRoundedButtons.woocommerce .btSidebar a.button.alt,
    .btHardRoundedButtons.woocommerce .btContent a.button.alt,
    .btHardRoundedButtons.woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedButtons.woocommerce-page .btContent a.button.alt,
    .btHardRoundedButtons .woocommerce .btSidebar a.button.alt,
    .btHardRoundedButtons .woocommerce .btContent a.button.alt,
    .btHardRoundedButtons .woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedButtons .woocommerce-page .btContent a.button.alt,
    .btHardRoundedButtons.woocommerce .btSidebar .button.alt,
    .btHardRoundedButtons.woocommerce .btContent .button.alt,
    .btHardRoundedButtons.woocommerce-page .btSidebar .button.alt,
    .btHardRoundedButtons.woocommerce-page .btContent .button.alt,
    .btHardRoundedButtons .woocommerce .btSidebar .button.alt,
    .btHardRoundedButtons .woocommerce .btContent .button.alt,
    .btHardRoundedButtons .woocommerce-page .btSidebar .button.alt,
    .btHardRoundedButtons .woocommerce-page .btContent .button.alt,
    .btHardRoundedButtons.woocommerce .btSidebar button.alt,
    .btHardRoundedButtons.woocommerce .btContent button.alt,
    .btHardRoundedButtons.woocommerce-page .btSidebar button.alt,
    .btHardRoundedButtons.woocommerce-page .btContent button.alt,
    .btHardRoundedButtons .woocommerce .btSidebar button.alt,
    .btHardRoundedButtons .woocommerce .btContent button.alt,
    .btHardRoundedButtons .woocommerce-page .btSidebar button.alt,
    .btHardRoundedButtons .woocommerce-page .btContent button.alt,
    .btHardRoundedButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedButtons.woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedButtons .woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedButtonsdiv.woocommerce input.alt,
    .btHardRoundedButtons div.woocommerce input.alt,
    .btHardRoundedButtonsdiv.woocommerce a.button.alt,
    .btHardRoundedButtons div.woocommerce a.button.alt,
    .btHardRoundedButtonsdiv.woocommerce .button.alt,
    .btHardRoundedButtons div.woocommerce .button.alt,
    .btHardRoundedButtonsdiv.woocommerce button.alt,
    .btHardRoundedButtons div.woocommerce button.alt,
    .btHardRoundedButtonsdiv.woocommerce .shipping-calculator-button,
    .btHardRoundedButtons div.woocommerce .shipping-calculator-button {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar input.alt,
    .btHardRoundedTopLeftButtons.woocommerce .btContent input.alt,
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar input.alt,
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent input.alt,
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar input.alt,
    .btHardRoundedTopLeftButtons .woocommerce .btContent input.alt,
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar input.alt,
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent input.alt,
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar a.button.alt,
    .btHardRoundedTopLeftButtons.woocommerce .btContent a.button.alt,
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent a.button.alt,
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar a.button.alt,
    .btHardRoundedTopLeftButtons .woocommerce .btContent a.button.alt,
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent a.button.alt,
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar .button.alt,
    .btHardRoundedTopLeftButtons.woocommerce .btContent .button.alt,
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar .button.alt,
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent .button.alt,
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar .button.alt,
    .btHardRoundedTopLeftButtons .woocommerce .btContent .button.alt,
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar .button.alt,
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent .button.alt,
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar button.alt,
    .btHardRoundedTopLeftButtons.woocommerce .btContent button.alt,
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar button.alt,
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent button.alt,
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar button.alt,
    .btHardRoundedTopLeftButtons .woocommerce .btContent button.alt,
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar button.alt,
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent button.alt,
    .btHardRoundedTopLeftButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedTopLeftButtons.woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedTopLeftButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedTopLeftButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedTopLeftButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedTopLeftButtons .woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedTopLeftButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedTopLeftButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedTopLeftButtonsdiv.woocommerce input.alt,
    .btHardRoundedTopLeftButtons div.woocommerce input.alt,
    .btHardRoundedTopLeftButtonsdiv.woocommerce a.button.alt,
    .btHardRoundedTopLeftButtons div.woocommerce a.button.alt,
    .btHardRoundedTopLeftButtonsdiv.woocommerce .button.alt,
    .btHardRoundedTopLeftButtons div.woocommerce .button.alt,
    .btHardRoundedTopLeftButtonsdiv.woocommerce button.alt,
    .btHardRoundedTopLeftButtons div.woocommerce button.alt,
    .btHardRoundedTopLeftButtonsdiv.woocommerce .shipping-calculator-button,
    .btHardRoundedTopLeftButtons div.woocommerce .shipping-calculator-button {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons.woocommerce .btSidebar input.alt,
    .btHardRoundedTopRightButtons.woocommerce .btContent input.alt,
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar input.alt,
    .btHardRoundedTopRightButtons.woocommerce-page .btContent input.alt,
    .btHardRoundedTopRightButtons .woocommerce .btSidebar input.alt,
    .btHardRoundedTopRightButtons .woocommerce .btContent input.alt,
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar input.alt,
    .btHardRoundedTopRightButtons .woocommerce-page .btContent input.alt,
    .btHardRoundedTopRightButtons.woocommerce .btSidebar a.button.alt,
    .btHardRoundedTopRightButtons.woocommerce .btContent a.button.alt,
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedTopRightButtons.woocommerce-page .btContent a.button.alt,
    .btHardRoundedTopRightButtons .woocommerce .btSidebar a.button.alt,
    .btHardRoundedTopRightButtons .woocommerce .btContent a.button.alt,
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedTopRightButtons .woocommerce-page .btContent a.button.alt,
    .btHardRoundedTopRightButtons.woocommerce .btSidebar .button.alt,
    .btHardRoundedTopRightButtons.woocommerce .btContent .button.alt,
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar .button.alt,
    .btHardRoundedTopRightButtons.woocommerce-page .btContent .button.alt,
    .btHardRoundedTopRightButtons .woocommerce .btSidebar .button.alt,
    .btHardRoundedTopRightButtons .woocommerce .btContent .button.alt,
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar .button.alt,
    .btHardRoundedTopRightButtons .woocommerce-page .btContent .button.alt,
    .btHardRoundedTopRightButtons.woocommerce .btSidebar button.alt,
    .btHardRoundedTopRightButtons.woocommerce .btContent button.alt,
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar button.alt,
    .btHardRoundedTopRightButtons.woocommerce-page .btContent button.alt,
    .btHardRoundedTopRightButtons .woocommerce .btSidebar button.alt,
    .btHardRoundedTopRightButtons .woocommerce .btContent button.alt,
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar button.alt,
    .btHardRoundedTopRightButtons .woocommerce-page .btContent button.alt,
    .btHardRoundedTopRightButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedTopRightButtons.woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedTopRightButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedTopRightButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedTopRightButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedTopRightButtons .woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedTopRightButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedTopRightButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedTopRightButtonsdiv.woocommerce input.alt,
    .btHardRoundedTopRightButtons div.woocommerce input.alt,
    .btHardRoundedTopRightButtonsdiv.woocommerce a.button.alt,
    .btHardRoundedTopRightButtons div.woocommerce a.button.alt,
    .btHardRoundedTopRightButtonsdiv.woocommerce .button.alt,
    .btHardRoundedTopRightButtons div.woocommerce .button.alt,
    .btHardRoundedTopRightButtonsdiv.woocommerce button.alt,
    .btHardRoundedTopRightButtons div.woocommerce button.alt,
    .btHardRoundedTopRightButtonsdiv.woocommerce .shipping-calculator-button,
    .btHardRoundedTopRightButtons div.woocommerce .shipping-calculator-button {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar input.alt,
    .btHardRoundedBottomLeftButtons.woocommerce .btContent input.alt,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar input.alt,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent input.alt,
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar input.alt,
    .btHardRoundedBottomLeftButtons .woocommerce .btContent input.alt,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar input.alt,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent input.alt,
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar a.button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce .btContent a.button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent a.button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar a.button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce .btContent a.button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent a.button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar .button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce .btContent .button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar .button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent .button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar .button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce .btContent .button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar .button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent .button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce .btContent button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce .btContent button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar button.alt,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent button.alt,
    .btHardRoundedBottomLeftButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedBottomLeftButtons.woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedBottomLeftButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedBottomLeftButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedBottomLeftButtons .woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedBottomLeftButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedBottomLeftButtonsdiv.woocommerce input.alt,
    .btHardRoundedBottomLeftButtons div.woocommerce input.alt,
    .btHardRoundedBottomLeftButtonsdiv.woocommerce a.button.alt,
    .btHardRoundedBottomLeftButtons div.woocommerce a.button.alt,
    .btHardRoundedBottomLeftButtonsdiv.woocommerce .button.alt,
    .btHardRoundedBottomLeftButtons div.woocommerce .button.alt,
    .btHardRoundedBottomLeftButtonsdiv.woocommerce button.alt,
    .btHardRoundedBottomLeftButtons div.woocommerce button.alt,
    .btHardRoundedBottomLeftButtonsdiv.woocommerce .shipping-calculator-button,
    .btHardRoundedBottomLeftButtons div.woocommerce .shipping-calculator-button {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar input.alt,
    .btHardRoundedBottomRightButtons.woocommerce .btContent input.alt,
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar input.alt,
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent input.alt,
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar input.alt,
    .btHardRoundedBottomRightButtons .woocommerce .btContent input.alt,
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar input.alt,
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent input.alt,
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar a.button.alt,
    .btHardRoundedBottomRightButtons.woocommerce .btContent a.button.alt,
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent a.button.alt,
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar a.button.alt,
    .btHardRoundedBottomRightButtons .woocommerce .btContent a.button.alt,
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar a.button.alt,
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent a.button.alt,
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar .button.alt,
    .btHardRoundedBottomRightButtons.woocommerce .btContent .button.alt,
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar .button.alt,
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent .button.alt,
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar .button.alt,
    .btHardRoundedBottomRightButtons .woocommerce .btContent .button.alt,
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar .button.alt,
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent .button.alt,
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar button.alt,
    .btHardRoundedBottomRightButtons.woocommerce .btContent button.alt,
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar button.alt,
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent button.alt,
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar button.alt,
    .btHardRoundedBottomRightButtons .woocommerce .btContent button.alt,
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar button.alt,
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent button.alt,
    .btHardRoundedBottomRightButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedBottomRightButtons.woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedBottomRightButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedBottomRightButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedBottomRightButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btHardRoundedBottomRightButtons .woocommerce .btContent .shipping-calculator-button,
    .btHardRoundedBottomRightButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btHardRoundedBottomRightButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btHardRoundedBottomRightButtonsdiv.woocommerce input.alt,
    .btHardRoundedBottomRightButtons div.woocommerce input.alt,
    .btHardRoundedBottomRightButtonsdiv.woocommerce a.button.alt,
    .btHardRoundedBottomRightButtons div.woocommerce a.button.alt,
    .btHardRoundedBottomRightButtonsdiv.woocommerce .button.alt,
    .btHardRoundedBottomRightButtons div.woocommerce .button.alt,
    .btHardRoundedBottomRightButtonsdiv.woocommerce button.alt,
    .btHardRoundedBottomRightButtons div.woocommerce button.alt,
    .btHardRoundedBottomRightButtonsdiv.woocommerce .shipping-calculator-button,
    .btHardRoundedBottomRightButtons div.woocommerce .shipping-calculator-button {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons.woocommerce .btSidebar input.alt,
    .btSoftRoundedButtons.woocommerce .btContent input.alt,
    .btSoftRoundedButtons.woocommerce-page .btSidebar input.alt,
    .btSoftRoundedButtons.woocommerce-page .btContent input.alt,
    .btSoftRoundedButtons .woocommerce .btSidebar input.alt,
    .btSoftRoundedButtons .woocommerce .btContent input.alt,
    .btSoftRoundedButtons .woocommerce-page .btSidebar input.alt,
    .btSoftRoundedButtons .woocommerce-page .btContent input.alt,
    .btSoftRoundedButtons.woocommerce .btSidebar a.button.alt,
    .btSoftRoundedButtons.woocommerce .btContent a.button.alt,
    .btSoftRoundedButtons.woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedButtons.woocommerce-page .btContent a.button.alt,
    .btSoftRoundedButtons .woocommerce .btSidebar a.button.alt,
    .btSoftRoundedButtons .woocommerce .btContent a.button.alt,
    .btSoftRoundedButtons .woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedButtons .woocommerce-page .btContent a.button.alt,
    .btSoftRoundedButtons.woocommerce .btSidebar .button.alt,
    .btSoftRoundedButtons.woocommerce .btContent .button.alt,
    .btSoftRoundedButtons.woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedButtons.woocommerce-page .btContent .button.alt,
    .btSoftRoundedButtons .woocommerce .btSidebar .button.alt,
    .btSoftRoundedButtons .woocommerce .btContent .button.alt,
    .btSoftRoundedButtons .woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedButtons .woocommerce-page .btContent .button.alt,
    .btSoftRoundedButtons.woocommerce .btSidebar button.alt,
    .btSoftRoundedButtons.woocommerce .btContent button.alt,
    .btSoftRoundedButtons.woocommerce-page .btSidebar button.alt,
    .btSoftRoundedButtons.woocommerce-page .btContent button.alt,
    .btSoftRoundedButtons .woocommerce .btSidebar button.alt,
    .btSoftRoundedButtons .woocommerce .btContent button.alt,
    .btSoftRoundedButtons .woocommerce-page .btSidebar button.alt,
    .btSoftRoundedButtons .woocommerce-page .btContent button.alt,
    .btSoftRoundedButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedButtons.woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedButtons .woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedButtonsdiv.woocommerce input.alt,
    .btSoftRoundedButtons div.woocommerce input.alt,
    .btSoftRoundedButtonsdiv.woocommerce a.button.alt,
    .btSoftRoundedButtons div.woocommerce a.button.alt,
    .btSoftRoundedButtonsdiv.woocommerce .button.alt,
    .btSoftRoundedButtons div.woocommerce .button.alt,
    .btSoftRoundedButtonsdiv.woocommerce button.alt,
    .btSoftRoundedButtons div.woocommerce button.alt,
    .btSoftRoundedButtonsdiv.woocommerce .shipping-calculator-button,
    .btSoftRoundedButtons div.woocommerce .shipping-calculator-button {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar input.alt,
    .btSoftRoundedTopLeftButtons.woocommerce .btContent input.alt,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar input.alt,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent input.alt,
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar input.alt,
    .btSoftRoundedTopLeftButtons .woocommerce .btContent input.alt,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar input.alt,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent input.alt,
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar a.button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce .btContent a.button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent a.button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar a.button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce .btContent a.button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent a.button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar .button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce .btContent .button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent .button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar .button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce .btContent .button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent .button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce .btContent button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce .btContent button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar button.alt,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent button.alt,
    .btSoftRoundedTopLeftButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedTopLeftButtons.woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedTopLeftButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedTopLeftButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedTopLeftButtons .woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedTopLeftButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedTopLeftButtonsdiv.woocommerce input.alt,
    .btSoftRoundedTopLeftButtons div.woocommerce input.alt,
    .btSoftRoundedTopLeftButtonsdiv.woocommerce a.button.alt,
    .btSoftRoundedTopLeftButtons div.woocommerce a.button.alt,
    .btSoftRoundedTopLeftButtonsdiv.woocommerce .button.alt,
    .btSoftRoundedTopLeftButtons div.woocommerce .button.alt,
    .btSoftRoundedTopLeftButtonsdiv.woocommerce button.alt,
    .btSoftRoundedTopLeftButtons div.woocommerce button.alt,
    .btSoftRoundedTopLeftButtonsdiv.woocommerce .shipping-calculator-button,
    .btSoftRoundedTopLeftButtons div.woocommerce .shipping-calculator-button {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar input.alt,
    .btSoftRoundedTopRightButtons.woocommerce .btContent input.alt,
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar input.alt,
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent input.alt,
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar input.alt,
    .btSoftRoundedTopRightButtons .woocommerce .btContent input.alt,
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar input.alt,
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent input.alt,
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar a.button.alt,
    .btSoftRoundedTopRightButtons.woocommerce .btContent a.button.alt,
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent a.button.alt,
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar a.button.alt,
    .btSoftRoundedTopRightButtons .woocommerce .btContent a.button.alt,
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent a.button.alt,
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar .button.alt,
    .btSoftRoundedTopRightButtons.woocommerce .btContent .button.alt,
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent .button.alt,
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar .button.alt,
    .btSoftRoundedTopRightButtons .woocommerce .btContent .button.alt,
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent .button.alt,
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar button.alt,
    .btSoftRoundedTopRightButtons.woocommerce .btContent button.alt,
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar button.alt,
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent button.alt,
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar button.alt,
    .btSoftRoundedTopRightButtons .woocommerce .btContent button.alt,
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar button.alt,
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent button.alt,
    .btSoftRoundedTopRightButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedTopRightButtons.woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedTopRightButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedTopRightButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedTopRightButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedTopRightButtons .woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedTopRightButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedTopRightButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedTopRightButtonsdiv.woocommerce input.alt,
    .btSoftRoundedTopRightButtons div.woocommerce input.alt,
    .btSoftRoundedTopRightButtonsdiv.woocommerce a.button.alt,
    .btSoftRoundedTopRightButtons div.woocommerce a.button.alt,
    .btSoftRoundedTopRightButtonsdiv.woocommerce .button.alt,
    .btSoftRoundedTopRightButtons div.woocommerce .button.alt,
    .btSoftRoundedTopRightButtonsdiv.woocommerce button.alt,
    .btSoftRoundedTopRightButtons div.woocommerce button.alt,
    .btSoftRoundedTopRightButtonsdiv.woocommerce .shipping-calculator-button,
    .btSoftRoundedTopRightButtons div.woocommerce .shipping-calculator-button {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar input.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent input.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar input.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent input.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar input.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent input.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar input.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent input.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar a.button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent a.button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent a.button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar a.button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent a.button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent a.button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar .button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent .button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent .button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar .button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent .button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent .button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar button.alt,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent button.alt,
    .btSoftRoundedBottomLeftButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtons.woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtons .woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce input.alt,
    .btSoftRoundedBottomLeftButtons div.woocommerce input.alt,
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce a.button.alt,
    .btSoftRoundedBottomLeftButtons div.woocommerce a.button.alt,
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce .button.alt,
    .btSoftRoundedBottomLeftButtons div.woocommerce .button.alt,
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce button.alt,
    .btSoftRoundedBottomLeftButtons div.woocommerce button.alt,
    .btSoftRoundedBottomLeftButtonsdiv.woocommerce .shipping-calculator-button,
    .btSoftRoundedBottomLeftButtons div.woocommerce .shipping-calculator-button {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar input.alt,
    .btSoftRoundedBottomRightButtons.woocommerce .btContent input.alt,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar input.alt,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent input.alt,
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar input.alt,
    .btSoftRoundedBottomRightButtons .woocommerce .btContent input.alt,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar input.alt,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent input.alt,
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar a.button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce .btContent a.button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent a.button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar a.button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce .btContent a.button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar a.button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent a.button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar .button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce .btContent .button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent .button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar .button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce .btContent .button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar .button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent .button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce .btContent button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce .btContent button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar button.alt,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent button.alt,
    .btSoftRoundedBottomRightButtons.woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedBottomRightButtons.woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedBottomRightButtons.woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedBottomRightButtons .woocommerce .btSidebar .shipping-calculator-button,
    .btSoftRoundedBottomRightButtons .woocommerce .btContent .shipping-calculator-button,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btSidebar .shipping-calculator-button,
    .btSoftRoundedBottomRightButtons .woocommerce-page .btContent .shipping-calculator-button,
    .btSoftRoundedBottomRightButtonsdiv.woocommerce input.alt,
    .btSoftRoundedBottomRightButtons div.woocommerce input.alt,
    .btSoftRoundedBottomRightButtonsdiv.woocommerce a.button.alt,
    .btSoftRoundedBottomRightButtons div.woocommerce a.button.alt,
    .btSoftRoundedBottomRightButtonsdiv.woocommerce .button.alt,
    .btSoftRoundedBottomRightButtons div.woocommerce .button.alt,
    .btSoftRoundedBottomRightButtonsdiv.woocommerce button.alt,
    .btSoftRoundedBottomRightButtons div.woocommerce button.alt,
    .btSoftRoundedBottomRightButtonsdiv.woocommerce .shipping-calculator-button,
    .btSoftRoundedBottomRightButtons div.woocommerce .shipping-calculator-button {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .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,
    .woocommerce .btSidebar .shipping-calculator-button:hover,
    .woocommerce .btContent .shipping-calculator-button:hover,
    .woocommerce-page .btSidebar .shipping-calculator-button:hover,
    .woocommerce-page .btContent .shipping-calculator-button:hover,
    div.woocommerce input.alt:hover,
    div.woocommerce a.button.alt:hover,
    div.woocommerce .button.alt:hover,
    div.woocommerce button.alt:hover,
    div.woocommerce .shipping-calculator-button:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .woocommerce .btSidebar a.edit,
    .woocommerce .btContent a.edit,
    .woocommerce-page .btSidebar a.edit,
    .woocommerce-page .btContent a.edit,
    div.woocommerce a.edit {
        display: inline-flex;
        font-size: .875rem;
        line-height: 1;
        transition: all 200ms ease;
        flex-direction: row-reverse;
        align-items: baseline;
    }
    .woocommerce .btSidebar a.edit:before,
    .woocommerce .btContent a.edit:before,
    .woocommerce-page .btSidebar a.edit:before,
    .woocommerce-page .btContent a.edit:before,
    div.woocommerce a.edit:before {
        font-family: FontAwesome;
        margin: 0 0 0 8px;
        color: #fdabb7;
        transform: scale(1);
        transition: all 200ms ease;
        line-height: 1;
        font-size: 1rem;
        display: block;
    }
    .rtl .woocommerce .btSidebar a.edit:before,
    .rtl .woocommerce .btContent a.edit:before,
    .rtl .woocommerce-page .btSidebar a.edit:before,
    .rtl .woocommerce-page .btContent a.edit:before,
    .rtl div.woocommerce a.edit:before {
        margin: 0 8px 0 0;
    }
    .woocommerce .btSidebar a.edit:before,
    .woocommerce .btContent a.edit:before,
    .woocommerce-page .btSidebar a.edit:before,
    .woocommerce-page .btContent a.edit:before,
    div.woocommerce a.edit:before {
        content: "\f040";
    }
    .woocommerce .btSidebar a.edit:hover:before,
    .woocommerce .btContent a.edit:hover:before,
    .woocommerce-page .btSidebar a.edit:hover:before,
    .woocommerce-page .btContent a.edit:hover:before,
    div.woocommerce a.edit:hover:before {
        transform: scale(1.25);
    }
    .btLightSkin .woocommerce .btSidebar a.edit,
    .btLightSkin .woocommerce .btContent a.edit,
    .btLightSkin .woocommerce-page .btSidebar a.edit,
    .btLightSkin .woocommerce-page .btContent a.edit,
    .btDarkSkin .btLightSkin .woocommerce .btSidebar a.edit,
    .btDarkSkin .btLightSkin .woocommerce .btContent a.edit,
    .btDarkSkin .btLightSkin .woocommerce-page .btSidebar a.edit,
    .btDarkSkin .btLightSkin .woocommerce-page .btContent a.edit,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce .btSidebar a.edit,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce .btContent a.edit,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce-page .btSidebar a.edit,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce-page .btContent a.edit,
    .btLightSkin div.woocommerce a.edit,
    .btDarkSkin .btLightSkin div.woocommerce a.edit,
    .btLightSkin .btDarkSkin .btLightSkin div.woocommerce a.edit {
        color: rgba(34,34,34,.5);
    }
    .btLightSkin .woocommerce .btSidebar a.edit:hover,
    .btLightSkin .woocommerce .btContent a.edit:hover,
    .btLightSkin .woocommerce-page .btSidebar a.edit:hover,
    .btLightSkin .woocommerce-page .btContent a.edit:hover,
    .btDarkSkin .btLightSkin .woocommerce .btSidebar a.edit:hover,
    .btDarkSkin .btLightSkin .woocommerce .btContent a.edit:hover,
    .btDarkSkin .btLightSkin .woocommerce-page .btSidebar a.edit:hover,
    .btDarkSkin .btLightSkin .woocommerce-page .btContent a.edit:hover,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce .btSidebar a.edit:hover,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce .btContent a.edit:hover,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce-page .btSidebar a.edit:hover,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce-page .btContent a.edit:hover,
    .btLightSkin div.woocommerce a.edit:hover,
    .btDarkSkin .btLightSkin div.woocommerce a.edit:hover,
    .btLightSkin .btDarkSkin .btLightSkin div.woocommerce a.edit:hover {
        color: #181818;
    }
    .btDarkSkin .woocommerce .btSidebar a.edit,
    .btDarkSkin .woocommerce .btContent a.edit,
    .btDarkSkin .woocommerce-page .btSidebar a.edit,
    .btDarkSkin .woocommerce-page .btContent a.edit,
    .btLightSkin .btDarkSkin .woocommerce .btSidebar a.edit,
    .btLightSkin .btDarkSkin .woocommerce .btContent a.edit,
    .btLightSkin .btDarkSkin .woocommerce-page .btSidebar a.edit,
    .btLightSkin .btDarkSkin .woocommerce-page .btContent a.edit,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btSidebar a.edit,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btContent a.edit,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btSidebar a.edit,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btContent a.edit,
    .btDarkSkin div.woocommerce a.edit,
    .btLightSkin .btDarkSkin div.woocommerce a.edit,
    .btDarkSkin.btLightSkin .btDarkSkin div.woocommerce a.edit {
        color: rgba(255,255,255,.5);
    }
    .btDarkSkin .woocommerce .btSidebar a.edit:hover,
    .btDarkSkin .woocommerce .btContent a.edit:hover,
    .btDarkSkin .woocommerce-page .btSidebar a.edit:hover,
    .btDarkSkin .woocommerce-page .btContent a.edit:hover,
    .btLightSkin .btDarkSkin .woocommerce .btSidebar a.edit:hover,
    .btLightSkin .btDarkSkin .woocommerce .btContent a.edit:hover,
    .btLightSkin .btDarkSkin .woocommerce-page .btSidebar a.edit:hover,
    .btLightSkin .btDarkSkin .woocommerce-page .btContent a.edit:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btSidebar a.edit:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btContent a.edit:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btSidebar a.edit:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btContent a.edit:hover,
    .btDarkSkin div.woocommerce a.edit:hover,
    .btLightSkin .btDarkSkin div.woocommerce a.edit:hover,
    .btDarkSkin.btLightSkin .btDarkSkin div.woocommerce a.edit:hover {
        color: #fff;
    }
    .woocommerce .btSidebar address,
    .woocommerce .btContent address,
    .woocommerce-page .btSidebar address,
    .woocommerce-page .btContent address,
    div.woocommerce address {
        font-style: normal;
        display: block;
    }

    /* Price filter */
    .widget_price_filter .price_slider_wrapper .ui-slider {
        border-radius: 1em;
        background-color: rgba(34,34,34,.07);
        border: 0;
        position: relative;
        text-align: left;
        margin-left: .5em;
        margin-right: .5em;
        margin-bottom: 1em;
    }
    .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider,
    .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider,
    .btLightSkin .btDarkSkin .btLightSkin .widget_price_filter .price_slider_wrapper .ui-slider {
        background-color: rgba(34,34,34,.1);
    }
    .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,
    .btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,
    .btDarkSkin.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider {
        background-color: rgba(255,255,255,.2);
    }
    .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        background: #fdabb7;
        border-radius: 1em;
        cursor: ew-resize;
        outline: 0;
        border: 0;
        top: -.25em;
        margin-left: -.5em;
        transition: 300ms ease all;
    }
    .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;
    }
    .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        transition: 300ms ease all;
    }
    .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;
        display: flex;
        align-items: center;
    }
    .rtl .widget_price_filter .price_slider_amount {
        text-align: left;
    }
    .widget_price_filter .price_slider_amount .button {
        float: left;
        min-width: 100px;
    }
    .widget_price_filter .price_slider_amount .price_label {
        flex: 1 1 100%;
        font-family: Playfair Display,Arial,Helvetica,sans-serif;
    }
    .widget_price_filter .price_slider_amount .price_label span {
        font-weight: bold;
    }

    /* Star rating */
    .star-rating:before {
        content: "\f006\f006\f006\f006\f006";
        letter-spacing: .1em;
        opacity: .5;
    }
    .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;
        color: transparent;
        white-space: nowrap;
    }
    .rtl .star-rating span {
        left: auto;
        right: 0;
    }
    .star-rating span:before {
        content: "\f005\f005\f005\f005\f005";
        letter-spacing: .1em;
        color: #333c4a;
    }
    .rtl .star-rating span:before {
        position: absolute;
        right: 0;
    }
    .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;
        margin-bottom: 1.5em;
        font-size: 1.5em;
        letter-spacing: .125em;
    }
    p.stars a {
        display: inline-block;
        font-weight: 400;
        text-indent: -9999px;
        position: relative;
        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(34,34,34,.1);
    }
    .btLightSkin p.stars a[class^="star-"]:after,
    .btDarkSkin .btLightSkin p.stars a[class^="star-"]:after,
    .btLightSkin .btDarkSkin .btLightSkin p.stars a[class^="star-"]:after {
        color: rgba(34,34,34,.1);
    }
    .btDarkSkin p.stars a[class^="star-"]:after,
    .btLightSkin .btDarkSkin p.stars a[class^="star-"]:after,
    .btDarkSkin.btLightSkin .btDarkSkin p.stars a[class^="star-"]:after {
        color: rgba(255,255,255,.2);
    }
    .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: #333c4a;
    }
    p.stars a.star-1 {
        width: 1em;
        z-index: 10;
    }
    p.stars a.star-1:after {
        content: "\f006";
    }
    p.stars a.star-1.active:after,
    p.stars a.star-1:hover:after {
        content: "\f005";
    }
    p.stars a.star-2 {
        width: 2em;
        z-index: 9;
    }
    p.stars a.star-2:after {
        content: "\f006\f006";
    }
    p.stars a.star-2.active:after,
    p.stars a.star-2:hover:after {
        content: "\f005\f005";
    }
    p.stars a.star-3 {
        width: 3em;
        z-index: 8;
    }
    p.stars a.star-3:after {
        content: "\f006\f006\f006";
    }
    p.stars a.star-3.active:after,
    p.stars a.star-3:hover:after {
        content: "\f005\f005\f005";
    }
    p.stars a.star-4 {
        width: 4em;
        z-index: 7;
    }
    p.stars a.star-4:after {
        content: "\f006\f006\f006\f006";
    }
    p.stars a.star-4.active:after,
    p.stars a.star-4:hover: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: "\f006\f006\f006\f006\f006";
    }
    p.stars a.star-5.active:after,
    p.stars a.star-5:hover:after {
        content: "\f005\f005\f005\f005\f005";
    }

    /* Spin animation */
    @keyframes spin {
        from {
            transform: rotate(0);
        }
        to {
            transform: rotate(360deg);
        }
    }

    /* Woo fonts */
    @font-face {
        font-family: star;
        src: url(../../plugins/woocommerce/assets/fonts/star.eot);
        src: url(../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: WooCommerce;
        src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
        src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
        font-weight: 400;
        font-style: normal;
    }

    /* Select - Checkout */
    .woocommerce .select2-container--default .select2-selection--single {
        height: 3.25rem;
        border: none;
        padding: 0 1.563em;
        transition: all 500ms ease;
    }
    .btLightSkin .woocommerce .select2-container--default .select2-selection--single,
    .btDarkSkin .btLightSkin .woocommerce .select2-container--default .select2-selection--single,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce .select2-container--default .select2-selection--single {
        border: 0;
        box-shadow: 1px 1px 3px 1px rgba(34,34,34,.2);
    }
    .btDarkSkin .woocommerce .select2-container--default .select2-selection--single,
    .btLightSkin .btDarkSkin .woocommerce .select2-container--default .select2-selection--single,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce .select2-container--default .select2-selection--single {
        border: 0;
        box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
    }
    .btHardRoundedButtons .woocommerce .select2-container--default .select2-selection--single,
    .btHardRoundedTopLeftButtons .woocommerce .select2-container--default .select2-selection--single,
    .btHardRoundedTopRightButtons .woocommerce .select2-container--default .select2-selection--single,
    .btHardRoundedBottomLeftButtons .woocommerce .select2-container--default .select2-selection--single,
    .btHardRoundedBottomRightButtons .woocommerce .select2-container--default .select2-selection--single {
        border-radius: 50px;
    }
    .btSoftRoundedButtons .woocommerce .select2-container--default .select2-selection--single,
    .btSoftRoundedTopLeftButtons .woocommerce .select2-container--default .select2-selection--single,
    .btSoftRoundedTopRightButtons .woocommerce .select2-container--default .select2-selection--single,
    .btSoftRoundedBottomLeftButtons .woocommerce .select2-container--default .select2-selection--single,
    .btSoftRoundedBottomRightButtons .woocommerce .select2-container--default .select2-selection--single {
        border-radius: 4px;
    }
    .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        padding-right: 0;
        line-height: 3.25;
    }
    .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: auto;
        font-size: 1.25rem;
        width: auto;
        top: 0;
        right: 0;
        line-height: 2.4;
    }
    .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }
    .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: '\f107';
        font-family: FontAwesome;
        display: block;
        float: right;
        padding: 0 .75em;
        transition: 200ms ease all;
        opacity: .2;
    }
    .btLightSkin .woocommerce .select2-container--open .select2-selection--single,
    .btDarkSkin .btLightSkin .woocommerce .select2-container--open .select2-selection--single,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce .select2-container--open .select2-selection--single {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset;
    }
    .btDarkSkin .woocommerce .select2-container--open .select2-selection--single,
    .btLightSkin .btDarkSkin .woocommerce .select2-container--open .select2-selection--single,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce .select2-container--open .select2-selection--single {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset;
    }
    .woocommerce .select2-container--open .select2-selection--single .select2-selection__arrow:before {
        transform: rotate(180deg);
        opacity: 1;
    }
    .select2-dropdown {
        border: 0;
        background-color: #fff;
        color: #181818;
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .btDarkSkin .select2-dropdown {
        box-shadow: 0 3px 20px rgba(0,0,0,.2);
    }
    .select2-dropdown .select2-search--dropdown {
        padding: 10px;
    }
    .select2-dropdown .select2-search--dropdown .select2-search__field {
        border: 0;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option--highlighted[data-selected] {
        background-color: #fdabb7;
    }

    /* Accept terms */
    .woocommerce-terms-and-conditions-wrapper {
        padding-bottom: 1em;
    }

    /* Small woocommerce popup redesigns */
    .pswp {
        z-index: 11000;
    }
    .pswp__bg {
        background: rgba(0,0,0,.9) !important;
        opacity: 1;
    }
    .pswp__caption__center {
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 18px;
    }
    .pswp__counter {
        font-size: 12px;
    }
    button.pswp__button.pswp__button--arrow--left,
    button.pswp__button.pswp__button--arrow--right {
        width: 4.375em;
        height: 4.375em;
        margin-top: -2.1875em;
        display: flex;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        cursor: pointer;
        outline: none;
        border: none;
        border-radius: 50%;
        opacity: 1;
        transition: all 300ms ease;
    }
    button.pswp__button.pswp__button--arrow--left:active,
    button.pswp__button.pswp__button--arrow--right:active {
        margin-top: -2.1875em;
    }
    button.pswp__button.pswp__button--arrow--left:before,
    button.pswp__button.pswp__button--arrow--right:before {
        font-size: 2em;
        color: #fff;
        font-family: Essential;
        transition: all 300ms ease;
        border: 0;
        opacity: 1;
        margin: 0;
        width: 100%;
        line-height: 1;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        position: relative;
        height: auto;
        background: none !important;
    }
    button.pswp__button.pswp__button--arrow--left:after,
    button.pswp__button.pswp__button--arrow--right:after {
        display: none;
    }
    button.pswp__button.pswp__button--arrow--left:hover,
    button.pswp__button.pswp__button--arrow--right:hover {
        transform: scale(1.125);
        background: #fdabb7;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
    }
    button.pswp__button.pswp__button--arrow--left {
        left: 1em;
    }
    button.pswp__button.pswp__button--arrow--left:before {
        content: "\ea7c";
        transform: translateX(-10%);
    }
    .rtl button.pswp__button.pswp__button--arrow--left {
        left: auto;
        right: 1em;
    }
    .rtl button.pswp__button.pswp__button--arrow--left:before {
        content: "\ea7d";
        transform: translateX(10%);
    }
    button.pswp__button--arrow--right {
        right: 1em;
    }
    button.pswp__button--arrow--right:before {
        content: "\ea7d";
        transform: translateX(10%);
    }
    .rtl button.pswp__button--arrow--right {
        right: auto;
        left: 1em;
    }
    .rtl button.pswp__button--arrow--right:before {
        content: "\ea7c";
        transform: translateX(-10%);
    }
    .bt_bb_text .woocommerce-address-fields .form-row {
        margin: 0 0 1em;
    }
    .woocommerce input[type="checkbox"],
    .woocommerce input[type="radio"] {
        width: 1.5rem;
        height: 1.5rem;
        transition: 200ms ease all;
        background: transparent;
        cursor: pointer;
        min-width: 1.5rem;
        border-radius: 50%;
        vertical-align: middle;
        -webkit-appearance: none;
        position: relative;
        content: "";
        -moz-appearance: none;
        border: 0;
        display: inline-block;
        margin-right: .75em;
        margin-top: -4px;
    }
    .rtl.woocommerce input[type="checkbox"],
    .rtl.woocommerce input[type="radio"] {
        margin-right: 0;
        margin-left: .75em;
    }
    .btLightSkin .woocommerce input[type="checkbox"],
    .btDarkSkin .btLightSkin .woocommerce input[type="checkbox"],
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce input[type="checkbox"],
    .btLightSkin .woocommerce input[type="radio"],
    .btDarkSkin .btLightSkin .woocommerce input[type="radio"],
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce input[type="radio"] {
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        background: #fff;
    }
    .btDarkSkin .woocommerce input[type="checkbox"],
    .btLightSkin .btDarkSkin .woocommerce input[type="checkbox"],
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce input[type="checkbox"],
    .btDarkSkin .woocommerce input[type="radio"],
    .btLightSkin .btDarkSkin .woocommerce input[type="radio"],
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce input[type="radio"] {
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        background: #191919;
    }
    .woocommerce input[type="checkbox"]:before,
    .woocommerce input[type="radio"]:before {
        content: '';
        position: absolute;
        transition: 200ms ease all;
        left: 4px;
        top: 4px;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        display: block;
        background: #fdabb7;
        opacity: 0;
        transform: scale(0);
    }
    .rtl .woocommerce input[type="checkbox"]:before,
    .rtl .woocommerce input[type="radio"]:before {
        left: auto;
        right: 4px;
    }
    .btLightSkin .woocommerce input[type="checkbox"]:hover,
    .btDarkSkin .btLightSkin .woocommerce input[type="checkbox"]:hover,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce input[type="checkbox"]:hover,
    .btLightSkin .woocommerce input[type="radio"]:hover,
    .btDarkSkin .btLightSkin .woocommerce input[type="radio"]:hover,
    .btLightSkin .btDarkSkin .btLightSkin .woocommerce input[type="radio"]:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset !important;
    }
    .btDarkSkin .woocommerce input[type="checkbox"]:hover,
    .btLightSkin .btDarkSkin .woocommerce input[type="checkbox"]:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce input[type="checkbox"]:hover,
    .btDarkSkin .woocommerce input[type="radio"]:hover,
    .btLightSkin .btDarkSkin .woocommerce input[type="radio"]:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .woocommerce input[type="radio"]:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset !important;
    }
    .woocommerce input[type="checkbox"]:checked:before,
    .woocommerce input[type="radio"]:checked:before {
        opacity: 1;
        transform: scale(1);
    }
    .woocommerce input[type="radio"] {
        width: 1rem;
        height: 1rem;
        min-width: 1rem;
    }
    .woocommerce input[type="radio"]:before {
        content: '';
        position: absolute;
        transition: 200ms ease all;
        left: 4px;
        top: 4px;
        width: .5rem;
        height: .5rem;
    }
    .woocommerce-checkout-review-order {
        margin-bottom: 2.5em;
    }
    .btQuoteBooking .btQuoteItem {
        margin-bottom: 15px;
    }
    .btQuoteBooking .btQuoteItem label {
        margin-top: 14px;
    }
    .btQuoteBooking .btContactNext {
        border: 0;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        color: #fff !important;
        border-radius: 0;
        text-transform: none;
        font-size: .875em;
        padding: 1.357em 1.786em;
        line-height: 1;
        transform: translate(250px,0);
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        font-weight: 400;
        display: flex;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        transition: 300ms ease all;
        margin-left: 20px;
    }
    .btQuoteBooking .btContactNext:after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        margin: 0 0 0 1em;
        transition: 300ms ease all;
        transform: scale(1.25);
    }
    .rtl .btQuoteBooking .btContactNext:after {
        margin-left: 0;
        margin-right: 1em;
        content: "\f104";
    }
    .btHardRoundedButtons .btQuoteBooking .btContactNext {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btQuoteBooking .btContactNext {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btQuoteBooking .btContactNext {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btQuoteBooking .btContactNext {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btQuoteBooking .btContactNext {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btQuoteBooking .btContactNext {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btQuoteBooking .btContactNext {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btQuoteBooking .btContactNext {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .btContactNext {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btQuoteBooking .btContactNext {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btQuoteBooking .btContactNext:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btQuoteBooking .btContactNext:hover:after {
        margin: 0 0 0 1em;
        transform: scale(1.75);
        transition: 300ms ease all;
    }
    .rtl .btQuoteBooking .btContactNext:hover:after {
        margin-left: 0;
        margin-right: 1em;
    }
    .rtl .btQuoteBooking .btContactNext {
        transform: translate(-250px,0);
        margin-left: auto;
        margin-right: 20px;
    }
    .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext:hover {
        transform: translate(0,-3px);
    }
    .btQuoteBooking .btQuoteSlider {
        height: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 0;
        border: 0;
    }
    .btLightSkin .btQuoteBooking .btQuoteSlider,
    .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider {
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        background: #fff;
    }
    .btDarkSkin .btQuoteBooking .btQuoteSlider,
    .btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider {
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        background: #191919;
    }
    .btHardRoundedButtons .btQuoteBooking .btQuoteSlider,
    .btHardRoundedTopLeftButtons .btQuoteBooking .btQuoteSlider,
    .btHardRoundedTopRightButtons .btQuoteBooking .btQuoteSlider,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .btQuoteSlider,
    .btHardRoundedBottomRightButtons .btQuoteBooking .btQuoteSlider,
    .btSoftRoundedButtons .btQuoteBooking .btQuoteSlider,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .btQuoteSlider,
    .btSoftRoundedTopRightButtons .btQuoteBooking .btQuoteSlider,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .btQuoteSlider,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .btQuoteSlider {
        border-radius: 50px;
    }
    .btLightSkin .btQuoteBooking .btQuoteSlider:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
    }
    .btDarkSkin .btQuoteBooking .btQuoteSlider:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,.2);
    }
    .btQuoteBooking .btQuoteSlider .ui-slider-handle {
        top: -15px;
        background: #fdabb7;
    }
    .btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-focus {
        box-shadow: none !important;
    }
    .btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-hover,
    .btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-active {
        box-shadow: 0 3px 20px rgba(34,34,34,.2) !important;
    }
    .btQuoteBooking .btQuoteSwitch {
        transition: all 500ms ease;
        border: 0;
        padding: 6px;
    }
    .btLightSkin .btQuoteBooking .btQuoteSwitch,
    .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch {
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        background: #fff;
    }
    .btDarkSkin .btQuoteBooking .btQuoteSwitch,
    .btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch {
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        background: #191919;
    }
    .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
        background: rgba(34,34,34,.1);
    }
    .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
    .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
        background: rgba(34,34,34,.25);
    }
    .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
    .btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
        background: rgba(255,255,255,.25);
    }
    .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
        background: #fdabb7;
    }
    .btLightSkin .btQuoteBooking .btQuoteSwitch:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset;
    }
    .btDarkSkin .btQuoteBooking .btQuoteSwitch:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch:hover {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset;
    }
    .btQuoteBooking .fancy-select .trigger {
        font-size: .875em;
    }
    .btQuoteBooking input[type="text"],
    .btQuoteBooking input[type="email"],
    .btQuoteBooking input[type="password"],
    .btQuoteBooking textarea,
    .btQuoteBooking .fancy-select .trigger,
    .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
        border-radius: 0;
        overflow: hidden !important;
    }
    .btHardRoundedButtons .btQuoteBooking input[type="text"],
    .btHardRoundedTopLeftButtons .btQuoteBooking input[type="text"],
    .btHardRoundedTopRightButtons .btQuoteBooking input[type="text"],
    .btHardRoundedBottomLeftButtons .btQuoteBooking input[type="text"],
    .btHardRoundedBottomRightButtons .btQuoteBooking input[type="text"],
    .btHardRoundedButtons .btQuoteBooking input[type="email"],
    .btHardRoundedTopLeftButtons .btQuoteBooking input[type="email"],
    .btHardRoundedTopRightButtons .btQuoteBooking input[type="email"],
    .btHardRoundedBottomLeftButtons .btQuoteBooking input[type="email"],
    .btHardRoundedBottomRightButtons .btQuoteBooking input[type="email"],
    .btHardRoundedButtons .btQuoteBooking input[type="password"],
    .btHardRoundedTopLeftButtons .btQuoteBooking input[type="password"],
    .btHardRoundedTopRightButtons .btQuoteBooking input[type="password"],
    .btHardRoundedBottomLeftButtons .btQuoteBooking input[type="password"],
    .btHardRoundedBottomRightButtons .btQuoteBooking input[type="password"],
    .btHardRoundedButtons .btQuoteBooking textarea,
    .btHardRoundedTopLeftButtons .btQuoteBooking textarea,
    .btHardRoundedTopRightButtons .btQuoteBooking textarea,
    .btHardRoundedBottomLeftButtons .btQuoteBooking textarea,
    .btHardRoundedBottomRightButtons .btQuoteBooking textarea,
    .btHardRoundedButtons .btQuoteBooking .fancy-select .trigger,
    .btHardRoundedTopLeftButtons .btQuoteBooking .fancy-select .trigger,
    .btHardRoundedTopRightButtons .btQuoteBooking .fancy-select .trigger,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .fancy-select .trigger,
    .btHardRoundedBottomRightButtons .btQuoteBooking .fancy-select .trigger,
    .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btHardRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btHardRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btHardRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btHardRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btHardRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btHardRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btHardRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btHardRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btHardRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
        border-radius: 50px;
    }
    .btSoftRoundedButtons .btQuoteBooking input[type="text"],
    .btSoftRoundedTopLeftButtons .btQuoteBooking input[type="text"],
    .btSoftRoundedTopRightButtons .btQuoteBooking input[type="text"],
    .btSoftRoundedBottomLeftButtons .btQuoteBooking input[type="text"],
    .btSoftRoundedBottomRightButtons .btQuoteBooking input[type="text"],
    .btSoftRoundedButtons .btQuoteBooking input[type="email"],
    .btSoftRoundedTopLeftButtons .btQuoteBooking input[type="email"],
    .btSoftRoundedTopRightButtons .btQuoteBooking input[type="email"],
    .btSoftRoundedBottomLeftButtons .btQuoteBooking input[type="email"],
    .btSoftRoundedBottomRightButtons .btQuoteBooking input[type="email"],
    .btSoftRoundedButtons .btQuoteBooking input[type="password"],
    .btSoftRoundedTopLeftButtons .btQuoteBooking input[type="password"],
    .btSoftRoundedTopRightButtons .btQuoteBooking input[type="password"],
    .btSoftRoundedBottomLeftButtons .btQuoteBooking input[type="password"],
    .btSoftRoundedBottomRightButtons .btQuoteBooking input[type="password"],
    .btSoftRoundedButtons .btQuoteBooking textarea,
    .btSoftRoundedTopLeftButtons .btQuoteBooking textarea,
    .btSoftRoundedTopRightButtons .btQuoteBooking textarea,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking textarea,
    .btSoftRoundedBottomRightButtons .btQuoteBooking textarea,
    .btSoftRoundedButtons .btQuoteBooking .fancy-select .trigger,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .fancy-select .trigger,
    .btSoftRoundedTopRightButtons .btQuoteBooking .fancy-select .trigger,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .fancy-select .trigger,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .fancy-select .trigger,
    .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btSoftRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btSoftRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btSoftRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
        border-radius: 4px;
    }
    .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
    .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
        background: transparent !important;
    }
    .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadius,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadius,
    .btSoftRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadius,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadius,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadius,
    .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btSoftRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadiusTp,
    .btSoftRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadiusTp,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadiusTp,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadiusTp {
        border-radius: 4px;
    }
    .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadius,
    .btHardRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadius,
    .btHardRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadius,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadius,
    .btHardRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadius,
    .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btHardRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btHardRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btHardRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp,
    .btHardRoundedTopLeftButtons .btQuoteBooking .ddcommon.borderRadiusTp,
    .btHardRoundedTopRightButtons .btQuoteBooking .ddcommon.borderRadiusTp,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .ddcommon.borderRadiusTp,
    .btHardRoundedBottomRightButtons .btQuoteBooking .ddcommon.borderRadiusTp {
        border-radius: 50px;
    }
    .btLightSkin .btQuoteBooking .ddcommon.borderRadius,
    .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius,
    .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp,
    .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp {
        background: #fff;
    }
    .btDarkSkin .btQuoteBooking .ddcommon.borderRadius,
    .btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius,
    .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm,
    .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp,
    .btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp {
        background: #191919 !important;
    }
    .btQuoteBooking .btQuoteItem textarea {
        font-size: 1em;
        padding: 1.125em 1.563em;
        color: inherit;
    }
    .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;
    }
    .btSoftRoundedButtons .btQuoteBooking .btQuoteItem textarea,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .btQuoteItem textarea,
    .btSoftRoundedTopRightButtons .btQuoteBooking .btQuoteItem textarea,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .btQuoteItem textarea,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .btQuoteItem textarea {
        border-radius: 4px;
    }
    .btHardRoundedButtons .btQuoteBooking .btQuoteItem textarea,
    .btHardRoundedTopLeftButtons .btQuoteBooking .btQuoteItem textarea,
    .btHardRoundedTopRightButtons .btQuoteBooking .btQuoteItem textarea,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .btQuoteItem textarea,
    .btHardRoundedBottomRightButtons .btQuoteBooking .btQuoteItem textarea {
        border-radius: 26px;
    }
    .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 input[type="text"]:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:hover,
    .btLightSkin .btQuoteBooking input[type="email"]:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:hover,
    .btLightSkin .btQuoteBooking input[type="password"]:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:hover,
    .btLightSkin .btQuoteBooking textarea:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking textarea:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking textarea:hover,
    .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.borderRadius:hover .ddTitleText,
    .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius:hover .ddTitleText,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius:hover .ddTitleText {
        border: 0;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        color: #181818 !important;
    }
    .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 input[type="text"]:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:hover,
    .btDarkSkin .btQuoteBooking input[type="email"]:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:hover,
    .btDarkSkin .btQuoteBooking input[type="password"]:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:hover,
    .btDarkSkin .btQuoteBooking textarea:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking textarea:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking textarea:hover,
    .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.borderRadius:hover .ddTitleText,
    .btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius:hover .ddTitleText,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius:hover .ddTitleText {
        border: 0;
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        color: #fff !important;
    }
    .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.open,
    .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger.open,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger.open {
        border: 0;
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset;
    }
    .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.open,
    .btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger.open,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger.open {
        border: 0;
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset;
    }
    .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
        border: 0;
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset;
        color: #181818 !important;
    }
    .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
    .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
        border: 0;
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset;
        background: #191919 !important;
        color: #fff !important;
    }
    .btQuoteBooking .btDropDown .ddTitle .arrow {
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 .25em 0 0;
        opacity: .3;
        transition: 200ms ease all;
    }
    .btQuoteBooking .btDropDown .ddTitle .arrow:before {
        border: 0;
        content: '\f107';
        font-family: FontAwesome;
        display: block;
        float: none;
        font-size: 1.25rem;
        transition: 200ms ease all;
        line-height: 3.25rem;
        width: auto;
        height: 3.25rem;
        padding: 0 .75em;
    }
    .rtl .btQuoteBooking .btDropDown .ddTitle .arrow {
        right: auto;
        left: 0;
        margin-right: 0;
        margin-left: .25em;
    }
    .btQuoteBooking .btDropDown .ddTitle .ddTitleText {
        padding: 0 2.5em 0 0;
        color: inherit !important;
        min-height: 3.25em !important;
        font-size: 1em;
    }
    .rtl .btQuoteBooking .btDropDown .ddTitle .ddTitleText {
        padding: 0 0 0 2.5em;
    }
    .btQuoteBooking .btDropDown .ddTitle .ddTitleText span {
        padding: 0 0 0 1.563em;
        color: inherit;
    }
    .rtl .btQuoteBooking .btDropDown .ddTitle .ddTitleText span {
        padding: 0 1.563em 0 0;
        text-align: right;
    }
    .btQuoteBooking .btDropDown .ddTitle .ddTitleText span .description {
        padding: 0;
        color: inherit;
        opacity: .5;
    }
    .btQuoteBooking .btDropDown .dd.ddcommon.borderRadius .ddTitleText {
        min-height: 3.25em !important;
        height: 3.25em;
        line-height: 3.25;
    }
    .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText,
    .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .ddTitleText {
        min-height: 3.25em !important;
    }
    .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .arrow,
    .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .arrow {
        transform: rotate(180deg);
        opacity: 1;
    }
    .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddChild {
        margin-top: 0;
    }
    .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .ddChild {
        margin-top: -1.45em;
    }
    .btQuoteBooking .btDropDown.btNotSelected .ddTitle .ddTitleText span {
        opacity: .5;
    }
    .btQuoteBooking .ddChild {
        border: 0;
        background: #fff;
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        font-size: .938em;
        padding: 10px 0;
        color: #181818 !important;
    }
    .btDarkSkin .btQuoteBooking .ddChild {
        box-shadow: 0 3px 20px rgba(0,0,0,.2);
    }
    .btQuoteBooking .ddChild ul li {
        border: 0;
        padding: .2em 1.25em .2em 1.65em;
        position: relative;
        color: #181818 !important;
        background: transparent !important;
    }
    .btQuoteBooking .ddChild ul li span {
        padding: 0;
    }
    .btQuoteBooking .ddChild ul li span.ddlabel {
        line-height: 1.5;
    }
    .rtl .btQuoteBooking .ddChild ul li span {
        text-align: right;
        padding: .2em 1.65em .2em 1.25em;
    }
    .btQuoteBooking .ddChild ul li:before {
        display: block;
        content: "";
        height: 7px;
        width: 7px;
        top: .95em;
        left: .75em;
        transition: 200ms ease all;
        position: absolute;
        opacity: 0;
        transform: translateX(-5px);
    }
    .rtl .btQuoteBooking .ddChild ul li:before {
        left: auto;
        right: .5em;
        transform: translateX(5px);
    }
    .btMenuFocusElementCircle .btQuoteBooking .ddChild ul li:before {
        background-color: #fdabb7;
        border-radius: 50%;
    }
    .btMenuFocusElementOutlineCircle .btQuoteBooking .ddChild ul li:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
        border-radius: 50%;
    }
    .btMenuFocusElementSquare .btQuoteBooking .ddChild ul li:before {
        background-color: #fdabb7;
    }
    .btMenuFocusElementOutlineSquare .btQuoteBooking .ddChild ul li:before {
        box-shadow: 0 0 0 2px #fdabb7 inset;
    }
    .btMenuFocusElementDash .btQuoteBooking .ddChild ul li:before {
        background-color: #fdabb7;
        height: 2px;
        top: calc(.65em + 2.5px);
    }
    .btQuoteBooking .ddChild ul li.hover {
        color: #fdabb7;
    }
    .btQuoteBooking .ddChild ul li.hover:before {
        opacity: 1;
        transform: translatex(0);
    }
    .btQuoteBooking .ddChild ul li.selected:before {
        background: #fdabb7;
        opacity: 1;
        transform: translateX(0);
    }
    .rtl .btQuoteBooking .ddChild ul li.selected:before {
        transform: translateX(0);
    }
    .btQuoteBooking .ddChild ul li:first-child {
        color: inherit !important;
    }
    .btQuoteBooking .ddChild ul li:first-child span.ddlabel {
        opacity: .5;
    }
    .btQuoteBooking .ddChild ul li:first-child:before {
        display: none;
    }
    .btQuoteBooking .ddChild ul li span.description {
        margin: 0;
        color: inherit;
        opacity: .5;
    }
    .btQuoteBooking .ddChild ul li .ddImage {
        padding: 0 !important;
    }
    .btQuoteBooking .ddChild ul li .ddImage img {
        margin: 0 10px;
    }
    .btQuoteBooking .ddChild ul li .ddImage img[src=" "] {
        display: none;
    }
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
        color: #fff;
        background: #fdabb7;
        font-family: "Playfair Display",Arial,Helvetica,sans-serif;
        font-size: 1em;
        border-radius: 0;
    }
    .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btHardRoundedTopLeftButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btHardRoundedTopRightButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btHardRoundedBottomLeftButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btHardRoundedBottomRightButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
        border-radius: 50px;
        overflow: hidden;
    }
    .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btSoftRoundedTopLeftButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btSoftRoundedTopRightButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
    .btSoftRoundedBottomRightButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
        border-radius: 4px;
        overflow: hidden;
    }
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalText {
        margin: 0 1em;
        font-weight: 400;
    }
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
        border-radius: 0;
        padding: 0 1em 0 0;
        line-height: 2.4;
        font-weight: bold;
    }
    .rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
        padding: 0 0 0 1em;
    }
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
        border-radius: 0;
        padding: 0 0 0 1em;
        line-height: 2.4;
        font-weight: 400;
    }
    .rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
        padding: 0 1em 0 0;
    }
    .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc {
        border-radius: 0 50px 50px 0;
        overflow: hidden;
    }
    .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc {
        border-radius: 0 4px 4px 0;
        overflow: hidden;
    }
    .btHardRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc {
        border-radius: 50px 0 0 50px;
        overflow: hidden;
    }
    .btSoftRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc {
        border-radius: 4px 0 0 4px;
        overflow: hidden;
    }
    .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency {
        border-radius: 50px 0 0 50px;
        overflow: hidden;
    }
    .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency {
        border-radius: 4px 0 0 4px;
        overflow: hidden;
    }
    .btHardRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency {
        border-radius: 0 50px 50px 0;
        overflow: hidden;
    }
    .btSoftRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency {
        border-radius: 0 4px 4px 0;
        overflow: hidden;
    }
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
        padding: 0 2px 0 1em;
    }
    .rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
        padding: 0 1em 0 2px;
    }
    .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
        border-radius: 50px 0 0 50px;
        overflow: hidden;
    }
    .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
        border-radius: 4px 0 0 4px;
        overflow: hidden;
    }
    .btHardRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
        border-radius: 0 50px 50px 0;
        overflow: hidden;
    }
    .btSoftRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
        border-radius: 0 4px 4px 0;
        overflow: hidden;
    }
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
        padding: 0 1em 0 2px;
    }
    .rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
        padding: 0 2px 0 1em;
    }
    .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
        border-radius: 0 50px 50px 0;
        overflow: hidden;
    }
    .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
        border-radius: 0 4px 4px 0;
        overflow: hidden;
    }
    .btHardRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
        border-radius: 50px 0 0 50px;
        overflow: hidden;
    }
    .btSoftRoundedButtons.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
        border-radius: 4px 0 0 4px;
        overflow: hidden;
    }
    .btLightSkin .btQuoteBooking .btContactFieldMandatory input,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input,
    .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.5) inset;
    }
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory input,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input,
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.5) inset;
    }
    .btLightSkin .btQuoteBooking .btContactFieldMandatory input:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input:hover,
    .btLightSkin .btQuoteBooking .btContactFieldMandatory input:focus,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input:focus,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory input:focus,
    .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,
    .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:focus,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:focus,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory textarea:focus {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset;
    }
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:hover,
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:focus,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:focus,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory input:focus,
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:hover,
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:focus,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:focus,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory textarea:focus {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset;
    }
    .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
    .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px #fdabb7 inset;
    }
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px #fdabb7 inset;
    }
    .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
    .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:hover,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,
    .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
    .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset;
    }
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
    .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:hover,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover,
    .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
    .btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset;
    }
    .btQuoteBooking .btSubmitMessage {
        color: #fdabb7;
        height: auto;
        line-height: 1.5;
        padding: 1em 0;
    }
    .btQuoteBooking .btContactSubmit {
        border: 0;
        background-image: linear-gradient(to right,#fdabb7 51%,#333c4a 100%);
        background-position: 0 0;
        background-size: 200% 100% !important;
        color: #fff !important;
        border-radius: 0;
        text-transform: none;
        font-size: .875em;
        padding: 1.357em 1.786em;
        line-height: 1;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        display: inline-flex;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        transition: 300ms ease all;
        font-weight: 400;
    }
    .btQuoteBooking .btContactSubmit:after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        margin: 0 0 0 1em;
        transition: 300ms ease all;
        transform: scale(1.25);
    }
    .rtl .btQuoteBooking .btContactSubmit:after {
        margin-left: 0;
        margin-right: 1em;
        content: "\f104";
    }
    .btHardRoundedButtons .btQuoteBooking .btContactSubmit {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btQuoteBooking .btContactSubmit {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btQuoteBooking .btContactSubmit {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btQuoteBooking .btContactSubmit {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btQuoteBooking .btContactSubmit {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btQuoteBooking .btContactSubmit {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btQuoteBooking .btContactSubmit {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btQuoteBooking .btContactSubmit {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .btContactSubmit {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btQuoteBooking .btContactSubmit {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .btQuoteBooking .btContactSubmit:hover {
        box-shadow: 0 3px 20px rgba(34,34,34,.2);
        transform: translateY(-3px);
        background-position: 99% 0;
        text-shadow: 0 1px 2px rgba(34,34,34,.2);
    }
    .btQuoteBooking .btContactSubmit:hover:after {
        margin: 0 0 0 1em;
        transform: scale(1.75);
        transition: 300ms ease all;
    }
    .rtl .btQuoteBooking .btContactSubmit:hover:after {
        margin-left: 0;
        margin-right: 1em;
    }
    .btQuoteBooking .btPayPalButton {
        border-radius: 0;
    }
    .btHardRoundedButtons .btQuoteBooking .btPayPalButton {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .btQuoteBooking .btPayPalButton {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .btQuoteBooking .btPayPalButton {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .btQuoteBooking .btPayPalButton {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .btQuoteBooking .btPayPalButton {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .btQuoteBooking .btPayPalButton {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .btQuoteBooking .btPayPalButton {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .btQuoteBooking .btPayPalButton {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .btQuoteBooking .btPayPalButton {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .btQuoteBooking .btPayPalButton {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }
    .rtl .btQuoteBooking .bt_cc_email_confirmation_container {
        text-align: right;
    }
    .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
    .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 2.25em;
        cursor: pointer;
        font-size: 1em;
    }
    .rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
    .rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
        padding-left: 0;
        padding-right: 2.25em;
    }
    .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
    .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        width: 1.5rem;
        height: 1.5rem;
        transition: 200ms ease all;
        border-radius: 50%;
        border: 0;
        top: 14px;
    }
    .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
    .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
    .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
    .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
        box-shadow: 0 2px 10px rgba(34,34,34,.2);
        background: #fff;
    }
    .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
    .btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
    .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
    .btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        background: #191919;
    }
    .rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
    .rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
        left: auto;
        right: 0;
    }
    .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
    .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
        transition: 200ms ease all;
        left: 4px;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        display: block;
        top: 14px;
        background: #fdabb7;
        transform-origin: 50% 0%;
    }
    .rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
    .rtl .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
        left: auto;
        right: 4px;
    }
    .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0) translateY(-50%);
    }
    .btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1) translateY(-50%);
    }
    .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before,
    .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before,
    .btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before {
        box-shadow: 0 3px 20px rgba(34,34,34,.2),0 0 0 2px rgba(34,34,34,.25) inset !important;
    }
    .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before,
    .btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before,
    .btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .bt_cc_email_confirmation_container label:hover:before {
        box-shadow: 0 3px 20px rgba(0,0,0,.2),0 0 0 2px rgba(255,255,255,.25) inset !important;
    }
    .btQuoteBooking .btTotalQuoteContactGroup.btActive {
        overflow: visible;
    }

/* Transfer Quote total to Flex, responsive
-------------------------------------------*/
@media (max-width: 440px) {
    .btQuoteBooking .btTotalNextWrapper {
        flex-direction: column;
    }
    .btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,
    .btQuoteBooking .btQuoteBookingForm .boldBtn {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,
    .btQuoteBooking .btQuoteBookingForm .btContactNext {
        width: 100%;
    }
    .btQuoteBooking .btQuoteBookingForm .btContactNext {
        transform: translateY(-100%);
        opacity: 0;
    }
    .btQuoteBooking .btContactSubmit {
        width: calc(100% - 20px);
    }
}

/* Date picker */
.btDatePicker {
    z-index: 10000 !important;
    width: 300px;
}
.btDatePicker table th,
.btDatePicker table td {
    border: 0;
}
.btDatePicker table tr:last-child td {
    border-bottom: 0;
}
.btDatePicker .ui-datepicker-header {
    display: block;
    padding: 10px;
    overflow: hidden;
    background-color: #fdabb7;
    color: #fff;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    font-weight: 700;
}
.btDatePicker table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(34,34,34,.1);
    border-bottom: 4px solid #fff;
}

/* Datepicker header, day names */
.btDatePicker table.ui-datepicker-calendar th {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #181818;
    text-align: center;
    border-bottom: 1px solid rgba(34,34,34,.1);
}

/* 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;
    transition: all 200ms ease;
}

/* Datepicker title */
.btDatePicker .ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    color: #FFF;
}

/* Datepicker DIV */
.btDatePicker#ui-datepicker-div {
    background-color: #f2f2f2;
    border: 1px solid rgba(34,34,34,.1);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    margin-top: 1px;
}

/* Datepicker day */
.btDatePicker .ui-datepicker-calendar td {
    font-size: 14px;
    line-height: 1;
    padding: 0;
    text-align: center;
}

/* Datepicker day link */
.btDatePicker table.ui-datepicker-calendar td a {
    color: #181818;
    padding: 4px;
    line-height: 22px;
    height: 30px;
    width: 30px;
    display: inline-block;
    transition: all 200ms ease;
}

/* Datepicker active state */
.btDatePicker table.ui-datepicker-calendar td.ui-datepicker-today a {
    background: #333c4a;
    color: #fff;
}
.btDatePicker table.ui-datepicker-calendar td a.ui-state-active {
    font-weight: 800;
    background: #fdabb7;
    color: #fff;
}
.btDatePicker table a.ui-state-hover {
    background: #f1f1f1 !important;
    color: #181818 !important;
    cursor: pointer;
}
.btDatePicker table td:hover {
    background: inherit;
}
@media (max-width: 1399px) {
    /* 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: 7rem !important;
    }
    .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 !important;
    }
    .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 !important;
    }
    .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: 2.4rem !important;
    }
    .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: 2.25rem !important;
    }
}

@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: 7rem !important;
    }
    .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 !important;
    }
    .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 !important;
    }
    .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: 2.4rem !important;
    }
    .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: 2.25rem !important;
    }
    .btPostSingleItemStandard .btArticleHeadline .bt_bb_size_normal.bt_bb_headline h1,
    .btPostSingleItemStandard .btArticleHeadline .bt_bb_size_normal.bt_bb_headline h2,
    .btPostSingleItemStandard .btArticleHeadline .bt_bb_size_normal.bt_bb_headline h3,
    .btPostSingleItemStandard .btArticleHeadline .bt_bb_size_normal.bt_bb_headline h4,
    .btPostSingleItemStandard .btArticleHeadline .bt_bb_size_normal.bt_bb_headline h5,
    .btPostSingleItemStandard .btArticleHeadline .bt_bb_size_normal.bt_bb_headline h6 {
        font-size: 2rem !important;
    }
    body {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    /* Menu breakpoint */
    .btMenuVertical .mainHeader {
        width: 260px;
    }
    .btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
    .btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
    .btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
        transform: translateX(260px);
    }
    .rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
    .rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
    .rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
        transform: translateX(-260px);
    }
    .btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
        transform: translateX(260px) !important;
    }
    .btMenuVerticalRight.btMenuVerticalOn .btContentWrap {
        transform: translateX(-260px);
    }
}

@media (max-width: 360px) {
    /* Typography breakpoint start 360 */
    body {
        font-size: 13px;
    }
    .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 !important;
    }
    .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 !important;
    }
    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
    .bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .9rem;
    }
    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,
    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,
    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,
    .bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .9rem;
    }
}

/* Static vertical menu fix over mid-resolution */
@media (min-width: 1028px) {
    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btContentWrap,
    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop,
    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btSiteFooter {
        transition: none;
        padding-left: 320px;
    }
    .rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btContentWrap,
    .rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop,
    .rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btSiteFooter {
        padding-left: 0;
        padding-right: 320px;
    }
    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .mainHeader {
        transform: translateX(0%);
    }
    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop {
        display: none;
    }
    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btContentWrap,
    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop,
    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btSiteFooter {
        transition: none;
        padding-right: 320px;
    }
    .rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btContentWrap,
    .rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop,
    .rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btSiteFooter {
        padding-right: 0;
        padding-left: 320px;
    }
    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .mainHeader {
        transform: translateX(0%);
    }
    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop {
        display: none;
    }
}

@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;
        flex-basis: 100%;
        display: block;
        width: 100%;
    }
    ul.products li.product {
        flex-basis: 50% !important;
        max-width: 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;
        max-width: 100%;
    }
    div.product div.summary .price {
        text-align: center;
        margin-bottom: 2rem;
    }
    div.product form.cart {
        text-align: center;
        margin-bottom: 2rem;
    }
    div.product .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
    div.product .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 620px) {
    ul.products li.product {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    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 rgba(34,34,34,.1);
        margin-bottom: 0;
        padding-bottom: 0;
        position: relative;
    }
    .btLightSkin table.shop_table_responsive tr,
    .btDarkSkin .btLightSkin table.shop_table_responsive tr,
    .btLightSkin .btDarkSkin .btLightSkin table.shop_table_responsive tr,
    .btLightSkin table.shop_table_responsive th,
    .btDarkSkin .btLightSkin table.shop_table_responsive th,
    .btLightSkin .btDarkSkin .btLightSkin table.shop_table_responsive th {
        border-bottom: 1px solid rgba(34,34,34,.1);
    }
    .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 rgba(255,255,255,.2);
    }
    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;
    }
    table.shop_table_responsive tr td.product-remove,
    table.shop_table_responsive th td.product-remove {
        padding: .5em;
        text-align: center;
        position: absolute;
        top: .5em;
        text-align: right !important;
    }
    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;
        margin: 0 0 1em !important;
        float: none !important;
    }
    table.shop_table .coupon input[name="coupon_code"] {
        margin-bottom: 1em;
    }
    table.shop_table .coupon button[name="apply_coupon"] {
        width: fit-content !important;
    }
    table.shop_table input[name="update_cart"] {
        margin-top: 1em;
        float: none;
        width: 100%;
    }
}

/* Special hero size */
@media (min-width: 1200px) {
    .bt_hero_xxl.bt_bb_headline h1,
    .bt_hero_xxl.bt_bb_headline h2,
    .bt_hero_xxl.bt_bb_headline h3,
    .bt_hero_xxl.bt_bb_headline h4,
    .bt_hero_xxl.bt_bb_headline h5,
    .bt_hero_xxl.bt_bb_headline h6 {
        font-size: 11.875em !important;
    }
    .bt_hero_xl.bt_bb_headline h1,
    .bt_hero_xl.bt_bb_headline h2,
    .bt_hero_xl.bt_bb_headline h3,
    .bt_hero_xl.bt_bb_headline h4,
    .bt_hero_xl.bt_bb_headline h5,
    .bt_hero_xl.bt_bb_headline h6 {
        font-size: 5.625em !important;
    }
}

.btCustomHeadlineSection .bt_bb_headline_subheadline {
    opacity: .85;
}

/*.btSinglePostHeader {
    height: 12.5em;
    background: $(accentColor);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOTA0cHgiIGhlaWdodD0iNTNweCIgdmlld0JveD0iMCAwIDE5MDQgNTMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5MDQgNTMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMCwwYzAsMCwzNTguMzE5LDQzLDk1Mi41LDQzQzE1NzUuMDk1LDQzLDE5MDQsMCwxOTA0LDB2NTNIMFYweiIvPjwvc3ZnPg==);
	background-size: 101% auto;
	background-position: center 102%;
	background-repeat: no-repeat;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section:after {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOTA0cHgiIGhlaWdodD0iNTNweCIgdmlld0JveD0iMCAwIDE5MDQgNTMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5MDQgNTMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMCwwYzAsMCwzNTguMzE5LDQzLDk1Mi41LDQzQzE1NzUuMDk1LDQzLDE5MDQsMCwxOTA0LDB2NTNIMFYweiIvPjwvc3ZnPg==);
	background-size: 101% auto;
	background-position: center 102%;
	background-repeat: no-repeat;
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.btPageHeadlineAccent .btPageHeadline.bt_bb_section header .bt_bb_headline_content {
	font-weight: bold;
	text-shadow: 0 6px 10px rgba(0,0,0,.1);
}
@media (max-width: 768px) {
	.btSinglePostHeader {
		height: 8.125em;
		background-position: center 100.5%;
	}
	.btBelowMenu.btHideHeadline.btWithSidebar .btContentHolder {
		padding-top: 12.125em;
	}
	.btPageHeadlineAccent .btPageHeadline.bt_bb_section:after {
		background-position: center 100.5%;
	}
    }*/
    /* 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: 1.5em;
    }
    body.rtl .rowItem {
        float: right;
    }
    body.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
        margin: 0 0 0 5px;
    }
    body.rtl .star-rating:before {
        display: block !important;
    }
    body.rtl .star-rating span:before {
        display: block !important;
    }
    @media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
        /* IE10+ CSS styles go here */
        /* Post content width */
        .btPostSingleItemStandard.btPortfolioSingle .btArticleContent,
        .btPostSingleItemStandard.btPortfolioSingle .btArticleShareEtc {
            max-width: none;
        }

        /* Gogole Map */
        .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
            overflow: visible;
        }

        /* Before After image */
        .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:after {
            position: absolute;
            right: 0;
        }
        .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:before {
            position: absolute;
            left: 0;
        }
    }

    /* Gutenberg */
    body:not(.bt_bb_plugin_active).single-post {
        line-height: 1.5;
    }

    /* Separator */
    .wp-block-separator,
    hr {
        margin: 1em auto;
        max-width: 100px;
    }
    .wp-block-separator.is-style-wide,
    hr.is-style-wide {
        max-width: 100%;
    }
    .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
    hr:not(.is-style-wide):not(.is-style-dots) {
        border-bottom: 1px solid #8f98a1;
    }

    /* Gallery */
    .wp-block-gallery {
        margin: 0;
    }
    .wp-block-gallery.alignleft {
        float: left;
    }

    /* Paragraph */
    p.has-drop-cap:not(:focus):first-letter {
        float: left;
        font-size: 3em;
        line-height: .9;
        font-weight: 800;
    }
    p.has-drop-cap {
        line-height: 1.2;
    }
    p.has-background {
        border-radius: none;
    }
    p.has-medium-font-size {
        line-height: 1.5;
    }
    p.has-large-font-size {
        line-height: 1.5;
    }
    p.wp-block-subhead {
        opacity: .6;
    }
    em {
        line-height: 1;
    }

    /* Quote */
    .wp-block-quote p {
        font-size: 1em;
    }
    .wp-block-quote p:last-of-type {
        margin-bottom: 0;
    }
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        font-size: 2em;
        padding: 1.25em 0 1.25em .625em;
        margin: 0;
        line-height: 1.3;
    }
    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
        font-size: inherit;
        line-height: inherit;
    }
    .wp-block-quote.has-text-align-right:before,
    .wp-block-quote.has-text-align-right:after {
        margin-right: 0;
    }
    .rtl .wp-block-quote.has-text-align-right:before,
    .rtl .wp-block-quote.has-text-align-right:after {
        margin-right: auto;
        margin-left: 0;
    }

    /* Pullquote */
    .wp-block-pullquote {
        padding: 0;
        margin-bottom: 1em;
        text-align: inherit;
    }
    .wp-block-pullquote.alignnone blockquote,
    .wp-block-pullquote.aligncenter blockquote {
        padding: 1.6em .8em;
    }
    .wp-block-pullquote.alignnone blockquote:before,
    .wp-block-pullquote.aligncenter blockquote:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .wp-block-pullquote blockquote p {
        font-size: inherit !important;
        line-height: 1.3 !important;
    }
    .wp-block-pullquote blockquote p:last-of-type {
        margin-bottom: 0;
    }
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
        text-align: center;
    }
    .wp-block-pullquote.is-style-solid-color blockquote:before,
    .wp-block-pullquote.is-style-solid-color blockquote:after {
        width: calc(100% + 2.5rem);
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .btContentHolder .wp-block-table.is-style-stripes td {
        border-color: rgba(34,34,34,.07);
    }
    .wp-block-file .wp-block-file__button {
        border-radius: none;
    }
    .btHardRoundedButtons .wp-block-file .wp-block-file__button {
        border-radius: 50px;
    }
    .btHardRoundedTopLeftButtons .wp-block-file .wp-block-file__button {
        border-radius: 50px;
        border-top-left-radius: 0;
    }
    .btHardRoundedTopRightButtons .wp-block-file .wp-block-file__button {
        border-radius: 50px;
        border-top-right-radius: 0;
    }
    .btHardRoundedBottomLeftButtons .wp-block-file .wp-block-file__button {
        border-radius: 50px;
        border-bottom-left-radius: 0;
    }
    .btHardRoundedBottomRightButtons .wp-block-file .wp-block-file__button {
        border-radius: 50px;
        border-bottom-right-radius: 0;
    }
    .btSoftRoundedButtons .wp-block-file .wp-block-file__button {
        border-radius: 4px;
    }
    .btSoftRoundedTopLeftButtons .wp-block-file .wp-block-file__button {
        border-radius: 4px;
        border-top-left-radius: 0;
    }
    .btSoftRoundedTopRightButtons .wp-block-file .wp-block-file__button {
        border-radius: 4px;
        border-top-right-radius: 0;
    }
    .btSoftRoundedBottomLeftButtons .wp-block-file .wp-block-file__button {
        border-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .btSoftRoundedBottomRightButtons .wp-block-file .wp-block-file__button {
        border-radius: 4px;
        border-bottom-right-radius: 0;
    }

    /* Cover */
    p.has-background {
        border-radius: none;
    }
    .btSoftRoundedButtons p.has-background {
        border-radius: 4px;
    }
    .btHardRoundedButtons p.has-background {
        border-radius: 4px;
    }
    .wp-block-cover,
    .wp-block-cover-image {
        margin: 0 0 1.5em;
    }
    .wp-block-cover.alignleft,
    .wp-block-cover-image.alignleft {
        float: left;
    }
    .wp-block-cover.alignright,
    .wp-block-cover-image.alignright {
        float: right;
    }
    .wp-block-cover a,
    .wp-block-cover-image a {
        color: #fff !important;
    }
    .wp-block-cover a:hover,
    .wp-block-cover-image a:hover {
        opacity: .8;
    }
    .wp-block-cover-image .wp-block-cover-image-text,
    .wp-block-cover .wp-block-cover-text,
    section.wp-block-cover-image > h2 {
        color: #fff !important;
    }
    .wp-block-cover .wp-block-cover-text {
        line-height: 1.3;
    }
    .wp-block-cover .wp-block-cover-text a {
        color: #fff !important;
    }
    .wp-block-cover .wp-block-cover-text a:hover {
        opacity: .8;
    }
    .wp-block-button {
        margin-bottom: 1.5em !important;
    }
    .wp-block-button__link {
        font-size: 1em;
        padding: .875em 1.786em;
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
    .btContent .wp-block-button__link:not(.has-text-color),
    .btContent .wp-block-button__link:not(.has-text-color):hover {
        color: inherit;
    }
    .btNoSidebar .alignfull {
        width: 100vw;
        margin-left: calc(-50vw + 600px);
        margin-right: calc(-50vw + 600px);
        max-width: 100vw;
    }
    figcaption {
        font-size: .8em;
        line-height: 1.7;
    }
    figcaption > a {
        font-weight: bold;
    }
    .wp-block-image .aligncenter > figcaption,
    .wp-block-image .alignleft > figcaption,
    .wp-block-image .alignright > figcaption,
    .wp-block-image.is-resized > figcaption {
        display: block;
    }
    .btDarkSkin .wp-block-image figcaption,
    .btLightSkin .btDarkSkin .wp-block-image figcaption,
    .btDarkSkin.btLightSkin .btDarkSkin .wp-block-image figcaption {
        color: #fff;
    }

    /*# sourceMappingURL=style.css.map */

/*.bt_bb_section .bt_bb_top_spacing_large .bt_bb_bottom_spacing_extra_small .bt_bb_layout_boxed_1400 .bt_bb_vertical_align_top .bt_bb_port {
   background-color: rgb(242 242 242);
   }*/
   .bt_bb_section.bt_bb_full_screen > .bt_bb_port {
    min-height: auto;
}
.bt_bb_row {
	margin-bottom: 3em!important;
}
@media (max-width: 1000px) {
    .bt_bb_overlap_columns_left .bt_bb_column:last-child[data-width="6"] {
        margin: 0 auto;    
        max-width: calc(100% - 40px);
    }
}

/*.btMenuHorizontal .menuPort nav > ul > li > a:before {
     background: transparent; 
    }
    .btMenuHorizontal .menuPort > nav > ul ul:before {
   background: transparent;
   }*/

   .btSiteFooter .bt_bb_row {
    margin-bottom: 0!important;
}
.bt_bb_color_scheme_7.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
    color: #fd4663;
}
.btSiteFooter .bt_bb_headline_content, 
.btSiteFooter .bt_bb_column_content,
.btSiteFooter .bt_bb_text p {
	color: #fff;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
	padding: 0;
}
.bt_bb_height_auto .slick-slider .slick-slide img {
    max-width: 40%!important;
}
.slick-list.draggable {
    height: auto!important;
}

/*div.btIconWidget.bt_icon_alternate.btWidgetWithText .btIconWidgetContent:last-child:after {
    content: 'пн-пт:8-20, сб:8-18, нд:8-14';
    position: relative;
    top: 0;
    left: 0;
    }*/
    .bt_bb_headline_superheadline_outside, .btShareRow, .btShareColumn, .articleSideGutter, .btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
       display: none;
   }
   .btWithSidebar .btContentHolder .btContent {
    width: 100%;
}
/*.bt_bb_menu_item_price {
	width: 12%
    }*/
    .bt_bb_menu_item_title {
       width: 86%;
   }
   .bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    height: auto;
    min-height: 560px;
}
   @media (max-width: 480px){
.bt_bb_size_extralarge.bt_bb_headline h1 {
    font-size: 2.3rem !important;
	}
}
  @media (max-width: 1400px){
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image img {
    width: 80%;
    margin: 0 auto;}
}
 @media (max-width: 995px){
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image img {
    width: 100%;
    margin: 0 auto;}
}

