/**
 * SoundManager 2 + useFlashBlock
 * ------------------------------
 * Flash positioning and flashblock / clicktoflash handling
 */

#sm2-container {
 /**
  * where the SM2 flash movie goes. by default, relative container.
  * set relative or absolute here, and don't touch it later or bad things will happen (see below comments.)
  */
 position: absolute;
 width: 1px;
 height: 1px;
 overflow: hidden;
 /* screw IE 6, just make it display nice */
 _overflow: hidden;
}

#sm2-container object,
#sm2-container embed {
 /**
  * the actual SWF movie bit.
  * important: The SWF needs to be able to be moved off-screen without display: or position: changes.
  * changing display: or position: or overflow: here or on parent can cause SWF reload or other weird issues after unblock
  * e.g., SM2 starts but strange errors, no whileplaying() etc.
  */
 width: 48px;
 height: 48px;
 /* some flash blockers may also respect this rule */
 max-width: 48px;
 max-height: 48px;
}

#sm2-container.swf_timedout {
 /* expand to show the timed-out SWF content */
 position: relative;
 width: 48px;
 height: 48px;
}

#sm2-container.swf_timedout,
#sm2-container.swf_timedout object,
#sm2-container.swf_timedout embed {
 /**
  * when SM2 didn't start normally, time-out case. flash blocked, missing SWF, no flash?
  * 48px square flash placeholder is typically used by blockers.
  */
 min-width: 48px;
 min-height: 48px;
}

#sm2-container.swf_unblocked {
 /* SWF unblocked, or was never blocked to begin with; try to collapse container as much as possible. */
 width: 1px;
 height: 1px;
}

#sm2-container.swf_loaded object,
#sm2-container.swf_loaded embed,
#sm2-container.swf_unblocked object,
#sm2-container.swf_unblocked embed {
 /* hide flash off-screen (relative to container) when it has loaded OK */
 left: -9999em;
 top: -9999em;
}

#sm2-container.swf_error {
 /* when there is a fatal error (flash loaded, but SM2 failed) */
 display: none;
}

#sm2-container.high_performance,
#sm2-container.high_performance.swf_timeout {
 /* "high performance" case: keep on-screen at all times */
 position: absolute;
 position: fixed;
}

#sm2-container.high_performance {
 overflow: hidden;
 _top: -9999px; /* IE 6 hax, no position:fixed */
 _left: -9999px;
 bottom: 0px;
 left: 0px;
 /**
  * special case: show at first with w/h, hide when unblocked.
  * might be bad/annoying.
  * try to stay within ClickToFlash "invisible" limits (so it won't be blocked.)
  */
 z-index: 99; /* try to stay on top */
}

#sm2-container.high_performance.swf_loaded,
#sm2-container.high_performance.swf_unblocked {
 z-index: auto;
}

#sm2-container.high_performance.swf_loaded,
#sm2-container.high_performance.swf_unblocked,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /**
  * 8x8px is required minimum to load in fx/win32 in some cases(?)
  * 6x6+ good for fast performance, even better when on-screen via position:fixed
  * also, clickToFlash (Safari <5.1) may auto-load "invisible" SWFs at this size
  */
 height: 8px;
 width: 8px;
}

#sm2-container.high_performance.swf_loaded {
 /* stay bottom/left */
 top: auto;
 bottom: 0px;
 left: 0px;
}

#sm2-container.high_performance.swf_loaded object,
#sm2-container.high_performance.swf_loaded embed,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /* high-performance case must stay on-screen */
 left: auto;
 top: auto;
}

#sm2-container.high_performance.swf_timedout {
 z-index: 99; /* try to stay on top */
}.sc_player_container1 {
display: inline;
}
.sc_player_container1 .myButton_play {
background: transparent url(https://blog.mi-nautics.com/wp-content/plugins/compact-wp-audio-player/css/../image/round-play-button-black.png) no-repeat !important;
cursor: pointer !important;
width: 32px !important;
height: 32px !important;
border: none !important;
position: relative;
margin: 0 !important;
padding: 0 !important;
}
.sc_player_container1 .myButton_stop {
background: transparent url(https://blog.mi-nautics.com/wp-content/plugins/compact-wp-audio-player/css/../image/round-pause-button-black.png) no-repeat !important;
cursor: pointer !important;
width: 32px !important;
height: 32px !important;
border: none !important;
position: relative;
margin: 0 !important;
padding: 0 !important;
}

.sc_player_container2 {
max-width:56em;
}
.sc_player_container2 .myButton_play {
background:url(https://blog.mi-nautics.com/wp-content/plugins/compact-wp-audio-player/css/../image/stop-play.jpg) no-repeat;
background-position: -30px -30px;
cursor:pointer;
width: 40px;
height: 30px;
border: none;
position:relative;
}
.sc_player_container2 .myButton_stop {
background:url(https://blog.mi-nautics.com/wp-content/plugins/compact-wp-audio-player/css/../image/stop-play.jpg) no-repeat;
background-position: -31px -90px;
cursor:pointer;
width: 40px;
height: 30px;
border: none;
position:relative;
}#sb_instagram{width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_images,#sb_instagram.sbi_fixed_height{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#sb_instagram:after,.sbi_lb-commentBox:after,.sbi_lb-data:after,.sbi_lb-dataContainer:after,.sbi_lb-outerContainer:after{content:"";display:table;clear:both}#sb_instagram.sbi_fixed_height{overflow:hidden;overflow-y:auto;box-sizing:border-box}#sb_instagram #sbi_images{box-sizing:border-box;display:grid;width:100%;padding:12px 0}#sb_instagram .sbi_header_link{-webkit-box-shadow:none;box-shadow:none}#sb_instagram .sbi_header_link:hover,.sbi_lightbox a img{border:none}#sb_instagram #sbi_images .sbi_item{display:inline-block;width:100%;vertical-align:top;zoom:1;margin:0!important;text-decoration:none;opacity:1;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:0}#sb_instagram.sbi_col_1 #sbi_images,#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(1,1fr)}#sb_instagram.sbi_col_2 #sbi_images,#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_photo_wrap{position:relative}#sb_instagram .sbi_photo{display:block;text-decoration:none}#sb_instagram .sbi_photo img{width:100%;height:inherit;object-fit:cover;scale:1;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;vertical-align:middle}#sb_instagram .sbi_no_js img,#sb_instagram br,#sb_instagram p:empty,#sb_instagram.sbi_no_js .sbi_load_btn,#sb_instagram.sbi_no_js .sbi_photo img{display:none}#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover,.sbi_lightbox a:active,.sbi_lightbox a:focus,.sbi_lightbox a:hover{outline:0}#sb_instagram img{display:block;padding:0!important;margin:0!important;max-width:100%!important;opacity:1!important}#sb_instagram .sbi_link{display:none;position:absolute;bottom:0;right:0;width:100%;padding:10px 0;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:12px;line-height:1.1}#sb_instagram .sbi_link a{padding:0 6px;text-decoration:none;color:#fff;font-size:12px;line-height:1.1;display:inline-block;vertical-align:top;zoom:1}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom:5px}#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover{text-decoration:underline}#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link{display:block}#sb_instagram svg:not(:root).svg-inline--fa{height:1em;display:inline-block}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone{display:block!important;position:absolute;z-index:1;color:rgba(255,255,255,.9);font-style:normal!important;text-shadow:0 0 8px rgba(0,0,0,.8)}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn{z-index:2;top:50%;left:50%;margin-top:-24px;margin-left:-19px;padding:0;font-size:48px}#sb_instagram .sbi_type_carousel .fa-clone{right:12px;top:12px;font-size:24px;text-shadow:0 0 8px rgba(0,0,0,.3)}#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone{-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,.4));filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, .4))}#sb_instagram .sbi_loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:1s ease-in-out infinite sbi-sk-scaleout;animation:1s ease-in-out infinite sbi-sk-scaleout}#sbi_load p{display:inline;padding:0;margin:0}#sb_instagram #sbi_load .sbi_loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}#sb_instagram .fa-spin,#sbi_lightbox .fa-spin{-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse{-webkit-animation:1s steps(8) infinite fa-spin;animation:1s steps(8) infinite fa-spin}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sbi-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important;overflow:hidden!important}#sb_instagram .sb_instagram_header,.sb_instagram_header{overflow:hidden;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px 0}#sb_instagram .sb_instagram_header a,.sb_instagram_header a{transition:color .5s;text-decoration:none}.sb_instagram_header.sbi_header_outside{float:none;margin-left:auto!important;margin-right:auto!important;display:flex}.sbi_no_avatar .sbi_header_img{background:#333;color:#fff;width:50px;height:50px;position:relative}.sb_instagram_header .sbi_header_hashtag_icon{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75)}.sbi_no_avatar .sbi_header_hashtag_icon{display:block;color:#fff;opacity:.9;-webkit-transition:background .6s linear,color .6s linear;-moz-transition:background .6s linear,color .6s linear;-o-transition:background .6s linear,color .6s linear;transition:background .6s linear,color .6s linear}.sbi_no_avatar:hover .sbi_header_hashtag_icon{display:block;opacity:1;-webkit-transition:background .2s linear,color .2s linear;-moz-transition:background .2s linear,color .2s linear;-o-transition:background .2s linear,color .2s linear;transition:background .2s linear,color .2s linear}@media all and (min-width:480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,.sb_instagram_header.sbi_medium .sbi_header_img,.sb_instagram_header.sbi_medium .sbi_header_img img{width:80px;height:80px;border-radius:50%}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text h3{font-size:20px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{font-size:14px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text h3{line-height:1.4}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,.sb_instagram_header.sbi_large .sbi_header_img,.sb_instagram_header.sbi_large .sbi_header_img img{width:120px;height:120px;border-radius:50%}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,.sb_instagram_header.sbi_large .sbi_header_text h3{font-size:28px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{font-size:16px}}#sb_instagram .sb_instagram_header .sbi_header_img,.sb_instagram_header .sbi_header_img{position:relative;width:50px;height:50px;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:50%}#sb_instagram .sb_instagram_header .sbi_header_img_hover,.sb_instagram_header .sbi_header_img_hover{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75);z-index:2;transition:opacity .4s ease-in-out}#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header .sbi_header_img_hover .sbi_new_logo{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px;width:24px;height:24px;font-size:24px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-18px;margin-left:-18px;width:36px;height:36px;font-size:36px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-24px;margin-left:-24px;width:48px;height:48px;font-size:48px}#sb_instagram .sb_instagram_header .sbi_header_img_hover i{overflow:hidden}#sb_instagram .sb_instagram_header .sbi_fade_in,.sb_instagram_header .sbi_fade_in{opacity:1;transition:opacity .2s ease-in-out}#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition,.sb_instagram_header a:focus .sbi_header_img_hover,.sb_instagram_header a:hover .sbi_header_img_hover,.sbi_lb-nav a.sbi_lb-next:hover,.sbi_lb-nav a.sbi_lb-prev:hover{opacity:1}#sb_instagram .sb_instagram_header .sbi_header_text,.sb_instagram_header .sbi_header_text{display:flex;gap:20px;justify-content:flex-start;align-items:center}#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,.sb_instagram_header.sbi_large .sbi_feedtheme_header_text{gap:8px}.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text{gap:4px}.sbi_feedtheme_header_text{display:flex;justify-content:flex-start;align-items:flex-start;flex:1;flex-direction:column;gap:4px}#sb_instagram .sb_instagram_header h3,.sb_instagram_header h3{font-size:16px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header p,.sb_instagram_header p{font-size:13px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,.sb_instagram_header .sbi_header_text img.emoji{margin-right:3px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear:both}#sb_instagram #sbi_load{float:left;clear:both;width:100%;text-align:center;opacity:1;transition:.5s ease-in}#sb_instagram #sbi_load .fa-spinner{display:none;position:absolute;top:50%;left:50%;margin:-8px 0 0 -7px;font-size:15px}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a,.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{display:inline-block;vertical-align:top;zoom:1;padding:7px 14px;margin:5px auto 0;background:#333;text-decoration:none;line-height:1.5}#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader{opacity:1;transition:.1s ease-in}#sb_instagram .sbi_hidden{opacity:0!important}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{border:none;color:#fff;font-size:13px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:.1s ease-in}.sbi_lb-nav a.sbi_lb-next,.sbi_lb-nav a.sbi_lb-prev{width:50px;padding-left:10px;padding-right:10px;opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s}#sb_instagram .sbi_follow_btn{display:inline-block;vertical-align:top;zoom:1;text-align:center}#sb_instagram .sbi_follow_btn.sbi_top{display:block;margin-bottom:5px}#sb_instagram .sbi_follow_btn a{background:#408bd1;color:#fff}#sb_instagram #sbi_load .sbi_load_btn:focus,#sb_instagram #sbi_load .sbi_load_btn:hover{outline:0;box-shadow:inset 0 0 20px 20px rgba(255,255,255,.25)}#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover{outline:0;box-shadow:inset 0 0 10px 20px #359dff}#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active{box-shadow:inset 0 0 10px 20px rgba(0,0,0,.3)}#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg{margin-bottom:-1px;margin-right:7px;font-size:15px}#sb_instagram .sbi_follow_btn svg{vertical-align:-.125em}#sb_instagram #sbi_load .sbi_follow_btn{margin-left:5px}#sb_instagram .sb_instagram_error{width:100%;text-align:center;line-height:1.4}#sbi_mod_error{display:none;border:1px solid #ddd;background:#eee;color:#333;margin:10px 0 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbi_mod_error br{display:initial!important}#sbi_mod_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#sbi_mod_error ol,#sbi_mod_error ul{padding:5px 0 5px 20px!important;margin:0!important}#sbi_mod_error li{padding:1px 0!important;margin:0!important}#sbi_mod_error span{font-size:12px}#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn{margin-top:-12px;margin-left:-9px;font-size:23px}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:8px;top:8px;font-size:18px}#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn{margin-top:-9px;margin-left:-7px;font-size:18px}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:5px;top:5px;font-size:12px}@media all and (max-width:640px){#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_6 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_9 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_width_resp{width:100%!important}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing:border-box;position:relative;overflow:hidden}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before{content:"";display:block;padding-top:100%;z-index:-300}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo{position:absolute;top:0;left:0;bottom:0;right:0}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom:0!important}#sb_instagram #sbi_mod_error .sb_frontend_btn{display:inline-block;padding:6px 10px;background:rgba(0,0,0,.1);text-decoration:none;border-radius:5px;margin-top:10px;color:#444}#sb_instagram #sbi_mod_error .sb_frontend_btn:hover{background:rgba(0,0,0,.15)}#sb_instagram #sbi_mod_error .sb_frontend_btn .fa{margin-right:2px}#sb_instagram.sbi_palette_dark,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_dark{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_dark .sbi_caption,#sb_instagram.sbi_palette_dark .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_dark,.sbi_header_palette_dark .sbi_bio{color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_dark .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_dark a{color:#fff}#sb_instagram.sbi_palette_light,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_light{color:rgba(0,0,0,.85);background-color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_light .sbi_caption,#sb_instagram.sbi_palette_light .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_light,.sbi_header_palette_light .sbi_bio{color:rgba(0,0,0,.85)}#sb_instagram.sbi_palette_light .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_light a{color:#000}@media all and (max-width:800px){#sb_instagram.sbi_tab_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram.sbi_tab_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_tab_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_tab_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_tab_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_tab_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_tab_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_tab_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_tab_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_tab_col_1 #sbi_images{grid-template-columns:1fr}}@media all and (max-width:480px){#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_mob_col_1 #sbi_images{grid-template-columns:1fr}#sb_instagram.sbi_mob_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_mob_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_mob_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_mob_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_mob_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_mob_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_mob_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_mob_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_mob_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display:none!important}body:after{content:url(https://blog.mi-nautics.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);display:none}.sbi_lightboxOverlay{position:absolute;top:0;left:0;z-index:99999;background-color:#000;opacity:.9;display:none}.sbi_lightbox{position:absolute;left:0;width:100%;z-index:100000;text-align:center;line-height:0;font-weight:400}.sbi_lightbox .sbi_lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;object-fit:contain}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.sbi_lb-outerContainer{position:relative;background-color:#000;width:250px;height:250px;margin:0 auto 5px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.sbi_lb-container-wrapper{height:100%}.sbi_lb-container{position:relative;top:0;left:0;width:100%;height:100%;bottom:0;right:0}.sbi_lb-loader{position:absolute;width:100%;top:50%;left:0;height:20px;margin-top:-10px;text-align:center;line-height:0}.sbi_lb-loader span{display:block;width:14px;height:14px;margin:0 auto;background:url(https://blog.mi-nautics.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat}.sbi_lb-container>.nav{left:0}.sbi_lb-nav a{position:absolute;z-index:100;top:0;height:90%;outline:0;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.sbi_lb-next,.sbi_lb-prev{height:100%;cursor:pointer;display:block}.sbi_lb-nav a.sbi_lb-prev{left:-70px;float:left;transition:opacity .2s}.sbi_lb-nav a.sbi_lb-next{right:-70px;float:right;transition:opacity .2s}.sbi_lb-nav span{display:block;top:55%;position:absolute;left:20px;width:34px;height:45px;margin:-25px 0 0;background:url(https://blog.mi-nautics.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat}.sbi_lb-nav a.sbi_lb-prev span{background-position:-53px 0}.sbi_lb-nav a.sbi_lb-next span{left:auto;right:20px;background-position:-18px 0}.sbi_lb-dataContainer{margin:0 auto;padding-top:10px;width:100%;font-family:"Open Sans",Helvetica,Arial,sans-serif;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{position:relative;padding-right:300px;background:#fff;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper{position:relative;background:#000}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{width:300px!important;position:absolute;top:0;right:-300px;height:100%;bottom:0;background:#fff;line-height:1.4;overflow:hidden;overflow-y:auto;text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display:block!important;width:100%;margin-top:20px;padding:4px}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number{padding-bottom:0}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption{width:100%;max-width:100%;margin-bottom:20px}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text{display:inline-block;padding-top:10px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{display:block!important;width:100%;min-width:100%;float:left;clear:both;font-size:12px;padding:3px 20px 3px 0;margin:0 0 1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter{font-weight:700;margin-right:5px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing:border-box;padding:15px 20px}.sbi_lb-data{padding:0 4px;color:#ccc}.sbi_lb-data .sbi_lb-details{width:85%;float:left;text-align:left;line-height:1.1}.sbi_lb-data .sbi_lb-caption{float:left;font-size:13px;font-weight:400;line-height:1.3;padding-bottom:3px;color:#ccc;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.sbi_lb-data .sbi_lb-caption a{color:#ccc;font-weight:700;text-decoration:none}.sbi_lb-commenter:hover,.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lb-data .sbi_lb-caption a:hover{color:#fff;text-decoration:underline}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{float:left;width:100%;color:#ccc;padding-bottom:0;display:block;margin:0 0 5px}#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username{color:#333}.sbi_lightbox .sbi_lightbox_username img{float:left;border:none;width:32px;height:32px;margin-right:10px;background:#666;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}.sbi_lightbox_username p{float:left;margin:0;padding:0;color:#ccc;line-height:32px;font-weight:700;font-size:13px}.sbi_lb-data .sbi_lb-number{display:block;float:left;clear:both;padding:5px 0 15px;font-size:12px;color:#999}.sbi_lb-data .sbi_lb-close{display:block;float:right;width:30px;height:30px;font-size:18px;color:#aaa;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.sbi_lb-data .sbi_lb-close:hover{cursor:pointer;opacity:1;color:#fff}.sbi_lb-nav{top:0;left:0;width:100%;z-index:10;height:auto}.sbi-feed-block-cta,.sbi-feed-block-cta-img-ctn{width:100%!important;position:relative!important}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video{position:relative!important}.sbi_lb-container{padding:0}.sbi-feed-block-cta{border:1px solid #e8e8eb!important;border-radius:2px!important;text-align:center!important}.sbi-feed-block-cta-img-ctn{float:left!important;display:flex!important;justify-content:center!important;align-items:center!important;margin-top:50px!important;margin-bottom:35px!important}.sbi-feed-block-cta-img{width:65px!important;height:65px!important;position:relative!important;border:2px solid #dcdde1!important;border-radius:16px!important;-webkit-transform:rotate(-3deg)!important;transform:rotate(-3deg)!important;display:flex!important;justify-content:center!important;align-items:center!important}.sbi-feed-block-cta-img span svg{float:left!important}.sbi-feed-block-cta-img>*{-webkit-transform:rotate(3deg)!important;transform:rotate(3deg)!important}.sbi-feed-block-cta-logo{position:absolute!important;right:-15px!important;bottom:-19px!important;z-index:1!important}.sbi-feed-block-cta-heading{font-size:19px!important;padding:0!important;margin:0 0 30px!important;display:inline-block!important;width:100%!important;font-weight:700!important;line-height:1.4em!important}.sbi-feed-block-cta-btn{background:#0068a0!important;border-radius:2px!important;padding:8px 20px 8px 38px!important;cursor:pointer!important;color:#fff!important;position:relative!important;margin-bottom:30px!important}.sbi-feed-block-cta-btn:after,.sbi-feed-block-cta-btn:before{content:''!important;position:absolute!important;width:2px!important;height:12px!important;background:#fff!important;left:20px!important;top:14px!important}.sbi-feed-block-cta-btn:after{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.sbi-feed-block-cta-desc{display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important;background:#f9f9fa!important;border-top:1px solid #e8e8eb!important;margin-top:35px!important;flex-direction:column!important}.sbi-feed-block-cta-desc strong{color:#141b38!important;font-size:16px!important;font-weight:600!important;margin-bottom:8px!important}.sbi-feed-block-cta-desc span{color:#434960!important;font-size:14px!important;line-height:1.5em!important;padding:0 20%!important}.sbi-feed-block-cta-desc span a,.sbi-feed-block-cta-selector span a{text-transform:capitalize!important;text-decoration:underline!important;font-weight:600!important}.sbi-feed-block-cta-selector{width:100%!important;padding:0 20%!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-direction:column!important;margin-bottom:45px!important}.sbi-feed-block-cta-feedselector{border:1px solid #d0d1d7!important;padding:8px 16px!important;margin-bottom:15px!important;max-width:100%!important;min-width:400px!important}.sbi-feed-block-cta-selector span{color:#2c324c!important}.sbi-feed-block-cta-selector span a:after{color:#2c324c!important;margin-left:2px!important;font-weight:400!important;text-decoration-color:#fff!important}.sbi-feed-block-cta-selector span a:first-of-type:after{content:','!important}.sbi-feed-block-cta-selector span a:nth-of-type(2):after{content:'or'!important;margin-left:5px!important;margin-right:2px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{content:''!important;height:16px!important;font-variant:normal!important;background-position:center center!important;background-repeat:no-repeat!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{border:none;color:#fff;font-size:13px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:after,.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:before{top:10px!important}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.has-modal-open .wp-block-cover .wp-block-cover__inner-container,.has-modal-open .wp-block-cover-image .wp-block-cover__inner-container{z-index:auto}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media (prefers-reduced-motion:no-preference){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull a,.wp-block-image.alignwide a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:inline-block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-content{display:flow-root}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.rmp-results-widget p:empty:before,.rmp-widgets-container p:empty:before,.widget_rate-my-post-top-rated-widget p:empty:before{display:none}@font-face{font-family:ratemypost;src:url(https://blog.mi-nautics.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.eot);src:url(https://blog.mi-nautics.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.eot#iefix)format("embedded-opentype"),url(https://blog.mi-nautics.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.ttf)format("truetype"),url(https://blog.mi-nautics.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.woff)format("woff"),url(https://blog.mi-nautics.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.svg#ratemypost)format("svg");font-weight:400;font-style:normal;font-display:block}[class*=\ rmp-icon--],[class^=rmp-icon--]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:ratemypost!important}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container{text-align:center;margin:1rem 0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container p{margin:0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget--hidden{display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons{margin:0 0 .4rem}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list{margin:0;padding:0;list-style-type:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list:before{content:""}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon{margin:0;display:inline-block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__hover-text{margin:0 0 .4rem}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__submit-btn{display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__submit-btn--visible{display:inline-block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results{margin:0 0 .4rem}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results--hidden{margin:0;display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__not-rated{margin:0 0 .4rem}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__not-rated--hidden{margin:0;display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg{margin:.4rem 0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg--alert{color:#dc3545}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget{display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget--visible{display:block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__text{margin:0 0 .4rem}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__input{min-width:250px;max-width:630px;margin-bottom:.4rem;margin-left:auto;margin-right:auto;display:block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__msg--alert{color:#dc3545}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader{width:80px;height:40px;display:none;position:relative;left:50%;transform:translate(-50%)}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader--visible{display:block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div{background:#ffcc36;width:16px;animation:1.2s cubic-bezier(0,.5,.5,1) infinite rmp-feedback-widget__loader;display:inline-block;position:absolute;left:8px}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:first-child{animation-delay:-.24s;left:8px}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:nth-child(2){animation-delay:-.12s;left:32px}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:nth-child(3){animation-delay:0;left:56px}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget{display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget--visible{display:block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget a{color:#fff}.rmp-tr-posts-widget__post{margin-top:6px}.rmp-tr-posts-widget__post p{margin-bottom:1.5rem!important}.rmp-tr-posts-widget__star-rating{font-size:14px}.rmp-tr-posts-widget__star-rating p{margin:0;padding:0}.rmp-tr-posts-widget__img{-o-object-fit:cover;object-fit:cover;width:150px;height:150px;display:block}.rmp-tr-posts-widget__link{box-shadow:none;text-decoration:none;display:block}.rmp-icon--star:before{content:""}.rmp-icon--heart:before{content:""}.rmp-icon--trophy:before{content:""}.rmp-icon--smile-o:before{content:""}.rmp-icon--thumbs-up:before{content:""}.rmp-icon--twitter{color:#fff;background:#55acee}.rmp-icon--twitter:before{content:""}.rmp-icon--facebook{color:#fff;background:#3b5998}.rmp-icon--facebook:before,.rmp-icon--facebook-f:before{content:""}.rmp-icon--pinterest{color:#fff;background:#cb2027}.rmp-icon--pinterest:before{content:""}.rmp-icon--linkedin{color:#fff;background:#007bb5}.rmp-icon--linkedin:before{content:""}.rmp-icon--youtube-square{color:#fff;background:#b00}.rmp-icon--youtube-square:before{content:""}.rmp-icon--instagram{color:#fff;background:#125688}.rmp-icon--instagram:before{content:""}.rmp-icon--flickr{color:#fff;background:#f40083}.rmp-icon--flickr:before{content:""}.rmp-icon--reddit{color:#fff;background:#ff5700}.rmp-icon--reddit:before{content:""}.rmp-icon--ratings{color:#ccc;font-size:1rem}.rmp-rating-widget .rmp-icon--ratings{cursor:pointer;background-color:#0000;border:none;font-size:2.5rem}.rmp-rating-widget .rmp-icon--ratings:focus-visible{color:#ffcc36;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background:0 0;transition:color .1s ease-in}.rmp-rating-widget .visually-hidden{clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.rmp-icon--full-highlight{color:#ff912c}.rmp-rating-widget .rmp-icon--full-highlight{color:#ffe699}.rmp-icon--half-highlight{background:linear-gradient(90deg,#ff912c 50%,#ccc 50%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.rmp-rating-widget .rmp-icon--half-highlight{background:linear-gradient(90deg,#ffe699 50%,#ccc 50%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}@media (hover:hover){.rmp-rating-widget .rmp-icon--hovered{color:#ffcc36;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background:0 0;transition:color .1s ease-in}}.rmp-rating-widget .rmp-icon--processing-rating{color:#ff912c;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background:0 0}.rmp-social-widget .rmp-icon--social{text-align:center;width:70px;box-shadow:none;border-radius:50%;margin:5px 2px;padding:20px;font-family:ratemypost;font-size:30px;text-decoration:none;transition-property:none;display:inline-block}.rmp-social-widget .rmp-icon--social:hover{filter:contrast(140%);color:#fff;box-shadow:none;text-decoration:none;transition-property:none}.rmp-heading{margin:0 0 .4rem}.rmp-heading--title{font-size:1.625rem;font-weight:400}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading{margin:0 0 .4rem}.rmp-btn{color:#fff;background-color:#ffcc36;border:none;margin-bottom:.4rem;padding:.5rem;font-size:1rem;text-decoration:none}.rmp-btn:focus,.rmp-btn:hover{background:initial;color:#fff;cursor:pointer;background-color:#ffd966;border:none;margin-bottom:.4rem;padding:.5rem;font-size:1rem;text-decoration:none}.rmp-btn--large,.rmp-btn--large:focus,.rmp-btn--large:hover{padding:.8rem}.rmp-results-widget__visual-rating{margin-right:.3rem;display:inline-block;position:relative}.rmp-results-widget__avg-rating,.rmp-results-widget__vote-count{display:inline-block}.rmp-archive-results-widget{vertical-align:top;margin-left:.4rem;font-size:.9rem;display:inline-block;position:relative}.rmp-archive-results-widget--excluded-post{display:none}.rmp-archive-results-widget .rmp-icon{font-size:.9rem}@keyframes rmp-feedback-widget__loader{0%{height:32px;top:4px}to,50%{height:16px;top:12px}}.rmp-amp-results-widget .rmp-amp-results-widget__stars{display:inline}.rmp-amp-results-widget .rmp-amp-results-widget__average-rating,.rmp-amp-results-widget .rmp-amp-results-widget__vote-count{display:inline-block;position:relative;bottom:4px}.rmp-amp-results-widget .rmp-icon:before{content:"★";color:#ccc;margin:-2px;font-size:26px}.rmp-amp-results-widget .rmp-icon{font-size:26px;font-style:normal;line-height:26px}.rmp-amp-results-widget .rmp-icon--full-highlight:before{color:#ff912c}.rmp-amp-results-widget .rmp-icon--half-highlight:before{background:linear-gradient(90deg,#ff912c 50%,#ccc 50%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.rmp-amp-rating-widget{text-align:center}#rmp-amp-rating-widget__title{margin-bottom:.5rem;font-size:1.8rem}.rmp-amp-rating-widget .rmp-amp-rating-widget__subtitle{margin-bottom:0}#rmp-amp-action,#rmp-amp-post-id{display:none}.rmp-amp-centered-fieldset{max-width:100%;margin-left:auto;margin-right:auto}.rmp-amp-rating-widget__fieldset{--star-size:3;-webkit-user-select:none;user-select:none;font-size:3em;font-size:calc(var(--star-size)*1em);cursor:pointer;-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:transparent;direction:rtl;unicode-bidi:bidi-override;border:none;margin-bottom:16px;padding:0;line-height:normal}.rmp-amp-rating-widget__fieldset>label{width:1.1em;width:calc(var(--star-size)/3*1.1em);display:inline-block;position:relative}.rmp-amp-rating-widget__fieldset:not(:hover)>input:checked~label,.rmp-amp-rating-widget__fieldset>:hover,.rmp-amp-rating-widget__fieldset>:hover~label{color:#0000;cursor:inherit}.rmp-amp-rating-widget__fieldset:not(:hover)>input:checked~label:before,.rmp-amp-rating-widget__fieldset>:hover:before,.rmp-amp-rating-widget__fieldset>:hover~label:before{content:"★";color:gold;position:absolute}.rmp-amp-rating-widget__fieldset>input{transform:scale(3);transform:scale(var(--star-size));top:-.5em;top:calc(var(--star-size)/6*-1em);margin-left:-2.5em;margin-left:calc(var(--star-size)/6*-5em);z-index:2;opacity:0;font-size:initial;position:relative}form.amp-form-submit-error [submit-error]{color:red}.rmp-amp-rating-widget__not-rated--hidden,.rmp-amp-rating-widget__results--hidden,label#rmp-amp-post-nonce{display:none}/* Variables */
/* Paddings */
/* Gutter */
/* Soft border radius */
/* Hard border radius */
/* Selectors */
/* Base classes */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.eot#1751283272);
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.eot#1751283272) format('embedded-opentype'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.woff#1751283272) format('woff'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.ttf#1751283272) format('truetype'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.eot#1751283272);
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.eot#1751283272) format('embedded-opentype'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.woff2#1751283272) format('woff2'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.woff#1751283272) format('woff'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.ttf#1751283272) format('truetype'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Regular */
/* New FontAwesome 6 icons added */
@font-face {
    font-family: 'FontAwesome5Regular';
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Regular.ttf#1751283272);
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Regular.ttf#1751283272) format('truetype'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Regular.woff2#1751283272) format('woff2');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Solid */
@font-face {
    font-family: 'FontAwesome5Solid';
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Solid.ttf#1751283272);
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Solid.ttf#1751283272) format('truetype'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Solid.woff2#1751283272) format('woff2');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Brands */
/* New FontAwesome 6 icons added */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Brands.ttf#1751283272);
    src: url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Brands.ttf#1751283272) format('truetype'),url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Brands.woff2#1751283272) format('woff2');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-fa5_regular]:before {
    font-family: FontAwesome5Regular;
    content: attr(data-ico-fa5_regular);
    }
[data-ico-fa5_solid]:before {
    font-family: FontAwesome5Solid;
    content: attr(data-ico-fa5_solid);
    }
[data-ico-fa5_brands]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5_brands);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }

/* Sections, rows and columns */
.bt_bb_row_holder,
.bt_bb_row_inner_holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: stretch;
    align-content: flex-start;
    }
.bt_bb_row_holder .bt_bb_column,
.bt_bb_row_inner_holder .bt_bb_column {
    flex: 1 1 0%;
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }

/* Grid Fixes */
@media (max-width: 992px) {
.bt_bb_column[data-width="12"],
.bt_bb_column[data-width="11"],
.bt_bb_column[data-width="10"],
.bt_bb_column[data-width="9"],
.bt_bb_column[data-width="8"],
.bt_bb_column[data-width="7"],
.bt_bb_column[data-width="6"],
.bt_bb_column[data-width="5"],
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="12"],
.bt_bb_column_inner[data-width="11"],
.bt_bb_column_inner[data-width="10"],
.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner[data-width="7"],
.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner[data-width="4"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
.bt_bb_column[data-width="2.4"],
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="2.4"],
.bt_bb_column_inner[data-width="9.6"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    flex-basis: 50%;
    max-width: 50%;
    }
}

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

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

@media (max-width: 992px) and (min-width: 621px) {
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
}

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

/* Responsive grid columns */
@media (min-width: 1401px) {
.bt_bb_column.col-xxl-12,
.bt_bb_column_inner.col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xxl-11,
.bt_bb_column_inner.col-xxl-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xxl-10,
.bt_bb_column_inner.col-xxl-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xxl-9_6,
.bt_bb_column_inner.col-xxl-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xxl-9,
.bt_bb_column_inner.col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xxl-8,
.bt_bb_column_inner.col-xxl-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xxl-7_2,
.bt_bb_column_inner.col-xxl-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xxl-7,
.bt_bb_column_inner.col-xxl-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xxl-6,
.bt_bb_column_inner.col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xxl-5,
.bt_bb_column_inner.col-xxl-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xxl-4_8,
.bt_bb_column_inner.col-xxl-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xxl-4,
.bt_bb_column_inner.col-xxl-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xxl-2_4,
.bt_bb_column_inner.col-xxl-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xxl-3,
.bt_bb_column_inner.col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xxl-2,
.bt_bb_column_inner.col-xxl-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xxl-1,
.bt_bb_column_inner.col-xxl-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_column.col-xl-12,
.bt_bb_column_inner.col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_column.col-lg-12,
.bt_bb_column_inner.col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
.bt_bb_column.col-md-12,
.bt_bb_column_inner.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_column.col-sm-12,
.bt_bb_column.col-ms-12,
.bt_bb_column_inner.col-sm-12,
.bt_bb_column_inner.col-ms-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-sm-11,
.bt_bb_column.col-ms-11,
.bt_bb_column_inner.col-sm-11,
.bt_bb_column_inner.col-ms-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-sm-10,
.bt_bb_column.col-ms-10,
.bt_bb_column_inner.col-sm-10,
.bt_bb_column_inner.col-ms-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-sm-9_6,
.bt_bb_column.col-ms-9_6,
.bt_bb_column_inner.col-sm-9_6,
.bt_bb_column_inner.col-ms-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-sm-9,
.bt_bb_column.col-ms-9,
.bt_bb_column_inner.col-sm-9,
.bt_bb_column_inner.col-ms-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-sm-8,
.bt_bb_column.col-ms-8,
.bt_bb_column_inner.col-sm-8,
.bt_bb_column_inner.col-ms-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-sm-7_2,
.bt_bb_column.col-ms-7_2,
.bt_bb_column_inner.col-sm-7_2,
.bt_bb_column_inner.col-ms-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-sm-7,
.bt_bb_column.col-ms-7,
.bt_bb_column_inner.col-sm-7,
.bt_bb_column_inner.col-ms-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-sm-6,
.bt_bb_column.col-ms-6,
.bt_bb_column_inner.col-sm-6,
.bt_bb_column_inner.col-ms-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-sm-5,
.bt_bb_column.col-ms-5,
.bt_bb_column_inner.col-sm-5,
.bt_bb_column_inner.col-ms-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-sm-4_8,
.bt_bb_column.col-ms-4_8,
.bt_bb_column_inner.col-sm-4_8,
.bt_bb_column_inner.col-ms-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-sm-4,
.bt_bb_column.col-ms-4,
.bt_bb_column_inner.col-sm-4,
.bt_bb_column_inner.col-ms-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-sm-2_4,
.bt_bb_column.col-ms-2_4,
.bt_bb_column_inner.col-sm-2_4,
.bt_bb_column_inner.col-ms-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-sm-3,
.bt_bb_column.col-ms-3,
.bt_bb_column_inner.col-sm-3,
.bt_bb_column_inner.col-ms-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-sm-2,
.bt_bb_column.col-ms-2,
.bt_bb_column_inner.col-sm-2,
.bt_bb_column_inner.col-ms-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-sm-1,
.bt_bb_column.col-ms-1,
.bt_bb_column_inner.col-sm-1,
.bt_bb_column_inner.col-ms-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (max-width: 480px) {
.bt_bb_column.col-xs-12,
.bt_bb_column_inner.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

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

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

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

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

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_hidden_lg {
    display: none !important;
    }
}

@media (min-width: 1401px) {
.bt_bb_hidden_xl,
.bt_bb_hidden_lg:not([data-bb-version]) {
    display: none !important;
    }
}

/* Content elements */
/*.bt_bb_wrapper {
	overflow: hidden;
	position: relative;
}*/
.bt_bb_section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--section-primary-color);
    background-color: var(--section-secondary-color);
    }
.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
    min-height: 100vh;
    }
.bt_bb_section > .bt_bb_port {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    }
.bt_bb_section > .bt_bb_port .rtl {
    flex-flow: row-reverse nowrap;
    }
.bt_bb_section > .bt_bb_port .bt_bb_cell {
    position: relative;
    }
.bt_bb_section.bt_bb_vertical_align_bottom > .bt_bb_port {
    align-items: flex-end;
    }
.bt_bb_section.bt_bb_vertical_align_top > .bt_bb_port {
    align-items: flex-start;
    }
.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    }
.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
    }
.bt_bb_section[class*="dark_stripes"]:before {
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_section[class*="light_stripes"]:before {
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
    }
.bt_bb_section[class*="dark_gradient"]:before {
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    }
.bt_bb_section[class*="light_gradient"]:before {
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }
.bt_bb_section.bt_bb_top_spacing_extra_small > .bt_bb_port {
    padding-top: .5em;
    }
.bt_bb_section.bt_bb_top_spacing_small > .bt_bb_port {
    padding-top: 1em;
    }
.bt_bb_section.bt_bb_top_spacing_normal > .bt_bb_port {
    padding-top: 2em;
    }
.bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
    padding-top: 4em;
    }
.bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 8em;
    }
.bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
    padding-top: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_small > .bt_bb_port {
    padding-bottom: .5em;
    }
.bt_bb_section.bt_bb_bottom_spacing_small > .bt_bb_port {
    padding-bottom: 1em;
    }
.bt_bb_section.bt_bb_bottom_spacing_normal > .bt_bb_port {
    padding-bottom: 2em;
    }
.bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
    padding-bottom: 4em;
    }
.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 8em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
    padding-bottom: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_5 > .bt_bb_port {
    padding-bottom: 5px;
    }
.bt_bb_section.bt_bb_top_spacing_5 > .bt_bb_port {
    padding-top: 5px;
    }
.bt_bb_section.bt_bb_bottom_spacing_10 > .bt_bb_port {
    padding-bottom: 10px;
    }
.bt_bb_section.bt_bb_top_spacing_10 > .bt_bb_port {
    padding-top: 10px;
    }
.bt_bb_section.bt_bb_bottom_spacing_15 > .bt_bb_port {
    padding-bottom: 15px;
    }
.bt_bb_section.bt_bb_top_spacing_15 > .bt_bb_port {
    padding-top: 15px;
    }
.bt_bb_section.bt_bb_bottom_spacing_20 > .bt_bb_port {
    padding-bottom: 20px;
    }
.bt_bb_section.bt_bb_top_spacing_20 > .bt_bb_port {
    padding-top: 20px;
    }
.bt_bb_section.bt_bb_bottom_spacing_25 > .bt_bb_port {
    padding-bottom: 25px;
    }
.bt_bb_section.bt_bb_top_spacing_25 > .bt_bb_port {
    padding-top: 25px;
    }
.bt_bb_section.bt_bb_bottom_spacing_30 > .bt_bb_port {
    padding-bottom: 30px;
    }
.bt_bb_section.bt_bb_top_spacing_30 > .bt_bb_port {
    padding-top: 30px;
    }
.bt_bb_section.bt_bb_bottom_spacing_35 > .bt_bb_port {
    padding-bottom: 35px;
    }
.bt_bb_section.bt_bb_top_spacing_35 > .bt_bb_port {
    padding-top: 35px;
    }
.bt_bb_section.bt_bb_bottom_spacing_40 > .bt_bb_port {
    padding-bottom: 40px;
    }
.bt_bb_section.bt_bb_top_spacing_40 > .bt_bb_port {
    padding-top: 40px;
    }
.bt_bb_section.bt_bb_bottom_spacing_45 > .bt_bb_port {
    padding-bottom: 45px;
    }
.bt_bb_section.bt_bb_top_spacing_45 > .bt_bb_port {
    padding-top: 45px;
    }
.bt_bb_section.bt_bb_bottom_spacing_50 > .bt_bb_port {
    padding-bottom: 50px;
    }
.bt_bb_section.bt_bb_top_spacing_50 > .bt_bb_port {
    padding-top: 50px;
    }
.bt_bb_section.bt_bb_bottom_spacing_55 > .bt_bb_port {
    padding-bottom: 55px;
    }
.bt_bb_section.bt_bb_top_spacing_55 > .bt_bb_port {
    padding-top: 55px;
    }
.bt_bb_section.bt_bb_bottom_spacing_60 > .bt_bb_port {
    padding-bottom: 60px;
    }
.bt_bb_section.bt_bb_top_spacing_60 > .bt_bb_port {
    padding-top: 60px;
    }
.bt_bb_section.bt_bb_bottom_spacing_65 > .bt_bb_port {
    padding-bottom: 65px;
    }
.bt_bb_section.bt_bb_top_spacing_65 > .bt_bb_port {
    padding-top: 65px;
    }
.bt_bb_section.bt_bb_bottom_spacing_70 > .bt_bb_port {
    padding-bottom: 70px;
    }
.bt_bb_section.bt_bb_top_spacing_70 > .bt_bb_port {
    padding-top: 70px;
    }
.bt_bb_section.bt_bb_bottom_spacing_75 > .bt_bb_port {
    padding-bottom: 75px;
    }
.bt_bb_section.bt_bb_top_spacing_75 > .bt_bb_port {
    padding-top: 75px;
    }
.bt_bb_section.bt_bb_bottom_spacing_80 > .bt_bb_port {
    padding-bottom: 80px;
    }
.bt_bb_section.bt_bb_top_spacing_80 > .bt_bb_port {
    padding-top: 80px;
    }
.bt_bb_section.bt_bb_bottom_spacing_85 > .bt_bb_port {
    padding-bottom: 85px;
    }
.bt_bb_section.bt_bb_top_spacing_85 > .bt_bb_port {
    padding-top: 85px;
    }
.bt_bb_section.bt_bb_bottom_spacing_90 > .bt_bb_port {
    padding-bottom: 90px;
    }
.bt_bb_section.bt_bb_top_spacing_90 > .bt_bb_port {
    padding-top: 90px;
    }
.bt_bb_section.bt_bb_bottom_spacing_95 > .bt_bb_port {
    padding-bottom: 95px;
    }
.bt_bb_section.bt_bb_top_spacing_95 > .bt_bb_port {
    padding-top: 95px;
    }
.bt_bb_section.bt_bb_bottom_spacing_100 > .bt_bb_port {
    padding-bottom: 100px;
    }
.bt_bb_section.bt_bb_top_spacing_100 > .bt_bb_port {
    padding-top: 100px;
    }
.bt_bb_section.bt_bb_video {
    overflow: hidden;
    padding-bottom: 0;
    }
.bt_bb_section.bt_bb_video > video {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    transform: none;
    }
.bt_bb_section.bt_bb_video .bt_bb_port {
    position: relative;
    z-index: 2;
    }
.bt_bb_section.bt_bb_background_video_yt .mbYTP_wrapper {
    z-index: 1 !important;
    }
.bt_bb_section.bt_bb_background_video_yt .bt_bb_port {
    z-index: 3;
    }
.bt_bb_section.bt_bb_background_video_yt > .bt_bb_fe_before {
    z-index: 2;
    }
.bt_bb_section.bt_bb_video[class*="bt_bb_background_overlay"]:before {
    z-index: 2;
    }
.bt_bb_section .bt_bb_background_image_holder_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: inherit;
    background-position: inherit;
    }
.bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }
.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;
    pointer-events: none;
    z-index: 2;
    }
.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    float: left;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image {
    top: 0;
    }
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    bottom: 0;
    }
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax.bt_bb_background_image_holder {
    transform-origin: center center;
    }

/*html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
	background-attachment: scroll; 
	 &.bt_bb_parallax, & .bt_bb_parallax {
		background-attachment: fixed;
	} 
}*/
/* Row / Grid related */
.bt_bb_row {
    color: var(--row-primary-color);
    background-color: var(--row-secondary-color);
    --column-gap: 20px;
    --column-delta: .01px;
    --row-width: 1200px;
    }
.bt_bb_row_holder {
    height: auto;
    margin: 0 -20px;
    }
.bt_bb_row_holder .bt_bb_column {
    --column-width: 12;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--column-primary-color);
    background-color: var(--column-secondary-color);
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_top {
    justify-content: flex-start;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_middle {
    justify-content: center;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_bottom {
    justify-content: flex-end;
    }
.bt_bb_row_holder .bt_bb_column[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_column_content_inner > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_column_content_inner > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
    width: 100%;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
    color: var(--column-inner-primary-color);
    background-color: var(--column-inner-secondary-color);
    }

/* Inner row */
.bt_bb_row_inner_holder {
    height: auto;
    margin: 0 -20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner {
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--inner-column-primary-color);
    background-color: var(--inner-column-secondary-color);
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_top {
    justify-content: flex-start;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_middle {
    justify-content: center;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    justify-content: flex-end;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_column_inner_content_inner > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_column_inner_content_inner > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content {
    width: 100%;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content {
    color: var(--inner-column-inner-primary-color);
    background-color: var(--inner-column-inner-secondary-color);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_column,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column,
.bt_bb_align_right.bt_bb_column,
.bt_bb_align_right .bt_bb_column,
.bt_bb_align_left .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_column_inner {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_column,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column,
.bt_bb_align_left.bt_bb_column,
.bt_bb_align_left .bt_bb_column,
.bt_bb_align_right .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_column_inner {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_column,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column,
.bt_bb_align_center.bt_bb_column,
.bt_bb_align_center .bt_bb_column,
.bt_bb_align_left .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_column_inner {
    text-align: center;
    }
.bt_bb_cell {
    width: 100%;
    flex: 0 1 100%;
    }
.bt_bb_layout_boxed .bt_bb_cell {
    flex-basis: 1200px;
    width: 1200px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row:not([class*="bt_bb_row_width_boxed_"]),
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    overflow-x: clip;
    }
.bt_bb_layout_boxed_600 .bt_bb_cell {
    flex-basis: 600px;
    width: 600px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_700 .bt_bb_cell {
    flex-basis: 700px;
    width: 700px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_800 .bt_bb_cell {
    flex-basis: 800px;
    width: 800px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_900 .bt_bb_cell {
    flex-basis: 900px;
    width: 900px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1000 .bt_bb_cell {
    flex-basis: 1000px;
    width: 1000px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1100 .bt_bb_cell {
    flex-basis: 1100px;
    width: 1100px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1200 .bt_bb_cell {
    flex-basis: 1200px;
    width: 1200px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1300 .bt_bb_cell {
    flex-basis: 1300px;
    width: 1300px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1400 .bt_bb_cell {
    flex-basis: 1400px;
    width: 1400px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1500 .bt_bb_cell {
    flex-basis: 1500px;
    width: 1500px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1600 .bt_bb_cell {
    flex-basis: 1600px;
    width: 1600px;
    max-width: calc(100% - 40px);
    }
.bt_bb_column_gap_extra_small > .bt_bb_row_holder {
    --column-gap: .25em;
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
    }
.bt_bb_column_gap_extra_small > .bt_bb_row_holder .bt_bb_column {
    padding-left: .25em;
    padding-right: .25em;
    }
.bt_bb_column_gap_small > .bt_bb_row_holder {
    --column-gap: .5em;
    max-width: calc(100% + 1em);
    margin-left: -.5em;
    margin-right: -.5em;
    }
.bt_bb_column_gap_small > .bt_bb_row_holder .bt_bb_column {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_column_gap_normal > .bt_bb_row_holder {
    --column-gap: 1em;
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    }
.bt_bb_column_gap_normal > .bt_bb_row_holder .bt_bb_column {
    padding-left: 1em;
    padding-right: 1em;
    }
.bt_bb_column_gap_medium > .bt_bb_row_holder {
    --column-gap: 2em;
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    }
.bt_bb_column_gap_medium > .bt_bb_row_holder .bt_bb_column {
    padding-left: 2em;
    padding-right: 2em;
    }
.bt_bb_column_gap_large > .bt_bb_row_holder {
    --column-gap: 4em;
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
    }
.bt_bb_column_gap_large > .bt_bb_row_holder .bt_bb_column {
    padding-left: 4em;
    padding-right: 4em;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder {
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder {
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder {
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder {
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder {
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder {
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder {
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder {
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder {
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder {
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 110px;
    padding-right: 110px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder {
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 120px;
    padding-right: 120px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder {
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 130px;
    padding-right: 130px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder {
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 140px;
    padding-right: 140px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder {
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 150px;
    padding-right: 150px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder {
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 160px;
    padding-right: 160px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder {
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 170px;
    padding-right: 170px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder {
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 180px;
    padding-right: 180px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder {
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 190px;
    padding-right: 190px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder {
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 200px;
    padding-right: 200px;
    }
.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column.bt_bb_padding_20 .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column.bt_bb_padding_55 .bt_bb_column_content {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column.bt_bb_padding_65 .bt_bb_column_content {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column.bt_bb_padding_75 .bt_bb_column_content {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column.bt_bb_padding_85 .bt_bb_column_content {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column.bt_bb_padding_95 .bt_bb_column_content {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
    }

/* Fix - 0px issue and senseless double 0px padding */
.bt_bb_column_gap_0 > .bt_bb_row_holder {
    margin-left: 0;
    margin-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }

/* Inner row */
.bt_bb_column_inner_gap_extra_small > .bt_bb_row_inner_holder {
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
    }
.bt_bb_column_inner_gap_extra_small > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: .25em;
    padding-right: .25em;
    }
.bt_bb_column_inner_gap_small > .bt_bb_row_inner_holder {
    max-width: calc(100% + 1em);
    margin-left: .5em;
    margin-right: -.5em;
    }
.bt_bb_column_inner_gap_small > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_column_inner_gap_normal > .bt_bb_row_inner_holder {
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    }
.bt_bb_column_inner_gap_normal > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 1em;
    padding-right: 1em;
    }
.bt_bb_column_inner_gap_medium > .bt_bb_row_inner_holder {
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    }
.bt_bb_column_inner_gap_medium > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 2em;
    padding-right: 2em;
    }
.bt_bb_column_inner_gap_large > .bt_bb_row_inner_holder {
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
    }
.bt_bb_column_inner_gap_large > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 4em;
    padding-right: 4em;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 110px;
    padding-right: 110px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 120px;
    padding-right: 120px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 130px;
    padding-right: 130px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 140px;
    padding-right: 140px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 150px;
    padding-right: 150px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 160px;
    padding-right: 160px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 170px;
    padding-right: 170px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 180px;
    padding-right: 180px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 190px;
    padding-right: 190px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 200px;
    padding-right: 200px;
    }

/* Fix - 0px issue and senseless double 0px padding */
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder {
    margin-left: 0;
    margin-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_inner.bt_bb_padding_20 .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner.bt_bb_padding_55 .bt_bb_column_inner_content {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner.bt_bb_padding_65 .bt_bb_column_inner_content {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner.bt_bb_padding_75 .bt_bb_column_inner_content {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner.bt_bb_padding_85 .bt_bb_column_inner_content {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner.bt_bb_padding_95 .bt_bb_column_inner_content {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
    }

/* -------------- */
/* - Boxed rows - */
/* -------------- */
/* Boxed 1200 */
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    max-width: 1200px;
    --row-width: 1200px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_right,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_left_right {
    max-width: 1200px;
    margin: auto;
    }
@media (min-width: 1240px) {
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    margin: auto;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder {
    flex-flow: row nowrap;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1239px) {
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide .bt_bb_row_holder {
    margin: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_content_wide {
    padding-right: 0;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder {
    flex-flow: row wrap;
    }
}

@media (min-width: 1240px) {
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row_holder {
    justify-content: flex-start;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row_holder .bt_bb_column:first-child .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row_holder {
    justify-content: flex-end;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    flex: 0 1 100%;
    }

/* Push right last column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    align-self: flex-start;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column {
    flex-basis: calc(var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-delta));
    max-width: calc(var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-delta));
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    max-width: calc(50% - (((var(--row-width)/2) + 2*var(--column-gap)) - (var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-gap)) - var(--column-delta)));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column:first-child .bt_bb_column_content {
    max-width: calc((var(--row-width) + 2*var(--column-gap))*(var(--column-width)/12) - 2*var(--column-gap) + var(--column-delta));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    max-width: calc(50% - (((var(--row-width)/2) + 2*var(--column-gap)) - (var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-gap)) - var(--column-delta)));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    max-width: calc((var(--row-width) + 2*var(--column-gap))*(var(--column-width)/12) - 2*var(--column-gap) + var(--column-delta));
    }
}

/* Boxed 1400 */
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    max-width: 1400px;
    --row-width: 1400px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_right,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_left_right {
    max-width: 1400px;
    margin: auto;
    }
@media (min-width: 1240px) {
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    margin: auto;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder {
    flex-flow: row nowrap;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1439px) {
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide .bt_bb_row_holder {
    margin: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_content_wide {
    padding-right: 0;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder {
    flex-flow: row wrap;
    }
}

@media (min-width: 1440px) {
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row_holder {
    justify-content: flex-start;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row_holder .bt_bb_column:first-child .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row_holder {
    justify-content: flex-end;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    flex: 0 1 100%;
    }

/* Push right last column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    align-self: flex-start;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column {
    flex-basis: calc(var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-delta));
    max-width: calc(var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-delta));
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    max-width: calc(50% - (((var(--row-width)/2) + 2*var(--column-gap)) - (var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-gap)) - var(--column-delta)));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column:first-child .bt_bb_column_content {
    max-width: calc((var(--row-width) + 2*var(--column-gap))*(var(--column-width)/12) - 2*var(--column-gap) + var(--column-delta));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    max-width: calc(50% - (((var(--row-width)/2) + 2*var(--column-gap)) - (var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-gap)) - var(--column-delta)));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    max-width: calc((var(--row-width) + 2*var(--column-gap))*(var(--column-width)/12) - 2*var(--column-gap) + var(--column-delta));
    }
}

/*
#masthead .wrap {
    max-width: 1200px;
    padding-left: 0em;
    padding-right: 0em;
    background: green;
}
*/
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_5 {
    order: 5;
    }
@media (min-width: 1201px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_5 {
    order: 5;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_5 {
    order: 5;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_5 {
    order: 5;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_5 {
    order: 5;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_5 {
    order: 5;
    }
}

@media (max-width: 480px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_5 {
    order: 5;
    }
}

.bt_bb_icon {
    display: inline-block;
    justify-content: center;
    line-height: 1;
    padding-right: .5em;
    max-width: 100%;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_center.bt_bb_icon,
.bt_bb_align_center .bt_bb_icon {
    float: none;
    margin: 0 auto;
    padding: 0 .25em;
    display: inline-flex;
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding: 0 1em;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding: 0 2em;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_icon,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_icon {
    clear: none;
    display: inline-flex;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_left.bt_bb_icon,
.bt_bb_align_left .bt_bb_icon {
    float: left;
    margin: 0;
    padding-right: .5em;
    padding-left: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-right: 1em;
    padding-left: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-right: 2em;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_right.bt_bb_icon,
.bt_bb_align_right .bt_bb_icon {
    margin: 0;
    float: right;
    padding-left: .5em;
    padding-right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-left: 1em;
    padding-right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-left: 2em;
    padding-right: 0;
    }
.bt_bb_icon .bt_bb_icon_holder {
    text-decoration: none !important;
    box-shadow: none !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    line-height: inherit;
    font-weight: normal;
    }
.bt_bb_icon .bt_bb_icon_holder:before {
    display: flex;
    order: 1;
    line-height: normal;
    flex-flow: column nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 280ms ease;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .9em;
    width: 1.8em;
    height: 1.8em;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.1em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.6em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 3em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.4em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 4em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.6em;
    }
.bt_bb_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_small.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_normal.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_large.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
    width: auto;
    height: auto;
    }
.bt_bb_icon .bt_bb_icon_holder span {
    line-height: 1.1;
    order: 2;
    padding-left: .5em;
    }
.rtl .bt_bb_icon .bt_bb_icon_holder span {
    float: right;
    padding-left: 0;
    padding-right: .5em;
    }
.bt_bb_icon .bt_bb_icon_holder:hover {
    text-decoration: none;
    }
.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before {
    border-radius: 50%;
    }
.bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:before {
    border-radius: 5px;
    }
.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    line-height: 0;
    }
.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    color: var(--primary-color,white);
    }
.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: var(--primary-color,transparent);
    box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    color: var(--secondary-color,black);
    }
.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: var(--primary-color);
    }
.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before {
    color: var(--secondary-color);
    }
.bt_bb_icon:not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }
.bt_bb_button {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
    }
.bt_bb_button.bt_bb_width_full {
    display: block;
    width: 100%;
    }
.bt_bb_align_right.bt_bb_button.bt_bb_width_full,
.bt_bb_align_left.bt_bb_button.bt_bb_width_full {
    float: none;
    margin: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_button,
.bt_bb_align_center .bt_bb_align_right.bt_bb_button,
.bt_bb_align_left .bt_bb_align_right .bt_bb_button,
.bt_bb_align_center .bt_bb_align_right .bt_bb_button,
.bt_bb_align_right.bt_bb_button,
.bt_bb_align_right .bt_bb_button {
    float: right;
    margin-left: .5em;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_button,
.bt_bb_align_center .bt_bb_align_left.bt_bb_button,
.bt_bb_align_right .bt_bb_align_left .bt_bb_button,
.bt_bb_align_center .bt_bb_align_left .bt_bb_button,
.bt_bb_align_left.bt_bb_button,
.bt_bb_align_left .bt_bb_button {
    float: left;
    margin-right: .5em;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_button,
.bt_bb_align_right .bt_bb_align_center.bt_bb_button,
.bt_bb_align_left .bt_bb_align_center .bt_bb_button,
.bt_bb_align_right .bt_bb_align_center .bt_bb_button,
.bt_bb_align_center.bt_bb_button,
.bt_bb_align_center .bt_bb_button {
    float: none;
    margin-right: .25em;
    margin-left: .25em;
    display: flex;
    justify-content: center;
    clear: both;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_button,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_button {
    clear: none;
    display: inline-block;
    }
.bt_bb_size_small.bt_bb_button {
    font-size: .8em;
    }
.bt_bb_size_medium.bt_bb_button {
    font-size: .9em;
    }
.bt_bb_size_normal.bt_bb_button {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_button {
    font-size: 1.2em;
    }
.bt_bb_button a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    text-decoration: none;
    box-shadow: none;
    padding: 1em 3em;
    transition: all 300ms ease;
    }
.bt_bb_button a:hover {
    text-decoration: none;
    }
.bt_bb_style_clean.bt_bb_button a {
    box-shadow: none !important;
    }
.rtl .bt_bb_button a {
    flex-flow: row-reverse nowrap;
    }
.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
    border-radius: 0;
    }
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 5px;
    }
.bt_bb_size_small.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.406em;
    }
.bt_bb_size_medium.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
    }
.bt_bb_size_normal.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.5em;
    }
.bt_bb_size_large.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
    }
.bt_bb_button .bt_bb_icon_holder {
    display: block;
    }
.bt_bb_button .bt_bb_icon_holder:before {
    display: block;
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    order: 1;
    margin-right: .5em;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
    order: 2;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    order: 2;
    margin-left: .5em;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_button_text {
    order: 1;
    }
.bt_bb_font_weight_normal.bt_bb_button .bt_bb_button_text {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_button .bt_bb_button_text {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_button .bt_bb_button_text {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_button .bt_bb_button_text {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_button .bt_bb_button_text {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_button .bt_bb_button_text {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_button .bt_bb_button_text {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_button .bt_bb_button_text {
    font-weight: 900;
    }
.bt_bb_text_transform_.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    }
.bt_bb_text_transform_inherit.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    }
.bt_bb_text_transform_none.bt_bb_button .bt_bb_button_text {
    text-transform: none;
    }
.bt_bb_text_transform_uppercase.bt_bb_button .bt_bb_button_text {
    text-transform: uppercase;
    }
.bt_bb_text_transform_capitalize.bt_bb_button .bt_bb_button_text {
    text-transform: capitalize;
    }
.bt_bb_text_transform_lowercase.bt_bb_button .bt_bb_button_text {
    text-transform: lowercase;
    }
.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    background-color: transparent;
    }
.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 3em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 3em var(--secondary-color,white) inset;
    color: var(--primary-color,black);
    }
.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 0 var(--secondary-color,white) inset;
    background-color: var(--primary-color,black);
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_clean a {
    color: var(--primary-color,black);
    }
.bt_bb_button.bt_bb_style_clean a:hover {
    color: var(--secondary-color);
    }
.bt_bb_button:not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }

/* Gutemberg separator fix */
html .bt_bb_wrapper .bt_bb_separator:where([style*=border-width]) {
    border-top-style: inherit;
    border-left-style: inherit;
    border-right-style: inherit;
    }
html .bt_bb_wrapper .bt_bb_separator_v2:where([style*=border-width]) {
    border-style: inherit;
    }

/* Legacy separator */
.bt_bb_separator {
    line-height: 0;
    display: block;
    clear: both;
    }
.bt_bb_separator:before,
.bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
    }
.bt_bb_separator:before {
    top: 0;
    bottom: 0;
    }
.bt_bb_separator.bt_bb_border_style_solid {
    border-bottom: 1px solid #ccc;
    }
.bt_bb_separator.bt_bb_border_style_dotted {
    border-bottom: 1px dotted #ccc;
    }
.bt_bb_separator.bt_bb_border_style_dashed {
    border-bottom: 1px dashed #ccc;
    }
body.logged-in.bt_bb_plugin_active:not(.bt_bb_fe_preview_toggle):not(.bt_bb_fe_preview_toggle) .bt_bb_separator:not(.btWithText):not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
    margin-bottom: .5em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -.5em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 1em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -1em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 2em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -2em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -4em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 8em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -8em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 16em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -16em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_small {
    margin-top: .5em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -.5em;
    }
.bt_bb_separator.bt_bb_top_spacing_small {
    margin-top: 1em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -1em;
    }
.bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 2em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -2em;
    }
.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 4em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -4em;
    }
.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 8em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -8em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 16em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -16em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_0 {
    margin-bottom: 0;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -0px;
    }
.bt_bb_separator.bt_bb_top_spacing_0 {
    margin-top: 0;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -0px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_5 {
    margin-bottom: 5px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -5px;
    }
.bt_bb_separator.bt_bb_top_spacing_5 {
    margin-top: 5px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -5px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_10 {
    margin-bottom: 10px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -10px;
    }
.bt_bb_separator.bt_bb_top_spacing_10 {
    margin-top: 10px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -10px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_15 {
    margin-bottom: 15px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -15px;
    }
.bt_bb_separator.bt_bb_top_spacing_15 {
    margin-top: 15px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -15px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_20 {
    margin-bottom: 20px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -20px;
    }
.bt_bb_separator.bt_bb_top_spacing_20 {
    margin-top: 20px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -20px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_25 {
    margin-bottom: 25px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -25px;
    }
.bt_bb_separator.bt_bb_top_spacing_25 {
    margin-top: 25px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -25px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_30 {
    margin-bottom: 30px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -30px;
    }
.bt_bb_separator.bt_bb_top_spacing_30 {
    margin-top: 30px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -30px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_35 {
    margin-bottom: 35px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -35px;
    }
.bt_bb_separator.bt_bb_top_spacing_35 {
    margin-top: 35px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -35px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_40 {
    margin-bottom: 40px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -40px;
    }
.bt_bb_separator.bt_bb_top_spacing_40 {
    margin-top: 40px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -40px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_45 {
    margin-bottom: 45px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -45px;
    }
.bt_bb_separator.bt_bb_top_spacing_45 {
    margin-top: 45px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -45px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_50 {
    margin-bottom: 50px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -50px;
    }
.bt_bb_separator.bt_bb_top_spacing_50 {
    margin-top: 50px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -50px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_55 {
    margin-bottom: 55px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -55px;
    }
.bt_bb_separator.bt_bb_top_spacing_55 {
    margin-top: 55px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -55px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_60 {
    margin-bottom: 60px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -60px;
    }
.bt_bb_separator.bt_bb_top_spacing_60 {
    margin-top: 60px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -60px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_65 {
    margin-bottom: 65px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -65px;
    }
.bt_bb_separator.bt_bb_top_spacing_65 {
    margin-top: 65px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -65px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_70 {
    margin-bottom: 70px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -70px;
    }
.bt_bb_separator.bt_bb_top_spacing_70 {
    margin-top: 70px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -70px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_75 {
    margin-bottom: 75px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -75px;
    }
.bt_bb_separator.bt_bb_top_spacing_75 {
    margin-top: 75px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -75px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_80 {
    margin-bottom: 80px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -80px;
    }
.bt_bb_separator.bt_bb_top_spacing_80 {
    margin-top: 80px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -80px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_85 {
    margin-bottom: 85px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -85px;
    }
.bt_bb_separator.bt_bb_top_spacing_85 {
    margin-top: 85px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -85px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_90 {
    margin-bottom: 90px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -90px;
    }
.bt_bb_separator.bt_bb_top_spacing_90 {
    margin-top: 90px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -90px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_95 {
    margin-bottom: 95px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -95px;
    }
.bt_bb_separator.bt_bb_top_spacing_95 {
    margin-top: 95px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -95px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_100 {
    margin-bottom: 100px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -100px;
    }
.bt_bb_separator.bt_bb_top_spacing_100 {
    margin-top: 100px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -100px;
    }

/* New separator */
.bt_bb_separator_v2 {
    line-height: 0;
    clear: both;
    border-bottom-color: currentColor;
    color: var(--primary-color);
    }
.bt_bb_separator_v2:before,
.bt_bb_separator_v2:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner {
    display: flex;
    align-items: center;
    gap: .5em;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: table;
    width: 100%;
    clear: both;
    flex: 1;
    opacity: .3;
    }
.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: none;
    }
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: solid;
    }
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dotted;
    }
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dashed;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: flex;
    align-items: center;
    gap: .25em;
    line-height: 0;
    height: 0;
    }
.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: none;
    }
.bt_bb_icon_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: .75em;
    }
.bt_bb_icon_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1em;
    }
.bt_bb_icon_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1.5em;
    }
.bt_bb_icon_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 2em;
    }
.bt_bb_icon_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 3em;
    }
.bt_bb_text_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: .75em;
    }
.bt_bb_text_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1em;
    }
.bt_bb_text_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.25em;
    }
.bt_bb_text_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.5em;
    }
.bt_bb_text_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.75em;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 1px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 2px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 3px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 4px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 5px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 6px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 7px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 8px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 9px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 10px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 11px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 12px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 13px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 14px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 15px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 16px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 17px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 18px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 19px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 20px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 25px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 30px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 35px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 40px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 45px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 50px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 55px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 60px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 65px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 70px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 75px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 80px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 85px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 90px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 95px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 100px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_small {
    padding-bottom: .5em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_small {
    padding-bottom: 1em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_normal {
    padding-bottom: 2em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_medium {
    padding-bottom: 4em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_large {
    padding-bottom: 8em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_large {
    padding-bottom: 16em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_extra_small {
    padding-top: .5em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_small {
    padding-top: 1em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_normal {
    padding-top: 2em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_medium {
    padding-top: 4em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_large {
    padding-top: 8em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_extra_large {
    padding-top: 16em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_0 {
    padding-bottom: 0;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_0 {
    padding-top: 0;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_5 {
    padding-bottom: 5px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_5 {
    padding-top: 5px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_10 {
    padding-bottom: 10px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_10 {
    padding-top: 10px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_15 {
    padding-bottom: 15px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_15 {
    padding-top: 15px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_20 {
    padding-bottom: 20px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_20 {
    padding-top: 20px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_25 {
    padding-bottom: 25px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_25 {
    padding-top: 25px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_30 {
    padding-bottom: 30px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_30 {
    padding-top: 30px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_35 {
    padding-bottom: 35px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_35 {
    padding-top: 35px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_40 {
    padding-bottom: 40px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_40 {
    padding-top: 40px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_45 {
    padding-bottom: 45px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_45 {
    padding-top: 45px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_50 {
    padding-bottom: 50px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_50 {
    padding-top: 50px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_55 {
    padding-bottom: 55px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_55 {
    padding-top: 55px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_60 {
    padding-bottom: 60px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_60 {
    padding-top: 60px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_65 {
    padding-bottom: 65px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_65 {
    padding-top: 65px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_70 {
    padding-bottom: 70px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_70 {
    padding-top: 70px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_75 {
    padding-bottom: 75px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_75 {
    padding-top: 75px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_80 {
    padding-bottom: 80px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_80 {
    padding-top: 80px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_85 {
    padding-bottom: 85px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_85 {
    padding-top: 85px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_90 {
    padding-bottom: 90px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_90 {
    padding-top: 90px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_95 {
    padding-bottom: 95px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_95 {
    padding-top: 95px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_100 {
    padding-bottom: 100px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_100 {
    padding-top: 100px;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-color: var(--secondary-color);
    }
.bt_bb_headline {
    color: var(--primary-color);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_right.bt_bb_headline,
.bt_bb_align_right .bt_bb_headline {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_left.bt_bb_headline,
.bt_bb_align_left .bt_bb_headline {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_center.bt_bb_headline,
.bt_bb_align_center .bt_bb_headline {
    text-align: center;
    }
.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    overflow-wrap: inherit;
    }
.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
    font-size: 1rem;
    }
.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
    font-size: 1.5rem;
    }
.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
    font-size: 2rem;
    }
.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
    font-size: 2.5rem;
    }
.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
    font-size: 3rem;
    }
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
    font-size: 3.5rem;
    }
.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
    font-size: 5rem;
    }
.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6 {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6 {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6 {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_headline h1,
.bt_bb_font_weight_thin.bt_bb_headline h2,
.bt_bb_font_weight_thin.bt_bb_headline h3,
.bt_bb_font_weight_thin.bt_bb_headline h4,
.bt_bb_font_weight_thin.bt_bb_headline h5,
.bt_bb_font_weight_thin.bt_bb_headline h6 {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_headline h1,
.bt_bb_font_weight_100.bt_bb_headline h2,
.bt_bb_font_weight_100.bt_bb_headline h3,
.bt_bb_font_weight_100.bt_bb_headline h4,
.bt_bb_font_weight_100.bt_bb_headline h5,
.bt_bb_font_weight_100.bt_bb_headline h6 {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_headline h1,
.bt_bb_font_weight_200.bt_bb_headline h2,
.bt_bb_font_weight_200.bt_bb_headline h3,
.bt_bb_font_weight_200.bt_bb_headline h4,
.bt_bb_font_weight_200.bt_bb_headline h5,
.bt_bb_font_weight_200.bt_bb_headline h6 {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_headline h1,
.bt_bb_font_weight_300.bt_bb_headline h2,
.bt_bb_font_weight_300.bt_bb_headline h3,
.bt_bb_font_weight_300.bt_bb_headline h4,
.bt_bb_font_weight_300.bt_bb_headline h5,
.bt_bb_font_weight_300.bt_bb_headline h6 {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_headline h1,
.bt_bb_font_weight_400.bt_bb_headline h2,
.bt_bb_font_weight_400.bt_bb_headline h3,
.bt_bb_font_weight_400.bt_bb_headline h4,
.bt_bb_font_weight_400.bt_bb_headline h5,
.bt_bb_font_weight_400.bt_bb_headline h6 {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_headline h1,
.bt_bb_font_weight_500.bt_bb_headline h2,
.bt_bb_font_weight_500.bt_bb_headline h3,
.bt_bb_font_weight_500.bt_bb_headline h4,
.bt_bb_font_weight_500.bt_bb_headline h5,
.bt_bb_font_weight_500.bt_bb_headline h6 {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_headline h1,
.bt_bb_font_weight_600.bt_bb_headline h2,
.bt_bb_font_weight_600.bt_bb_headline h3,
.bt_bb_font_weight_600.bt_bb_headline h4,
.bt_bb_font_weight_600.bt_bb_headline h5,
.bt_bb_font_weight_600.bt_bb_headline h6 {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_headline h1,
.bt_bb_font_weight_700.bt_bb_headline h2,
.bt_bb_font_weight_700.bt_bb_headline h3,
.bt_bb_font_weight_700.bt_bb_headline h4,
.bt_bb_font_weight_700.bt_bb_headline h5,
.bt_bb_font_weight_700.bt_bb_headline h6 {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_headline h1,
.bt_bb_font_weight_800.bt_bb_headline h2,
.bt_bb_font_weight_800.bt_bb_headline h3,
.bt_bb_font_weight_800.bt_bb_headline h4,
.bt_bb_font_weight_800.bt_bb_headline h5,
.bt_bb_font_weight_800.bt_bb_headline h6 {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_headline h1,
.bt_bb_font_weight_900.bt_bb_headline h2,
.bt_bb_font_weight_900.bt_bb_headline h3,
.bt_bb_font_weight_900.bt_bb_headline h4,
.bt_bb_font_weight_900.bt_bb_headline h5,
.bt_bb_font_weight_900.bt_bb_headline h6 {
    font-weight: 900;
    }
.bt_bb_text_transform_uppercase.bt_bb_headline h1,
.bt_bb_text_transform_uppercase.bt_bb_headline h2,
.bt_bb_text_transform_uppercase.bt_bb_headline h3,
.bt_bb_text_transform_uppercase.bt_bb_headline h4,
.bt_bb_text_transform_uppercase.bt_bb_headline h5,
.bt_bb_text_transform_uppercase.bt_bb_headline h6 {
    text-transform: uppercase;
    }
.bt_bb_text_transform_lowercase.bt_bb_headline h1,
.bt_bb_text_transform_lowercase.bt_bb_headline h2,
.bt_bb_text_transform_lowercase.bt_bb_headline h3,
.bt_bb_text_transform_lowercase.bt_bb_headline h4,
.bt_bb_text_transform_lowercase.bt_bb_headline h5,
.bt_bb_text_transform_lowercase.bt_bb_headline h6 {
    text-transform: lowercase;
    }
.bt_bb_text_transform_capitalize.bt_bb_headline h1,
.bt_bb_text_transform_capitalize.bt_bb_headline h2,
.bt_bb_text_transform_capitalize.bt_bb_headline h3,
.bt_bb_text_transform_capitalize.bt_bb_headline h4,
.bt_bb_text_transform_capitalize.bt_bb_headline h5,
.bt_bb_text_transform_capitalize.bt_bb_headline h6 {
    text-transform: capitalize;
    }
.bt_bb_text_transform_initial.bt_bb_headline h1,
.bt_bb_text_transform_initial.bt_bb_headline h2,
.bt_bb_text_transform_initial.bt_bb_headline h3,
.bt_bb_text_transform_initial.bt_bb_headline h4,
.bt_bb_text_transform_initial.bt_bb_headline h5,
.bt_bb_text_transform_initial.bt_bb_headline h6 {
    text-transform: initial;
    }
.bt_bb_text_transform_inherit.bt_bb_headline h1,
.bt_bb_text_transform_inherit.bt_bb_headline h2,
.bt_bb_text_transform_inherit.bt_bb_headline h3,
.bt_bb_text_transform_inherit.bt_bb_headline h4,
.bt_bb_text_transform_inherit.bt_bb_headline h5,
.bt_bb_text_transform_inherit.bt_bb_headline h6 {
    text-transform: inherit;
    }
.bt_bb_text_transform_none.bt_bb_headline h1,
.bt_bb_text_transform_none.bt_bb_headline h2,
.bt_bb_text_transform_none.bt_bb_headline h3,
.bt_bb_text_transform_none.bt_bb_headline h4,
.bt_bb_text_transform_none.bt_bb_headline h5,
.bt_bb_text_transform_none.bt_bb_headline h6 {
    text-transform: none;
    }
.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_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 .8em;
    border-style: solid;
    border-width: 0 0 2px;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-right: auto;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-left: auto;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    content: ' ';
    display: block;
    width: 2em;
    margin: 0 0 .4em;
    border-style: solid;
    border-width: 2px 0 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-right: auto;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-left: auto;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_headline .bt_bb_headline_content span {
    display: block;
    }
.bt_bb_headline .bt_bb_headline_content span:before,
.bt_bb_headline .bt_bb_headline_content span:after {
    clear: both;
    content: ' ';
    line-height: 0;
    display: table;
    width: 100%;
    }
.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    display: block;
    margin-bottom: 1em;
    font-size: .5em;
    }
.bt_bb_superheadline_outside.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_headline_superheadline_outside .bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1rem;
    }
.bt_bb_superheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: normal;
    }
.bt_bb_superheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bold;
    }
.bt_bb_superheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bolder;
    }
.bt_bb_superheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
    }
.bt_bb_superheadline_font_weight_light.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
    }
.bt_bb_superheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
    }
.bt_bb_superheadline_font_weight_100.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
    }
.bt_bb_superheadline_font_weight_200.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
    }
.bt_bb_superheadline_font_weight_300.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
    }
.bt_bb_superheadline_font_weight_400.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    }
.bt_bb_superheadline_font_weight_500.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 500;
    }
.bt_bb_superheadline_font_weight_600.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 600;
    }
.bt_bb_superheadline_font_weight_700.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 700;
    }
.bt_bb_superheadline_font_weight_800.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 800;
    }
.bt_bb_superheadline_font_weight_900.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 900;
    }
.bt_bb_superheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: uppercase;
    }
.bt_bb_superheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: lowercase;
    }
.bt_bb_superheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: capitalize;
    }
.bt_bb_superheadline_text_transform_initial.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: initial;
    }
.bt_bb_superheadline_text_transform_inherit.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: inherit;
    }
.bt_bb_superheadline_text_transform_none.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: none;
    }
.bt_bb_headline:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_headline .bt_bb_headline_subheadline {
    clear: both;
    }
.bt_bb_subheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: normal;
    }
.bt_bb_subheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bold;
    }
.bt_bb_subheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bolder;
    }
.bt_bb_subheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
    }
.bt_bb_subheadline_font_weight_light.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
    }
.bt_bb_subheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
    }
.bt_bb_subheadline_font_weight_100.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
    }
.bt_bb_subheadline_font_weight_200.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
    }
.bt_bb_subheadline_font_weight_300.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
    }
.bt_bb_subheadline_font_weight_400.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 400;
    }
.bt_bb_subheadline_font_weight_500.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 500;
    }
.bt_bb_subheadline_font_weight_600.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 600;
    }
.bt_bb_subheadline_font_weight_700.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 700;
    }
.bt_bb_subheadline_font_weight_800.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 800;
    }
.bt_bb_subheadline_font_weight_900.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 900;
    }
.bt_bb_subheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: uppercase;
    }
.bt_bb_subheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: lowercase;
    }
.bt_bb_subheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: capitalize;
    }
.bt_bb_subheadline_text_transform_initial.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: initial;
    }
.bt_bb_subheadline_text_transform_inheri.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: inherit;
    }
.bt_bb_subheadline_text_transform_none.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: none;
    }
.bt_bb_headline .bt_bb_headline_superheadline {
    color: var(--secondary-color);
    }
.bt_bb_text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    }
.bt_bb_image {
    display: block;
    overflow: hidden;
    }
.bt_bb_image > a,
.bt_bb_image > span {
    display: block;
    line-height: 0;
    box-shadow: none !important;
    }
.bt_bb_image img {
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
    }
.bt_bb_image figure {
    margin: 0;
    }
.bt_bb_image img[src$="svg"] {
    width: 100%;
    }
.bt_bb_image.bt_bb_shape_square {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_square img {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_square .bt_bb_image_content {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_hard-rounded {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded img {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content_flex {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_soft-rounded {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded img {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
    border-radius: 5px;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: left;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_image + .bt_bb_image {
    margin-left: 1em;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: right;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_image + .bt_bb_image {
    margin-right: 1em;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: flex;
    clear: both;
    justify-content: center;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image {
    display: inline-block;
    clear: none;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child {
    display: flex;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in > a,
.bt_bb_image.bt_bb_hover_style_to-grayscale > a,
.bt_bb_image.bt_bb_hover_style_from-grayscale > a,
.bt_bb_image.bt_bb_hover_style_zoom-in > span,
.bt_bb_image.bt_bb_hover_style_to-grayscale > span,
.bt_bb_image.bt_bb_hover_style_from-grayscale > span {
    display: block;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    transform: scale3d(1.1,1.1,1.1);
    }
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
.bt_bb_image.bt_bb_hover_style_to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.bt_bb_image.bt_bb_hover_style_from-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
.bt_bb_image.bt_bb_hover_style_flip {
    perspective: 350px;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: visible;
    }
.bt_bb_image.bt_bb_hover_style_flip > a,
.bt_bb_image.bt_bb_hover_style_flip > span {
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip:hover > a,
.bt_bb_image.bt_bb_hover_style_flip:hover > span {
    transform-style: preserve-3d;
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_scroll {
    height: 300px;
    overflow: hidden;
    }
.bt_bb_image.bt_bb_hover_style_scroll img {
    transform: translateY(0);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image.bt_bb_hover_style_scroll:hover img {
    transform: translateY(calc(-100% + 300px));
    }
.bt_bb_image.bt_bb_content_exists {
    position: relative;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image a,
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image span {
    display: inline-block;
    line-height: 0;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 1em;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
    width: 100%;
    display: block;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner * {
    pointer-events: all;
    }
.bt_bb_content_align_middle.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    align-items: center;
    }
.bt_bb_content_align_bottom.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    align-items: flex-end;
    }
.bt_bb_content_align_top.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    align-items: flex-start;
    }
.bt_bb_image:not(.bt_bb_content_exists) > span > img {
    pointer-events: none;
    }
.bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    opacity: 0;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    opacity: 1;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    transform: scale3d(1,1,1);
    opacity: 1;
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    opacity: 0;
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    transform: rotateY(0deg);
    transition: transform 650ms ease-in-out;
    }
:hover.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > span {
    transition: transform 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > span {
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    transform: rotateY(180deg);
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > span {
    transition: transform 650ms ease-in-out;
    transform: rotateY(180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > span {
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    transform: rotateY(0deg);
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    transform: rotateY(-180deg);
    }
.bt_bb_image:not(.bt_bb_fe_editing) > .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_fe_before:not(:hover) {
    border: 0;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_fe_before {
    display: block;
    z-index: 16 !important;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_button .bt_bb_fe_before {
    z-index: 17 !important;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_icon .bt_bb_fe_before {
    z-index: 17 !important;
    }

/* Tmp 
.bt_bb_cell_inner {
	padding: 0 10%;
}*/
.bt_bb_service {
    display: inline-flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-flow: row nowrap;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service,
.bt_bb_align_center.bt_bb_service,
.bt_bb_align_center .bt_bb_service {
    flex-flow: column nowrap;
    text-align: center;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.bt_bb_align_left.bt_bb_service,
.bt_bb_align_left .bt_bb_service,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.bt_bb_align_right.bt_bb_service,
.bt_bb_align_right .bt_bb_service {
    flex-flow: row nowrap;
    text-align: initial;
    }
.rtl .bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_service {
    flex-flow: row-reverse nowrap;
    }
.bt_bb_service .bt_bb_icon_holder {
    transition: all 280ms ease;
    flex: 1 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2;
    order: 1;
    text-decoration: none;
    order: 1;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_service .bt_bb_icon_holder {
    order: 2;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_service .bt_bb_icon_holder {
    order: 1;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
    align-self: center;
    margin-bottom: .25em;
    }
.bt_bb_shape_square.bt_bb_service .bt_bb_icon_holder {
    border-radius: 0;
    }
.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder {
    border-radius: 5px;
    }
.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder {
    border-radius: 50%;
    }
.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1em;
    }
.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.4em;
    }
.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.6em;
    }
.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 2em;
    }
.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.4em;
    }
.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.8em;
    }
.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.4em;
    }
.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.6em;
    }
.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 4em;
    }
.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.8em;
    }
.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
    }
.bt_bb_service .bt_bb_service_content {
    flex: 1 1 auto;
    padding: 0 0 0 1em;
    order: 2;
    text-align: left;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
    font-size: 1.1em;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
    padding: 0 0 0 1em;
    order: 2;
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
    padding: 0 1em 0 0;
    order: 1;
    text-align: right;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_service .bt_bb_service_content {
    flex-flow: column nowrap;
    text-align: center;
    width: 100%;
    order: 2;
    padding: 0;
    }
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    background-color: transparent;
    }
.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    background-color: var(--primary-color,black);
    color: var(--secondary-color,white);
    }
.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    color: var(--primary-color,white);
    }
.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    background-color: var(--primary-color,transparent);
    color: var(--secondary-color,black);
    }
.bt_bb_service.bt_bb_style_borderless .bt_bb_icon_holder {
    color: var(--primary-color);
    }
.bt_bb_service.bt_bb_style_borderless:hover .bt_bb_icon_holder {
    color: var(--secondary-color);
    }
.bt_bb_tabs {
    position: relative;
    }
ul.bt_bb_tabs_header {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
    }
ul.bt_bb_tabs_header li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition: all 300ms ease;
    }
ul.bt_bb_tabs_header li.on {
    cursor: auto;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 0 0 0 1px;
    border-style: solid;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,
.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child {
    border-width: 0;
    }
ul.bt_bb_tabs_header li span {
    line-height: 1.15;
    display: inline-block;
    padding: 1em 2em;
    }
ul.bt_bb_tabs_header:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header,
.bt_bb_style_filled ul.bt_bb_tabs_header {
    border-width: 1px;
    border-style: solid;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li {
    border-bottom: 2px solid transparent;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
    border-color: black;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li:first-of-type span {
    padding-left: 0;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li:last-of-type span {
    padding-right: 0;
    }
.bt_bb_shape_rounded ul.bt_bb_tabs_header {
    border-radius: 5px;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 50px;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header li:last-child span {
    padding-right: 2.5em;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header li:first-child span {
    padding-left: 2.5em;
    }
.bt_bb_tab_item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
    }
.bt_bb_tab_item.has_bt_bb_image {
    position: absolute;
    }
.bt_bb_tab_item.on {
    visibility: visible;
    height: auto;
    position: relative;
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header {
    border-color: var(--tabs-primary-color,black);
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on {
    border-color: var(--tabs-primary-color,black);
    color: var(--tabs-primary-color,black);
    background-color: transparent;
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li {
    background-color: var(--tabs-primary-color,black);
    color: var(--tabs-secondary-color,white);
    border-color: var(--tabs-primary-color,black);
    }
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: var(--tabs-secondary-color);
    }
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li.on {
    color: var(--tabs-primary-color,black);
    border-color: var(--tabs-primary-color,black);
    }
@media (max-width: 580px) {
ul.bt_bb_tabs_header {
    display: block;
    }
ul.bt_bb_tabs_header li {
    float: none;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 1px 0 0;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 20px;
    }
}

.bt_bb_accordion .bt_bb_accordion_item_content:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
    }
.bt_bb_accordion .bt_bb_accordion_item {
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    padding: .7em 1em;
    font-size: 1.1em;
    line-height: 1.3;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    transition: color 300ms ease,background-color 300ms ease;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding: .5em 1em;
    display: none;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content {
    border-width: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    display: block;
    }
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    }
.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 1px;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
    border-width: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 5px 5px 0 0;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 20px 20px 0 0;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 5px 5px;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 20px 20px;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item {
    border-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item_title {
    border-color: var(--accordion-primary-color,black);
    color: var(--accordion-primary-color,black);
    background-color: transparent;
    }
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-secondary-color,white);
    background-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color,white);
    background-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-primary-color,black);
    background-color: transparent;
    }
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-primary-color,black);
    border-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:hover,
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color,white);
    border-color: var(--accordion-secondary-color,white);
    }
.bt_bb_video {
    display: block;
    position: relative;
    --bt-bb-video-aspect-ratio: 16/9;
    padding-bottom: calc(100% * 1 / (var(--bt-bb-video-aspect-ratio)));
    overflow: hidden;
    }
.bt_bb_video > .wp-video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    }
.bt_bb_video > .wp-video .mejs-container.mejs-video {
    width: 100% !important;
    height: 100% !important;
    }
.bt_bb_video iframe,
.bt_bb_video .mejs-container {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }
.bt_bb_disable_controls_yes.bt_bb_video .mejs-controls {
    display: none !important;
    }
.slick-slider:not(.slick-initialized) {
    position: relative;
    width: 100%;
    min-height: 200px;
    }
.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item {
    position: absolute;
    left: auto;
    right: auto;
    opacity: 0;
    }
.slick-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    }
.bt_bb_show_dots_below .slick-slider {
    overflow: initial;
    }
.slick-slider .slick-autoplay-toggle-button {
    display: none;
    }
.slick-slider .slick-list {
    width: auto;
    }
.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content {
    width: 100%;
    }
.bt_bb_height_auto .slick-slider .slick-slide {
    width: 100%;
    }
.bt_bb_height_auto .slick-slider .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
    }
.bt_bb_height_full_screen .slick-slider .slick-slide {
    height: 100vh;
    }
.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    }
.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide > div {
    flex: 1 1 100%;
    }
.bt_bb_height_half_screen .slick-slider .slick-slide {
    height: 50vh;
    }
.bt_bb_height_half_screen .slick-slider .slick-list {
    height: 50vh !important;
    }
.bt_bb_height_keep-height .slick-slider .slick-slide {
    display: flex;
    align-items: center;
    }
.bt_bb_height_full_screen .slick-slider .slick-slide,
.bt_bb_height_half_screen .slick-slider .slick-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.bt_bb_slider.bt_bb_use_lightbox .slick-slider .slick-slide {
    cursor: zoom-in;
    }
.bt_bb_gap_small .slick-list {
    margin: 0 -.25rem;
    }
.bt_bb_gap_small .slick-list .slick-slide .content {
    padding: 0 .25rem;
    }
.bt_bb_gap_normal .slick-list {
    margin: 0 -.5rem;
    }
.bt_bb_gap_normal .slick-list .slick-slide .content {
    padding: 0 .5rem;
    }
.bt_bb_gap_large .slick-list {
    margin: 0 -1rem;
    }
.bt_bb_gap_large .slick-list .slick-slide .content {
    padding: 0 1rem;
    }

/* Buttons */
button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    cursor: pointer;
    outline: none;
    border: none;
    }
button.slick-arrow:hover {
    background-color: rgba(0,0,0,.95);
    }
button.slick-arrow:focus {
    outline: none;
    }
button.slick-arrow.slick-next {
    right: 0;
    }
button.slick-arrow.slick-next:before {
    content: '\e684';
    }
.rtl button.slick-arrow.slick-next {
    left: 0;
    right: auto;
    }
.rtl button.slick-arrow.slick-next:before {
    content: '\e686';
    }
button.slick-arrow.slick-prev {
    left: 0;
    }
button.slick-arrow.slick-prev:before {
    content: '\e686';
    }
.rtl button.slick-arrow.slick-prev {
    right: 0;
    left: auto;
    }
.rtl button.slick-arrow.slick-prev:before {
    content: '\e684';
    }
button.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default;
    }
button.slick-arrow:before {
    color: #fff;
    display: block;
    font-size: 34px;
    font-family: Icon7Stroke;
    line-height: 44px;
    }
button.slick-arrow:hover,
button.slick-arrow:focus {
    text-decoration: none;
    }
.bt_bb_arrows_size_small button.slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    }
.bt_bb_arrows_size_small button.slick-arrow:before {
    font-size: 24px;
    line-height: 34px;
    }
.bt_bb_arrows_size_large button.slick-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    }
.bt_bb_arrows_size_large button.slick-arrow:before {
    font-size: 54px;
    line-height: 64px;
    }
.slick-list {
    width: 100%;
    position: relative;
    }
.slick-list .slick-slide {
    background-size: cover;
    }
.slick-dots {
    position: absolute;
    bottom: 1em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
    }
.bt_bb_show_dots_below .slick-dots {
    bottom: -2em;
    }
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
    transition: background-color 300ms ease;
    }
.slick-dots li.slick-active,
.slick-dots li:hover {
    background: white;
    }
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1em;
    height: 1em;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
    }

/* Overlay */
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] {
    position: relative;
    }
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    }
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] .bt_bb_content_slider_item_content {
    position: relative;
    z-index: 1;
    }
.bt_bb_content_slider_item[class*="dark_stripes"]:before {
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_content_slider_item[class*="light_stripes"]:before {
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_content_slider_item[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_content_slider_item[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
    }
.bt_bb_content_slider_item[class*="dark_gradient"]:before {
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    }
.bt_bb_content_slider_item[class*="light_gradient"]:before {
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }

/* POST GRID */
.bt_bb_masonry_post_grid_content {
    transition: opacity 2s;
    }
.bt_bb_grid_container:after {
    content: '';
    display: block;
    clear: both;
    }
.bt_bb_grid_hide {
    opacity: 0;
    transition: opacity 0s;
    }
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item {
    width: 100%;
    }
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item {
    width: 50%;
    }
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_21 {
    width: 100%;
    }
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item {
    width: 33.333333%;
    }
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_21 {
    width: 66.6666687%;
    }
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item {
    width: 25%;
    }
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_21 {
    width: 50%;
    }
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item {
    width: 20%;
    }
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_21 {
    width: 40%;
    }
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 16.666667%;
    }
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_21 {
    width: 33.333333%;
    }
@media screen and (max-width: 768px) {
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 100%;
    }
}

/* Post text content */
.bt_bb_grid_item_post_content {
    background: rgba(0,0,0,.05);
    padding: 1.5em 1em .5em;
    flex-grow: 1;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category {
    padding: 0 0 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    padding: 0 0 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
    content: '\f133';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
    content: '\f2bd';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a {
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
    content: '\f0e6';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
    text-decoration: none;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:not(:empty) {
    margin-top: 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
    margin-top: 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
    float: none;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item {
    overflow: hidden;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner_content {
    position: absolute;
    top: 0;
    left: 0;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner {
    overflow: hidden;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner:after {
    content: '';
    display: table;
    clear: both;
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content {
    margin-left: -1px;
    margin-top: -1px;
    width: calc(100% + 2px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    transform: translate(1px,1px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content {
    margin-left: -5px;
    margin-top: -5px;
    width: calc(100% + 10px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    transform: translate(5px,5px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content {
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 40px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    transform: translate(20px,20px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content {
    margin-left: -30px;
    margin-top: -30px;
    width: calc(100% + 60px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    transform: translate(30px,30px);
    }
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content {
    overflow: hidden;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content {
    margin: -1px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 1px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
    margin: -3px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 3px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
    margin: -20px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 20px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
    margin: -30px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 30px;
    }
.bt_bb_post_grid_filter {
    text-align: center;
    padding: 1em 2em;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    display: inline-block;
    padding: 0 1em;
    margin: 0 1px;
    cursor: pointer;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
    background: rgba(0,0,0,.05);
    }
.bt_bb_post_grid_loader {
    margin: auto;
    border: .4em solid #f3f3f3;
    border-top: .4em solid #3498db;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    -webkit-animation: bt_bb_grid_animation 2s linear infinite;
    animation: bt_bb_grid_animation 2s linear infinite;
    display: none;
    }
@keyframes bt_bb_grid_animation {
0% {
    transform: rotate(0deg);
    }
100% {
    transform: rotate(360deg);
    }
}

.bt_bb_grid_item_post_thumbnail img {
    width: 100%;
    }
.mfp-container {
    background: rgba(0,0,0,.7);
    }

/* Image grid */
.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image {
    cursor: auto;
    }
.bt_bb_price_list {
    display: block;
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    border-color: var(--secondary-color,black);
    }
.bt_bb_price_list .bt_bb_price_list_title {
    font-size: 1.8em;
    line-height: 1.3;
    padding: 1rem 2rem;
    }
.bt_bb_price_list .bt_bb_price_list_subtitle {
    margin: 2rem 2rem 0;
    }
.bt_bb_price_list .bt_bb_price_list_price {
    margin: 2rem 2rem 0;
    display: inline-flex;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    font-size: 4em;
    line-height: 1;
    flex: 0 1 100%;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    font-size: 1.35em;
    line-height: 1;
    flex: 1 0 0%;
    }
.bt_bb_currency_position_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    order: 1;
    }
.bt_bb_price_list ul {
    clear: left;
    display: block;
    list-style: none;
    margin: 0;
    padding: 2rem 0 0;
    }
.bt_bb_price_list ul:before {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_price_list ul li {
    display: block;
    margin: 0;
    padding: .7rem 2rem;
    border-width: 1px 0 0;
    border-style: solid;
    }
.bt_bb_price_list .bt_bb_price_list_title {
    color: var(--primary-color,white);
    background-color: var(--secondary-color,black);
    }
.bt_bb_price_list ul li {
    border-color: var(--secondary-color,black);
    }
.bt_bb_latest_posts_item {
    position: relative;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    overflow: hidden;
    margin: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    display: block;
    max-width: none;
    width: 100%;
    }
.bt_bb_image_shape_rounded .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 5px;
    }
.bt_bb_image_shape_round .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 20px;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category {
    padding: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 .6em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title a {
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta {
    padding: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
    content: '\f133';
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
    content: '\f2bd';
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
    content: '\f0e6';
    }
.bt_bb_latest_posts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-grow: 1;
    flex-shrink: 1;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 100%;
    max-width: 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.33%;
    max-width: 33.33%;
    }
.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.66%;
    max-width: 16.66%;
    }

/*@for i in range(0, 10) {
	.bt_bb_latest_posts.bt_bb_gap_#(i) {
		margin: 0 -#(i)px;
		.bt_bb_latest_posts_item { padding: 0 #(i)px #(i)px;}
		&.bt_bb_columns_1 .bt_bb_latest_posts_item {padding: 0 0 #(i)px;}
	}
}*/
.bt_bb_latest_posts {
    margin: -1em -1em 0;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    padding: 2em 1em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_small {
    margin: -.5em -.5em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item {
    padding: 1em .5em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap {
    margin: 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item {
    padding: 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_title,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_category,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_date,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_excerpt {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_latest_posts.bt_bb_gap_large {
    margin: -2em -2em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item {
    padding: 4em 2em 0;
    }
@media (max-width: 992px) {
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 33.33%;
    max-width: 33.33%;
    }
}

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

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

.bt_bb_custom_menu > div {
    display: flex;
    }
.bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    display: inline-block;
    float: left;
    padding: 0 .25em;
    }
.rtl .bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    float: right;
    }
.bt_bb_font_weight_normal.bt_bb_custom_menu {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_custom_menu {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_custom_menu {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_custom_menu {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_custom_menu {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_custom_menu {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_custom_menu {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_custom_menu {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_custom_menu {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_custom_menu {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_custom_menu {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_custom_menu {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_custom_menu {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_custom_menu {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_custom_menu {
    font-weight: 900;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_left .bt_bb_align_center .bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_align_center .bt_bb_custom_menu div ul,
.bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_custom_menu div ul {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_left .bt_bb_align_center .bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_align_center .bt_bb_custom_menu > div,
.bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_custom_menu > div {
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_left .bt_bb_align_right .bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_align_right .bt_bb_custom_menu div ul,
.bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_custom_menu div ul {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_left .bt_bb_align_right .bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_align_right .bt_bb_custom_menu > div,
.bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_custom_menu > div {
    justify-content: flex-end;
    }
.bt_bb_progress_bar {
    overflow: hidden;
    position: relative;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .5em 1em;
    z-index: 1;
    transition: transform 500ms ease;
    transform: translateX(-99.9%);
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    transform: translateX(0%);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: center;
    }
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner {
    border-radius: 5px;
    }
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar {
    border-radius: 5px;
    }
.bt_bb_size_small.bt_bb_progress_bar {
    font-size: .9em;
    }
.bt_bb_size_small.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .3em .5em;
    }
.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border: 1px solid black;
    }
.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border-bottom: 2px solid black;
    }
.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: white;
    background: black;
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    float: right;
    transform: translateX(99.9%);
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    transform: translateX(0%);
    }
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_bg,
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg {
    background: var(--secondary-color);
    }
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    border-color: var(--primary-color);
    color: var(--primary-color);
    }
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_bg {
    background: var(--primary-color);
    }
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_inner {
    background: var(--secondary-color);
    color: var(--primary-color);
    }
.bt_bb_progress_bar:nth-child(1) .bt_bb_progress_bar_inner {
    transition-delay: 300ms;
    }
.bt_bb_progress_bar:nth-child(2) .bt_bb_progress_bar_inner {
    transition-delay: 400ms;
    }
.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_inner {
    transition-delay: 500ms;
    }
.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_inner {
    transition-delay: 600ms;
    }
.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_inner {
    transition-delay: 700ms;
    }
.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_inner {
    transition-delay: 800ms;
    }
.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_inner {
    transition-delay: 900ms;
    }
.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_inner {
    transition-delay: 1000ms;
    }
.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_inner {
    transition-delay: 1100ms;
    }
.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_inner {
    transition-delay: 1200ms;
    }
.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_inner {
    transition-delay: 1300ms;
    }
.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_inner {
    transition-delay: 1400ms;
    }
.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_inner {
    transition-delay: 1500ms;
    }
.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_inner {
    transition-delay: 1600ms;
    }
.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_inner {
    transition-delay: 1700ms;
    }
.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_inner {
    transition-delay: 1800ms;
    }
.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_inner {
    transition-delay: 1900ms;
    }
.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_inner {
    transition-delay: 2000ms;
    }
.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_inner {
    transition-delay: 2100ms;
    }
.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_inner {
    transition-delay: 2200ms;
    }
.bt_bb_progress_bar_text:empty:before {
    content: '\00a0';
    }

/*@import url(https://blog.mi-nautics.com/wp-content/plugins/bold-page-builder/css/front_end/google_map.css);*/
.bt_bb_map {
    position: relative;
    }
.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
.bt_bb_map .bt_bb_map_content {
    position: relative;
    display: none;
    pointer-events: none;
    }
.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    display: block;
    }
.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
.bt_bb_map_no_overlay.bt_bb_map .bt_bb_map_content,
.bt_bb_map_no_overlay.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    opacity: 0;
    visibility: hidden;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
    display: flex;
    overflow: hidden;
    padding: 1em;
    width: 30%;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
    background: white;
    padding: 1em;
    opacity: 0;
    visibility: hidden;
    flex: 0 0 100%;
    transition: opacity 300ms ease;
    order: 1;
    pointer-events: none;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_without_content {
    visibility: hidden;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_show {
    opacity: 1;
    visibility: visible;
    order: 0;
    pointer-events: all;
    }
@media (max-width: 768px) {
.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    width: 50%;
    }
}

@media (max-width: 640px) {
.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map {
    height: 600px !important;
    position: relative;
    }
.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    width: 100%;
    margin: 0;
    }
.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    position: relative;
    }
}

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

.mapscroll-button {
	right: 24px !important;
}*/
/* CALCULATOR */
.bt_bb_cost_calculator .bt_bb_cost_calculator_item {
    margin: 0 0 1em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
    padding: .625em .4375em;
    line-height: 1.1;
    border: 1px solid grey;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_cost_calculator_item_title {
    margin: 0 0 .3em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
    flex: 5 1 auto;
    background: #ddd;
    color: #000;
    padding: .8em 1.25em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
    flex: 0 0 auto;
    background-color: #333;
    font-weight: 700;
    color: #fff;
    padding: .8em 2em;
    }

/* CALCULATOR - SELECT */
.bt_bb_widget_select {
    cursor: pointer;
    position: relative;
    }
.bt_bb_widget_select_selected {
    border: 1px solid #666;
    line-height: 1.1;
    padding: .625em .4375em;
    }
.bt_bb_widget_select_selected > div:first-child {
    font-weight: 700;
    }
.bt_bb_widget_select_selected > div:last-child {
    margin-top: .5em;
    font-size: .875em;
    }
.bt_bb_widget_select_items {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    border: 1px solid #666;
    margin: .2em 0 0;
    background-color: #fff;
    color: #000;
    }
.bt_bb_widget_select_items > div[data-value] {
    line-height: 1.25;
    padding: .625em .4375em;
    }
.bt_bb_widget_select_items > div[data-value] > div:first-child {
    font-weight: 700;
    }
.bt_bb_widget_select_items > div[data-value] > div:last-child {
    margin-top: .5em;
    font-size: .875em;
    }
.bt_bb_widget_select_items > div[data-value="0"] {
    display: none;
    }
.bt_bb_widget_select_items > div:hover {
    background: rgba(0,0,0,.1);
    }

/* CALCULATOR - SWITCH */
.bt_bb_widget_switch {
    height: 1.5em;
    width: 3em;
    background: #ddd;
    border-radius: 1em;
    cursor: pointer;
    }
.bt_bb_widget_switch.on {
    background: #666;
    }
.bt_bb_widget_switch > div {
    height: 1.5em;
    width: 1.5em;
    background: white;
    border-radius: 1em;
    border: .2em solid #666;
    transition: transform .2s;
    }
.on.bt_bb_widget_switch > div {
    transform: translateX(1.5em);
    }
.animate {
    transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    transition-delay: 200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    transition-delay: 200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(1) {
    transition-delay: 300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(2) {
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(3) {
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(4) {
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(5) {
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(6) {
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(7) {
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(8) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(9) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(10) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(11) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(12) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(13) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(14) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(15) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(16) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(17) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(18) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(19) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(20) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    transition-delay: 400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(1) {
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(2) {
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(3) {
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(4) {
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(5) {
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(6) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(7) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(8) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(9) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(10) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(11) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(12) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(13) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(14) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(15) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(16) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(17) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(18) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(19) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(20) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    transition-delay: 600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(1) {
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(2) {
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(3) {
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(4) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(5) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(6) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(7) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(8) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(9) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(10) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(11) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(12) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(13) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(14) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(15) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(16) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(17) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(18) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(19) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(20) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    transition-delay: 800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(1) {
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(2) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(3) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(4) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(5) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(6) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(7) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(8) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(9) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(10) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(11) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(12) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(13) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(14) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(15) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(16) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(17) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(18) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(19) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(20) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    transition-delay: 1000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(1) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(2) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(3) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(4) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(5) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(6) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(7) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(8) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(9) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(10) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(11) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(12) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(13) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(14) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(15) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(16) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(17) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(18) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(19) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(20) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    transition-delay: 1200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(1) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(2) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(3) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(4) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(5) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(6) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(7) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(8) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(9) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(10) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(11) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(12) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(13) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(14) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(15) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(16) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(17) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(18) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(19) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(20) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    transition-delay: 1400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(1) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(2) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(3) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(4) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(5) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(6) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(7) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(8) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(9) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(10) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(11) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(12) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(13) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(14) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(15) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(16) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(17) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(18) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(19) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(20) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    transition-delay: 1600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(1) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(2) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(3) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(4) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(5) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(6) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(7) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(8) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(9) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(10) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(11) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(12) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(13) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(14) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(15) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(16) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(17) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(18) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(19) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(20) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    transition-delay: 1800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(1) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(2) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(3) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(4) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(5) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(6) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(7) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(8) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(9) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(10) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(11) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(12) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(13) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(14) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(15) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(16) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(17) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(18) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(19) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(20) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    transition-delay: 2000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(1) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(2) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(3) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(4) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(5) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(6) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(7) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(8) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(9) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(10) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(11) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(12) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(13) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(14) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(15) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(16) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(17) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(18) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(19) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(20) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    transition-delay: 2200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(1) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(2) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(3) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(4) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(5) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(6) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(7) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(8) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(9) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(10) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(11) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(12) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(13) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(14) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(15) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(16) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(17) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(18) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(19) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(20) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    transition-delay: 2400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(1) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(2) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(3) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(4) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(5) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(6) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(7) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(8) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(9) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(10) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(11) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(12) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(13) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(14) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(15) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(16) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(17) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(18) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(19) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(20) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    transition-delay: 2600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(1) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(2) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(3) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(4) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(5) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(6) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(7) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(8) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(9) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(10) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(11) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(12) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(13) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(14) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(15) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(16) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(17) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(18) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(19) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(20) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    transition-delay: 2800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(1) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(2) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(3) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(4) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(5) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(6) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(7) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(8) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(9) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(10) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(11) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(12) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(13) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(14) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(15) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(16) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(17) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(18) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(19) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(20) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    transition-delay: 3000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(1) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(2) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(3) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(4) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(5) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(6) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(7) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(8) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(9) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(10) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(11) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(12) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(13) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(14) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(15) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(16) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(17) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(18) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(19) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(20) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    transition-delay: 3200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(1) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(2) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(3) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(4) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(5) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(6) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(7) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(8) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(9) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(10) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(11) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(12) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(13) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(14) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(15) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(16) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(17) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(18) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(19) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(20) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    transition-delay: 3400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(1) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(2) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(3) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(4) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(5) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(6) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(7) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(8) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(9) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(10) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(11) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(12) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(13) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(14) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(15) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(16) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(17) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(18) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(19) {
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(20) {
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    transition-delay: 3600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(1) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(2) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(3) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(4) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(5) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(6) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(7) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(8) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(9) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(10) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(11) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(12) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(13) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(14) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(15) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(16) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(17) {
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(18) {
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(19) {
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(20) {
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    transition-delay: 3800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(1) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(2) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(3) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(4) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(5) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(6) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(7) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(8) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(9) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(10) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(11) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(12) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(13) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(14) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(15) {
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(16) {
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(17) {
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(18) {
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(19) {
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(20) {
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    transition-delay: 4000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(1) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(2) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(3) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(4) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(5) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(6) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(7) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(8) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(9) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(10) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(11) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(12) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(13) {
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(14) {
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(15) {
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(16) {
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(17) {
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(18) {
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(19) {
    transition-delay: 5900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(20) {
    transition-delay: 6000ms;
    }
.animate.bt_bb_section,
.animate.btArticleListItem {
    transition-delay: 200ms;
    }
.animate.bt_bb_section {
    transition-delay: 200ms;
    }

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

/* Move, Move & Fade */
.animate[class*="move_down"] {
    transform: translate3d(0,-30%,0);
    }
.animate[class*="move_down"].bt_bb_separator,
.animate[class*="move_down"].bt_bb_progress_bar,
.animate[class*="move_down"].bt_bb_countdown {
    transform: translate3d(0,-50px,0);
    }
.animate[class*="move_up"] {
    transform: translate3d(0,30px,0);
    }
.animate[class*="move_up"].bt_bb_separator,
.animate[class*="move_up"].bt_bb_progress_bar,
.animate[class*="move_up"].bt_bb_countdown {
    transform: translate3d(0,50px,0);
    }
.animate[class*="move_left"] {
    transform: translate3d(30%,0,0);
    }
.animate[class*="move_left"].bt_bb_separator,
.animate[class*="move_left"].bt_bb_progress_bar,
.animate[class*="move_left"].bt_bb_countdown {
    transform: translate3d(50px,0,0);
    }
.animate[class*="move_right"] {
    transform: translate3d(-30%,0,0);
    }
.animate[class*="move_right"].bt_bb_separator,
.animate[class*="move_right"].bt_bb_progress_bar,
.animate[class*="move_right"].bt_bb_countdown {
    transform: translate3d(-50px,0,0);
    }
.animate[class*="move_right"].animated,
.animate[class*="move_left"].animated,
.animate[class*="move_up"].animated,
.animate[class*="move_down"].animated {
    transform: translate3d(0,0,0);
    }

/* Zoom in */
.animate[class*="zoom_in"] {
    transform: scale(.7);
    }
.animate[class*="zoom_out"] {
    transform: scale(1.3);
    }
.animate[class*="zoom_in"].animated,
.animate[class*="zoom_out"].animated {
    transform: scale(1);
    }

/*
@media (max-width: math($(gutterWidth) + 20)px) {
	.bt_bb_layout_boxed.bt_bb_section[class*="bt_bb_vertical_align_"] {
		> .bt_bb_port {
			.bt_bb_cell {
				flex: 1 1 100%;
			}
		}
	}
}*/
/* Counter  */
.bt_bb_counter_holder {
    font-size: 4em;
    height: 1.2em;
    line-height: 1.2;
    overflow: hidden;
    }
.bt_bb_counter_holder .bt_bb_counter {
    display: block;
    height: 1.2em;
    overflow: hidden;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    display: inline-block;
    height: 1.2em;
    transition: all 1s ease 0s;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    display: block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: center;
    }
.bt_bb_counter_holder.bt_bb_size_xsmall {
    font-size: .8em;
    }
.bt_bb_counter_holder.bt_bb_size_small {
    font-size: 1em;
    }
.bt_bb_counter_holder.bt_bb_size_normal {
    font-size: 2em;
    }
.bt_bb_counter_holder.bt_bb_size_large {
    font-size: 3em;
    }
.bt_bb_counter_holder.bt_bb_size_xlarge {
    font-size: 4em;
    }

/* IE 10 hack*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}*/
/* Edge hack*/
/*
@supports (-ms-ime-align:auto) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}
*/
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_avatar {
    display: inline;
    border-radius: 50%;
    }
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_username {
    display: block;
    margin-bottom: 1em;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_item {
    display: inline-block;
    float: left;
    }
.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
    }
.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item:nth-child(1n + 1) {
    clear: both;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item {
    width: 33.333%;
    }
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1) {
    clear: both;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 25%;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: both;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item {
    width: 20%;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: both;
    }
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 16.666%;
    }
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: both;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner {
    margin: 0 -1em;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner .bt_bb_twitter_item {
    padding: 0 1em;
    }
@media (max-width: 1024px) {
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: initial;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
}

@media (max-width: 768px) {
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: initial;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
}

@media (max-width: 640px) {
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: initial;
    }
}

.bt_bb_instagram .btInstaGrid span,
.widget_bt_bb_instagram .btInstaGrid span {
    width: 25%;
    float: left;
    padding: 0;
    }
.bt_bb_instagram .btInstaGrid span img,
.widget_bt_bb_instagram .btInstaGrid span img {
    width: 100%;
    }
.bt_bb_instagram .btInstaGrid span:nth-child(3n + 1),
.widget_bt_bb_instagram .btInstaGrid span:nth-child(3n + 1) {
    clear: none;
    }
.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid {
    margin-left: -1px;
    margin-top: -1px;
    }
.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid span {
    padding-left: 1px;
    padding-top: 1px;
    }
.bt_bb_instagram.bt_bb_gap_small .btInstaGrid {
    margin-left: -5px;
    margin-top: -5px;
    }
.bt_bb_instagram.bt_bb_gap_small .btInstaGrid span {
    padding-left: 5px;
    padding-top: 5px;
    }
.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid {
    margin-left: -.5em;
    margin-top: -.5em;
    }
.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid span {
    padding-left: .5em;
    padding-top: .5em;
    }
.bt_bb_instagram.bt_bb_gap_large .btInstaGrid {
    margin-left: -1em;
    margin-top: -1em;
    }
.bt_bb_instagram.bt_bb_gap_large .btInstaGrid span {
    padding-left: 1em;
    padding-top: 1em;
    }
.bt_bb_instagram.bt_bb_columns_1 .btInstaGrid span {
    width: 100%;
    }
.bt_bb_instagram.bt_bb_columns_2 .btInstaGrid span {
    width: 50%;
    }
.bt_bb_instagram.bt_bb_columns_3 .btInstaGrid span {
    width: 33.333333%;
    }
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 25%;
    }
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 20%;
    }
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 16.666666%;
    }
@media (max-width: 768px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 33.33333%;
    }
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 50%;
    }
}

@media (max-width: 640px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 50%;
    }
}

.sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li {
    margin: 0 0 1.75em;
    }
.sidebar .widget_bt_bb_recent_posts ul li:last-child,
.btSidebar .widget_bt_bb_recent_posts ul li:last-child {
    margin: 0;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget {
    display: flex;
    align-items: center;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    flex: 0 0 30%;
    padding-right: 10px;
    }
.rtl .sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.rtl .btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    padding-right: 0;
    padding-left: 10px;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText {
    flex: 0 0 70%;
    overflow: hidden;
    }
.sidebar .widget_bt_bb_recent_comments ul,
.btSidebar .widget_bt_bb_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar .widget_bt_bb_recent_comments ul h5,
.sidebar .widget_bt_bb_recent_comments ul .posted,
.btSidebar .widget_bt_bb_recent_comments ul h5,
.btSidebar .widget_bt_bb_recent_comments ul .posted {
    margin: 0;
    }
.sidebar .widget_bt_bb_recent_comments ul li,
.btSidebar .widget_bt_bb_recent_comments ul li {
    margin: 0 0 1.75em;
    }
.sidebar .widget_bt_bb_recent_comments ul li:last-child,
.btSidebar .widget_bt_bb_recent_comments ul li:last-child {
    margin: 0;
    }
.sidebar .btIconWidget,
.btSidebar .btIconWidget {
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    margin: 0 0 1em;
    }
.sidebar .btIconWidget .btIconWidgetIcon,
.btSidebar .btIconWidget .btIconWidgetIcon {
    flex: 0 1% 0;
    padding: 0 .2em 0 0;
    font-size: 3em;
    line-height: 1;
    }
.rtl .sidebar .btIconWidget .btIconWidgetIcon,
.rtl .btSidebar .btIconWidget .btIconWidgetIcon {
    padding: 0 0 0 .2em;
    }
.sidebar .btIconWidget .btIconWidgetContent,
.btSidebar .btIconWidget .btIconWidgetContent {
    flex: 1 1 0%;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    }
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText {
    display: block;
    }
.btCounterHolder {
    font-size: 3rem;
    line-height: 0;
    font-weight: 300;
    }
.btCounterHolder .btCounter {
    display: block;
    height: 3rem;
    overflow: hidden;
    }
.btCounterHolder span.onedigit {
    display: inline-block;
    height: 3rem;
    transition: all 1s ease 0s;
    }
.btCounterHolder span.onedigit span {
    display: block;
    position: relative;
    height: 3rem;
    text-align: center;
    }
.btCounterHolder .btCountdownHolder {
    overflow: auto;
    padding: 0 15%;
    }
.btCounterHolder .btCountdownHolder > span {
    vertical-align: top;
    display: inline-block;
    padding: 0 0 5px;
    }
.btCounterHolder .btCountdownHolder > span > span {
    display: inline-block;
    }
.btCounterHolder .btCountdownHolder > span > span > span {
    display: block;
    width: .67em;
    text-align: inherit;
    transition: transform 0ms ease-out;
    transform: translateY(-3rem);
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
    }
.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
    position: relative;
    margin: 0;
    float: left;
    width: 25%;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] {
    position: relative;
    display: block;
    text-align: inherit;
    font-size: .8rem;
    line-height: 1;
    padding: 1rem 0 0;
    margin: .5rem 0 0;
    text-transform: uppercase;
    }
.btCounterHolder .btCountdownHolder span[class^="n"],
.btCounterHolder .btCountdownHolder .days span:not(.days_text) {
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] > span {
    height: auto !important;
    transform: none !important;
    font-size: 1em;
    line-height: 1.2 !important;
    }
.btCounterHolder .btCountdownHolder span.separator {
    display: none;
    }
.btCounterHolder .btCountdownHolder .days_text span,
.btCounterHolder .btCountdownHolder .hours_text span,
.btCounterHolder .btCountdownHolder .minutes_text span,
.btCounterHolder .btCountdownHolder .seconds_text span {
    width: auto !important;
    transform: translate(-50%,-.1em) !important;
    }
.btCounterHolder .btCountdownHolder .countdown_anim {
    transition: transform 200ms ease-out;
    transform: translateY(0);
    }
.btCounterHolder.btCounterLargeSize,
.btCounterHolder.bt_bb_size_large {
    font-size: 4.5rem;
    font-weight: 700;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder,
.btCounterHolder.bt_bb_size_large .btCountdownHolder {
    padding: 0 10%;
    }
.btCounterHolder.btCounterLargeSize .btCounter,
.btCounterHolder.bt_bb_size_large .btCounter {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize span.onedigit,
.btCounterHolder.bt_bb_size_large span.onedigit {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize span.onedigit span,
.btCounterHolder.bt_bb_size_large span.onedigit span {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder > span > span > span,
.btCounterHolder.bt_bb_size_large .btCountdownHolder > span > span > span {
    transform: translateY(-4.5rem);
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder .countdown_anim,
.btCounterHolder.bt_bb_size_large .btCountdownHolder .countdown_anim {
    transition: transform 200ms ease-out;
    transform: translateY(0);
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder span[class^="n"],
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:first-child,
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(2),
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(3),
.btCounterHolder.bt_bb_size_large .btCountdownHolder span[class^="n"],
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:first-child,
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:nth-child(2),
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:nth-child(3) {
    height: 4.5rem;
    }

/* CSS image grid */
.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    display: grid;
    }
.bt_bb_gap_no_gap.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 0;
    }
.bt_bb_gap_extrasmall.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 1px;
    }
.bt_bb_gap_small.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 5px;
    }
.bt_bb_gap_normal.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 20px;
    }
.bt_bb_gap_large.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 30px;
    }
.bt_bb_columns_1.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    display: flex;
    cursor: pointer;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner {
    display: flex;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image {
    display: flex;
    position: relative;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
    display: block;
    object-fit: cover;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    inset: 0;
    pointer-events: none;
    transition: 200ms ease all;
    opacity: 0;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    content: "\e618";
    display: flex;
    position: absolute;
    font-family: Icon7Stroke;
    color: #FFF;
    inset: 0;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    pointer-events: none;
    transition: 200ms ease all;
    opacity: 0;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/span 2;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/span 2;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    }
.bt_bb_shape_rounded.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    border-radius: 5px;
    overflow: hidden;
    }
.bt_bb_shape_round.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    border-radius: 20px;
    overflow: hidden;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
    opacity: .5;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    opacity: 1;
    }
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    cursor: unset;
    }
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before,
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    display: none;
    }
@media (max-width: 992px) {
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 768px) {
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

@media (max-width: 480px) {
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

/* CSS post / portfolio grid 
--------------------------------------------------- */
.bt_bb_css_post_grid {
    --accent-color: #0f0;
    --dark-color: #000;
    --light-color: #fff;
    --post-pf-grid-gap-small: .5em;
    --post-pf-grid-gap-normal: 1em;
    --post-pf-grid-gap-large: 2em;
    --post-pf-grid-title-lines: 2;
    --post-pf-grid-excerpt-lines: 3;
    --post-pf-grid-padding: 40px;
    --post-pf-soft-radius: 5px;
    --post-pf-hard-radius: 20px;
    }
.bt_bb_css_post_grid .bt_bb_post_grid_loader {
    margin-top: 2em;
    border: 3px solid rgba(0,0,0,.2);
    border-top: 3px solid var(--dark-color);
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content {
    display: grid;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content a {
    color: inherit;
    box-shadow: none;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content a:hover {
    color: inherit;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_sizer {
    display: none;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item {
    width: 100%;
    display: flex;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_grid_item {
    transition: 200ms ease all;
    }
.bt_bb_css_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
    border-radius: var(--post-pf-border-radius);
    overflow: hidden;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_button_holder {
    text-align: center;
    padding-top: 1em;
    display: none;
    }
.bt_bb_css_post_grid.bt_bb_auto_loading_load_more_loading.bt_bb_grid_first_load_passed .bt_bb_css_post_grid_button_holder {
    display: block;
    }
.bt_bb_css_post_grid.bt_bb_grid_loading.bt_bb_auto_loading_load_more_loading.bt_bb_grid_first_load_passed .bt_bb_css_post_grid_button_holder {
    display: none;
    }
.bt_bb_css_post_grid.bt_bb_columns_1 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(2))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(7))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item {
    border-radius: 0;
    }
.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-soft-radius);
    }
.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-hard-radius);
    }
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_content {
    grid-gap: calc(var(--post-pf-grid-gap-small) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_button_holder {
    padding-top: calc(var(--post-pf-grid-gap-small) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_content {
    grid-gap: calc(var(--post-pf-grid-gap-normal) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_button_holder {
    padding-top: calc(var(--post-pf-grid-gap-normal) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_content {
    grid-gap: calc(var(--post-pf-grid-gap-large) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_button_holder {
    padding-top: calc(var(--post-pf-grid-gap-large) * 2);
    }

/* Hover style */
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0,0,0,.3);
    overflow: hidden;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    transform-origin: bottom;
    transition: 400ms ease all;
    height: 100%;
    object-fit: cover;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    transform: scale(1.05);
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0,0,0,.3);
    overflow: hidden;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 2.5em;
    display: flex;
    inset: 0;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateY(-2em);
    color: #fff;
    opacity: 0;
    z-index: 3;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    transform-origin: bottom;
    transition: 400ms ease all;
    height: 100%;
    object-fit: cover;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:before {
    transform: translateY(0);
    transition-delay: 100ms;
    opacity: 1;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    transform: scale(1.05);
    }

/* Excerpt lines */
.bt_bb_css_post_grid.bt_bb_excerpt_lines_1 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_1 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_2 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_2 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_3 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_3 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_4 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_4 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_5 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_5 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_6 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_6 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }

/* Responsive */
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 {
    container-name: bt_bb_container_22;
    container-type: inline-size;
    }
@media (max-width: 992px) {
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 768px) {
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 580px) {
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

@media (min-width: 768px) {
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
    display: none;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    z-index: 2;
    background: rgba(0,0,0,.5);
    color: #fff;
    flex-basis: 100%;
    max-width: 100%;
    margin: 1.5em;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    color: inherit;
    }
}

@container (min-width: 36em) {
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
/* Column height fix */
.bt_bb_row .bt_bb_column {
    height: auto;
    display: block;
    }
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
    display: flex;
    }

/* Column inner height fix */
.bt_bb_row_inner .bt_bb_column_inner {
    height: auto;
    display: block;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    display: flex;
    }

/* Images fix */
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: none;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: none;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: inline-block;
    margin-bottom: -.5em;
    max-width: 100%;
    }

/* Latest post fix */
.bt_bb_latest_posts {
    display: block;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    float: left;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 33.333333%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 16.666666%;
    }

/* Price list fix */
.bt_bb_price_list .bt_bb_price_list_price {
    display: inline-block;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .65em;
    }
.btMenuInitFinished .mainHeader {
    visibility: inherit;
    }

/* IE 10 fix start */
.bt_bb_row .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row_inner .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    max-width: 8.333333%;
    }
@media (max-width: 992px) {
.bt_bb_column[data-width="12"],
.bt_bb_column[data-width="11"],
.bt_bb_column[data-width="10"],
.bt_bb_column[data-width="9"],
.bt_bb_column[data-width="8"],
.bt_bb_column[data-width="7"],
.bt_bb_column[data-width="6"],
.bt_bb_column[data-width="5"],
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="12"],
.bt_bb_column_inner[data-width="11"],
.bt_bb_column_inner[data-width="10"],
.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner[data-width="7"],
.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner[data-width="4"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
.bt_bb_column[data-width="2.4"],
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="2.4"],
.bt_bb_column_inner[data-width="9.6"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 50%;
    }
}

@media (max-width: 480px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 100%;
    }
}

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

@media (max-width: 992px) and (min-width: 621px) {
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
    flex-basis: 66.666666%;
    }
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
    flex-basis: 33.333333%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
    flex-basis: 66.666666%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
    flex-basis: 33.333333%;
    }
}

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

@media (min-width: 1201px) {
.bt_bb_column.col-xl-12,
.bt_bb_column_inner.col-xl-12 {
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_column.col-lg-12,
.bt_bb_column_inner.col-lg-12 {
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
.bt_bb_column.col-md-12,
.bt_bb_column_inner.col-md-12 {
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_column.col-sm-12,
.bt_bb_column.col-ms-12,
.bt_bb_column_inner.col-sm-12,
.bt_bb_column_inner.col-ms-12 {
    max-width: 100%;
    }
.bt_bb_column.col-sm-11,
.bt_bb_column.col-ms-11,
.bt_bb_column_inner.col-sm-11,
.bt_bb_column_inner.col-ms-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-sm-10,
.bt_bb_column.col-ms-10,
.bt_bb_column_inner.col-sm-10,
.bt_bb_column_inner.col-ms-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-sm-9_6,
.bt_bb_column.col-ms-9_6,
.bt_bb_column_inner.col-sm-9_6,
.bt_bb_column_inner.col-ms-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-sm-9,
.bt_bb_column.col-ms-9,
.bt_bb_column_inner.col-sm-9,
.bt_bb_column_inner.col-ms-9 {
    max-width: 75%;
    }
.bt_bb_column.col-sm-8,
.bt_bb_column.col-ms-8,
.bt_bb_column_inner.col-sm-8,
.bt_bb_column_inner.col-ms-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-sm-7_2,
.bt_bb_column.col-ms-7_2,
.bt_bb_column_inner.col-sm-7_2,
.bt_bb_column_inner.col-ms-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-sm-7,
.bt_bb_column.col-ms-7,
.bt_bb_column_inner.col-sm-7,
.bt_bb_column_inner.col-ms-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-sm-6,
.bt_bb_column.col-ms-6,
.bt_bb_column_inner.col-sm-6,
.bt_bb_column_inner.col-ms-6 {
    max-width: 50%;
    }
.bt_bb_column.col-sm-5,
.bt_bb_column.col-ms-5,
.bt_bb_column_inner.col-sm-5,
.bt_bb_column_inner.col-ms-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-sm-4_8,
.bt_bb_column.col-ms-4_8,
.bt_bb_column_inner.col-sm-4_8,
.bt_bb_column_inner.col-ms-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-sm-4,
.bt_bb_column.col-ms-4,
.bt_bb_column_inner.col-sm-4,
.bt_bb_column_inner.col-ms-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-sm-2_4,
.bt_bb_column.col-ms-2_4,
.bt_bb_column_inner.col-sm-2_4,
.bt_bb_column_inner.col-ms-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-sm-3,
.bt_bb_column.col-ms-3,
.bt_bb_column_inner.col-sm-3,
.bt_bb_column_inner.col-ms-3 {
    max-width: 25%;
    }
.bt_bb_column.col-sm-2,
.bt_bb_column.col-ms-2,
.bt_bb_column_inner.col-sm-2,
.bt_bb_column_inner.col-ms-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-sm-1,
.bt_bb_column.col-ms-1,
.bt_bb_column_inner.col-sm-1,
.bt_bb_column_inner.col-ms-1 {
    max-width: 8.333333%;
    }
}

@media (max-width: 480px) {
.bt_bb_column.col-xs-12,
.bt_bb_column_inner.col-xs-12 {
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    max-width: 8.333333%;
    }
}

/* IE 10 fix end */
}

/* External libs override */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10004;
    overflow: hidden;
    position: fixed;
    opacity: .8;
    height: 100vh !important;
    }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    }
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    }
.mfp-align-top .mfp-container:before {
    display: none;
    }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
    }
.mfp-ajax-cur {
    cursor: progress;
    }
.mfp-zoom-out-cur {
    overflow: hidden;
    }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    }
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    }
.mfp-loading.mfp-figure {
    display: none;
    }
.mfp-hide {
    display: none !important;
    }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
    }
.mfp-preloader a {
    color: #CCC;
    }
.mfp-preloader a:hover {
    color: #FFF;
    }
.mfp-s-ready .mfp-preloader {
    display: none;
    }
.mfp-s-error .mfp-content {
    display: none;
    }
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    }
button::-moz-focus-inner {
    padding: 0;
    border: 0;
    }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
    }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    }
.mfp-close:active {
    top: 1px;
    }
.mfp-close-btn-in .mfp-close {
    color: #333;
    }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    }
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    }
.mfp-arrow:active {
    margin-top: -54px;
    }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
    }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
    }
.mfp-arrow-left {
    left: 0;
    }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
    }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
    }
.mfp-arrow-right {
    right: 0;
    }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
    }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
    }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
    }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    }
.mfp-iframe-holder .mfp-close {
    top: -40px;
    }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
    }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
    }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
    }
.mfp-figure figure {
    margin: 0;
    }
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    }
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    }
.mfp-image-holder .mfp-content {
    max-width: 100%;
    }
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    }
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
    }
.mfp-img-mobile img.mfp-img {
    padding: 0;
    }
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
    }
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
    }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
    }
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
    }
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
    }
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
    }
}

@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    }
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
    }
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    }
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
    }
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}/*
*   I am being super specific with some CSS selectors
*   to main consistent style among many WP themes.
*/

#rcno-review-score-box {
    padding: 10px;
    margin: 0 0 2em;
}

#rcno-review-score-box ul {
    list-style: none;
    clear: left;
    margin: 0;
    padding: 0;
}

#rcno-review-score-box .review-summary {
    margin: 0 0 1em 0;
}

#rcno-review-score-box .review-summary:after {
    content: "";
    display: block;
    clear: both;
}

#rcno-review-score-box ul li .rcno-review-score-bar-container {
    height: 40px;
    background: #ccc;
    overflow: hidden;
    margin: 0 0 1em 0;
    position: relative;
}

#rcno-review-score-box ul li .review-score-bar {
    background: transparent;
}

#rcno-review-score-box ul li .review-score-bar span.score-bar {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

#rcno-review-score-box ul li .rcno-review-score-bar-container span.right {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 6px;
}

#rcno-review-score-box .overall-score span.badge-star {
    font-size: 21px;
}

#rcno-review-score-box .review-summary .overall-score {
    width: 120px;
    height: 120px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    position: relative;
    float: left;
}

#rcno-review-score-box .review-summary .review-text {
    width: 74%;
    width: calc(100% - 130px);
    display: inline-block;
    max-height: 120px;
    margin: 0 0 0 10px;
    float: left;
}

#rcno-review-score-box .review-summary .review-text h2 {
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1;
}

#rcno-review-score-box .review-summary .review-text p {
    margin: 0;
    font-size: .9em;
    line-height: 1.2;
    height: 6em;
    overflow: hidden;
}

#rcno-review-score-box .review-summary .overall-score .overall {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    display: block;
    line-height: 1;
    padding: 10px;
}

#rcno-review-score-box .review-summary .overall-score .overall-text {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 1;
    bottom: 0;
    text-transform: uppercase;
    position: absolute;
    padding: 10px 7px;
    background: black;
    left: 0;
}

#rcno-review-score-box .review-summary .overall-text {
    padding: 5px;
    display: inline-block;
}

.rcno-review-badge {
    width: 100px;
    height: 100px;
    background: #008000;
    margin: 1em 0;
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}

.rcno-full-book {
    margin: 1em 0;
}

.rcno-full-book .rcno-full-book-cover img.rcno-book-cover,
.review-content .book-cover-container .book-cover img.rcno-book-cover {
    width: 100%;
    /* Twenty Ten does not do this for some strange reason */
    height: auto;
    display: block;
}

.rcno-full-book-cover {
    width: 35%;
    background: rgba(96, 125, 139, 0.36);
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.rcno-full-book-details .rcno-full-book-cover img {
    max-width: 200px;
}

.rcno-full-book-details {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 1em 0;
    width: 60%;
    display: inline-block;
}

.rcno-full-book-description {
    font-size: 13px;
    line-height: 1.6;
    width: 60%;
    display: inline-block;
}

.rcno-admin-rating span {
    color: gold;
    position: relative;
    font-size: 35px;
}

.rcno-full-book-cover .rcno-admin-rating {
    background: rgba(255, 87, 34, 0.8);
    width: 100%;
    text-align: center;
    line-height: 1;
}

.review-content .book-cover-container {
    position: relative;
    width: 45%;
    float: left;
    margin: 0 15px 0 0;
    overflow: hidden;
}

.review-content .book-cover-container .book-cover {
    position: relative;
}

.review-content .book-cover-container .book-cover .rcno-admin-rating {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.review-content .book-cover-container .book-info {
    position: absolute;
    background: rgba(86, 160, 0, 0.8);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.review-content .book-cover-container .book-info h2 {
    color: #fff !important;
    margin: 2em 0 10px 0 !important;
}

.review-content .book-cover-container:hover .book-info {
    transform: translateY(-100%);
}

.review-content .book-cover-container .book-info p,
.review-content .book-cover-container .book-info a {
    color: #fff;
    margin: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.rcno-purchase-links-container {
    margin: 0 0 1em 0;
    text-align: right;
}

.rcno-purchase-links-container a {
    padding: 5px;
}

ul.rcno-alphabet-navigation {
    list-style: none;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.rcno-alphabet-navigation li {
    flex: 0 1 20px;
}

ul.rcno-taxlist li {
    margin: 0;
}

ul.rcno-taxlist {
    list-style: none;
}

@media (min-device-width : 320px) and (max-device-width : 480px) {

    .rcno-full-book-description {
        width: 100%;
    }

    .rcno-full-book-cover {
        width: 100%;
        margin: 0 0 1em 0;
    }

}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.rcno-recent-review {
    margin: 0 0 20px 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: start;
}

.rcno-recent-review h3 {
    font-size: 14px !important;
    text-transform: uppercase;
    margin: 0 !important;
    font-weight: 600;
}

.rcno-recent-review .widget-book-details {
    float: right;
    width: 70%;
    flex: 1 1 70%;
}

.rcno-recent-review .widget-book-details p {
    font-size: 12px;
    line-height: 1.5;
}

.rcno-recent-review .widget-book-cover {
    width: 25%;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    flex: 1 1 25%;
}

.rcno-recent-review .widget-book-cover img {
    width: 100%;
}

.rcno-recent-review .widget-book-cover .rcno-admin-rating {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.rcno-recent-review .widget-book-cover .rcno-admin-rating .jq-star {
    width: 0.8em;
}

.rcno-recent-review .widget-book-cover .rcno-admin-rating span {
    font-size: 1em;
    line-height: 1;
}

.rcno-recent-review .widget-book-details p {
    line-height: 1.2 !important;
}

.rcno-book-slides img {
    width: 100%;
}

.rcno-book-slider-container {
    width: 325px;
    position: relative;
}

.rcno-book-slider-container .owl-stage .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-stage .owl-item .rcno-admin-rating {
    position: absolute;
    bottom: 0;
}

.rcno-book-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rcno-book-grid-container .book-grid-item {
    flex-basis: 85px;
    margin: 2px;
    height: 125px;
    overflow: hidden;
}

.rcno-currently-reading-widget-fe {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 30% 70%;
    column-gap: 8px;
}

.rcno-currently-reading-widget-fe .book-cover {
    display: inline-block;
    text-align: center;
    align-self: start;
}

.rcno-currently-reading-widget-fe .book-cover span {
    font-size: 1.4em;
    font-weight: bold;
}

.rcno-currently-reading-widget-fe .book-progress {
     width: 100%;
}

.rcno-currently-reading-widget-fe .book-progress h3,
.rcno-currently-reading-widget-fe .book-progress p {
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.rcno-currently-reading-widget-fe .book-progress p {
    font-size: .9em;
}

.rcno-currently-reading-widget-fe .book-cover .progress-bar-container {
    height: 100%;
    position: relative;
}

.rcno-currently-reading-widget-fe .book-cover .progress-bar {
    background: #10a4ff;
    height: 6px;
    position: absolute;
    bottom: 0;
}

.book-progress-btn {
    text-align: right;
}

.rcno-review-coming-soon p {
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid;
    padding: 5px;
}

.rcno-book-grid-index-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.rcno-book-grid-item {
    position: relative;
    flex: 0 1 23%;
    margin: 0 10px 10px 0;
    min-width: 170px;
}

.rcno-book-grid-item p {
    position: absolute;
    bottom: 0;
    display: none;
}

.rcno-book-grid-item img {
    width: 100%;
    margin: 0;
}

.rcno-tax-container .rcno-tax-wrapper {
    margin: 0 0 2em 0;
}

.rcno-tax-container .rcno-tax-name {
    margin: 0 0 2em 0;
}

.rcno-tax-container .rcno-tax-name > a {
    display: block;
    box-shadow: none;
    border-bottom: 1px solid;
    margin: 0 0 10px 0;
}

.rcno-tax-container .rcno-tax-name .books-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.rcno-tax-container .rcno-tax-name .books-container .book-cover-container {
    flex: 0 1 85px;
    margin: 0 10px 10px 0;
    background-color: #efefef;
}

.rcno-tax-container .rcno-tax-name .books-container .book-cover-container img {
    width: 100%;
}

.rcno-tax-container .rcno-tax-name .titles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.rcno-tax-container .rcno-tax-name .titles-container .book-title-container {
    flex: 0 1 30%;
    margin: 0 10px 0 0;
    width: 35%;
}

.rcno-tax-container .rcno-tax-name .titles-container .book-title-container .rcno_book_title {
    margin: 0 !important;
}

.rcno-book-series-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.rcno-book-series-wrapper .rcno-book-series-book {
    position: relative;
    width: 85px;
    margin: 0 10px 10px 0;
}

.rcno-book-series-container h5 {
    margin: 0 0 10px 0 !important;
}

.rcno-book-series-container .rcno-book-series-book .rcno_book_series_number {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    color: white;
    background: #10a4ff;
    line-height: 1;
    padding: .2em 0 0 0;
    font-size: 1em;
    text-align: center;
}

.rcno-books-error {
    padding: 1em;
    background: rgba(244, 67, 54, 0.86);
    color: #fff;
    text-align: center;
}

.rcno-books-error p {
    margin: 0;
}

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: Helvetica, arial, verdana, sans-serif;
}

.jq-star {
    display: inline-block;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

.rcno-isotope-grid-search {
    width: 12em;
    font-size: 13px;
    padding: 5px;
}

.rcno-isotope-grid-item {
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.rcno-isotope-grid-item img {
    width: 100%;
}

.rcno-isotope-grid-item p {
    display: none;
}

.rcno-isotope-grid-select-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 2em 0;
}

.rcno-isotope-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}

.rcno-isotope-grid-select-wrapper {
    flex: 1 0 auto;
    margin: 0 10px 10px 0;
}


select.rcno-isotope-grid-select {
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

.rcno-isotope-grid-select.reset {
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
}

.rcno-isotope-grid-item .rcno-admin-rating {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.rcno-isotope-grid-item .rcno-admin-rating .stars {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.rcno-isotope-grid-item .rcno-admin-rating .jq-star {
    width: 1em;
}.rcno-admin-rating span{color:rgb(255 235 59)}ul.rcno-taxlist-book-covers{display:flex;justify-content:flex-start;flex-wrap:wrap;list-style:none}ul.rcno-taxlist-book-covers li{flex:0 1 85px;margin:0 10px 10px 0}ul.rcno-taxlist-book-covers p{display:none}/* 
Theme Name: Avantage
Theme URI: http://avantage.bold-themes.com
Description: Avantage is a Consulting WordPress Theme perfect for Business, Marketing, Human Resources, Financial, Accountant, Tax Advisor or similar type of business, large or small. Avantage offers custom tailored elements, pixel perfect layouts and awesome look and feel ready to be used for your company or client. It comes with five different demos that you can customize any way you want, with a set of options such as header styles, menu location, custom colors and much, much more. Avantage is is fast, easy to configure and to use, works great with many languages - RTL too - and across devices.
Version: 2.5.2
Author: BoldThemes
Author URI: http://bold-themes.com
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, 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: avantage
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. Widgets
10. Elements
11. Color schemes
12. Woocommerce
13. Cost calculator
14. Floating image
15. Floating element
16. Typography etc responsive
17. Woocommerce screens
18. Fixes
19. 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 active */
/* Sub bg color */
/* Light bg color 15% */
/* Light bg color 10% */
/* Light bg color 50% */
/* Light bg color 5% */
/* Base font color */
/* Base bg color */
/* Base border color */
/* Base border color active */
/* Sub bg color */
/* Dark bg color 15% */
/* Dark bg color 10% */
/* Dark bg color 50% */
/* Dark bg color 5% */
/* Main color */
/* Dark main color */
/* Darker main color */
/* Very darker main color */
/* Light main color */
/* Secondary color  */
/* Dark secondary color */
/* Darker secondary color */
/* Light 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;
    }
*:focus,
* {
    outline: none;
    outline: 0;
    }
.touch * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
    }
button::-moz-focus-inner {
    border: 0;
    }
audio:not([controls]) {
    display: none;
    height: 0;
    }
html,
body {
    margin: 0;
    padding: 0;
    }
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    }

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

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    }
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    }

/* Skin */
.btDarkSkin {
    color: #fff;
    background-color: #191919;
    }
.btLightSkin {
    color: #181818;
    background-color: #fff;
    }
select,
textarea,
input,
.fancy-select .trigger {
    color: inherit;
    }
.btLightSkin select,
.btLightSkin textarea,
.btLightSkin input,
.btLightSkin .fancy-select .trigger,
.btDarkSkin .btLightSkin select,
.btDarkSkin .btLightSkin textarea,
.btDarkSkin .btLightSkin input,
.btDarkSkin .btLightSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin select,
.btLightSkin .btDarkSkin .btLightSkin textarea,
.btLightSkin .btDarkSkin .btLightSkin input,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger {
    border: 1px solid rgba(24,24,24,.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: 1px solid rgba(255,255,255,.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.25em;
    background: transparent;
    color: inherit;
    }
.btTextRight input:not([type='checkbox']):not([type='radio']),
.btTextRight textarea,
.btTextRight 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;
    }
.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;
    }
input[type="file"] {
    padding: .55em 1.25em .55em .65em !important;
    line-height: 1 !important;
    }
input[type="file"]::-webkit-file-upload-button {
    background: #e94d65 !important;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    color: #fff;
    font-weight: 700;
    font-family: Sarabun;
    border: 0;
    padding: 8px 15px;
    font-size: .875em;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.btHardRoundedButtons input[type="file"]::-webkit-file-upload-button {
    border-radius: 50px;
    }
.btSoftRoundedButtons input[type="file"]::-webkit-file-upload-button {
    border-radius: 5px;
    }
input[type="file"]::-webkit-file-upload-button:hover {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
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;
    }

/* Fancy select */
.fancy-select {
    position: relative;
    }
.fancy-select .trigger {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 1.25em;
    }
.btHardRoundedButtons .fancy-select .trigger {
    border-radius: 50px;
    }
.btSoftRoundedButtons .fancy-select .trigger {
    border-radius: 5px;
    }
.rtl .fancy-select .trigger {
    padding: 0 1.25em 0 0;
    }
.fancy-select .trigger:before {
    content: '\f107';
    font-family: FontAwesome;
    display: block;
    float: right;
    padding: 0 .75em;
    font-size: 1rem;
    opacity: .5;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    }
.rtl .fancy-select .trigger:before {
    float: left;
    }
.fancy-select .trigger.open:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
    }
.fancy-select .options {
    font-size: .875em;
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    list-style: none;
    max-height: 320px;
    overflow: auto;
    border: 0;
    background-color: #fff;
    color: #181818;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    }
.fancy-select .options.open {
    z-index: 20;
    display: block;
    }
.fancy-select .options.overflowing {
    top: auto;
    bottom: 3.75em;
    }
.fancy-select ul.options {
    padding: .5em 0;
    margin: 0;
    line-height: 1.5;
    }
.fancy-select ul.options li {
    cursor: pointer;
    margin: 0;
    padding: .85714em 1.42857em;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    border: 0;
    position: relative;
    }
.fancy-select ul.options li:before {
    position: absolute;
    display: block;
    left: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    content: "";
    background: #e94d65;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    width: 10px;
    }
.rtl .fancy-select ul.options li:before {
    left: auto;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    }
.fancy-select ul.options li:hover {
    color: #e94d65;
    }
.fancy-select ul.options li:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.fancy-select ul.options li.selected:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedButtons a.select2-choice {
    border-radius: 50px;
    }
.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedButtons a.select2-choice {
    border-radius: 5px;
    }
.btHardRoundedButtons textarea,
.btHardRoundedButtons select {
    border-radius: 50px;
    }
.btSoftRoundedButtons textarea,
.btSoftRoundedButtons select {
    border-radius: 5px;
    }
.btHardRoundedButtons textarea {
    border-radius: 26px;
    }
input:not([type='checkbox']):not([type='radio']):not([type='submit']),
textarea,
.fancy-select .trigger,
select {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    }
input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
textarea:focus,
.fancy-select .trigger.open,
select:focus {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4);
    }
textarea {
    resize: vertical;
    line-height: inherit;
    }
button {
    font: inherit;
    cursor: pointer;
    }
.btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin textarea:focus,
.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin .fancy-select .trigger.open,
.btLightSkin .btDarkSkin .fancy-select .trigger.open,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger.open {
    border: 1px solid rgba(255,255,255,.4);
    }

/* 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(24,24,24,.2);
    }

/* Href */
a {
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    transition: color 200ms ease;
    color: inherit;
    }
.btContent a {
    color: #e94d65;
    }
a:hover {
    text-decoration: none;
    color: #e94d65;
    }
.btContent a:hover {
    color: inherit;
    }
.btText a {
    color: #e94d65;
    }
.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;
    }
.rtl li {
    margin: 0 .5em 0 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: "Sarabun",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 .4em;
    line-height: 1;
    margin: 0;
    font-weight: 800;
    letter-spacing: -.03em;
    }
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.5625em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    padding: 1.6em 0 1.6em .8em;
    }
blockquote:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.rtl blockquote {
    padding: 1.6em .8em 1.6em 0;
    }
.bt_bb_align_center blockquote {
    padding: 1.6em 0;
    }
.bt_bb_align_right blockquote {
    padding: 1.6em .8em 1.6em 0;
    }
blockquote:before {
    content: '\e900';
    font-family: Avantage;
    display: block;
    font-size: 6em;
    line-height: 1;
    position: absolute;
    top: -.15em;
    left: 0;
    opacity: .1;
    color: currentColor;
    }
.bt_bb_align_right blockquote:before {
    right: 0;
    left: auto;
    }
.bt_bb_align_center blockquote:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.rtl blockquote:before {
    right: 0;
    left: auto;
    }
blockquote > *:last-child {
    margin-bottom: 0;
    }
cite {
    font-style: normal;
    opacity: .5;
    }
blockquote cite {
    font-size: 1.25rem;
    }

/* Tables */
.btContentHolder table {
    width: 100%;
    margin: 0 0 1em;
    border-collapse: collapse;
    text-align: initial;
    border: 1px solid rgba(24,24,24,.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(24,24,24,.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: #e94d65;
    color: white;
    }
.bt_bb_layout_boxed_600 .bt_bb_cell {
    width: 600px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    }
.bt_bb_layout_boxed_700 .bt_bb_cell {
    width: 700px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    }
.bt_bb_layout_boxed_800 .bt_bb_cell {
    width: 800px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    }
.bt_bb_layout_boxed_900 .bt_bb_cell {
    width: 900px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    }
.bt_bb_layout_boxed_1000 .bt_bb_cell {
    width: 1000px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    }
.bt_bb_layout_boxed_1100 .bt_bb_cell {
    width: 1100px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    }
.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    }
.bt_bb_layout_boxed_1400 .bt_bb_cell {
    width: 1400px;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    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"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
}

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

/* Template base */
.btContentWrap {
    -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
    -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
    transition: transform 1s cubic-bezier(.230,1,.320,1);
    }
.btContentWrap:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.btSiteFooter {
    -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
    -moz-transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
    transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
    }
.btPageWrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
    -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
    transition: transform 1s cubic-bezier(.230,1,.320,1);
    }
.btPageWrap:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }

/* Z indexes */
.mainHeader,
.btVerticalHeaderTop {
    z-index: 10002;
    }
.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;
    }
.btBelowMenu.btHideHeadline.single-portfolio .btContentHolder {
    padding-top: 13em;
    }
.btWithSidebar .btContentHolder {
    max-width: 1260px;
    margin: auto;
    padding: 4em 30px 4em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.btBelowMenu.btHideHeadline.btWithSidebar .btContentHolder {
    padding-top: 17em;
    }
.btWithSidebar .btContentHolder .btContent {
    width: 75%;
    }
.btWithSidebar .btContentHolder .btSidebar {
    width: 25%;
    padding: 0;
    }
.btSidebarLeft.btWithSidebar .btContentHolder {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
    padding-right: 20px;
    }
.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
    padding-right: 0;
    padding-left: 20px;
    }
.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
    padding-left: 20px;
    }
.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
    padding-left: 0;
    padding-right: 20px;
    }
.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
    padding-left: 20px;
    }
.rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
    padding-left: 0;
    padding-right: 20px;
    }
.btSidebarRight.btWithSidebar .btContentHolder .btContent {
    padding-right: 20px;
    }
.rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent {
    padding-right: 0;
    padding-left: 20px;
    }

/* 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 .btSidebar,
.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
    padding-top: 4em;
    }
}

/* Preloader */
.btPreloader {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: inherit;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    transition: all 800ms ease;
    }
.btPreloader .animation {
    display: block;
    width: 100%;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: transform .3s ease,opacity .3s ease;
    -moz-transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    }
.btAccentDarkHeader .btPreloader .animation > div:first-child,
.btLightAccentHeader .btPreloader .animation > div:first-child,
.btTransparentLightHeader .btPreloader .animation > div:first-child {
    border-radius: 5px;
    padding: .7em 1.2em;
    display: block;
    background-color: #e94d65;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    }
.btPreloader .animation > div img {
    margin: 0 auto;
    }
.btRemovePreloader .btPreloader {
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
    opacity: 0;
    }
.btRemovePreloader .btPreloader .animation {
    -webkit-transform: translateY(0) scale(.9);
    -moz-transform: translateY(0) scale(.9);
    -ms-transform: translateY(0) scale(.9);
    transform: translateY(0) scale(.9);
    opacity: 0;
    -webkit-transition: transform .5s ease,opacity ease .5s;
    -moz-transition: transform .5s ease,opacity ease .5s;
    transition: transform .5s ease,opacity ease .5s;
    }
.btPreloader .animation .preloaderLogo {
    height: 140px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: auto;
    display: block;
    line-height: 1;
    }
.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,
.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo {
    height: 280px;
    }

/* Loader */
.btLoader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    }
.btLoader > div,
.btLoader > span {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #e94d65;
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    -moz-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0);
    }
.btLoader > div:nth-child(1),
.btLoader > span:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    -moz-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite;
    }
.btLoader > div:nth-child(2),
.btLoader > span:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    -moz-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite;
    }
.btLoader > div:nth-child(3),
.btLoader > span:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    -moz-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite;
    }
.btLoader > div:nth-child(4),
.btLoader > span:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    -moz-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite;
    }
.btLoader > div:nth-child(5),
.btLoader > div:nth-child(6),
.btLoader > span:nth-child(5),
.btLoader > span:nth-child(6) {
    display: none;
    }
@-webkit-keyframes lds-ellipsis1 {
0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    }
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
}

@-moz-keyframes lds-ellipsis1 {
0% {
    -moz-transform: scale(0);
    transform: scale(0);
    }
100% {
    -moz-transform: scale(1);
    transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }
100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    }
}

@-moz-keyframes lds-ellipsis3 {
0% {
    -moz-transform: scale(1);
    transform: scale(1);
    }
100% {
    -moz-transform: scale(0);
    transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    }
100% {
    -webkit-transform: translate(19px,0);
    transform: translate(19px,0);
    }
}

@-moz-keyframes lds-ellipsis2 {
0% {
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    }
100% {
    -moz-transform: translate(19px,0);
    transform: translate(19px,0);
    }
}

@keyframes lds-ellipsis2 {
0% {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    }
100% {
    -webkit-transform: translate(19px,0);
    -moz-transform: translate(19px,0);
    -ms-transform: translate(19px,0);
    transform: translate(19px,0);
    }
}

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

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

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

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

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

/* Breadcrumbs */
.btBreadCrumbs {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.25;
    }
.btBreadCrumbs span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    padding-left: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.btBreadCrumbs span a {
    color: currentColor;
    -webkit-transition: 300ms ease opacity;
    -moz-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
    }
.btBreadCrumbs span a:hover {
    opacity: .4;
    }
.btBreadCrumbs span:not(:last-child):after {
    content: ' ';
    display: block;
    width: .9rem;
    height: 1px;
    }
.bt_bb_headline.bt_bb_dash_top .btBreadCrumbs .btArticleCategories:before {
    display: none;
    }

/* Page headline */
.btPageHeadline {
    background-color: rgba(24,24,24,.05);
    background-size: cover;
    }
.btPageHeadline header {
    max-width: 768px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    }
.btMenuCenter .btPageHeadline header {
    margin: auto;
    }
.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 .bt_bb_port {
    padding-bottom: 5em;
    padding-top: 5em;
    }
body.btBelowMenu .btPageHeadline .bt_bb_port {
    padding-top: 15em;
    }
body.btBelowMenu.btMenuBelowLogo .btPageHeadline .bt_bb_port {
    padding-top: 19em;
    }
.btPageHeadline.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.75);
    }
.btDarkSkin .btPageHeadline,
.btLightSkin .btDarkSkin .btPageHeadline,
.btDarkSkin.btLightSkin .btDarkSkin .btPageHeadline {
    background-color: rgba(255,255,255,.05);
    }

/* Boxed page */
.btBoxedPage .btPageWrap {
    max-width: 1200px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    margin-bottom: 3em;
    margin: 0 auto 3em;
    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;
    }
.error404 .btContentWrap {
    padding-top: 0 !important;
    }
.btErrorPage {
    min-height: 100vh;
    height: 100vh;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-position: center center;
    background-size: cover;
    }
.btErrorPage .bt_bb_port {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    }
.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;
    background: -webkit-linear-gradient(top,rgba(222,222,222,.5) 0%,rgba(255,255,255,.5) 100%) !important;
    background: -moz-linear-gradient(top,rgba(222,222,222,.5) 0%,rgba(255,255,255,.5) 100%) !important;
    background: linear-gradient(to bottom,rgba(222,222,222,.5) 0%,rgba(255,255,255,.5) 100%) !important;
    }
.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.bt_bb_dash_top .bt_bb_headline_content:before {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    border-top: 2px solid #e94d65;
    }
.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 {
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    background: #e94d65;
    color: #fff;
    padding: 1.125em 1.875em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    }
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a:hover {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.btSoftRoundedButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 5px;
    }
.btHardRoundedButtons .btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a {
    border-radius: 50px;
    }
@media (max-width: 768px) {
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_superheadline:before,
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_superheadline:after {
    width: 2.5rem !important;
    }
.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline h2 {
    font-size: 3rem;
    }
}

/* Header */
.mainHeader {
    width: 100%;
    position: absolute;
    background-color: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    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;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    transition: color 200ms linear;
    }
.mainHeader a:hover {
    color: #e94d65;
    }
.btPageTransitions .mainHeader {
    z-index: 1020;
    }

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

/* Main menu */
.btLogoArea {
    position: relative;
    z-index: 1;
    }
.menuPort {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: 16px;
    }
.menuPort:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.menuPort nav ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    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: .85714em 1em;
    font-weight: 400;
    }
.menuPort nav ul li a:hover {
    color: currentColor;
    text-decoration: none;
    }
.menuPort nav ul ul li {
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    }
.menuPort nav ul ul li.on {
    opacity: 1;
    }
.menuPort ul > li > ul {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.rtl .menuPort ul > li > ul {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.menuPort ul > li > ul ul {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.menuPort nav > ul > li > a {
    line-height: 140px;
    padding: 0;
    font-weight: 700;
    }
.btBelowLogoArea .menuPort nav > ul > li > a {
    line-height: 70px;
    }
.menuPort nav ul ul li a {
    font-weight: 400;
    }

/* Logo and triggers */
.btTextLogo {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: 2em;
    font-weight: 800;
    line-height: 140px;
    letter-spacing: -.03em;
    }
.btMenuVertical .btTextLogo {
    line-height: 81.2px;
    }
.btLogoArea .logo {
    line-height: 0;
    float: left;
    }
.btMenuVertical .btLogoArea .logo {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    }
.rtl .btLogoArea .logo {
    float: right;
    }
.btLogoArea .logo img {
    height: 140px;
    width: auto;
    display: block;
    }
.btMenuVertical .btLogoArea .logo img {
    height: 84px;
    }
.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: 24.5px 0;
    }
.btMenuHorizontal.btHideMenu .menuPort {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    pointer-events: none;
    }
.btShowMenu.btMenuHorizontal.btHideMenu .menuPort {
    opacity: 1 !important;
    pointer-events: all;
    }
.btHorizontalMenuTrigger {
    display: none;
    float: right;
    margin: 0 0 0 .5em;
    font-size: 1.5em;
    }
.btHorizontalMenuTrigger .bt_bb_icon {
    width: 35px;
    height: 35px;
    position: relative;
    padding: 0;
    float: left;
    margin: 52.5px 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%;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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: -webkit-calc(50% - 1px);
    bottom: -moz-calc(50% - 1px);
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    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;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    }
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.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: #e94d65;
    }
.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: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg) scaleX(.75);
    -moz-transform: rotate(45deg) scaleX(.75);
    -ms-transform: rotate(45deg) scaleX(.75);
    transform: rotate(45deg) scaleX(.75);
    }
.btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    bottom: 0;
    }
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    bottom: -webkit-calc(50% - 1px);
    bottom: -moz-calc(50% - 1px);
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg) scaleX(.75);
    -moz-transform: rotate(-45deg) scaleX(.75);
    -ms-transform: rotate(-45deg) scaleX(.75);
    transform: rotate(-45deg) scaleX(.75);
    }
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentGradientHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #e94d65;
    }
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #181818;
    }

/* Only horizontal menu */
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    left: -15px;
    width: 10px;
    pointer-events: none;
    height: 2px;
    background-color: #e94d65;
    top: 50%;
    margin-top: -1px;
    }
.rtl.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.rtl.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
    left: auto;
    right: -15px;
    }
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-ancestor > a:before,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-item > a:before,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-ancestor > a:before,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-item > a:before {
    width: 10px;
    }

/* Drop down menu */
.btMenuHorizontal .menuPort ul ul {
    background-color: #fff;
    }
.btMenuHorizontal .menuPort ul ul li a {
    padding-left: 1.42857em;
    padding-right: 1.42857em;
    color: #181818;
    }
.btMenuHorizontal .menuPort ul ul li a:hover {
    color: #e94d65;
    }
.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";
    }
.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a {
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    position: relative;
    overflow: hidden;
    }
.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0;
    bottom: 0;
    background: #e94d65;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    }
.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a:hover {
    color: #fff;
    }
.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a:hover:after {
    opacity: 1;
    }

/* Subtogglers */
.subToggler {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 80;
    padding: 0;
    text-align: center;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    opacity: .5;
    }
.on > .subToggler {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    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: 15px;
    line-height: 140px;
    }
body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler {
    right: auto;
    left: 0;
    }
body.btMenuHorizontal.rtl .subToggler {
    left: 15px;
    right: auto;
    }
body.btMenuHorizontal.btMenuBelowLogo .subToggler {
    line-height: 70px;
    }
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: 0 50px 0 0;
    }
.rtl.btMenuHorizontal .menuPort > nav > ul > li {
    padding: 0 0 0 50px;
    }
.rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child {
    padding: 0;
    }
:not(.rtl).btMenuHorizontal .menuPort > nav > ul > li:last-child {
    padding: 0;
    }
html.touch :not(.rtl).btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
    padding: 0 50px 0 0;
    }
html.touch .rtl.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
    padding: 0 0 0 50px;
    }
.btMenuHorizontal .menuPort > nav > ul > li > ul > li {
    font-size: .875em;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    line-height: 1.5;
    }
.btMenuHorizontal .menuPort > nav > ul ul {
    position: absolute;
    width: 270px;
    top: 75%;
    margin: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    z-index: 1;
    padding: 0;
    }
.btMenuHorizontal .menuPort > nav > ul ul li {
    z-index: 4;
    float: none;
    }
.btMenuHorizontal .menuPort > nav > ul ul ul {
    display: block;
    top: 0;
    margin: 0;
    pointer-events: none;
    }
.btMenuHorizontal .menuPort > nav > ul li.btMenuAlternateHoverDesign ul {
    padding-top: 4px;
    padding-bottom: 4px;
    }
.btMenuHorizontal .menuPort > nav > ul li.btMenuAlternateHoverDesign ul ul {
    top: -4px;
    }
.btMenuBelowLogo.btMenuHorizontal .menuPort > nav > ul > li > ul {
    top: 100%;
    }
.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.menu-item-has-children:before {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -33px;
    margin-top: -9px;
    opacity: 0;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    }
.rtl.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children:before {
    margin-left: auto;
    margin-right: -33px;
    left: auto;
    right: 50%;
    }
.btMenuBelowLogo.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children:before {
    top: 100%;
    }
.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children:last-child:before {
    margin-left: -8px;
    }
.rtl.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children:last-child:before {
    margin-left: auto;
    margin-right: -8px;
    }
html.touch .btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children:last-child:before {
    margin-left: -33px;
    }
html.touch .rtl.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children:last-child:before {
    margin-left: auto;
    margin-right: -33px;
    }
.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children.on:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    }
.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;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    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.on > 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;
    }
.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #e94d65;
    top: 50%;
    margin-top: -1px;
    left: 0;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    position: absolute;
    }
.rtl.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    left: auto;
    right: 0;
    }
.btMenuHorizontal .menuPort > nav > ul > li > ul li a:hover:before {
    width: 10px;
    }
.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.btMenuAlternateHoverDesign > ul li a:before {
    background: #1b4962;
    }

/* Last menu item (FIX) */
.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul {
    right: -20px;
    left: auto;
    }
.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul {
    right: 0;
    left: -100%;
    }
.rtl.btMenuRight.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul {
    right: 270px;
    left: auto;
    }

/* 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: 5px;
    border-bottom-right-radius: 5px;
    }

/* Menu positions */
.btMenuHorizontal .menuPort ul ul {
    right: auto;
    left: -20px;
    }
.rtl.btMenuHorizontal .menuPort ul ul {
    right: -20px;
    left: auto;
    }
.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: 140px;
    text-align: center;
    }
.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo {
    height: 70px;
    }
.rtl.btMenuHorizontal.btMenuCenter .logo {
    float: left;
    }
.btMenuHorizontal.btMenuCenter .logo .btTextLogo {
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    }
.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo .btTextLogo {
    height: 70px;
    }
.btMenuHorizontal.btMenuCenter .menuPort nav {
    float: none;
    }
.btMenuHorizontal.btMenuCenter .menuPort .leftNav {
    position: absolute;
    right: 50%;
    left: auto;
    padding: 0;
    padding-right: 50px;
    }
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul {
    float: right;
    }
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
    right: auto;
    left: -20px;
    }
.rtl.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
    right: -20px;
    left: auto;
    }
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul li a:before {
    right: auto;
    left: 0;
    }
.rtl.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul li a:before {
    left: auto;
    right: 0;
    }
.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: -20px;
    left: auto;
    }
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
    left: -20px;
    right: auto;
    }
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:before {
    left: auto;
    right: 0;
    }
.rtl.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:before {
    left: 0;
    right: auto;
    }
.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 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: 0 0 0 50px !important;
    }
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul {
    left: 0;
    right: -20px;
    }
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
    text-align: right;
    }
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li ul {
    right: auto;
    left: -270px;
    }
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li > a:after {
    left: auto;
    right: 0;
    }
.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
    position: absolute;
    right: 0;
    }
.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
    right: auto;
    left: 0;
    }

/* Wide menu */
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;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 8px;
    }
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-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 700;
    position: relative;
    }
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a:after {
    content: "";
    display: block;
    height: 1px;
    left: 1em;
    right: 1em;
    background: #181818;
    bottom: 0;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li:first-child > a {
    border-top: none !important;
    }
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > li:not(:last-child) {
    border-left: 1px solid rgba(24,24,24,.2);
    }
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.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;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li {
    width: 100% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li {
    width: 50% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
    width: 33.33333% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li {
    width: 25% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li {
    width: 20% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li {
    width: 16.66667% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li {
    width: 14.28571% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li {
    width: 12.5% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li {
    width: 11.11111% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li {
    width: 10% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li {
    width: 9.09091% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li {
    width: 8.33333% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li {
    width: 7.69231% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li {
    width: 7.14286% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li {
    width: 6.66667% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li {
    width: 6.25% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li {
    width: 5.88235% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li {
    width: 5.55556% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li {
    width: 5.26316% !important;
    }
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li {
    width: 5% !important;
    }

/* Top bar */
.btMenuHorizontal .topBar {
    font-size: .875em;
    line-height: 2.5;
    z-index: 2;
    }
.btMenuHorizontal .topBar .topBarPort {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.btMenuHorizontal .topBar .topBarPort:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.btMenuHorizontal .topBar .topBarPort:after,
.btMenuHorizontal .topBar .topBarPort:before {
    display: none;
    }
.btMenuHorizontal .topBarInMenu {
    line-height: inherit;
    float: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 140px;
    margin-left: 50px;
    }
.rtl.btMenuHorizontal .topBarInMenu {
    float: left;
    margin-left: 0;
    margin-right: 50px;
    }
.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.btMenuHorizontal .btBelowLogoArea .topBarInMenu {
    height: 70px;
    line-height: 70px;
    }

/* Menu bellow logo */
.btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea {
    padding: 0;
    z-index: 0;
    }
.btMenuHorizontal.btMenuBelowLogo .menuPort {
    clear: both;
    position: relative;
    margin: 0;
    float: none;
    }
.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
    padding: 0;
    }
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
    float: right;
    }
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li {
    padding: 0 0 0 50px;
    }
.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 {
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    }

/* Keep width above menu */
body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightAlternateHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btAccentGradientHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btAlternateGradientHeader .mainHeader.gutter {
    max-width: 1200px;
    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: 2px solid rgba(24,24,24,.2);
    }
.btTransparentDarkHeader .topBar .topBarPort .topTools {
    border-bottom: 1px solid rgba(24,24,24,.2);
    }
.btBelowMenu:not(.btStickyHeaderActive).btTransparentDarkHeader.btMenuVertical .btVerticalHeaderTop {
    background: transparent;
    -webkit-box-shadow: none;
    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: 2px 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;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

/* Accent light */
.btAccentLightHeader .mainHeader,
.btAccentLightHeader .btVerticalHeaderTop {
    background-color: #fff;
    }
.btAccentLightHeader .btBelowLogoArea,
.btAccentLightHeader .topBar {
    background-color: #e94d65;
    color: #181818;
    position: relative;
    }
.btAccentLightHeader .btBelowLogoArea:before,
.btAccentLightHeader .topBar:before {
    content: "";
    display: block;
    background: -webkit-linear-gradient(left,transparent 0%,#000 100%);
    background: -moz-linear-gradient(left,transparent 0%,#000 100%);
    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 > a:after {
    background-color: #fff !important;
    }
.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 .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #fff;
    }
.btAccentLightHeader .btBelowLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btAccentLightHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    background: #fff;
    color: #181818;
    }

/* Accent dark */
.btAccentDarkHeader .mainHeader,
.btAccentDarkHeader .btVerticalHeaderTop {
    background-color: #191919;
    color: #fff;
    }
.btAccentDarkHeader .btBelowLogoArea,
.btAccentDarkHeader .topBar {
    background-color: #e94d65;
    color: #fff;
    position: relative;
    }
.btAccentDarkHeader .btBelowLogoArea:before,
.btAccentDarkHeader .topBar:before {
    content: "";
    display: block;
    background: -webkit-linear-gradient(left,transparent 0%,#000 100%);
    background: -moz-linear-gradient(left,transparent 0%,#000 100%);
    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 > 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.btMenuBelowLogo .topBarInMenu .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    background: #191919;
    }
.btAccentDarkHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover {
    color: #e94d65;
    }
.btAccentDarkHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #181818;
    }
.btAccentDarkHeader .topBar .btIconWidget:hover {
    color: #181818;
    }
.btAccentDarkHeader .topBar .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #181818;
    }
.btAccentDarkHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    background: #191919;
    }

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

/* 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: #e94d65;
    color: #fff;
    position: relative;
    }
.btLightAccentHeader .btLogoArea:before,
.btLightAccentHeader .btVerticalHeaderTop:before {
    content: "";
    display: block;
    background: -webkit-linear-gradient(left,transparent 0%,#000 100%);
    background: -moz-linear-gradient(left,transparent 0%,#000 100%);
    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 > 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;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    }
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
    background-color: #e94d65;
    }

/* Accent gradient */
.btAccentGradientHeader .btBelowLogoArea,
.btAccentGradientHeader .topBar {
    position: relative;
    }
.btAccentGradientHeader .btBelowLogoArea:before,
.btAccentGradientHeader .topBar:before {
    content: "";
    display: block;
    background: -webkit-linear-gradient(left,#FFF 0%,transparent 40%,transparent 60%,#000 100%);
    background: -moz-linear-gradient(left,#FFF 0%,transparent 40%,transparent 60%,#000 100%);
    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;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    }
.btAccentGradientHeader .btBelowLogoArea,
.btAccentGradientHeader .topBar {
    background-color: #e94d65;
    color: #fff;
    }
.btAccentGradientHeader.btMenuBelowLogo .menuPort nav > ul > li > 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 .btBelowLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btAccentGradientHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    background: #191919;
    }
.btAccentGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon {
    color: #e94d65;
    }
.btAccentGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon a {
    color: inherit;
    }
.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .mainHeader,
.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .btVerticalHeaderTop {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuHorizontal .mainHeader {
    color: #fff;
    }
.btBelowMenu:not(.btStickyHeaderActive).btAccentGradientHeader.btMenuVertical .btVerticalHeaderTop {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

/* Alternate gradient */
.btAlternateGradientHeader .btBelowLogoArea,
.btAlternateGradientHeader .topBar {
    position: relative;
    }
.btAlternateGradientHeader .btBelowLogoArea:before,
.btAlternateGradientHeader .topBar:before {
    content: "";
    display: block;
    background: -webkit-linear-gradient(left,transparent 0%,#000 100%);
    background: -moz-linear-gradient(left,transparent 0%,#000 100%);
    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;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    }
.btAlternateGradientHeader .btBelowLogoArea,
.btAlternateGradientHeader .topBar {
    background-color: #1b4962;
    color: #fff;
    }
.btAlternateGradientHeader.btMenuBelowLogo .menuPort nav > ul > li > a:after {
    background-color: #e94d65;
    }
.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #e94d65;
    }
.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover {
    color: #e94d65;
    }
.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #e94d65;
    }
.btAlternateGradientHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #e94d65;
    }
.btAlternateGradientHeader .topBar .btIconWidget:hover {
    color: #e94d65;
    }
.btAlternateGradientHeader .topBar .btIconWidget .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #e94d65;
    }
.btAlternateGradientHeader .btBelowLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btAlternateGradientHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    background: #e94d65;
    }
.btAlternateGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon {
    color: #1b4962;
    }
.btAlternateGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon a {
    color: inherit;
    }
.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .mainHeader,
.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .btVerticalHeaderTop {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuHorizontal .mainHeader {
    color: #fff;
    }
.btBelowMenu:not(.btStickyHeaderActive).btAlternateGradientHeader.btMenuVertical .btVerticalHeaderTop {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

/* Light alternate */
.btLightAlternateHeader .mainHeader {
    background-color: #fff;
    }
.btLightAlternateHeader .btLogoArea,
.btLightAlternateHeader .btVerticalHeaderTop {
    background-color: #1b4962;
    color: #fff;
    }
.btLightAlternateHeader .menuPort nav > ul > li > a:after {
    background-color: #191919;
    }
.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #e94d65;
    }
.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover {
    color: #e94d65;
    }
.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #e94d65;
    }
.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #e94d65;
    }
.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover {
    color: #e94d65;
    }
.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover .btIconWidgetText {
    color: #e94d65;
    }
.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart_content:hover .btCartWidgetIcon:hover {
    color: #e94d65;
    }
.btLightAlternateHeader .mainHeader .btTextLogo:hover {
    color: #e94d65;
    }
.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    }
.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
    background-color: #1b4962;
    }

/* Sticky */
.btStickyHeaderActive.btMenuHorizontal .mainHeader {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    }
.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar {
    display: none;
    }
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea {
    padding: 0;
    }
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
    height: -webkit-calc(140px*0.5);
    height: -moz-calc(140px*0.5);
    height: calc(140px*0.5);
    }
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo {
    font-size: 1.5em;
    line-height: -webkit-calc(140px*0.5);
    line-height: -moz-calc(140px*0.5);
    line-height: calc(140px*0.5);
    }
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > .subToggler {
    line-height: -webkit-calc(140px*0.5);
    line-height: -moz-calc(140px*0.5);
    line-height: calc(140px*0.5);
    }
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu {
    height: -webkit-calc(140px*0.5);
    height: -moz-calc(140px*0.5);
    height: calc(140px*0.5);
    }
.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: -webkit-calc(140px*0.5);
    height: -moz-calc(140px*0.5);
    height: calc(140px*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;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    }
.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    transition: transform 200ms ease;
    }
.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    }
.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(0%) translateX(320px);
    -moz-transform: translateY(0%) translateX(320px);
    -ms-transform: translateY(0%) translateX(320px);
    transform: translateY(0%) translateX(320px);
    }
.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(0%) translateX(-320px);
    -moz-transform: translateY(0%) translateX(-320px);
    -ms-transform: translateY(0%) translateX(-320px);
    transform: translateY(0%) translateX(-320px);
    }
.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(-100%) translateX(320px);
    -moz-transform: translateY(-100%) translateX(320px);
    -ms-transform: translateY(-100%) translateX(320px);
    transform: translateY(-100%) translateX(320px);
    }
.btMenuVertical:not(.btStickyHeaderActive) .btVerticalHeaderTop {
    -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
    -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
    transition: transform 1s cubic-bezier(.230,1,.320,1);
    }
.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    }

/* Vertical and responsive menu */
.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1),box-shadow 1s cubic-bezier(.230,1,.320,1);
    -moz-transition: transform 1s cubic-bezier(.230,1,.320,1),box-shadow 1s cubic-bezier(.230,1,.320,1);
    transition: transform 1s cubic-bezier(.230,1,.320,1),box-shadow 1s cubic-bezier(.230,1,.320,1);
    }
.btVerticalHeaderTop {
    display: none;
    position: absolute;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    }
.btMenuVertical .btVerticalHeaderTop {
    display: block;
    }
.btVerticalHeaderTop .btVerticalMenuTrigger {
    display: none;
    position: relative;
    z-index: 1;
    height: 84px;
    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: 35px;
    height: 35px;
    position: relative;
    padding: 0;
    margin: 24.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%;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    }
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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: -webkit-calc(50% - 1px);
    bottom: -moz-calc(50% - 1px);
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    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;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    }
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.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: #e94d65;
    }
.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: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg) scaleX(.75);
    -moz-transform: rotate(45deg) scaleX(.75);
    -ms-transform: rotate(45deg) scaleX(.75);
    transform: rotate(45deg) scaleX(.75);
    }
.btVerticalMenuTrigger:hover .bt_bb_icon:after {
    bottom: 0;
    }
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after {
    bottom: -webkit-calc(50% - 1px);
    bottom: -moz-calc(50% - 1px);
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg) scaleX(.75);
    -moz-transform: rotate(-45deg) scaleX(.75);
    -ms-transform: rotate(-45deg) scaleX(.75);
    transform: rotate(-45deg) scaleX(.75);
    }
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #e94d65;
    }
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #181818;
    }
.btMenuVerticalOn .mainHeader {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
    -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
    transition: transform 1s cubic-bezier(.230,1,.320,1);
    }
.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
    }
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    }
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo {
    opacity: 0;
    pointer-events: none;
    }
.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    }
.rtl.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
    -webkit-transform: translateX(px);
    -moz-transform: translateX(px);
    -ms-transform: translateX(px);
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
    }
.btMenuInitFinished.btMenuVertical .mainHeader {
    -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
    -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
    transition: transform 1s cubic-bezier(.230,1,.320,1);
    }
:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.btMenuVertical .mainHeader .btMainLogo {
    display: block !important;
    }
.btMenuVertical .mainHeader .btAltLogo {
    display: none !important;
    }
.btMenuVertical .mainHeader .logo {
    float: none;
    margin: 0;
    padding: 0 2em 1em;
    }
.btMenuVertical .mainHeader .logo img {
    margin: 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: #e94d65;
    }
.btMenuVertical .mainHeader .menuPort {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.btMenuVertical .mainHeader .menuPort .leftNav {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
    padding-top: 1em;
    padding-bottom: 1em;
    }
.btMenuVertical .mainHeader nav {
    margin: 0 !important;
    }
.btMenuVertical .mainHeader nav ul > li > ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.btMenuVertical .mainHeader nav ul {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }
.btMenuVertical .mainHeader nav ul li {
    padding: 0;
    position: relative;
    background-color: transparent;
    }
.btMenuVertical .mainHeader nav ul li a {
    line-height: 1.1;
    padding: 1em 2em;
    border: none;
    font-weight: 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 li.btEmptyParentElement {
    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: 3em;
    }
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent {
    font-size: .9em;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: 1em;
    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: .5em;
    }
.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: .5em;
    }
.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;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    }
.btMenuVerticalOn.btMenuVerticalRight .mainHeader {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 50px rgba(24,24,24,.2);
    box-shadow: 0 0 50px rgba(24,24,24,.2);
    }
.btMenuVerticalRight .btVerticalMenuTrigger {
    float: right;
    }
.btMenuVerticalLeft .mainHeader {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    }
.btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 50px rgba(24,24,24,.2);
    box-shadow: 0 0 50px rgba(24,24,24,.2);
    }
.btMenuVerticalLeft .btVerticalMenuTrigger {
    float: left;
    }

/* Header tools layout */
.btMenuHorizontal .btTopToolsRight,
.btMenuHorizontal .btTopToolsLeft {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.btMenuHorizontal .btTopToolsRight {
    text-align: right;
    }
.rtl.btMenuHorizontal .btTopToolsRight {
    text-align: left;
    }
.btMenuHorizontal .topBarInLogoArea {
    float: right;
    height: 140px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.rtl.btMenuHorizontal .topBarInLogoArea {
    float: left;
    }
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
    border: 0 solid #e94d65;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }

/* 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;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
    }
.btMenuInitFinished.btMenuVertical .mainHeader {
    -webkit-transition: all 1s cubic-bezier(.230,1,.320,1);
    -moz-transition: all 1s cubic-bezier(.230,1,.320,1);
    transition: all 1s cubic-bezier(.230,1,.320,1);
    }
:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.btMenuVertical .mainHeader .topBar {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 50px;
    }
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.btMenuVertical .mainHeader .btMainLogo {
    display: block !important;
    }
.btMenuVertical .mainHeader .btAltLogo {
    display: none !important;
    }
.btMenuVertical .mainHeader .logo {
    float: none;
    margin: 0;
    padding: 0 2em;
    }
.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: #e94d65;
    }
.btMenuVertical .mainHeader .menuPort {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 1em;
    padding-top: 1em;
    }
.btMenuVertical .mainHeader .menuPort .leftNav {
    -webkit-order: 1;
    -ms-flex-order: 1;
    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 {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }
.btMenuVertical .mainHeader nav ul li {
    padding: 0;
    position: relative;
    background-color: transparent;
    }
.btMenuVertical .mainHeader nav ul li a {
    line-height: 1.1;
    padding: 1em 2em;
    border: none;
    font-weight: 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: #e94d65;
    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;
    -webkit-align-items: center;
    -ms-flex-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 .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: "Sarabun",Arial,Helvetica,sans-serif;
    }
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetTitle {
    opacity: 1;
    }
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetText {
    opacity: .5;
    font-weight: 500;
    }
.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 {
    font-size: .875em;
    }
.error404 .btSiteFooter {
    margin-top: -1em;
    }
.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 1em .6em;
    padding: 0;
    border: 0;
    }
.btSiteFooter .bt_bb_custom_menu li a {
    -webkit-transition: 200ms ease opacity;
    -moz-transition: 200ms ease opacity;
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top:before {
    content: "\f106";
    font-family: FontAwesome;
    margin: 0 5px;
    color: #e94d65;
    }
.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top_alternate_arrow:before {
    color: #1b4962;
    }
.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.btTwoColFooterMenu ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.btSiteFooter .bt_bb_custom_menu.btTwoColFooterMenu ul li {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
    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 {
    -webkit-justify-content: initial;
    justify-content: initial;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    }
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
    background-color: transparent;
    margin-bottom: 6em;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    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 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    }
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    }
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    }
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    }
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    }
.btSiteFooterCopyMenu {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
.btDarkSkin .btSiteFooterCopyMenu {
    background: #e94d65;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.btSiteFooterCopyMenu .port > div .btFooterCopy,
.btSiteFooterCopyMenu .port > div .btFooterMenu {
    padding: 1.7857143em 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li {
    display: inline-block;
    margin: 0 0 0 1.7857143em;
    }
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li:first-child {
    margin-left: 0;
    }
.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu ul li {
    margin: 0 2.42857em 0 0;
    }
.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu ul li:first-child {
    margin-right: 0;
    }
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li a {
    color: currentColor;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    display: block;
    position: relative;
    }
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #e94d65;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    transition: transform 200ms ease;
    }
.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    left: auto;
    right: -15px;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.btDarkSkin .btSiteFooterCopyMenu .port > div .btFooterMenu ul li a:before {
    background: #181818;
    }
.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: #e94d65;
    }
@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 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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;
    }
}

/* 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: #e94d65;
    }
.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_superheadline {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
.btContent .btArticleHeadline .bt_bb_headline.bt_bb_dash_top .btArticleCategories:before {
    display: none;
    }
.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 */
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(24,24,24,.2);
    }
.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;
    }
.btHasAuthorInfo.btPostSingleItemStandard .btArticleHeadline {
    margin-bottom: 1.5em;
    }
.btPostSingleItemStandard .btArticleHeadline .bt_bb_headline h2 {
    font-size: 2.8125rem;
    }
.btHideHeadline .btPostSingleItemStandard .btArticleHeadline .bt_bb_headline .bt_bb_headline_content {
    color: #1b4962;
    }
.btPostSingleItemStandard .btArticleShareEtc {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.btPostSingleItemStandard .btArticleShareEtc > div {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    }
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
    text-align: right;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    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 {
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a {
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    background: #e94d65;
    color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    line-height: 1.1;
    padding: 1.2142857em 1.42857142em;
    font-family: "Sarabun",Arial,Helvetica,sans-serif !important;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.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: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 {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    }
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    }
.btPostSingleItemStandard .btArticleShareEtc .btTags ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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(24,24,24,.2);
    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: #e94d65;
    color: #fff;
    opacity: 1;
    }
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent,
.btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc {
    max-width: initial;
    }
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -2em;
    margin-right: -2em;
    }
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    padding-left: 2em;
    padding-right: 2em;
    }
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    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;
    }
.btPostSingleItemStandard .btShareColumn .bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.125em;
    }

/* Portfolio meta */
.btArticleSuperMeta dl {
    margin-bottom: 2em;
    }
.btArticleSuperMeta dl dt {
    min-width: 100px;
    display: inline-block;
    }
.rtl .btArticleSuperMeta dl dt {
    float: right;
    padding-left: .75em;
    padding-right: 0;
    }
.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(24,24,24,.2);
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 0 3em;
    padding: 2em;
    border: 2px solid #e94d65;
    }
.btHardRoundedButtons .btAboutAuthor {
    border-radius: 20px;
    }
.btSoftRoundedButtons .btAboutAuthor {
    border-radius: 5px;
    }
.btAboutAuthor .aaAvatar {
    vertical-align: top;
    padding: 0 1em 0 0;
    -webkit-flex: 1 1 150px;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    }
.rtl .btAboutAuthor .aaAvatar {
    padding: 0 0 0 1em;
    }
.btAboutAuthor .aaAvatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    }
.btAboutAuthor .aaTxt {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
    }
.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.3em;
    }
.btAboutAuthor .aaTxt > *:last-child {
    margin-bottom: 0;
    }
@media(max-width: 520px) {
.btAboutAuthor {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.btAboutAuthor .aaAvatar {
    -webkit-flex: 1 0 80px;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    padding: 0 0 20px;
    }
.btAboutAuthor .aaAvatar img {
    width: 80px;
    }
}

/* Media box */
.btMediaBox {
    position: relative;
    overflow: hidden;
    }
.btMediaBox img {
    display: block;
    width: auto;
    height: auto;
    }
.btMediaBox .aspectVideo {
    visibility: hidden;
    width: 100%;
    }
.btMediaBox iframe {
    display: block;
    border: none;
    }
.btMediaBox.video iframe {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
    }
.btMediaBox.audio iframe {
    display: block;
    width: 100% !important;
    }
.btMediaBox.btQuote,
.btMediaBox.btLink {
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    font-weight: 300;
    padding: 5em;
    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-color: #e94d65;
    }
.btMediaBox.btQuote[style*="background-image"]:before,
.btMediaBox.btLink[style*="background-image"]:before {
    opacity: .6;
    }
.btArticleListItem .btMediaBox.btQuote,
.btArticleListItem .btMediaBox.btLink {
    padding: 4em;
    }
.btMediaBox.btQuote blockquote,
.btMediaBox.btLink blockquote {
    padding: 0;
    }
.btMediaBox.btQuote blockquote:before,
.btMediaBox.btLink blockquote:before {
    content: '';
    }
.btMediaBox.btQuote p:before,
.btMediaBox.btLink p:before {
    display: block;
    text-align: center;
    font: 2em/1em Icon7Stroke;
    opacity: .3;
    }
.btMediaBox.btQuote p,
.btMediaBox.btLink p {
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0;
    letter-spacing: -.03;
    font-weight: 800;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    }
.btMediaBox.btQuote cite,
.btMediaBox.btLink cite {
    display: inline-block;
    padding: 1.5em 0 0;
    font-size: .8em;
    }
.btMediaBox.btQuote cite:before,
.btMediaBox.btLink cite:before {
    display: block;
    background: #fff;
    content: "";
    width: 100%;
    max-width: 3em;
    height: 2px;
    margin: 0 auto 1.4em;
    }
.btMediaBox.btQuote a,
.btMediaBox.btLink a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.btMediaBox.btQuote a:hover,
.btMediaBox.btLink a:hover {
    color: #fff;
    opacity: .6;
    }
.btMediaBox.btLink p:before {
    content: "\e641";
    }
.btMediaBox.btQuote p:before {
    font-family: Avantage;
    content: "\e901";
    }

/* 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: .8;
    }
.rtl .articleSideGutter {
    left: auto;
    right: 0;
    }
.articleSideGutter .asgItem.title {
    margin: 4px 0 0;
    }
.articleSideGutter .asgItem.avatar img {
    border-radius: 50%;
    }
@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 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    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(24,24,24,.2);
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1em;
    }
.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    padding: 0 1em;
    }
.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    max-width: 0%;
    }
.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    padding: 1em;
    }
.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
    -webkit-flex-basis: 100%;
    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.5em;
    }
.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite {
    padding-top: 1em;
    font-size: .8em;
    }
.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite:before,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite:before,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite:before,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite:before {
    margin-bottom: .85em;
    }
.btContent .btPostListColumns:nth-child(even) .btArticleContentHolder {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
@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 {
    font-family: FontAwesome;
    content: "\f02b";
    margin: 0 .5em;
    color: #e94d65;
    }

/* Dark skin */
.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em #fff inset;
    box-shadow: 0 0 0 1em #fff inset;
    color: #191919;
    }
.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    color: #fff;
    }
.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a {
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    color: #fff;
    }
.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a {
    -webkit-box-shadow: 0 0 0 2em #fff inset;
    box-shadow: 0 0 0 2em #fff inset;
    color: #191919;
    }

/* Column single view */
.btPostSingleItemColumns .btArticleContentHolder {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.btLightSkin .btPostSingleItemColumns .btTags ul a,
.btDarkSkin .btLightSkin .btPostSingleItemColumns .btTags ul a,
.btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns .btTags ul a {
    background: rgba(24,24,24,.2);
    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: #e94d65;
    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(24,24,24,.2);
    }
.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(24,24,24,.2);
    }
.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 .btArticleCategories:before {
    display: none;
    }
.btArticleListItem.btPostListSimple .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    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 {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }

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

/* Password protection (unit test) */
article .post-password-form {
    margin: 0 auto 4em !important;
    }
.post-password-form {
    margin: 0 auto 4em;
    }
.post-password-form p:first-child {
    font-family: Sarabun,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-weight: 800;
    letter-spacing: -.05;
    }
.post-password-form p:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.post-password-form p:nth-child(2) label {
    -webkit-flex: 1 0 75%;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    padding-right: 5px;
    }
.post-password-form p:nth-child(2) label input[type="password"] {
    display: inline;
    }
.rtl .post-password-form p:nth-child(2) label {
    padding-right: 0;
    padding-left: 5px;
    }
.post-password-form p:nth-child(2) input[type="submit"] {
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    margin: 0 auto;
    color: #fff;
    width: auto;
    background-color: #e94d65;
    border: 0;
    cursor: pointer;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 800;
    padding: 1.125em 1.875em;
    font-size: 1em;
    line-height: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.post-password-form p:nth-child(2) input[type="submit"]:hover {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
@media (max-width: 480px) {
.post-password-form p:nth-child(2) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.post-password-form p:nth-child(2) label {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 100%;
    padding: 0 !important;
    margin-bottom: .5em;
    }
.post-password-form p:nth-child(2) input[type="submit"] {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    }
}

/* Pagination */
.btPagination {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.5rem;
    margin-top: 3em;
    padding-top: 3em;
    margin-bottom: 4em;
    }
.btPagination:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.btLightSkin .btPagination,
.btDarkSkin .btLightSkin .btPagination,
.btLightSkin .btDarkSkin .btLightSkin .btPagination {
    border-top: 1px solid rgba(24,24,24,.2);
    }
.btDarkSkin .btPagination,
.btLightSkin .btDarkSkin .btPagination,
.btDarkSkin.btLightSkin .btDarkSkin .btPagination {
    border-top: 1px solid rgba(255,255,255,.2);
    }
.btPagination .port {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.btPagination .port:after {
    display: block;
    content: "";
    height: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.btPagination .paging a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: inherit;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 800;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
.btPagination .paging a:hover {
    color: #e94d65;
    }
.btPagination .paging p {
    margin: 0;
    }
.btPagination .paging a:after {
    width: 2.8125rem;
    display: block;
    text-align: center;
    font: 1.25rem/2.8125rem Essential;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: #e94d65;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    color: #fff;
    }
.btPagination .paging a:hover:after {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.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 .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.onLeft {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.btPagination .paging.onLeft a {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.btPagination .paging.onRight {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }

/* PrevNext post */
.btPrevNextNav:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.btPrevNextNav .btPrevNextNav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    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(24,24,24,.2);
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: currentColor !important;
    min-height: 1px;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    }
.btNext.btPrevNextNav .btPrevNext {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    }
.btPrevNextNav .btPrevNext .btPrevNextImage {
    -webkit-flex: 0 0 4.375em;
    -ms-flex: 0 0 4.375em;
    flex: 0 0 4.375em;
    height: 4.375em;
    background-size: cover;
    background-position: center center;
    margin: 0 1em 0 0;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    }
.rtl .btPrevNextNav .btPrevNext .btPrevNextImage {
    margin: 0 0 0 1em;
    }
.btPrevNextNav .btPrevNext .btPrevNextImage:before {
    font-family: Essential;
    line-height: 2.1875;
    text-align: center;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    color: #fff;
    font-size: 2em;
    background: #e94d65;
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    }
.btPrevNextNav .btPrevNext .btPrevNextItem {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 0%;
    }
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 800;
    font-size: 1.125rem;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 2.8em;
    }
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-size: .875em;
    text-transform: uppercase;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    line-height: 1;
    }
.btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
    color: #e94d65;
    }
.btPrevNextNav .btPrevNext:hover .btPrevNextImage {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    }
.btPrevNextNav .btPrevNext:hover .btPrevNextImage:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
.btPrevNextNav .btPrevNext.btPrev .btPrevNextImage:before {
    content: "\ea7c";
    }
.rtl .btPrevNextNav .btPrevNext.btPrev .btPrevNextImage:before {
    content: "\ea7d";
    }
.btPrevNextNav .btPrevNext.btNext {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    }
.btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
    margin: 0 0 0 1em;
    }
.rtl .btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
    margin: 0 1em 0 0;
    }
.btPrevNextNav .btPrevNext.btNext .btPrevNextImage:before {
    content: "\ea7d";
    }
.rtl .btPrevNextNav .btPrevNext.btNext .btPrevNextImage:before {
    content: "\ea7c";
    }
.rtl .btPrevNextNav .btPrevNext {
    float: right;
    }
.rtl .btPrevNextNav .btPrevNext.btNext {
    text-align: left;
    }
@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 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.btPrevNextNav .btPrevNext {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    }
.btNext.btPrevNextNav .btPrevNext {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    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(24,24,24,.2);
    }
.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 {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 800;
    letter-spacing: -.05em;
    }
.btLinkPages:before {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.btLinkPages ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 800;
    }
.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;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    background: #e94d65;
    color: #fff;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.btLinkPages ul a:hover {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff;
    }

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

/* Post categories, comments, date and author spans */
.btArticleCategories {
    text-transform: uppercase;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.25;
    }
.btArticleCategories a {
    color: currentColor !important;
    -webkit-transition: 300ms ease opacity;
    -moz-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
    }
.btArticleCategories a:hover {
    opacity: .4;
    }
.btArticleCategories a:not(:last-child):after {
    content: ' ';
    display: inline-block;
    width: .7rem;
    height: 1px;
    }
.btArticleCategories a.gallery {
    margin-bottom: 0;
    }
.btArticleDate,
.btArticleAuthor,
.btArticleComments,
.btArticleCategories {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    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: #e94d65;
    }
.btArticleDate:before,
.btArticleAuthor:before,
.btArticleComments:before,
.btArticleCategories:before {
    font-family: FontAwesome;
    margin: 0;
    display: inline-block;
    font-size: 1rem;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #e94d65;
    }
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: "\f2be";
    }
.btArticleComments:before {
    content: "\f0e5";
    }
.btArticleCategories:before {
    content: "\f02c";
    }
.btArticleAuthor a,
.btArticleComments {
    color: currentColor !important;
    -webkit-transition: 300ms ease opacity;
    -moz-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
    }
.btArticleAuthor a:hover,
.btArticleComments:hover {
    opacity: .4;
    }
.btArticleComments:before {
    font-family: FontAwesome;
    content: "\f0e5";
    margin: 0;
    display: inline-block;
    color: #e94d65;
    }
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: .9em;
    margin-bottom: 1em;
    }
.bypostauthor {
    font-size: inherit;
    }

/* Comments */
body:not(.woocommerce) .bt-comments-box .form-submit {
    margin-bottom: 0;
    }
.bt-comments-box {
    margin: 2em 0;
    }
.bt-comments-box > h1,
.bt-comments-box > h2,
.bt-comments-box > h3,
.bt-comments-box > h4,
.bt-comments-box > h5,
.bt-comments-box > h6,
.bt-comments-box > h7,
.bt-comments-box > h8,
.bt-comments-box .comment-respond > h1,
.bt-comments-box .comment-respond > h2,
.bt-comments-box .comment-respond > h3,
.bt-comments-box .comment-respond > h4,
.bt-comments-box .comment-respond > h5,
.bt-comments-box .comment-respond > h6,
.bt-comments-box .comment-respond > h7,
.bt-comments-box .comment-respond > h8 {
    margin: 0 0 .625em;
    padding: 0;
    font-size: 2em;
    }
.bt-comments-box .comment-respond > h1,
.bt-comments-box .comment-respond > h2,
.bt-comments-box .comment-respond > h3,
.bt-comments-box .comment-respond > h4,
.bt-comments-box .comment-respond > h5,
.bt-comments-box .comment-respond > h6,
.bt-comments-box .comment-respond > h7,
.bt-comments-box .comment-respond > h8 {
    font-size: 1.5625em;
    }
.bt-comments-box ul.comments,
.bt-comments-box ul.comments li.comment {
    list-style: none;
    display: block;
    padding-left: 0;
    margin: 0;
    }
.bt-comments-box > ul.comments {
    margin: 0 0 2em;
    }
.bt-comments-box ul.comments > li,
.bt-comments-box ul.comments > li.comment > ul.children > li.comment {
    display: block;
    margin: 0;
    }
.btLightSkin .bt-comments-box ul.comments > li,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments > li,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments > li,
.btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment {
    border-top: 1px solid rgba(24,24,24,.2);
    }
.btDarkSkin .bt-comments-box ul.comments > li,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li,
.btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment {
    border-top: 1px solid rgba(255,255,255,.2);
    }
.bt-comments-box ul.comments li > article {
    padding: 2em 0;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt-comments-box ul.comments li > article .commentTxt {
    padding: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    }
.bt-comments-box ul.comments li > article .commentAvatar {
    padding: 0 20px 0 0;
    -webkit-flex: 0 1 75px;
    -ms-flex: 0 1 75px;
    flex: 0 1 75px;
    }
.rtl .bt-comments-box ul.comments li > article .commentAvatar {
    padding: 0 0 0 20px;
    }
.bt-comments-box ul.comments li > article .commentAvatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    }
.bt-comments-box ul.comments li.pingback {
    padding-top: 1em;
    }
.bt-comments-box ul.comments li.pingback p a:not(.comment-edit-link) {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 600;
    letter-spacing: -.05;
    color: inherit;
    }
.bt-comments-box ul.comments li.pingback p a:not(.comment-edit-link):hover {
    color: #e94d65;
    }
.bt-comments-box ul.comments li.pingback p .edit-link {
    margin-left: 1em;
    font-size: .875rem;
    line-height: 1;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
.rtl .bt-comments-box ul.comments li.pingback p .edit-link {
    margin-left: 0;
    margin-right: 1em;
    }
.bt-comments-box ul.comments li.pingback p .edit-link a:before {
    font-family: FontAwesome;
    margin: 0;
    display: inline-block;
    font-size: 1rem;
    color: #e94d65;
    opacity: 1;
    margin-right: 6px;
    content: "\f040";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    }
.rtl .bt-comments-box ul.comments li.pingback p .edit-link a:before {
    margin-right: 0;
    margin-left: 6px;
    }
.bt-comments-box ul.comments li.pingback p .edit-link .comment-edit-link {
    color: inherit;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.bt-comments-box ul.comments li.pingback p .edit-link .comment-edit-link:hover:before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bt-comments-box ul.children {
    margin: 0 0 0 20px;
    font-size: .85rem;
    }
.bt-comments-box input,
.bt-comments-box textarea {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.bt-comments-box .btComment {
    line-height: 0;
    }
.bt-comments-box .btComment textarea,
.bt-comments-box .btComment label {
    line-height: 1.8;
    }
.bt-comments-box .vcard {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1em;
    }
.bt-comments-box .vcard h1.author,
.bt-comments-box .vcard h2.author,
.bt-comments-box .vcard h3.author,
.bt-comments-box .vcard h4.author,
.bt-comments-box .vcard h5.author,
.bt-comments-box .vcard h6.author,
.bt-comments-box .vcard h7.author,
.bt-comments-box .vcard h8.author {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.2em;
    }
.bt-comments-box .vcard h1.author a,
.bt-comments-box .vcard h2.author a,
.bt-comments-box .vcard h3.author a,
.bt-comments-box .vcard h4.author a,
.bt-comments-box .vcard h5.author a,
.bt-comments-box .vcard h6.author a,
.bt-comments-box .vcard h7.author a,
.bt-comments-box .vcard h8.author a {
    color: inherit;
    }
.bt-comments-box .vcard h1.author a:hover,
.bt-comments-box .vcard h2.author a:hover,
.bt-comments-box .vcard h3.author a:hover,
.bt-comments-box .vcard h4.author a:hover,
.bt-comments-box .vcard h5.author a:hover,
.bt-comments-box .vcard h6.author a:hover,
.bt-comments-box .vcard h7.author a:hover,
.bt-comments-box .vcard h8.author a:hover {
    color: #e94d65;
    }
.bt-comments-box .vcard .posted {
    margin: 0;
    text-align: right;
    padding: 0 0 0 10px;
    font-size: .875rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
.rtl .bt-comments-box .vcard .posted {
    text-align: left;
    padding: 0 10px 0 0;
    }
.bt-comments-box .vcard .posted:before {
    font-family: FontAwesome;
    font-size: 1rem;
    margin: 0 5px 0 0;
    color: #e94d65;
    content: "\f017";
    }
.rtl .bt-comments-box .vcard .posted:before {
    margin: 0 0 0 5px;
    }
.bt-comments-box .vcard .star-rating {
    margin-left: .5em;
    }
.bt-comments-box .vcard .star-rating strong {
    display: none;
    }
.rtl .bt-comments-box .vcard .star-rating {
    right: auto;
    margin-left: 0;
    margin-right: .5em;
    }
.bt-comments-box .commentTxt p.edit-link,
.bt-comments-box .commentTxt p.reply {
    display: inline-block;
    font-size: .875rem;
    line-height: 1;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
.bt-comments-box .commentTxt p.edit-link:not(:empty),
.bt-comments-box .commentTxt p.reply:not(:empty) {
    margin: 0 2em 0 0;
    }
.rtl .bt-comments-box .commentTxt p.edit-link:not(:empty),
.rtl .bt-comments-box .commentTxt p.reply:not(:empty) {
    margin: 0 0 0 2em;
    }
.bt-comments-box .commentTxt p.edit-link a,
.bt-comments-box .commentTxt p.reply a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    }
.bt-comments-box .commentTxt p.edit-link a:before,
.bt-comments-box .commentTxt p.reply a:before {
    font-family: FontAwesome;
    font-size: 1rem;
    margin: 0 5px 0 0;
    color: #e94d65;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 1;
    }
.rtl .bt-comments-box .commentTxt p.edit-link a:before,
.rtl .bt-comments-box .commentTxt p.reply a:before {
    margin: 0 0 0 5px;
    }
.bt-comments-box .commentTxt p.edit-link a:hover:before,
.bt-comments-box .commentTxt p.reply a:hover:before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.btLightSkin .bt-comments-box .commentTxt p.edit-link a,
.btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.edit-link a,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.edit-link a,
.btLightSkin .bt-comments-box .commentTxt p.reply a,
.btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.reply a,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.reply a {
    color: #181818;
    }
.btDarkSkin .bt-comments-box .commentTxt p.edit-link a,
.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.edit-link a,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.edit-link a,
.btDarkSkin .bt-comments-box .commentTxt p.reply a,
.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.reply a,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.reply a {
    color: #fff;
    }
.bt-comments-box .commentTxt p.edit-link a:before {
    content: "\f040";
    }
.bt-comments-box .commentTxt p.reply a:before {
    content: "\f112";
    }
.bt-comments-box .comment-form {
    padding-bottom: 2em;
    }
.bt-comments-box .comment-form input[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    background: transparent;
    cursor: pointer;
    min-width: 1.125rem;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative;
    content: "";
    -moz-appearance: none;
    border: 0;
    display: inline-block;
    margin-right: .5em;
    }
.rtl .bt-comments-box .comment-form input[type="checkbox"] {
    margin-right: 0;
    margin-left: .5em;
    }
.btLightSkin .bt-comments-box .comment-form input[type="checkbox"],
.btDarkSkin .btLightSkin .bt-comments-box .comment-form input[type="checkbox"],
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .comment-form input[type="checkbox"] {
    border: 1px solid rgba(24,24,24,.2);
    background: #fff;
    }
.btDarkSkin .bt-comments-box .comment-form input[type="checkbox"],
.btLightSkin .btDarkSkin .bt-comments-box .comment-form input[type="checkbox"],
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .comment-form input[type="checkbox"] {
    border: 1px solid rgba(255,255,255,.2);
    background: #191919;
    }
.bt-comments-box .comment-form input[type="checkbox"]:before {
    content: '';
    position: absolute;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    left: 3px;
    top: 3px;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: block;
    background: #e94d65;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }
.rtl .bt-comments-box .comment-form input[type="checkbox"]:before {
    left: auto;
    right: 3px;
    }
.btLightSkin .bt-comments-box .comment-form input[type="checkbox"]:hover,
.btDarkSkin .btLightSkin .bt-comments-box .comment-form input[type="checkbox"]:hover,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .comment-form input[type="checkbox"]:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4) !important;
    }
.btDarkSkin .bt-comments-box .comment-form input[type="checkbox"]:hover,
.btLightSkin .btDarkSkin .bt-comments-box .comment-form input[type="checkbox"]:hover,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .comment-form input[type="checkbox"]:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.4) !important;
    }
.bt-comments-box .comment-form input[type="checkbox"]:checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
.bt-comments-box .comments + .comment-respond .comment-form,
.bt-comments-box > .comment-respond:only-child .comment-form {
    padding-bottom: 0;
    }
.bt-comments-box .comment-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: .5em;
    font-size: .875rem;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
.bt-comments-box .comment-navigation a,
.bt-comments-box .comment-navigation span {
    display: block;
    }
.bt-comments-box .comment-navigation a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: inherit;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.bt-comments-box .comment-navigation a:hover {
    color: #e94d65;
    }
.bt-comments-box .comment-navigation a:before,
.bt-comments-box .comment-navigation a:after {
    margin: 0 5px;
    color: #e94d65;
    }
.bt-comments-box .comment-navigation a:first-child:before {
    font-family: FontAwesome;
    content: "\f053";
    }
.rtl .bt-comments-box .comment-navigation a:first-child:before {
    content: "\f054";
    }
.bt-comments-box .comment-navigation a:last-child:after {
    font-family: FontAwesome;
    content: "\f054";
    }
.rtl .bt-comments-box .comment-navigation a:last-child:after {
    content: "\f053";
    }
.bt-comments-box .comment-navigation span {
    color: transparent;
    }
.comment-awaiting-moderation {
    color: #e94d65;
    }
.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 {
    font-weight: 400;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: currentColor;
    letter-spacing: 0;
    }
.comment-reply-title small a#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f00d";
    margin: 0 5px;
    font-weight: 400;
    color: #e94d65;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 1;
    }
.comment-reply-title small a#cancel-comment-reply-link:hover:before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.rtl .comment-reply-title small {
    float: left;
    margin: 0 2em 0 0;
    }
.btCommentSubmit {
    padding: 1.125em 1.875em;
    font-size: 1em;
    line-height: 1;
    background: #e94d65;
    margin-top: .5em;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 800;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.btCommentSubmit:hover {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.btCommentSubmit:before {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: .625em;
    }
.rtl .btCommentSubmit:before {
    margin-left: 0;
    margin-right: .625em;
    }
.btHardRoundedButtons .btCommentSubmit {
    border-radius: 50px;
    }
.btSoftRoundedButtons .btCommentSubmit {
    border-radius: 5px;
    }
.btSlantedRightButtons .btCommentSubmit {
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    }
.btSlantedRightButtons .btCommentSubmit > * {
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    transform: skew(8deg);
    }
.btSlantedRightButtons .btCommentSubmit:hover {
    -webkit-transform: translateY(-3px) skew(-8deg);
    -moz-transform: translateY(-3px) skew(-8deg);
    -ms-transform: translateY(-3px) skew(-8deg);
    transform: translateY(-3px) skew(-8deg);
    }
.btSlantedLeftButtons .btCommentSubmit {
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    transform: skew(8deg);
    }
.btSlantedLeftButtons .btCommentSubmit > * {
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    }
.btSlantedLeftButtons .btCommentSubmit:hover {
    -webkit-transform: translateY(-3px) skew(8deg);
    -moz-transform: translateY(-3px) skew(8deg);
    -ms-transform: translateY(-3px) skew(8deg);
    transform: translateY(-3px) skew(8deg);
    }

/* Responsive */
@media (max-width: 520px) {
.bt-comments-box .vcard {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 10px;
    margin: 0 0 10px;
    }
.btLightSkin .bt-comments-box .vcard,
.btDarkSkin .btLightSkin .bt-comments-box .vcard,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .vcard {
    border-bottom: 1px dotted rgba(24,24,24,.2);
    }
.btDarkSkin .bt-comments-box .vcard,
.btLightSkin .btDarkSkin .bt-comments-box .vcard,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .vcard {
    border-bottom: 1px dotted rgba(255,255,255,.2);
    }
.bt-comments-box .vcard h5.author {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    }
.bt-comments-box .vcard .posted {
    padding: 0;
    margin-top: .7em;
    text-align: left;
    }
.rtl .bt-comments-box .vcard .posted {
    text-align: right;
    }
.bt-comments-box .vcard .star-rating {
    margin-top: .7em;
    margin-left: auto;
    }
.bt-comments-box .vcard .star-rating .rtl {
    margin-left: 0;
    margin-right: auto;
    }
.bt-comments-box ul.comments ul.children {
    padding: 0;
    margin: 0;
    }
.bt-comments-box ul.comments ul.children li.comment {
    padding: 0;
    border-top: none !important;
    }
.bt-comments-box ul.comments ul.children li.comment article {
    position: relative;
    }
.btLightSkin .bt-comments-box ul.comments ul.children li.comment article,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article {
    background-color: rgba(0,0,0,.055);
    }
.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article {
    background-color: rgba(255,255,255,.055);
    }
.bt-comments-box ul.comments ul.children li.comment article .commentAvatar {
    padding-left: 10px;
    }
.rtl .bt-comments-box ul.comments ul.children li.comment article .commentAvatar {
    padding-left: 20px;
    padding-right: 10px;
    }
.bt-comments-box ul.comments ul.children li.comment article .commentTxt {
    padding-right: 15px;
    }
.rtl .bt-comments-box ul.comments ul.children li.comment article .commentTxt {
    padding-right: 0;
    padding-left: 15px;
    }
.bt-comments-box 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: #e94d65;
    color: #fff;
    border-radius: 50%;
    }
.rtl .bt-comments-box ul.comments ul.children li.comment article:after {
    right: auto;
    left: -15px;
    }
.bt-comments-box ul.comments li:last-child ul.children {
    margin-bottom: 2rem;
    }
}

/* btBox defaults */
.btBox {
    margin-bottom: 4em;
    }
.btBox:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.btSidebar > .btBox:last-child {
    margin-bottom: 0;
    }

/* 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;
    }
.rtl .sidebar .widget_bt_bb_recent_posts ul li .btImageTextWidgetText .bt_bb_headline_superheadline,
.rtl .btSidebar .widget_bt_bb_recent_posts ul li .btImageTextWidgetText .bt_bb_headline_superheadline,
.rtl .btSiteFooterWidgets .widget_bt_bb_recent_posts ul li .btImageTextWidgetText .bt_bb_headline_superheadline {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
.btBox > h4,
.btCustomMenu > h4,
.btTopBox > h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    }
.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: 2.5em;
    display: block;
    border-bottom: 2px solid #e94d65;
    margin: .8em 0 0;
    }
.btBox label,
.btCustomMenu label,
.btTopBox label {
    display: none;
    }
.btBox .wp-caption,
.btCustomMenu .wp-caption,
.btTopBox .wp-caption {
    margin-bottom: .5em;
    }
.btBox select,
.btCustomMenu select,
.btTopBox select {
    display: block;
    margin: .5em 0 0;
    width: 100%;
    padding: .5em;
    }
.btBox ul,
.btCustomMenu ul,
.btTopBox ul {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0;
    }
.btBox ul li,
.btCustomMenu ul li,
.btTopBox ul li {
    display: block;
    width: auto;
    margin: 0;
    position: relative;
    padding: .8em 0;
    margin-left: 0;
    border-bottom: 1px solid;
    }
.btBox ul li a,
.btCustomMenu ul li a,
.btTopBox ul li a {
    display: block;
    position: relative;
    color: currentColor;
    }
.btBox ul li a:before,
.btCustomMenu ul li a:before,
.btTopBox ul li a:before {
    position: absolute;
    display: block;
    left: -1em;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    content: "";
    background: #e94d65;
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    width: 10px;
    }
.rtl .btBox ul li a:before,
.rtl .btCustomMenu ul li a:before,
.rtl .btTopBox ul li a:before {
    left: auto;
    right: -1em;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    }
.btBox ul li a:hover,
.btCustomMenu ul li a:hover,
.btTopBox ul li a:hover {
    color: #e94d65;
    }
.btBox ul li a:hover:before,
.btCustomMenu ul li a:hover:before,
.btTopBox ul li a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.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(24,24,24,.2);
    }
.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(24,24,24,.2);
    }
.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: #e94d65;
    }
.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,
.btCustomMenu > ul > li:first-child,
.btTopBox > ul > li:first-child {
    padding-top: 0;
    }
.btBox > ul > li:last-child,
.btCustomMenu > ul > li:last-child,
.btTopBox > 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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 10px;
    }
.rtl .btBox .btImageTextWidget .btImageTextWidgetImage,
.rtl .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.rtl .btTopBox .btImageTextWidget .btImageTextWidgetImage {
    padding-right: 0;
    padding-left: 10px;
    }
.btBox .btImageTextWidget .btImageTextWidgetImage a,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a {
    display: block;
    line-height: 0;
    }
.btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    }
.btBox .btImageTextWidget .btImageTextWidgetText,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText,
.btTopBox .btImageTextWidget .btImageTextWidgetText {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    overflow: hidden;
    }
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
    text-transform: uppercase;
    }
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    margin-top: .25em !important;
    }
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom .bt_bb_headline_subheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom .bt_bb_headline_subheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom .bt_bb_headline_subheadline {
    margin-top: .5em !important;
    }
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h1 .bt_bb_headline_content:after,
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h2 .bt_bb_headline_content:after,
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h3 .bt_bb_headline_content:after,
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h4 .bt_bb_headline_content:after,
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h5 .bt_bb_headline_content:after,
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h6 .bt_bb_headline_content:after,
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h7 .bt_bb_headline_content:after,
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h8 .bt_bb_headline_content:after,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h1 .bt_bb_headline_content:after,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h2 .bt_bb_headline_content:after,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h3 .bt_bb_headline_content:after,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h4 .bt_bb_headline_content:after,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h5 .bt_bb_headline_content:after,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h6 .bt_bb_headline_content:after,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h7 .bt_bb_headline_content:after,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h8 .bt_bb_headline_content:after,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h1 .bt_bb_headline_content:after,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h2 .bt_bb_headline_content:after,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h3 .bt_bb_headline_content:after,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h4 .bt_bb_headline_content:after,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h5 .bt_bb_headline_content:after,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h6 .bt_bb_headline_content:after,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h7 .bt_bb_headline_content:after,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_subheadline.bt_bb_dash_bottom h8 .bt_bb_headline_content:after {
    margin-top: .25em;
    }
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
    font-size: 1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 2.8em;
    }
.btBox p.posted,
.btBox .quantity,
.btCustomMenu p.posted,
.btCustomMenu .quantity,
.btTopBox p.posted,
.btTopBox .quantity {
    font-weight: 600;
    margin: 0;
    font-size: .8em;
    }
.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;
    }

/* Calendar */
.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
    }
.widget_calendar table caption {
    background: #e94d65;
    background: #e94d65;
    color: #FFF;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 700;
    padding: 5px;
    }
.widget_calendar table thead th {
    text-align: center;
    padding: 3px;
    }
.widget_calendar table tfoot td {
    padding: 3px;
    }
.widget_calendar table tfoot td#next {
    text-align: right;
    }
.widget_calendar table tbody tr:nth-child(odd) td {
    background: transparent;
    }
.widget_calendar table tbody tr td#today {
    color: #e94d65;
    }
.widget_calendar table tbody td {
    text-align: center;
    padding: 2px 3px;
    }

/* 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 {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    }
.widget_recent_comments a {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-weight: 800;
    letter-spacing: -.05em;
    }
.widget_recent_comments a:before {
    display: none !important;
    }
.widget_recent_comments .comment-author-link a {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-weight: 400;
    display: inline;
    padding: 0;
    letter-spacing: 0;
    }
.widget_recent_comments .comment-author-link a:after {
    font-family: FontAwesome;
    content: "\f2bd";
    font-weight: 400;
    color: #e94d65;
    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: "Sarabun";
    font-weight: 700;
    font-weight: 800;
    letter-spacing: -.05em;
    }
.widget_rss li .rss-date {
    font-family: Roboto Condensed,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: #e94d65;
    margin-right: 6px;
    }
.rtl .widget_rss li .rss-date:before {
    margin-right: 0;
    margin-left: 6px;
    float: right;
    }
.widget_rss li cite {
    line-height: 2;
    }

/* WooCommerce widgets */
/* Card widget */
.widget_shopping_cart ul li:last-child {
    border: none;
    }
.widget_shopping_cart .total {
    width: 100%;
    padding: 1em;
    background: rgba(24,24,24,.07);
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    line-height: 1.25;
    margin-bottom: .625em;
    }
.btDarkSkin .widget_shopping_cart .total,
.btLightSkin .btDarkSkin .widget_shopping_cart .total,
.btDarkSkin.btLightSkin .btDarkSkin .widget_shopping_cart .total {
    background: rgba(255,255,255,.07);
    }
.widget_shopping_cart .total strong {
    display: block;
    float: left;
    padding-right: 8px;
    }
.rtl .widget_shopping_cart .total strong {
    float: right;
    padding-right: 0;
    padding-left: 8px;
    }
.widget_shopping_cart .total .amount {
    display: block;
    float: right;
    }
.rtl .widget_shopping_cart .total .amount {
    float: left;
    }
.widget_shopping_cart .total:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.btSidebar .widget_shopping_cart .btCartWidgetIcon {
    display: none;
    }
.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
    }
.widget_shopping_cart .buttons {
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -5px;
    }
.widget_shopping_cart .buttons .button {
    width: -webkit-calc(50% - 10px) !important;
    width: -moz-calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    margin: 0 5px !important;
    display: block;
    text-align: center;
    white-space: nowrap;
    }
.btHardRoundedButtons .widget_shopping_cart .buttons .button {
    border-radius: 50px;
    }
.btSoftRoundedButtons .widget_shopping_cart .buttons .button {
    border-radius: 5px;
    }
.widget_shopping_cart .buttons .button.checkout {
    float: right;
    }
.widget_shopping_cart .widget_shopping_cart_content ul.cart_list {
    width: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    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: #e94d65;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    border-radius: 50%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    }
.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: #1b4962;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px 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;
    }

/* Shoping cart within header */
.menuPort .widget_shopping_cart,
.topTools .widget_shopping_cart,
.topBarInLogoArea .widget_shopping_cart {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.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;
    }
.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 {
    display: block;
    padding: 0 3px;
    background-color: #e94d65;
    color: #fff;
    font: normal 11px/19px "Sarabun";
    font-weight: 500;
    border-radius: 19px;
    position: absolute;
    top: 50%;
    right: -12px;
    text-align: center;
    min-width: 19px;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    margin-top: -2em;
    }
.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: -12px;
    }
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    right: -1px !important;
    }
.rtl.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    right: auto !important;
    left: -1px !important;
    }
.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;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #181818;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    pointer-events: none;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    margin-left: 0;
    }
.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-size: .875em;
    font-family: "Roboto",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;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    border: none !important;
    margin: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    position: fixed;
    }
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler {
    display: block;
    text-align: right;
    cursor: pointer;
    padding: 0 1.5em;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.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: 4em;
    letter-spacing: -.75em;
    margin: 0 auto;
    color: inherit;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.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: #e94d65;
    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 span.cart-contents,
.topTools .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon span.cart-contents,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content:hover .btCartWidgetIcon span.cart-contents {
    margin-top: -2.5em;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    }
.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: #e94d65;
    }
.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    }
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon span.cart-contents,
.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon span.cart-contents,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetIcon span.cart-contents {
    margin-top: -2.5em;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    }
.btMenuHorizontal .topBarInMenu .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
    top: -webkit-calc((140px - 16px)/4 + 16px);
    top: -moz-calc((140px - 16px)/4 + 16px);
    top: calc((140px - 16px)/4 + 16px);
    }
.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 .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    margin-top: -2em;
    right: 0;
    }
.rtl.btMenuHorizontal.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    right: auto;
    left: 0;
    }
.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: "Sarabun",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(24,24,24,.2);
    }
.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(24,24,24,.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(24,24,24,.2);
    }
.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: #e94d65;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.25em;
    margin-left: -.5em;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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 {
    -webkit-box-shadow: 0 0 0 3px #fff;
    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 {
    -webkit-box-shadow: 0 0 0 3px #191919;
    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;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    background: currentColor;
    opacity: .3;
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-family: Sarabun,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;
    text-transform: uppercase;
    padding: .4em 1em;
    margin: 0 4px 4px 0;
    font-size: .75rem !important;
    background: #e94d65;
    color: #fff;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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;
    }
.btSoftRoundedButtons .btBox .tagcloud a,
.btSoftRoundedButtons .btTags ul a {
    border-radius: 5px;
    }
.btBox .tagcloud a:hover,
.btTags ul a:hover {
    opacity: .6;
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    }
.bt_bb_columns_1 .btInstaGrid span {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    }
.bt_bb_columns_2 .btInstaGrid span {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    }
.bt_bb_columns_3 .btInstaGrid span {
    -webkit-flex: 1 1 33.333333%;
    -ms-flex: 1 1 33.333333%;
    flex: 1 1 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_columns_4 .btInstaGrid span {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    }
.bt_bb_columns_5 .btInstaGrid span {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    }
.bt_bb_columns_6 .btInstaGrid span {
    -webkit-flex: 1 1 16.666666%;
    -ms-flex: 1 1 16.666666%;
    flex: 1 1 16.666666%;
    max-width: 16.666666%;
    }
@media (max-width: 992px) {
.bt_bb_columns_1 .btInstaGrid span {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    }
.bt_bb_columns_2 .btInstaGrid span {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    }
.bt_bb_columns_3 .btInstaGrid span {
    -webkit-flex: 1 1 33.333333%;
    -ms-flex: 1 1 33.333333%;
    flex: 1 1 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_columns_4 .btInstaGrid span {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    }
.bt_bb_columns_5 .btInstaGrid span {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    }
.bt_bb_columns_6 .btInstaGrid span {
    -webkit-flex: 1 1 33.333333%;
    -ms-flex: 1 1 33.333333%;
    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 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    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 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    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 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    line-height: inherit;
    margin-left: .5em;
    margin-right: .5em;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.topTools .btIconWidget .btIconWidgetIcon,
.topBarInMenu .btIconWidget .btIconWidgetIcon {
    line-height: inherit;
    display: inline-block;
    }
.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,
.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon {
    padding: 0;
    }
.topTools .btIconWidget:hover,
.topBarInMenu .btIconWidget:hover {
    color: #e94d65;
    }
.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: 1.5em;
    margin-right: 0;
    }
.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
    margin-right: 1.5em;
    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 .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,
.topBarInMenu .btIconWidget.btAlternateIconWidget .btIconWidgetIcon {
    color: #1b4962;
    }
.topTools .btIconWidget.btBodyFontTextTitle .btIconWidgetText,
.topTools .btIconWidget.btBodyFontTextTitle .btIconWidgetTitle,
.topBarInMenu .btIconWidget.btBodyFontTextTitle .btIconWidgetText,
.topBarInMenu .btIconWidget.btBodyFontTextTitle .btIconWidgetTitle {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    }
.topTools .btIconWidgetContent,
.topBarInMenu .btIconWidgetContent {
    line-height: inherit;
    display: inline-block;
    margin-left: .5em;
    }
.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;
    }

/* Button widget */
.btIconWidget.widget_bt_button_widget .bt_button_widget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1rem 0;
    font-size: .875em;
    line-height: 1;
    position: relative;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    white-space: nowrap;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_button_text {
    z-index: 2;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 700;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_icon_holder {
    margin-left: .5em;
    z-index: 2;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.btHardRoundedButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before {
    border-radius: 50px;
    }
.btSoftRoundedButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before {
    border-radius: 5px;
    }
.btSlantedRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.btSlantedRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before > * {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
.btSlantedRightButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before:hover {
    -webkit-transform: skewX(-8deg) translateY(-3px);
    -moz-transform: skewX(-8deg) translateY(-3px);
    -ms-transform: skewX(-8deg) translateY(-3px);
    transform: skewX(-8deg) translateY(-3px);
    }
.btSlantedLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
.btSlantedLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before > * {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.btSlantedLeftButtons .btIconWidget.widget_bt_button_widget .bt_button_widget:before:hover {
    -webkit-transform: skewX(8deg) translateY(-3px);
    -moz-transform: skewX(8deg) translateY(-3px);
    -ms-transform: skewX(8deg) translateY(-3px);
    transform: skewX(8deg) translateY(-3px);
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light {
    padding: 1rem 1.25rem;
    color: #181818;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light:before {
    background: #fff;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_light:hover:before {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark {
    padding: 1rem 1.25rem;
    color: #fff;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark:before {
    background: #191919;
    -webkit-box-shadow: 0 -2px 0 0 rgba(255,255,255,.15) inset;
    box-shadow: 0 -2px 0 0 rgba(255,255,255,.15) inset;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_dark:hover:before {
    -webkit-box-shadow: 0 -3px 0 0 rgba(255,255,255,.15) inset,0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 -3px 0 0 rgba(255,255,255,.15) inset,0 3px 10px rgba(0,0,0,.3);
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent {
    padding: 1rem 1.25rem;
    color: #fff;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent:before {
    background: #e94d65;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent:hover:before {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate {
    padding: 1rem 1.25rem;
    color: #fff;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate:before {
    background: #1b4962;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    }
.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate:hover:before {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    }
.btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    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 .bt_bb_icon_holder {
    margin-left: .5em;
    margin-right: 0;
    }
.btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
.btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget .bt_bb_icon_holder {
    margin-right: 0;
    margin-left: .5em;
    }
.btMenuHorizontal .btIconWidget.widget_bt_button_widget {
    margin-top: -1rem;
    margin-bottom: -1rem;
    }
.topTools .btIconWidget.widget_bt_button_widget .bt_button_widget {
    font-size: 1em;
    padding-top: .5rem;
    padding-bottom: .5rem;
    }
.btSidebar .btIconWidget.widget_bt_button_widget {
    display: block;
    }
.btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.rtl .btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetLeft .bt_button_widget {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.rtl .btSidebar .btIconWidget.widget_bt_button_widget.btIconWidgetRight .bt_button_widget {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }

/* Icon widget in Sidebar */
.btSidebar .btIconWidget,
footer .btIconWidget,
.topBarInLogoArea .btIconWidget {
    margin: 0 0 1.6em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.btSidebar .btIconWidget.widget_bt_button_widget,
footer .btIconWidget.widget_bt_button_widget,
.topBarInLogoArea .btIconWidget.widget_bt_button_widget {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    }
.btMenuVertical .btSidebar .btIconWidget,
.btMenuVertical footer .btIconWidget,
.btMenuVertical .topBarInLogoArea .btIconWidget {
    margin: 0 0 2em;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: inherit;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    }
.btSidebar .btIconWidget .btIconWidgetIcon,
footer .btIconWidget .btIconWidgetIcon,
.topBarInLogoArea .btIconWidget .btIconWidgetIcon {
    line-height: 1;
    padding: 0 .2em 0 0;
    text-align: left;
    margin: 0;
    font-size: 3em;
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
    font-size: .875em;
    opacity: .5;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    line-height: 1;
    }
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
    font-size: 1.5em;
    display: block;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.03em;
    }
.btSidebar .btIconWidget.btIconSmallerTitle .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget.btIconSmallerTitle .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget.btIconSmallerTitle .btIconWidgetContent .btIconWidgetText {
    font-size: 1.25em;
    margin-top: 3px;
    margin-bottom: 3px;
    }
.btSidebar .btIconWidget.btCartWidget,
footer .btIconWidget.btCartWidget,
.topBarInLogoArea .btIconWidget.btCartWidget {
    margin: 0;
    }
.btSidebar .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText {
    color: #e94d65;
    }
.btSidebar .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText {
    color: #1b4962;
    }
.btSidebar .btIconWidget.btIconAlternateTitle:hover .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget.btIconAlternateTitle:hover .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget.btIconAlternateTitle:hover .btIconWidgetContent .btIconWidgetText {
    color: inherit;
    }
.btSidebar .btIconWidget.btAccentIconWidget .btIconWidgetIcon,
footer .btIconWidget.btAccentIconWidget .btIconWidgetIcon,
.topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon {
    color: #e94d65;
    }
.btSidebar .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,
footer .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,
.topBarInLogoArea .btIconWidget.btAlternateIconWidget .btIconWidgetIcon {
    color: #1b4962;
    }
.topBarInLogoArea .btIconWidget {
    margin: 0 0 0 1em;
    float: right;
    }
.rtl.topBarInLogoArea .btIconWidget {
    margin-right: 0;
    margin-left: 1em;
    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: #e94d65;
    }
a.btAccentIconWidget.btIconWidget:hover {
    color: #e94d65;
    }
.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 {
    padding: 0;
    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"] {
    padding: 0 3.75em 0 1.25em;
    background: transparent;
    height: 3.25em;
    width: 100%;
    display: block;
    }
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"] {
    border-radius: 5px;
    }
.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: 0 1.25em 0 3.75em;
    }
.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;
    right: 0;
    top: 0;
    width: 3.25em !important;
    height: 3.25em !important;
    border: 0;
    cursor: pointer;
    padding: 0 !important;
    border: 0;
    background: transparent !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    color: currentColor !important;
    line-height: 1 !important;
    padding: 0 !important;
    font-weight: 400 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.rtl .btSiteFooterWidgets .btSearch button,
.rtl .btSiteFooterWidgets .btSearch input[type=submit],
.rtl .btSidebar .btSearch button,
.rtl .btSidebar .btSearch input[type=submit],
.rtl .btSidebar .widget_product_search button,
.rtl .btSidebar .widget_product_search input[type=submit] {
    left: 0;
    right: auto;
    }
.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 {
    color: #e94d65 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.btSoftRoundedButtons .btSidebar .btSearch button,
.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
.btSoftRoundedButtons .btSidebar .widget_product_search button,
.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit] {
    border-radius: 5px;
    top: 5px;
    right: 5px;
    width: -webkit-calc(3.25em - 10px) !important;
    width: -moz-calc(3.25em - 10px) !important;
    width: calc(3.25em - 10px) !important;
    height: -webkit-calc(3.25em - 10px) !important;
    height: -moz-calc(3.25em - 10px) !important;
    height: calc(3.25em - 10px) !important;
    }
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.rtl.btSoftRoundedButtons .btSidebar .btSearch button,
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search button,
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit] {
    right: auto;
    left: 5px;
    }
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button:hover,
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit]:hover,
.btSoftRoundedButtons .btSidebar .btSearch button:hover,
.btSoftRoundedButtons .btSidebar .btSearch input[type=submit]:hover,
.btSoftRoundedButtons .btSidebar .widget_product_search button:hover,
.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit]:hover {
    background: #e94d65 !important;
    color: #fff !important;
    }
.btHardRoundedButtons .btSiteFooterWidgets .btSearch button,
.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.btHardRoundedButtons .btSidebar .btSearch button,
.btHardRoundedButtons .btSidebar .btSearch input[type=submit],
.btHardRoundedButtons .btSidebar .widget_product_search button,
.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit] {
    border-radius: 50px;
    top: 5px;
    right: 5px;
    width: -webkit-calc(3.25em - 10px) !important;
    width: -moz-calc(3.25em - 10px) !important;
    width: calc(3.25em - 10px) !important;
    height: -webkit-calc(3.25em - 10px) !important;
    height: -moz-calc(3.25em - 10px) !important;
    height: calc(3.25em - 10px) !important;
    }
.rtl.btHardRoundedButtons .btSiteFooterWidgets .btSearch button,
.rtl.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.rtl.btHardRoundedButtons .btSidebar .btSearch button,
.rtl.btHardRoundedButtons .btSidebar .btSearch input[type=submit],
.rtl.btHardRoundedButtons .btSidebar .widget_product_search button,
.rtl.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit] {
    right: auto;
    left: 5px;
    }
.btHardRoundedButtons .btSiteFooterWidgets .btSearch button:hover,
.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit]:hover,
.btHardRoundedButtons .btSidebar .btSearch button:hover,
.btHardRoundedButtons .btSidebar .btSearch input[type=submit]:hover,
.btHardRoundedButtons .btSidebar .widget_product_search button:hover,
.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit]:hover {
    background: #e94d65 !important;
    color: #fff !important;
    }
.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;
    }
.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 {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }
.woocommerce-product-search {
    position: relative;
    }
.btSearchInner.btFromTopBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    transition: all 800ms ease;
    z-index: 99998;
    }
.btLightSkin .btSearchInner.btFromTopBox,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox {
    background: #fff;
    }
.btDarkSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox {
    background: #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: 0;
    cursor: pointer;
    }
.rtl .btSearchInner.btFromTopBox .btSearchInnerClose {
    right: auto;
    left: 0;
    }
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
    padding: 0;
    }
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
    width: auto;
    height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
    font: 8em/1 Icon7Stroke;
    content: "\e680";
    width: auto;
    height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder {
    color: #e94d65;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
    color: #d01a36;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    }
.btSearchInner.btFromTopBox input[type="text"] {
    padding: 0 3em 0 1em;
    height: 3.25em;
    line-height: 3.25;
    font-size: 2em !important;
    font-weight: 300;
    border: none;
    text-align: left;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    border: 0 !important;
    }
.rtl .btSearchInner.btFromTopBox input[type="text"] {
    padding: 0 1em 0 3em;
    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;
    -webkit-box-shadow: 0 0 0 2px rgba(24,24,24,.2) inset;
    box-shadow: 0 0 0 2px rgba(24,24,24,.2) inset;
    }
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.2) inset;
    box-shadow: 0 0 0 2px rgba(255,255,255,.2) inset;
    }
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(24,24,24,.2) inset,0 2px 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 3px rgba(24,24,24,.2) inset,0 2px 30px 0 rgba(0,0,0,.12);
    }
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,.2) inset,0 2px 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 3px rgba(255,255,255,.2) inset,0 2px 30px 0 rgba(0,0,0,.12);
    }
.btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 100px;
    }
.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 10px;
    }
.btSquareButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 0;
    }
.btSearchInner.btFromTopBox button {
    border: 0 !important;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    width: 6.5em;
    height: 6.5em;
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    opacity: .2;
    }
.rtl .btSearchInner.btFromTopBox button {
    right: auto;
    left: 0;
    }
.btSearchInner.btFromTopBox button:before {
    font: 4em/1 Icon7Stroke;
    display: block;
    content: "\e618";
    color: inherit;
    font-weight: 400;
    text-align: center;
    }
.btSearchInner.btFromTopBox button:hover {
    opacity: 1;
    color: #e94d65;
    }
.btSoftRoundedButtons .btSearchInner.btFromTopBox button {
    top: 8px;
    right: 8px;
    height: -webkit-calc(6.5em - 16px);
    height: -moz-calc(6.5em - 16px);
    height: calc(6.5em - 16px);
    width: -webkit-calc(6.5em - 16px);
    width: -moz-calc(6.5em - 16px);
    width: calc(6.5em - 16px);
    border-radius: 6px;
    }
.btSoftRoundedButtons .btSearchInner.btFromTopBox button:hover {
    background: #e94d65;
    color: #fff;
    }
.rtl.btSoftRoundedButtons .btSearchInner.btFromTopBox button {
    right: auto;
    left: 8px;
    }
.btHardRoundedButtons .btSearchInner.btFromTopBox button {
    top: 8px;
    right: 8px;
    height: -webkit-calc(6.5em - 16px);
    height: -moz-calc(6.5em - 16px);
    height: calc(6.5em - 16px);
    width: -webkit-calc(6.5em - 16px);
    width: -moz-calc(6.5em - 16px);
    width: calc(6.5em - 16px);
    border-radius: 50%;
    }
.btHardRoundedButtons .btSearchInner.btFromTopBox button:hover {
    background: #e94d65;
    color: #fff;
    }
.rtl.btHardRoundedButtons .btSearchInner.btFromTopBox button {
    right: auto;
    left: 8px;
    }
.btTopToolsSearchOpen .btSearchInner.btFromTopBox {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    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 2.5em 0 .5em;
    }
.rtl .btSearchInner.btFromTopBox input[type="text"] {
    padding: 0 .5em 0 2.5em;
    }
.btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"] {
    -webkit-box-shadow: 0 0 0 1px rgba(24,24,24,.2) inset;
    box-shadow: 0 0 0 1px rgba(24,24,24,.2) inset;
    }
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
    box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
    }
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(24,24,24,.2) inset,0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 2px rgba(24,24,24,.2) inset,0 2px 10px 0 rgba(0,0,0,.12);
    }
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 2px rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(0,0,0,.12);
    }
.btSearchInner.btFromTopBox button {
    width: 5em;
    height: 5em;
    }
.btSearchInner.btFromTopBox button:before {
    font-size: 2.5em;
    }
.btSoftRoundedButtons .btSearchInner.btFromTopBox button {
    top: 5px;
    right: 5px;
    height: -webkit-calc(5em - 10px);
    height: -moz-calc(5em - 10px);
    height: calc(5em - 10px);
    width: -webkit-calc(5em - 10px);
    width: -moz-calc(5em - 10px);
    width: calc(5em - 10px);
    border-radius: 5px;
    }
.rtl.btSoftRoundedButtons .btSearchInner.btFromTopBox button {
    right: auto;
    left: 5px;
    }
.btHardRoundedButtons .btSearchInner.btFromTopBox button {
    top: 5px;
    right: 5px;
    height: -webkit-calc(5em - 10px);
    height: -moz-calc(5em - 10px);
    height: calc(5em - 10px);
    width: -webkit-calc(5em - 10px);
    width: -moz-calc(5em - 10px);
    width: calc(5em - 10px);
    border-radius: 50%;
    }
.rtl.btHardRoundedButtons .btSearchInner.btFromTopBox button {
    right: auto;
    left: 5px;
    }
}

.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,.07);
    }
.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,.07);
    }
.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,.07);
    }

/* 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: -webkit-calc(140px * .5);
    height: -moz-calc(140px * .5);
    height: calc(140px * .5);
    }
.btMenuBelowLogoShowArea.btMenuHorizontal .topBarInMenu .widget_bt_divider_widget > span {
    height: 2rem;
    }
.btMenuBelowLogo.btMenuHorizontal .topBarInMenu .widget_bt_divider_widget > span {
    height: 70px;
    }
.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(24,24,24,.2);
    }
.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: .3125rem;
    margin-right: .3125rem;
    }
.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: .3125rem;
    margin-bottom: .3125rem;
    }
.widget_bt_divider_widget > span.bt_divider_widget_spacing_round_normal {
    margin-left: .625rem;
    margin-right: .625rem;
    }
.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: .625rem;
    margin-bottom: .625rem;
    }
.widget_bt_divider_widget > span.bt_divider_widget_spacing_round_medium {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    }
.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: 1.25rem;
    margin-bottom: 1.25rem;
    }
.widget_bt_divider_widget > span.bt_divider_widget_spacing_round_large {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    }
.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: 2.5rem;
    margin-bottom: 2.5rem;
    }

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

/* Unit test fix */
.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_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_black.bt_bb_headline h1,
.bt_bb_font_weight_black.bt_bb_headline h2,
.bt_bb_font_weight_black.bt_bb_headline h3,
.bt_bb_font_weight_black.bt_bb_headline h4,
.bt_bb_font_weight_black.bt_bb_headline h5,
.bt_bb_font_weight_black.bt_bb_headline h6 {
    font-weight: black;
    }
.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_superheadline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.rtl .bt_bb_headline .bt_bb_headline_superheadline {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    content: ' ';
    width: 2.1875rem;
    border-top: 2px solid #e94d65;
    margin-top: -1px;
    margin-bottom: 0;
    display: block;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
.bt_bb_size_extrasmall.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_extrasmall.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_size_extrasmall.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_extrasmall.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    width: 1.875rem;
    }
.bt_bb_size_small.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_small.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_size_small.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_small.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    width: 1.875rem;
    }
.bt_bb_size_normal.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_normal.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_size_normal.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_normal.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    width: 2.5rem;
    }
.bt_bb_size_medium.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_medium.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_size_medium.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_medium.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    width: 3.125rem;
    }
.bt_bb_size_large.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_large.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_size_large.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_large.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    width: 3.125rem;
    }
.bt_bb_size_extralarge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_extralarge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_size_extralarge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_extralarge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    width: 3.75rem;
    }
.bt_bb_size_huge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_huge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_size_huge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_size_huge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    width: 4.375rem;
    }
.bt_bb_color_scheme_5 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_color_scheme_5.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_color_scheme_5 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_color_scheme_5.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_color_scheme_5 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_color_scheme_5.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_color_scheme_5 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_color_scheme_5.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    border-color: currentColor;
    }
.bt_bb_color_scheme_6 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_color_scheme_6.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_color_scheme_6 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_color_scheme_6.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_color_scheme_6 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_color_scheme_6.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_color_scheme_6 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_color_scheme_6.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    border-color: currentColor;
    }
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before {
    margin-right: 10px;
    }
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after {
    margin-left: 10px;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after {
    display: block;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before {
    display: none;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after {
    margin-right: 0;
    margin-left: auto;
    float: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_left.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_left .bt_bb_headline .bt_bb_headline_superheadline {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before {
    display: block;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after {
    display: none;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after {
    margin-left: 0;
    margin-right: auto;
    float: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center .bt_bb_headline .bt_bb_headline_superheadline {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after,
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after {
    display: block;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after {
    margin-left: auto;
    margin-right: auto;
    float: none;
    }
.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
    }
.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    border-width: 0 !important;
    border-color: transparent !important;
    margin-bottom: 0 !important;
    }
.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    content: ' ';
    width: 2.1875rem;
    border-color: #e94d65;
    margin-top: 0;
    margin-bottom: .3em;
    }
.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_size_extrasmall.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    width: 1.875rem;
    }
.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_size_small.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    width: 1.875rem;
    }
.bt_bb_size_normal.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_size_normal.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    width: 2.5rem;
    }
.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_size_medium.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    width: 3.125rem;
    }
.bt_bb_size_large.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_size_large.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    width: 3.125rem;
    }
.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_size_extralarge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    width: 3.75rem;
    }
.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_size_huge.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    width: 4.375rem;
    }
.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,
.bt_bb_color_scheme_5 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_color_scheme_5.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    border-color: currentColor;
    }
.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,
.bt_bb_color_scheme_6 .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_color_scheme_6.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    border-color: currentColor;
    }

/* 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*="accent_solid"]:before {
    background: #e94d65;
    opacity: .7;
    }
.bt_bb_section[class*="alternate_solid"]:before {
    background: #1b4962;
    opacity: .7;
    }
.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: 1em;
    }
.bt_bb_section.bt_bb_top_spacing_normal > .bt_bb_port {
    padding-top: 2em;
    }
.bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
    padding-top: 5em;
    }
.bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 8.75em;
    }
.bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
    padding-top: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_small > .bt_bb_port {
    padding-bottom: .625em;
    }
.bt_bb_section.bt_bb_bottom_spacing_small > .bt_bb_port {
    padding-bottom: 1em;
    }
.bt_bb_section.bt_bb_bottom_spacing_normal > .bt_bb_port {
    padding-bottom: 2em;
    }
.bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
    padding-bottom: 5em;
    }
.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 8.75em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
    padding-bottom: 16em;
    }
.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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: -webkit-linear-gradient(top,rgba(24,24,24,1) 0%,rgba(24,24,24,0) 25%,rgba(24,24,24,0) 75%,rgba(24,24,24,1) 100%);
    background: -moz-linear-gradient(top,rgba(24,24,24,1) 0%,rgba(24,24,24,0) 25%,rgba(24,24,24,0) 75%,rgba(24,24,24,1) 100%);
    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: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }
.bt_bb_section.bt_bb_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: 100vw;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
@media (max-width: 768px) {
.bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
    padding-top: 3em;
    }
.bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 4.375em;
    }
.bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
    padding-top: 12em;
    }
.bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
    padding-bottom: 3em;
    }
.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 4.375em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
    padding-bottom: 12em;
    }
}

/* 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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(600px / 2 - 20px);
    max-width: -moz-calc(600px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -moz-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: -webkit-calc(600px / 12 * 11);
    max-width: -moz-calc(600px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -moz-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: -webkit-calc(600px / 12 * 10);
    max-width: -moz-calc(600px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -moz-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: -webkit-calc(600px / 12 * 9);
    max-width: -moz-calc(600px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -moz-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: -webkit-calc(600px / 12 * 8);
    max-width: -moz-calc(600px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -moz-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: -webkit-calc(600px / 12 * 7);
    max-width: -moz-calc(600px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -moz-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: -webkit-calc(600px / 12 * 6);
    max-width: -moz-calc(600px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -moz-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: -webkit-calc(600px / 12 * 5);
    max-width: -moz-calc(600px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -moz-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: -webkit-calc(600px / 12 * 4);
    max-width: -moz-calc(600px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -moz-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: -webkit-calc(600px / 12 * 3);
    max-width: -moz-calc(600px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -moz-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: -webkit-calc(600px / 12 * 2);
    max-width: -moz-calc(600px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -moz-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: -webkit-calc(600px / 12);
    max-width: -moz-calc(600px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(600px / 2 - 20px);
    max-width: -moz-calc(600px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -moz-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: -webkit-calc(600px / 12 * 11);
    max-width: -moz-calc(600px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -moz-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: -webkit-calc(600px / 12 * 10);
    max-width: -moz-calc(600px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -moz-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: -webkit-calc(600px / 12 * 9);
    max-width: -moz-calc(600px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -moz-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: -webkit-calc(600px / 12 * 8);
    max-width: -moz-calc(600px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -moz-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: -webkit-calc(600px / 12 * 7);
    max-width: -moz-calc(600px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -moz-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: -webkit-calc(600px / 12 * 6);
    max-width: -moz-calc(600px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -moz-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: -webkit-calc(600px / 12 * 5);
    max-width: -moz-calc(600px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -moz-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: -webkit-calc(600px / 12 * 4);
    max-width: -moz-calc(600px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -moz-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: -webkit-calc(600px / 12 * 3);
    max-width: -moz-calc(600px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -moz-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: -webkit-calc(600px / 12 * 2);
    max-width: -moz-calc(600px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -moz-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: -webkit-calc(600px / 12);
    max-width: -moz-calc(600px / 12);
    max-width: calc(600px / 12);
    }
.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(700px / 2 - 20px);
    max-width: -moz-calc(700px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -moz-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: -webkit-calc(700px / 12 * 11);
    max-width: -moz-calc(700px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -moz-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: -webkit-calc(700px / 12 * 10);
    max-width: -moz-calc(700px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -moz-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: -webkit-calc(700px / 12 * 9);
    max-width: -moz-calc(700px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -moz-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: -webkit-calc(700px / 12 * 8);
    max-width: -moz-calc(700px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -moz-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: -webkit-calc(700px / 12 * 7);
    max-width: -moz-calc(700px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -moz-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: -webkit-calc(700px / 12 * 6);
    max-width: -moz-calc(700px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -moz-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: -webkit-calc(700px / 12 * 5);
    max-width: -moz-calc(700px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -moz-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: -webkit-calc(700px / 12 * 4);
    max-width: -moz-calc(700px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -moz-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: -webkit-calc(700px / 12 * 3);
    max-width: -moz-calc(700px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -moz-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: -webkit-calc(700px / 12 * 2);
    max-width: -moz-calc(700px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -moz-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: -webkit-calc(700px / 12);
    max-width: -moz-calc(700px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(700px / 2 - 20px);
    max-width: -moz-calc(700px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -moz-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: -webkit-calc(700px / 12 * 11);
    max-width: -moz-calc(700px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -moz-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: -webkit-calc(700px / 12 * 10);
    max-width: -moz-calc(700px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -moz-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: -webkit-calc(700px / 12 * 9);
    max-width: -moz-calc(700px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -moz-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: -webkit-calc(700px / 12 * 8);
    max-width: -moz-calc(700px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -moz-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: -webkit-calc(700px / 12 * 7);
    max-width: -moz-calc(700px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -moz-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: -webkit-calc(700px / 12 * 6);
    max-width: -moz-calc(700px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -moz-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: -webkit-calc(700px / 12 * 5);
    max-width: -moz-calc(700px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -moz-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: -webkit-calc(700px / 12 * 4);
    max-width: -moz-calc(700px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -moz-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: -webkit-calc(700px / 12 * 3);
    max-width: -moz-calc(700px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -moz-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: -webkit-calc(700px / 12 * 2);
    max-width: -moz-calc(700px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -moz-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: -webkit-calc(700px / 12);
    max-width: -moz-calc(700px / 12);
    max-width: calc(700px / 12);
    }
.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(800px / 2 - 20px);
    max-width: -moz-calc(800px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -moz-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: -webkit-calc(800px / 12 * 11);
    max-width: -moz-calc(800px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -moz-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: -webkit-calc(800px / 12 * 10);
    max-width: -moz-calc(800px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -moz-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: -webkit-calc(800px / 12 * 9);
    max-width: -moz-calc(800px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -moz-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: -webkit-calc(800px / 12 * 8);
    max-width: -moz-calc(800px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -moz-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: -webkit-calc(800px / 12 * 7);
    max-width: -moz-calc(800px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -moz-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: -webkit-calc(800px / 12 * 6);
    max-width: -moz-calc(800px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -moz-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: -webkit-calc(800px / 12 * 5);
    max-width: -moz-calc(800px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -moz-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: -webkit-calc(800px / 12 * 4);
    max-width: -moz-calc(800px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -moz-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: -webkit-calc(800px / 12 * 3);
    max-width: -moz-calc(800px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -moz-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: -webkit-calc(800px / 12 * 2);
    max-width: -moz-calc(800px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -moz-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: -webkit-calc(800px / 12);
    max-width: -moz-calc(800px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(800px / 2 - 20px);
    max-width: -moz-calc(800px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -moz-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: -webkit-calc(800px / 12 * 11);
    max-width: -moz-calc(800px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -moz-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: -webkit-calc(800px / 12 * 10);
    max-width: -moz-calc(800px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -moz-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: -webkit-calc(800px / 12 * 9);
    max-width: -moz-calc(800px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -moz-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: -webkit-calc(800px / 12 * 8);
    max-width: -moz-calc(800px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -moz-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: -webkit-calc(800px / 12 * 7);
    max-width: -moz-calc(800px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -moz-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: -webkit-calc(800px / 12 * 6);
    max-width: -moz-calc(800px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -moz-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: -webkit-calc(800px / 12 * 5);
    max-width: -moz-calc(800px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -moz-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: -webkit-calc(800px / 12 * 4);
    max-width: -moz-calc(800px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -moz-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: -webkit-calc(800px / 12 * 3);
    max-width: -moz-calc(800px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -moz-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: -webkit-calc(800px / 12 * 2);
    max-width: -moz-calc(800px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -moz-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: -webkit-calc(800px / 12);
    max-width: -moz-calc(800px / 12);
    max-width: calc(800px / 12);
    }
.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(900px / 2 - 20px);
    max-width: -moz-calc(900px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -moz-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: -webkit-calc(900px / 12 * 11);
    max-width: -moz-calc(900px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -moz-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: -webkit-calc(900px / 12 * 10);
    max-width: -moz-calc(900px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -moz-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: -webkit-calc(900px / 12 * 9);
    max-width: -moz-calc(900px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -moz-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: -webkit-calc(900px / 12 * 8);
    max-width: -moz-calc(900px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -moz-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: -webkit-calc(900px / 12 * 7);
    max-width: -moz-calc(900px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -moz-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: -webkit-calc(900px / 12 * 6);
    max-width: -moz-calc(900px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -moz-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: -webkit-calc(900px / 12 * 5);
    max-width: -moz-calc(900px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -moz-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: -webkit-calc(900px / 12 * 4);
    max-width: -moz-calc(900px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -moz-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: -webkit-calc(900px / 12 * 3);
    max-width: -moz-calc(900px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -moz-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: -webkit-calc(900px / 12 * 2);
    max-width: -moz-calc(900px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -moz-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: -webkit-calc(900px / 12);
    max-width: -moz-calc(900px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(900px / 2 - 20px);
    max-width: -moz-calc(900px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -moz-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: -webkit-calc(900px / 12 * 11);
    max-width: -moz-calc(900px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -moz-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: -webkit-calc(900px / 12 * 10);
    max-width: -moz-calc(900px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -moz-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: -webkit-calc(900px / 12 * 9);
    max-width: -moz-calc(900px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -moz-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: -webkit-calc(900px / 12 * 8);
    max-width: -moz-calc(900px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -moz-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: -webkit-calc(900px / 12 * 7);
    max-width: -moz-calc(900px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -moz-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: -webkit-calc(900px / 12 * 6);
    max-width: -moz-calc(900px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -moz-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: -webkit-calc(900px / 12 * 5);
    max-width: -moz-calc(900px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -moz-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: -webkit-calc(900px / 12 * 4);
    max-width: -moz-calc(900px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -moz-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: -webkit-calc(900px / 12 * 3);
    max-width: -moz-calc(900px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -moz-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: -webkit-calc(900px / 12 * 2);
    max-width: -moz-calc(900px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -moz-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: -webkit-calc(900px / 12);
    max-width: -moz-calc(900px / 12);
    max-width: calc(900px / 12);
    }
.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(1000px / 2 - 20px);
    max-width: -moz-calc(1000px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 11);
    max-width: -moz-calc(1000px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 10);
    max-width: -moz-calc(1000px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 9);
    max-width: -moz-calc(1000px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 8);
    max-width: -moz-calc(1000px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 7);
    max-width: -moz-calc(1000px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 6);
    max-width: -moz-calc(1000px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 5);
    max-width: -moz-calc(1000px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 4);
    max-width: -moz-calc(1000px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 3);
    max-width: -moz-calc(1000px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 2);
    max-width: -moz-calc(1000px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -moz-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: -webkit-calc(1000px / 12);
    max-width: -moz-calc(1000px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(1000px / 2 - 20px);
    max-width: -moz-calc(1000px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 11);
    max-width: -moz-calc(1000px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 10);
    max-width: -moz-calc(1000px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 9);
    max-width: -moz-calc(1000px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 8);
    max-width: -moz-calc(1000px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 7);
    max-width: -moz-calc(1000px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 6);
    max-width: -moz-calc(1000px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 5);
    max-width: -moz-calc(1000px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 4);
    max-width: -moz-calc(1000px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 3);
    max-width: -moz-calc(1000px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 2);
    max-width: -moz-calc(1000px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -moz-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: -webkit-calc(1000px / 12);
    max-width: -moz-calc(1000px / 12);
    max-width: calc(1000px / 12);
    }
.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(1100px / 2 - 20px);
    max-width: -moz-calc(1100px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 11);
    max-width: -moz-calc(1100px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 10);
    max-width: -moz-calc(1100px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 9);
    max-width: -moz-calc(1100px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 8);
    max-width: -moz-calc(1100px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 7);
    max-width: -moz-calc(1100px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 6);
    max-width: -moz-calc(1100px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 5);
    max-width: -moz-calc(1100px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 4);
    max-width: -moz-calc(1100px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 3);
    max-width: -moz-calc(1100px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 2);
    max-width: -moz-calc(1100px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -moz-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: -webkit-calc(1100px / 12);
    max-width: -moz-calc(1100px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(1100px / 2 - 20px);
    max-width: -moz-calc(1100px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 11);
    max-width: -moz-calc(1100px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 10);
    max-width: -moz-calc(1100px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 9);
    max-width: -moz-calc(1100px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 8);
    max-width: -moz-calc(1100px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 7);
    max-width: -moz-calc(1100px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 6);
    max-width: -moz-calc(1100px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 5);
    max-width: -moz-calc(1100px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 4);
    max-width: -moz-calc(1100px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 3);
    max-width: -moz-calc(1100px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 2);
    max-width: -moz-calc(1100px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -moz-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: -webkit-calc(1100px / 12);
    max-width: -moz-calc(1100px / 12);
    max-width: calc(1100px / 12);
    }
.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(1200px / 2 - 20px);
    max-width: -moz-calc(1200px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 11);
    max-width: -moz-calc(1200px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 10);
    max-width: -moz-calc(1200px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 9);
    max-width: -moz-calc(1200px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 8);
    max-width: -moz-calc(1200px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 7);
    max-width: -moz-calc(1200px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 6);
    max-width: -moz-calc(1200px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 5);
    max-width: -moz-calc(1200px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 4);
    max-width: -moz-calc(1200px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 3);
    max-width: -moz-calc(1200px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 2);
    max-width: -moz-calc(1200px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -moz-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: -webkit-calc(1200px / 12);
    max-width: -moz-calc(1200px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(1200px / 2 - 20px);
    max-width: -moz-calc(1200px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 11);
    max-width: -moz-calc(1200px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 10);
    max-width: -moz-calc(1200px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 9);
    max-width: -moz-calc(1200px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 8);
    max-width: -moz-calc(1200px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 7);
    max-width: -moz-calc(1200px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 6);
    max-width: -moz-calc(1200px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 5);
    max-width: -moz-calc(1200px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 4);
    max-width: -moz-calc(1200px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 3);
    max-width: -moz-calc(1200px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 2);
    max-width: -moz-calc(1200px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -moz-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: -webkit-calc(1200px / 12);
    max-width: -moz-calc(1200px / 12);
    max-width: calc(1200px / 12);
    }
.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(1400px / 2 - 20px);
    max-width: -moz-calc(1400px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 11);
    max-width: -moz-calc(1400px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 10);
    max-width: -moz-calc(1400px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 9);
    max-width: -moz-calc(1400px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 8);
    max-width: -moz-calc(1400px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 7);
    max-width: -moz-calc(1400px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 6);
    max-width: -moz-calc(1400px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 5);
    max-width: -moz-calc(1400px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 4);
    max-width: -moz-calc(1400px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 3);
    max-width: -moz-calc(1400px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 2);
    max-width: -moz-calc(1400px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -moz-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: -webkit-calc(1400px / 12);
    max-width: -moz-calc(1400px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(1400px / 2 - 20px);
    max-width: -moz-calc(1400px / 2 - 20px);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 11);
    max-width: -moz-calc(1400px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 10);
    max-width: -moz-calc(1400px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 9);
    max-width: -moz-calc(1400px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 8);
    max-width: -moz-calc(1400px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 7);
    max-width: -moz-calc(1400px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 6);
    max-width: -moz-calc(1400px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 5);
    max-width: -moz-calc(1400px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 4);
    max-width: -moz-calc(1400px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 3);
    max-width: -moz-calc(1400px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 2);
    max-width: -moz-calc(1400px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -moz-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: -webkit-calc(1400px / 12);
    max-width: -moz-calc(1400px / 12);
    max-width: calc(1400px / 12);
    }
.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_boxed_content .bt_bb_row .bt_bb_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(600px / 2);
    max-width: -moz-calc(600px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -moz-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: -webkit-calc(600px / 12 * 11);
    max-width: -moz-calc(600px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -moz-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: -webkit-calc(600px / 12 * 10);
    max-width: -moz-calc(600px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -moz-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: -webkit-calc(600px / 12 * 9);
    max-width: -moz-calc(600px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -moz-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: -webkit-calc(600px / 12 * 8);
    max-width: -moz-calc(600px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -moz-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: -webkit-calc(600px / 12 * 7);
    max-width: -moz-calc(600px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -moz-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: -webkit-calc(600px / 12 * 6);
    max-width: -moz-calc(600px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -moz-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: -webkit-calc(600px / 12 * 5);
    max-width: -moz-calc(600px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -moz-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: -webkit-calc(600px / 12 * 4);
    max-width: -moz-calc(600px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -moz-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: -webkit-calc(600px / 12 * 3);
    max-width: -moz-calc(600px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -moz-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: -webkit-calc(600px / 12 * 2);
    max-width: -moz-calc(600px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -moz-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: -webkit-calc(600px / 12);
    max-width: -moz-calc(600px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -moz-calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -moz-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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 600px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(700px / 2);
    max-width: -moz-calc(700px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -moz-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: -webkit-calc(700px / 12 * 11);
    max-width: -moz-calc(700px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -moz-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: -webkit-calc(700px / 12 * 10);
    max-width: -moz-calc(700px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -moz-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: -webkit-calc(700px / 12 * 9);
    max-width: -moz-calc(700px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -moz-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: -webkit-calc(700px / 12 * 8);
    max-width: -moz-calc(700px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -moz-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: -webkit-calc(700px / 12 * 7);
    max-width: -moz-calc(700px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -moz-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: -webkit-calc(700px / 12 * 6);
    max-width: -moz-calc(700px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -moz-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: -webkit-calc(700px / 12 * 5);
    max-width: -moz-calc(700px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -moz-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: -webkit-calc(700px / 12 * 4);
    max-width: -moz-calc(700px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -moz-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: -webkit-calc(700px / 12 * 3);
    max-width: -moz-calc(700px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -moz-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: -webkit-calc(700px / 12 * 2);
    max-width: -moz-calc(700px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -moz-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: -webkit-calc(700px / 12);
    max-width: -moz-calc(700px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -moz-calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -moz-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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 700px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(800px / 2);
    max-width: -moz-calc(800px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -moz-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: -webkit-calc(800px / 12 * 11);
    max-width: -moz-calc(800px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -moz-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: -webkit-calc(800px / 12 * 10);
    max-width: -moz-calc(800px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -moz-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: -webkit-calc(800px / 12 * 9);
    max-width: -moz-calc(800px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -moz-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: -webkit-calc(800px / 12 * 8);
    max-width: -moz-calc(800px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -moz-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: -webkit-calc(800px / 12 * 7);
    max-width: -moz-calc(800px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -moz-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: -webkit-calc(800px / 12 * 6);
    max-width: -moz-calc(800px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -moz-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: -webkit-calc(800px / 12 * 5);
    max-width: -moz-calc(800px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -moz-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: -webkit-calc(800px / 12 * 4);
    max-width: -moz-calc(800px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -moz-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: -webkit-calc(800px / 12 * 3);
    max-width: -moz-calc(800px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -moz-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: -webkit-calc(800px / 12 * 2);
    max-width: -moz-calc(800px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -moz-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: -webkit-calc(800px / 12);
    max-width: -moz-calc(800px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -moz-calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -moz-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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 800px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(900px / 2);
    max-width: -moz-calc(900px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -moz-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: -webkit-calc(900px / 12 * 11);
    max-width: -moz-calc(900px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -moz-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: -webkit-calc(900px / 12 * 10);
    max-width: -moz-calc(900px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -moz-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: -webkit-calc(900px / 12 * 9);
    max-width: -moz-calc(900px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -moz-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: -webkit-calc(900px / 12 * 8);
    max-width: -moz-calc(900px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -moz-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: -webkit-calc(900px / 12 * 7);
    max-width: -moz-calc(900px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -moz-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: -webkit-calc(900px / 12 * 6);
    max-width: -moz-calc(900px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -moz-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: -webkit-calc(900px / 12 * 5);
    max-width: -moz-calc(900px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -moz-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: -webkit-calc(900px / 12 * 4);
    max-width: -moz-calc(900px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -moz-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: -webkit-calc(900px / 12 * 3);
    max-width: -moz-calc(900px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -moz-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: -webkit-calc(900px / 12 * 2);
    max-width: -moz-calc(900px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -moz-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: -webkit-calc(900px / 12);
    max-width: -moz-calc(900px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -moz-calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -moz-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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 900px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(1000px / 2);
    max-width: -moz-calc(1000px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 11);
    max-width: -moz-calc(1000px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 10);
    max-width: -moz-calc(1000px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 9);
    max-width: -moz-calc(1000px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 8);
    max-width: -moz-calc(1000px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 7);
    max-width: -moz-calc(1000px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 6);
    max-width: -moz-calc(1000px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 5);
    max-width: -moz-calc(1000px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 4);
    max-width: -moz-calc(1000px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 3);
    max-width: -moz-calc(1000px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 2);
    max-width: -moz-calc(1000px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -moz-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: -webkit-calc(1000px / 12);
    max-width: -moz-calc(1000px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -moz-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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 1000px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(1100px / 2);
    max-width: -moz-calc(1100px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 11);
    max-width: -moz-calc(1100px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 10);
    max-width: -moz-calc(1100px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 9);
    max-width: -moz-calc(1100px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 8);
    max-width: -moz-calc(1100px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 7);
    max-width: -moz-calc(1100px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 6);
    max-width: -moz-calc(1100px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 5);
    max-width: -moz-calc(1100px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 4);
    max-width: -moz-calc(1100px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 3);
    max-width: -moz-calc(1100px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 2);
    max-width: -moz-calc(1100px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -moz-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: -webkit-calc(1100px / 12);
    max-width: -moz-calc(1100px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -moz-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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 1100px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(1200px / 2);
    max-width: -moz-calc(1200px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 11);
    max-width: -moz-calc(1200px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 10);
    max-width: -moz-calc(1200px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 9);
    max-width: -moz-calc(1200px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 8);
    max-width: -moz-calc(1200px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 7);
    max-width: -moz-calc(1200px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 6);
    max-width: -moz-calc(1200px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 5);
    max-width: -moz-calc(1200px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 4);
    max-width: -moz-calc(1200px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 3);
    max-width: -moz-calc(1200px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 2);
    max-width: -moz-calc(1200px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -moz-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: -webkit-calc(1200px / 12);
    max-width: -moz-calc(1200px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -moz-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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 1200px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: -webkit-calc(1400px / 2);
    max-width: -moz-calc(1400px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 11);
    max-width: -moz-calc(1400px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 10);
    max-width: -moz-calc(1400px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 9);
    max-width: -moz-calc(1400px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 8);
    max-width: -moz-calc(1400px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 7);
    max-width: -moz-calc(1400px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 6);
    max-width: -moz-calc(1400px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 5);
    max-width: -moz-calc(1400px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 4);
    max-width: -moz-calc(1400px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 3);
    max-width: -moz-calc(1400px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 2);
    max-width: -moz-calc(1400px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -moz-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: -webkit-calc(1400px / 12);
    max-width: -moz-calc(1400px / 12);
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -moz-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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_left_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 1400px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -moz-calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: calc(100% - (100% - 600px)/2 - 600px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -moz-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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(600px / 2);
    max-width: -moz-calc(600px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12);
    max-width: -moz-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: -webkit-calc(600px / 12 * 11);
    max-width: -moz-calc(600px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*2);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*2);
    max-width: -moz-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: -webkit-calc(600px / 12 * 10);
    max-width: -moz-calc(600px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*3);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*3);
    max-width: -moz-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: -webkit-calc(600px / 12 * 9);
    max-width: -moz-calc(600px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*4);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*4);
    max-width: -moz-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: -webkit-calc(600px / 12 * 8);
    max-width: -moz-calc(600px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*5);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*5);
    max-width: -moz-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: -webkit-calc(600px / 12 * 7);
    max-width: -moz-calc(600px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*6);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*6);
    max-width: -moz-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: -webkit-calc(600px / 12 * 6);
    max-width: -moz-calc(600px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*7);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*7);
    max-width: -moz-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: -webkit-calc(600px / 12 * 5);
    max-width: -moz-calc(600px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*8);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*8);
    max-width: -moz-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: -webkit-calc(600px / 12 * 4);
    max-width: -moz-calc(600px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*9);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*9);
    max-width: -moz-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: -webkit-calc(600px / 12 * 3);
    max-width: -moz-calc(600px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*10);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*10);
    max-width: -moz-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: -webkit-calc(600px / 12 * 2);
    max-width: -moz-calc(600px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: -moz-calc(100% - (100% - 600px)/2 - 600px/12*11);
    flex-basis: calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -webkit-calc(100% - (100% - 600px)/2 - 600px/12*11);
    max-width: -moz-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: -webkit-calc(600px / 12);
    max-width: -moz-calc(600px / 12);
    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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_600.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 600px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -moz-calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: calc(100% - (100% - 700px)/2 - 700px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -moz-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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(700px / 2);
    max-width: -moz-calc(700px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12);
    max-width: -moz-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: -webkit-calc(700px / 12 * 11);
    max-width: -moz-calc(700px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*2);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*2);
    max-width: -moz-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: -webkit-calc(700px / 12 * 10);
    max-width: -moz-calc(700px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*3);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*3);
    max-width: -moz-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: -webkit-calc(700px / 12 * 9);
    max-width: -moz-calc(700px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*4);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*4);
    max-width: -moz-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: -webkit-calc(700px / 12 * 8);
    max-width: -moz-calc(700px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*5);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*5);
    max-width: -moz-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: -webkit-calc(700px / 12 * 7);
    max-width: -moz-calc(700px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*6);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*6);
    max-width: -moz-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: -webkit-calc(700px / 12 * 6);
    max-width: -moz-calc(700px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*7);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*7);
    max-width: -moz-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: -webkit-calc(700px / 12 * 5);
    max-width: -moz-calc(700px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*8);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*8);
    max-width: -moz-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: -webkit-calc(700px / 12 * 4);
    max-width: -moz-calc(700px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*9);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*9);
    max-width: -moz-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: -webkit-calc(700px / 12 * 3);
    max-width: -moz-calc(700px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*10);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*10);
    max-width: -moz-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: -webkit-calc(700px / 12 * 2);
    max-width: -moz-calc(700px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: -moz-calc(100% - (100% - 700px)/2 - 700px/12*11);
    flex-basis: calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -webkit-calc(100% - (100% - 700px)/2 - 700px/12*11);
    max-width: -moz-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: -webkit-calc(700px / 12);
    max-width: -moz-calc(700px / 12);
    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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_700.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 700px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -moz-calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: calc(100% - (100% - 800px)/2 - 800px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -moz-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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(800px / 2);
    max-width: -moz-calc(800px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12);
    max-width: -moz-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: -webkit-calc(800px / 12 * 11);
    max-width: -moz-calc(800px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*2);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*2);
    max-width: -moz-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: -webkit-calc(800px / 12 * 10);
    max-width: -moz-calc(800px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*3);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*3);
    max-width: -moz-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: -webkit-calc(800px / 12 * 9);
    max-width: -moz-calc(800px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*4);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*4);
    max-width: -moz-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: -webkit-calc(800px / 12 * 8);
    max-width: -moz-calc(800px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*5);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*5);
    max-width: -moz-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: -webkit-calc(800px / 12 * 7);
    max-width: -moz-calc(800px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*6);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*6);
    max-width: -moz-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: -webkit-calc(800px / 12 * 6);
    max-width: -moz-calc(800px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*7);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*7);
    max-width: -moz-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: -webkit-calc(800px / 12 * 5);
    max-width: -moz-calc(800px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*8);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*8);
    max-width: -moz-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: -webkit-calc(800px / 12 * 4);
    max-width: -moz-calc(800px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*9);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*9);
    max-width: -moz-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: -webkit-calc(800px / 12 * 3);
    max-width: -moz-calc(800px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*10);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*10);
    max-width: -moz-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: -webkit-calc(800px / 12 * 2);
    max-width: -moz-calc(800px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: -moz-calc(100% - (100% - 800px)/2 - 800px/12*11);
    flex-basis: calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -webkit-calc(100% - (100% - 800px)/2 - 800px/12*11);
    max-width: -moz-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: -webkit-calc(800px / 12);
    max-width: -moz-calc(800px / 12);
    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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_800.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 800px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -moz-calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: calc(100% - (100% - 900px)/2 - 900px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -moz-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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(900px / 2);
    max-width: -moz-calc(900px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12);
    max-width: -moz-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: -webkit-calc(900px / 12 * 11);
    max-width: -moz-calc(900px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*2);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*2);
    max-width: -moz-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: -webkit-calc(900px / 12 * 10);
    max-width: -moz-calc(900px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*3);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*3);
    max-width: -moz-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: -webkit-calc(900px / 12 * 9);
    max-width: -moz-calc(900px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*4);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*4);
    max-width: -moz-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: -webkit-calc(900px / 12 * 8);
    max-width: -moz-calc(900px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*5);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*5);
    max-width: -moz-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: -webkit-calc(900px / 12 * 7);
    max-width: -moz-calc(900px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*6);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*6);
    max-width: -moz-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: -webkit-calc(900px / 12 * 6);
    max-width: -moz-calc(900px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*7);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*7);
    max-width: -moz-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: -webkit-calc(900px / 12 * 5);
    max-width: -moz-calc(900px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*8);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*8);
    max-width: -moz-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: -webkit-calc(900px / 12 * 4);
    max-width: -moz-calc(900px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*9);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*9);
    max-width: -moz-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: -webkit-calc(900px / 12 * 3);
    max-width: -moz-calc(900px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*10);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*10);
    max-width: -moz-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: -webkit-calc(900px / 12 * 2);
    max-width: -moz-calc(900px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: -moz-calc(100% - (100% - 900px)/2 - 900px/12*11);
    flex-basis: calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -webkit-calc(100% - (100% - 900px)/2 - 900px/12*11);
    max-width: -moz-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: -webkit-calc(900px / 12);
    max-width: -moz-calc(900px / 12);
    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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_900.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 900px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -moz-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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(1000px / 2);
    max-width: -moz-calc(1000px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 11);
    max-width: -moz-calc(1000px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*2);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 10);
    max-width: -moz-calc(1000px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*3);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 9);
    max-width: -moz-calc(1000px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*4);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 8);
    max-width: -moz-calc(1000px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*5);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 7);
    max-width: -moz-calc(1000px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*6);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 6);
    max-width: -moz-calc(1000px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*7);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 5);
    max-width: -moz-calc(1000px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*8);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 4);
    max-width: -moz-calc(1000px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*9);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 3);
    max-width: -moz-calc(1000px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*10);
    max-width: -moz-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: -webkit-calc(1000px / 12 * 2);
    max-width: -moz-calc(1000px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    flex-basis: calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -webkit-calc(100% - (100% - 1000px)/2 - 1000px/12*11);
    max-width: -moz-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: -webkit-calc(1000px / 12);
    max-width: -moz-calc(1000px / 12);
    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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1000.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 1000px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -moz-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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(1100px / 2);
    max-width: -moz-calc(1100px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 11);
    max-width: -moz-calc(1100px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*2);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 10);
    max-width: -moz-calc(1100px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*3);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 9);
    max-width: -moz-calc(1100px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*4);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 8);
    max-width: -moz-calc(1100px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*5);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 7);
    max-width: -moz-calc(1100px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*6);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 6);
    max-width: -moz-calc(1100px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*7);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 5);
    max-width: -moz-calc(1100px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*8);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 4);
    max-width: -moz-calc(1100px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*9);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 3);
    max-width: -moz-calc(1100px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*10);
    max-width: -moz-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: -webkit-calc(1100px / 12 * 2);
    max-width: -moz-calc(1100px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    flex-basis: calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -webkit-calc(100% - (100% - 1100px)/2 - 1100px/12*11);
    max-width: -moz-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: -webkit-calc(1100px / 12);
    max-width: -moz-calc(1100px / 12);
    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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1100.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 1100px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -moz-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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(1200px / 2);
    max-width: -moz-calc(1200px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 11);
    max-width: -moz-calc(1200px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*2);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 10);
    max-width: -moz-calc(1200px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*3);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 9);
    max-width: -moz-calc(1200px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*4);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 8);
    max-width: -moz-calc(1200px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*5);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 7);
    max-width: -moz-calc(1200px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*6);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 6);
    max-width: -moz-calc(1200px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*7);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 5);
    max-width: -moz-calc(1200px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*8);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 4);
    max-width: -moz-calc(1200px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*9);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 3);
    max-width: -moz-calc(1200px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*10);
    max-width: -moz-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: -webkit-calc(1200px / 12 * 2);
    max-width: -moz-calc(1200px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -webkit-calc(100% - (100% - 1200px)/2 - 1200px/12*11);
    max-width: -moz-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: -webkit-calc(1200px / 12);
    max-width: -moz-calc(1200px / 12);
    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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 1200px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -moz-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: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -moz-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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -moz-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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-calc(1400px / 2);
    max-width: -moz-calc(1400px / 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 11);
    max-width: -moz-calc(1400px / 12 * 11);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*2);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 10);
    max-width: -moz-calc(1400px / 12 * 10);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*3);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 9);
    max-width: -moz-calc(1400px / 12 * 9);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*4);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 8);
    max-width: -moz-calc(1400px / 12 * 8);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*5);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 7);
    max-width: -moz-calc(1400px / 12 * 7);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*6);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 6);
    max-width: -moz-calc(1400px / 12 * 6);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*7);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 5);
    max-width: -moz-calc(1400px / 12 * 5);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*8);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 4);
    max-width: -moz-calc(1400px / 12 * 4);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*9);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 3);
    max-width: -moz-calc(1400px / 12 * 3);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*10);
    max-width: -moz-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: -webkit-calc(1400px / 12 * 2);
    max-width: -moz-calc(1400px / 12 * 2);
    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"] {
    -webkit-flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    -webkit-flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: -moz-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    flex-basis: calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -webkit-calc(100% - (100% - 1400px)/2 - 1400px/12*11);
    max-width: -moz-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: -webkit-calc(1400px / 12);
    max-width: -moz-calc(1400px / 12);
    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_row_holder > .bt_bb_column:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section.bt_bb_layout_boxed_1400.bt_bb_section_show_right_boxed_content .bt_bb_row .bt_bb_row_holder > .bt_bb_column:only-child .bt_bb_column_content {
    max-width: 1400px;
    -webkit-flex-basis: 100%;
    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_row_holder > .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_row_holder > .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_row_holder > .bt_bb_column:only-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100% !important;
    -webkit-flex-basis: 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_row_holder > .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_row_holder > .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_row_holder > .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: -webkit-calc(100% - 60px) !important;
    max-width: -moz-calc(100% - 60px) !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: -webkit-calc(100% - 60px) !important;
    max-width: -moz-calc(100% - 60px) !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: -webkit-calc(100% - 60px) !important;
    max-width: -moz-calc(100% - 60px) !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: -webkit-calc(100% - 60px) !important;
    max-width: -moz-calc(100% - 60px) !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: -webkit-calc(100% - 60px) !important;
    max-width: -moz-calc(100% - 60px) !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: -webkit-calc(100% - 60px) !important;
    max-width: -moz-calc(100% - 60px) !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: -webkit-calc(100% - 60px) !important;
    max-width: -moz-calc(100% - 60px) !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: -webkit-calc(100% - 60px) !important;
    max-width: -moz-calc(100% - 60px) !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: -webkit-calc(100% + 10px) !important;
    max-width: -moz-calc(100% + 10px) !important;
    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: -webkit-calc(100% + 10px) !important;
    max-width: -moz-calc(100% + 10px) !important;
    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: -webkit-calc(100% + 20px) !important;
    max-width: -moz-calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
}

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

/* Column shadow */
.bt_bb_highlight.bt_bb_column .bt_bb_column_content {
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
    }
.bt_bb_highlight.bt_bb_column_inner .bt_bb_column_inner_content {
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
    }

/* Column Background image */
.bt_bb_row_holder .bt_bb_column[style*="background-image"] {
    background-position: var(--background-position,center);
    background-size: var(--background-size,cover);
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content[style*="background-image"] {
    background-position: var(--inner-background-position,center) !important;
    background-size: var(--inner-background-size,cover) !important;
    }

/* Inner Column */
.bt_bb_row_inner_holder .bt_bb_column_inner[style*="background-image"] {
    background-position: var(--background-inner-position,center);
    background-size: var(--background-inner-size,cover);
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content[style*="background-image"] {
    background-position: var(--inner-background-inner-position,center) !important;
    background-size: var(--inner-background-inner-size,cover) !important;
    }

/* Header */
.bt_bb_headline {
    position: relative;
    }
.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 .bt_bb_headline_superheadline {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    letter-spacing: 0;
    font-size: 1rem;
    margin: 0 0 .6em;
    font-weight: 400;
    }
.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1.125rem;
    }
.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1.125rem;
    }
.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1.125rem;
    }
.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1.125rem;
    }
.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1rem;
    }
.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .9375rem;
    }
.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .875rem;
    }
.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .875rem !important;
    }
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline .bt_bb_headline_content:after {
    width: 2em !important;
    }
.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    margin-top: 1.3em;
    line-height: 1.5em;
    font-size: 1em;
    }
.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.125rem;
    }
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.125rem;
    }
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.125rem;
    }
.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.125rem;
    }
.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;
    }
.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: .875rem !important;
    margin-top: 1em;
    }
.bt_bb_headline.bt_bb_subheadline.bt_bb_semitransparent_text_true .bt_bb_headline_subheadline,
.bt_bb_headline.bt_bb_subheadline.bt_bb_semitransparent_subheadline .bt_bb_headline_subheadline {
    opacity: .5;
    }
.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_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .7em;
    }
.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_superheadline,
.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_superheadline,
.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_superheadline,
.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_superheadline,
.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_superheadline,
.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_superheadline {
    font-size: .7rem;
    }
.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_dash_top.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .6em;
    }
.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_superheadline,
.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_superheadline,
.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_superheadline,
.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_superheadline,
.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_superheadline,
.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_superheadline {
    font-size: .875rem;
    }
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .6em;
    }
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .6em;
    }
.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
    font-weight: 800;
    }
.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin: .35em 0 0;
    }
.bt_bb_headline b {
    font-weight: inherit;
    color: #e94d65;
    }
.bt_bb_headline u {
    font-weight: inherit;
    text-decoration: none;
    color: #1b4962;
    }
.bt_bb_headline em {
    font-style: inherit;
    color: #fff;
    }
.bt_bb_headline s {
    font-weight: inherit;
    text-decoration: none;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    }
.bt_bb_headline strong {
    font-weight: 800;
    }

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

/* First section special case */
section.btPageHeadline .bt_bb_column:not(.bt_bb_align_center) .bt_bb_headline .bt_bb_headline_superheadline {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
section.btPageHeadline .bt_bb_column:not(.bt_bb_align_center) .bt_bb_headline .bt_bb_headline_superheadline:after {
    display: none;
    }
.rtl section.btPageHeadline .bt_bb_column:not(.bt_bb_align_center) .bt_bb_headline .bt_bb_headline_superheadline {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
.rtl section.btPageHeadline .bt_bb_column:not(.bt_bb_align_center) .bt_bb_headline .bt_bb_headline_superheadline:before {
    margin-right: 0;
    margin-left: 10px;
    }

/* Progress bar */
.bt_bb_progress_bar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_percent {
    font-size: 1.125em;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: currentColor;
    }
.rtl .bt_bb_progress_bar {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    -webkit-transform: scaleX(-1) translateX(100%);
    -moz-transform: scaleX(-1) translateX(100%);
    -ms-transform: scaleX(-1) translateX(100%);
    transform: scaleX(-1) translateX(100%);
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    -webkit-transform: scaleX(-1) translateX(0%);
    -moz-transform: scaleX(-1) translateX(0%);
    -ms-transform: scaleX(-1) translateX(0%);
    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;
    border-bottom: 4px solid currentColor;
    opacity: .1;
    }
.bt_bb_progress_bar.bt_bb_style_line.bt_bb_size_small .bt_bb_progress_bar_bg {
    border-bottom: 2px solid currentColor;
    }
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_size_normal.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    border-bottom-width: 4px;
    }
.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_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 14px;
    width: 1.75em;
    height: 1.75em;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875rem;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 25px;
    width: 2em;
    height: 2em;
    }
.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 {
    font-size: 32px;
    width: 1.8em;
    height: 1.8em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 50px;
    width: 1.8em;
    height: 1.8em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.125em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 70px;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.5625em;
    }
.bt_bb_size_huge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 108.5px;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_huge.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.5625em;
    }
.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
    width: 1em !important;
    height: 1em !important;
    }
.rtl .bt_bb_icon .bt_bb_icon_holder > span {
    padding-left: 0;
    padding-right: .5em;
    }
.bt_bb_icon .bt_bb_icon_colored_icon {
    padding: 0 !important;
    }
.bt_bb_icon .bt_bb_icon_colored_icon > span {
    display: block;
    }
.bt_bb_icon .bt_bb_icon_colored_icon svg {
    display: block;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_colored_icon svg {
    width: 25px;
    height: 25px;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_colored_icon svg {
    width: 14px;
    height: 14px;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_colored_icon svg {
    width: 32px;
    height: 32px;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_colored_icon svg {
    width: 50px;
    height: 50px;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_colored_icon svg {
    width: 70px;
    height: 70px;
    }
.bt_bb_size_huge.bt_bb_icon .bt_bb_icon_colored_icon svg {
    width: 108.5px;
    height: 108.5px;
    }
.bt_bb_icon .bt_bb_icon_colored_icon svg .cls-1 {
    fill: currentColor;
    }
.bt_bb_icon .bt_bb_icon_colored_icon svg .cls-2 {
    fill: #e94d65;
    }
.bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder,
.bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder {
    position: relative;
    -webkit-transition: 280ms ease all;
    -moz-transition: 280ms ease all;
    transition: 280ms ease all;
    }
.bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder:before {
    z-index: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.bt_bb_shape_slanted_right.bt_bb_icon:hover .bt_bb_icon_holder:before,
.bt_bb_shape_slanted_left.bt_bb_icon:hover .bt_bb_icon_holder:before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    }
.bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    }
.rtl .bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    }
.bt_bb_shape_slanted_right.bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
.bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    }
.rtl .bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder {
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    }
.bt_bb_shape_slanted_left.bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #181818 inset;
    box-shadow: 0 0 0 2px #181818 inset;
    }
.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2em #181818 inset;
    box-shadow: 0 0 0 2em #181818 inset;
    }
.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2em #181818 inset;
    box-shadow: 0 0 0 2em #181818 inset;
    }
.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #181818 inset;
    box-shadow: 0 0 0 2px #181818 inset;
    }
.bt_bb_icon.bt_bb_style_borderless a {
    color: inherit !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }
.bt_bb_icon.bt_bb_style_borderless a > span {
    -webkit-transition: color 280ms ease;
    -moz-transition: color 280ms ease;
    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: -7px;
    }
.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_small {
    margin-top: -12.5px;
    }
.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_normal {
    margin-top: -16px;
    }
.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_large {
    margin-top: -25px;
    }
.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_xlarge {
    margin-top: -35px;
    }
.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_half_above.bt_bb_size_huge {
    margin-top: -54.25px;
    }
.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: -14px;
    }
.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_small {
    margin-top: -25px;
    }
.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_normal {
    margin-top: -32px;
    }
.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: -70px;
    }
.bt_bb_icon.bt_bb_style_borderless.bt_bb_vertical_position_full_above.bt_bb_size_huge {
    margin-top: -108.5px;
    }
.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above,
.bt_bb_icon.bt_bb_style_filled.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_filled.bt_bb_vertical_position_half_above.bt_bb_size_xsmall {
    margin-top: -12.25px;
    }
.bt_bb_icon.bt_bb_style_outline.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 {
    margin-top: -25px;
    }
.bt_bb_icon.bt_bb_style_outline.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 {
    margin-top: -28.8px;
    }
.bt_bb_icon.bt_bb_style_outline.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 {
    margin-top: -45px;
    }
.bt_bb_icon.bt_bb_style_outline.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 {
    margin-top: -70px;
    }
.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_half_above.bt_bb_size_huge,
.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_huge {
    margin-top: -108.5px;
    }
.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above,
.bt_bb_icon.bt_bb_style_filled.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_filled.bt_bb_vertical_position_full_above.bt_bb_size_xsmall {
    margin-top: -24.5px;
    }
.bt_bb_icon.bt_bb_style_outline.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 {
    margin-top: -50px;
    }
.bt_bb_icon.bt_bb_style_outline.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 {
    margin-top: -57.6px;
    }
.bt_bb_icon.bt_bb_style_outline.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 {
    margin-top: -90px;
    }
.bt_bb_icon.bt_bb_style_outline.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 {
    margin-top: -140px;
    }
.bt_bb_icon.bt_bb_style_outline.bt_bb_vertical_position_full_above.bt_bb_size_huge,
.bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_full_above.bt_bb_size_huge {
    margin-top: -217px;
    }

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

/* Outline */
.btIcoFacebook.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
    -webkit-box-shadow: 0 0 0 1em #3b5998 inset !important;
    box-shadow: 0 0 0 1em #3b5998 inset !important;
    color: #FFF !important;
    }
.btIcoFacebook.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #3b5998 inset !important;
    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 {
    -webkit-box-shadow: 0 0 0 1em #1da1f2 inset !important;
    box-shadow: 0 0 0 1em #1da1f2 inset !important;
    color: #FFF !important;
    }
.btIcoTwitter.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #1da1f2 inset !important;
    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 {
    -webkit-box-shadow: 0 0 0 1em #007bb5 inset !important;
    box-shadow: 0 0 0 1em #007bb5 inset !important;
    color: #FFF !important;
    }
.btIcoLinkedin.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #007bb5 inset !important;
    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 {
    -webkit-box-shadow: 0 0 0 1em #dc4e40 inset !important;
    box-shadow: 0 0 0 1em #dc4e40 inset !important;
    color: #FFF !important;
    }
.btIcoGooglePlus.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #dc4e40 inset !important;
    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 {
    -webkit-box-shadow: 0 0 0 1em #3fbd50 inset !important;
    box-shadow: 0 0 0 1em #3fbd50 inset !important;
    }
.btIcoWhatsApp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:hover:before {
    -webkit-box-shadow: 0 0 0 2px #3fbd50 inset !important;
    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 {
    -webkit-box-shadow: 0 0 0 1em #4c75a5 inset !important;
    box-shadow: 0 0 0 1em #4c75a5 inset !important;
    color: #FFF !important;
    }
.btIcoVK.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #4c75a5 inset !important;
    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 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: -webkit-radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf) !important;
    background: -moz-radial-gradient(circle at 33% 100%,#fed373 10%,#f15245 35%,#d92e7f 62%,#9b36b7 85%,#515ecf) !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 {
    -webkit-box-shadow: 0 0 0 2px #ac38a2 inset !important;
    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 {
    -webkit-box-shadow: 0 0 0 1em #bd081b inset !important;
    box-shadow: 0 0 0 1em #bd081b inset !important;
    color: #FFF !important;
    }
.btIcoPinterest.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #bd081b inset !important;
    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 {
    -webkit-box-shadow: 0 0 0 1em #e21c2d inset !important;
    box-shadow: 0 0 0 1em #e21c2d inset !important;
    color: #FFF !important;
    }
.btIcoYelp.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #e21c2d inset !important;
    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 {
    -webkit-box-shadow: 0 0 0 1em #e21c2d inset !important;
    box-shadow: 0 0 0 1em #e21c2d inset !important;
    color: #FFF !important;
    }
.btIcoYoutube.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #e21c2d inset !important;
    box-shadow: 0 0 0 2px #e21c2d inset !important;
    color: #e21c2d !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 {
    -webkit-box-shadow: none !important;
    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:hover a.bt_bb_link {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.btSoftRoundedButtons .bt_bb_button a {
    border-radius: 5px;
    }
.btHardRoundedButtons .bt_bb_button a {
    border-radius: 50px;
    }
.btSlantedRightButtons .bt_bb_button a {
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    }
.btSlantedRightButtons .bt_bb_button a > * {
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    transform: skew(8deg);
    }
.btSlantedRightButtons .bt_bb_button:hover a {
    -webkit-transform: translateY(-3px) skew(-8deg);
    -moz-transform: translateY(-3px) skew(-8deg);
    -ms-transform: translateY(-3px) skew(-8deg);
    transform: translateY(-3px) skew(-8deg);
    }
.btSlantedRightButtons .bt_bb_button.bt_bb_style_clean a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.btSlantedRightButtons .bt_bb_button.bt_bb_style_clean a > * {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.btSlantedRightButtons .bt_bb_button.bt_bb_style_clean:hover a {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.btSlantedLeftButtons .bt_bb_button a {
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    transform: skew(8deg);
    }
.btSlantedLeftButtons .bt_bb_button a > * {
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    }
.btSlantedLeftButtons .bt_bb_button:hover a {
    -webkit-transform: translateY(-3px) skew(-8deg);
    -moz-transform: translateY(-3px) skew(-8deg);
    -ms-transform: translateY(-3px) skew(-8deg);
    transform: translateY(-3px) skew(-8deg);
    }
.btSlantedLeftButtons .bt_bb_button.bt_bb_style_clean a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.btSlantedLeftButtons .bt_bb_button.bt_bb_style_clean a > * {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.btSlantedLeftButtons .bt_bb_button.bt_bb_style_clean:hover a {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bt_bb_button.bt_bb_shape_slanted_right a.bt_bb_link {
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    }
.bt_bb_button.bt_bb_shape_slanted_right a.bt_bb_link > * {
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    transform: skew(8deg);
    }
.bt_bb_button.bt_bb_shape_slanted_right:hover a.bt_bb_link {
    -webkit-transform: translateY(-3px) skew(-8deg);
    -moz-transform: translateY(-3px) skew(-8deg);
    -ms-transform: translateY(-3px) skew(-8deg);
    transform: translateY(-3px) skew(-8deg);
    }
.bt_bb_button.bt_bb_shape_slanted_right.bt_bb_style_clean a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_slanted_right.bt_bb_style_clean a > * {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_slanted_right.bt_bb_style_clean:hover a {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bt_bb_button.bt_bb_shape_slanted_left a.bt_bb_link {
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    transform: skew(8deg);
    }
.bt_bb_button.bt_bb_shape_slanted_left a.bt_bb_link > * {
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    }
.bt_bb_button.bt_bb_shape_slanted_left:hover a.bt_bb_link {
    -webkit-transform: translateY(-3px) skew(8deg);
    -moz-transform: translateY(-3px) skew(8deg);
    -ms-transform: translateY(-3px) skew(8deg);
    transform: translateY(-3px) skew(8deg);
    }
.bt_bb_button.bt_bb_shape_slanted_left.bt_bb_style_clean a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_slanted_left.bt_bb_style_clean a > * {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_slanted_left.bt_bb_style_clean:hover a {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_square a.bt_bb_link > * {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_square a.bt_bb_link:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link > * {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_round a.bt_bb_link > * {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_button.bt_bb_shape_round a.bt_bb_link:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 5px;
    }
.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 50px;
    }
.btContent .bt_bb_button a {
    color: inherit;
    }
.bt_bb_button .bt_bb_button_text {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 700;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: .625em;
    }
.rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    margin-left: .625em;
    }
.rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.bt_bb_button.bt_bb_style_clean a,
.bt_bb_button.bt_bb_style_lined a {
    padding: 0 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    }
.bt_bb_button.bt_bb_style_lined a > * {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    }
.bt_bb_button.bt_bb_size_small {
    font-size: .875em;
    line-height: 1.1;
    }
.bt_bb_button.bt_bb_size_small a {
    padding: 1.2142857em 1.42857142em;
    }
.bt_bb_button.bt_bb_size_normal {
    font-size: 1em;
    }
.bt_bb_button.bt_bb_size_normal a {
    padding: 1.125em 1.875em;
    }
.bt_bb_button.bt_bb_size_medium {
    font-size: 1.125em;
    }
.bt_bb_button.bt_bb_size_medium a {
    padding: 1em 1.944444em;
    }
.bt_bb_button.bt_bb_size_large {
    font-size: 1.25em;
    }
.bt_bb_button.bt_bb_size_large a {
    padding: 1em 2em;
    }
.bt_bb_button.bt_bb_style_lined {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    }
.bt_bb_button.bt_bb_style_lined a.bt_bb_link {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_button.bt_bb_style_lined a.bt_bb_link .bt_bb_button_text {
    white-space: nowrap;
    }
.bt_bb_button.bt_bb_style_lined a.bt_bb_link:after {
    display: block;
    content: "";
    height: 2px;
    width: auto;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 10px;
    margin-top: .25em;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    }
.rtl .bt_bb_button.bt_bb_style_lined a.bt_bb_link:after {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-left: auto;
    margin-right: 10px;
    }
.bt_bb_button.bt_bb_style_lined a.bt_bb_link:hover:after {
    -webkit-flex: 0 1 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    }

/* Service */
.bt_bb_service.bt_bb_vertical_align_center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: lighter;
    font-size: 1.5625em;
    font-weight: 800;
    letter-spacing: -.03em;
    }
.bt_bb_font_weight_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: normal;
    }
.bt_bb_font_weight_black.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: black;
    }
.bt_bb_font_weight_bold.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 300;
    }
.bt_bb_font_weight_100.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 900;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a {
    color: inherit;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title b {
    font-weight: inherit;
    color: #e94d65;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title u {
    font-weight: inherit;
    text-decoration: none;
    color: #1b4962;
    }
.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 s {
    font-weight: inherit;
    text-decoration: none;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title strong {
    font-weight: 800;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
    padding-top: .7rem;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text:empty {
    padding: 0;
    }
.bt_bb_semitransparent_text_true.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
    opacity: .5;
    }
.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: #e94d65;
    }
.bt_bb_service .bt_bb_icon_holder {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    }
.bt_bb_service .bt_bb_icon_holder:before {
    display: block;
    }
.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder,
.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 14px;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    }
.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder,
.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 14px;
    }
.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 25px;
    width: 2em;
    height: 2em;
    line-height: 2em;
    }
.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 25px;
    }
.bt_bb_size_medium.bt_bb_service .bt_bb_icon_holder {
    font-size: 32px;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    }
.bt_bb_style_borderless.bt_bb_size_medium.bt_bb_service .bt_bb_icon_holder {
    font-size: 32px;
    }
.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 50px;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    }
.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 50px;
    }
.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 70px;
    width: 2em;
    height: 2em;
    line-height: 2em;
    }
.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 70px;
    }
.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
    line-height: 1;
    width: auto;
    height: auto;
    }
.bt_bb_shape_slanted_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_shape_slanted_left.bt_bb_service .bt_bb_icon_holder {
    position: relative;
    -webkit-transition: 280ms ease all;
    -moz-transition: 280ms ease all;
    transition: 280ms ease all;
    }
.bt_bb_shape_slanted_right.bt_bb_service .bt_bb_icon_holder:before,
.bt_bb_shape_slanted_left.bt_bb_service .bt_bb_icon_holder:before {
    z-index: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.bt_bb_shape_slanted_right.bt_bb_service .bt_bb_icon_holder {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.bt_bb_shape_slanted_right.bt_bb_service .bt_bb_icon_holder:before {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
.bt_bb_shape_slanted_left.bt_bb_service .bt_bb_icon_holder {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
.bt_bb_shape_slanted_left.bt_bb_service .bt_bb_icon_holder:before {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.bt_bb_service.bt_bb_highlight_service_true {
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25em;
    width: 100%;
    }
.bt_bb_service.bt_bb_highlight_service_true:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: currentColor;
    opacity: .05;
    pointer-events: none;
    }
.bt_bb_service.bt_bb_highlight_service_true .bt_bb_icon_holder {
    position: relative;
    pointer-events: none;
    }
.bt_bb_service.bt_bb_highlight_service_true .bt_bb_icon_holder:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    }
.bt_bb_service.bt_bb_highlight_service_true .bt_bb_icon_holder a {
    pointer-events: none;
    }
.bt_bb_service.bt_bb_highlight_service_true .bt_bb_service_content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall,
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xsmall,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_small {
    padding-left: 14px;
    padding-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xsmall .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_small .bt_bb_icon_holder {
    margin-left: -14px;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xsmall:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_small:before {
    left: 14px;
    right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_normal {
    padding-left: 25px;
    padding-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_normal .bt_bb_icon_holder {
    margin-left: -25px;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_normal:before {
    left: 25px;
    right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_medium {
    padding-left: 32px;
    padding-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_medium .bt_bb_icon_holder {
    margin-left: -32px;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_medium:before {
    left: 32px;
    right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_large {
    padding-left: 50px;
    padding-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_large .bt_bb_icon_holder {
    margin-left: -50px;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_large:before {
    left: 50px;
    right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xlarge {
    padding-left: 70px;
    padding-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xlarge .bt_bb_icon_holder {
    margin-left: -70px;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_left.bt_bb_size_xlarge:before {
    left: 70px;
    right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xsmall,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_small {
    padding-right: 14px;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xsmall .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_small .bt_bb_icon_holder {
    margin-right: -14px;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xsmall:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_small:before {
    right: 14px;
    left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_normal {
    padding-right: 25px;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_normal .bt_bb_icon_holder {
    margin-right: -25px;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_normal:before {
    right: 25px;
    left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_medium {
    padding-right: 32px;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_medium .bt_bb_icon_holder {
    margin-right: -32px;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_medium:before {
    right: 32px;
    left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_large {
    padding-right: 50px;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_large .bt_bb_icon_holder {
    margin-right: -50px;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_large:before {
    right: 50px;
    left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xlarge {
    padding-right: 70px;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge .bt_bb_icon_holder,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xlarge .bt_bb_icon_holder {
    margin-right: -70px;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge:before,
.bt_bb_service.bt_bb_highlight_service_true.bt_bb_align_right.bt_bb_size_xlarge:before {
    right: 70px;
    left: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true {
    display: block;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true .bt_bb_icon_holder {
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true .bt_bb_service_content {
    display: block;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall,
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small {
    padding-top: 14px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small .bt_bb_icon_holder {
    margin-top: -14px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xsmall:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_small:before {
    top: 14px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal {
    padding-top: 25px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal .bt_bb_icon_holder {
    margin-top: -25px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_normal:before {
    top: 25px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium {
    padding-top: 32px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium .bt_bb_icon_holder {
    margin-top: -32px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_medium:before {
    top: 32px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large {
    padding-top: 50px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large .bt_bb_icon_holder {
    margin-top: -50px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_large:before {
    top: 50px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge {
    padding-top: 70px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge .bt_bb_icon_holder {
    margin-top: -70px;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_left .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_right .bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center.bt_bb_service.bt_bb_highlight_service_true,.bt_bb_align_center .bt_bb_service.bt_bb_highlight_service_true.bt_bb_size_xlarge:before {
    top: 70px;
    }
.bt_bb_service .bt_bb_service_colored_icon {
    display: block;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    }
.bt_bb_service .bt_bb_service_colored_icon a {
    display: block;
    line-height: 1;
    }
.bt_bb_service .bt_bb_service_colored_icon svg .cls-1 {
    fill: currentColor;
    }
.bt_bb_service .bt_bb_service_colored_icon svg .cls-2 {
    fill: #e94d65;
    }
.bt_bb_size_xsmall.bt_bb_service .bt_bb_service_colored_icon svg,
.bt_bb_size_small.bt_bb_service .bt_bb_service_colored_icon svg {
    width: 14px;
    height: 14px;
    }
.bt_bb_size_normal.bt_bb_service .bt_bb_service_colored_icon svg {
    width: 25px;
    height: 25px;
    }
.bt_bb_size_medium.bt_bb_service .bt_bb_service_colored_icon svg {
    width: 32px;
    height: 32px;
    }
.bt_bb_size_large.bt_bb_service .bt_bb_service_colored_icon svg {
    height: 50px;
    width: 50px;
    }
.bt_bb_size_xlarge.bt_bb_service .bt_bb_service_colored_icon svg {
    width: 70px;
    height: 70px;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_right.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_right .bt_bb_service .bt_bb_service_colored_icon {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_center.bt_bb_service .bt_bb_service_colored_icon,.bt_bb_align_center .bt_bb_service .bt_bb_service_colored_icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: .25em;
    }
.rtl .bt_bb_align_left .bt_bb_align_center .bt_bb_service {
    -webkit-flex-flow: column nowrap !important;
    -ms-flex-flow: column nowrap !important;
    flex-flow: column nowrap !important;
    }

/* Slider */
.bt_bb_content_slider_item[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_content_slider_item[class*="dark_solid"]:before {
    background-color: rgba(24,24,24,.5);
    }
.bt_bb_content_slider_item[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.1) 25%,rgba(255,255,255,.1) 75%,rgba(255,255,255,.5) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.1) 25%,rgba(255,255,255,.1) 75%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,.1) 25%,rgba(255,255,255,.1) 75%,rgba(255,255,255,.5) 100%);
    }
.bt_bb_content_slider_item[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(24,24,24,.5) 0%,rgba(24,24,24,.1) 25%,rgba(24,24,24,.1) 75%,rgba(255,255,255,.5) 100%);
    background: -moz-linear-gradient(top,rgba(24,24,24,.5) 0%,rgba(24,24,24,.1) 25%,rgba(24,24,24,.1) 75%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to bottom,rgba(24,24,24,.5) 0%,rgba(24,24,24,.1) 25%,rgba(24,24,24,.1) 75%,rgba(255,255,255,.5) 100%);
    }
.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_gap_extra_large .slick-list {
    margin: 0 -2rem;
    }
.bt_bb_gap_extra_large .slick-list .slick-slide .content {
    padding: 0 2rem;
    }
.bt_bb_gap_huge .slick-list {
    margin: 0 -4rem;
    }
.bt_bb_gap_huge .slick-list .slick-slide .content {
    padding: 0 4rem;
    }
.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;
    }

/* 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: 100vw;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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_row_holder > .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_row_holder > .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_row_holder > .bt_bb_column_inner:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    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_row_holder > .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_row_holder > .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_row_holder > .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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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: 550px;
    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"] {
    -webkit-flex-basis: 60.3958%;
    flex-basis: 60.3958%;
    max-width: 60.3958%;
    }
.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: 750px;
    }
.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"] {
    -webkit-flex-basis: 54.6875%;
    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: 650px;
    }
.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"] {
    -webkit-flex-basis: 45.3125%;
    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: 450px;
    }
.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"] {
    -webkit-flex-basis: 40.1042%;
    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: 350px;
    }
.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"] {
    -webkit-flex-basis: 34.584166667%;
    flex-basis: 34.584166667%;
    max-width: 34.584166667%;
    }
.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: 250px;
    }
.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"] {
    -webkit-flex-basis: 65.415833333%;
    flex-basis: 65.415833333%;
    max-width: 65.415833333%;
    }
.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: 850px;
    }
.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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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"] {
    -webkit-flex-basis: 59.8958%;
    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"] {
    -webkit-flex-basis: 54.6875%;
    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"] {
    -webkit-flex-basis: 45.3125%;
    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"] {
    -webkit-flex-basis: 39.5042%;
    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"] {
    -webkit-flex-basis: 34.584166667%;
    flex-basis: 34.584166667%;
    max-width: 34.584166667%;
    }
.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"] {
    -webkit-flex-basis: 65.415833333%;
    flex-basis: 65.415833333%;
    max-width: 65.415833333%;
    }
.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_row_inner_holder > .bt_bb_column_inner:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    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_row_inner_holder > .bt_bb_column_inner:only-child .bt_bb_column_inner_content {
    max-width: 1200px;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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"] {
    -webkit-flex-basis: 59.8958%;
    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"] {
    -webkit-flex-basis: 54.6875%;
    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"] {
    -webkit-flex-basis: 45.3125%;
    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"] {
    -webkit-flex-basis: 39.5042%;
    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"] {
    -webkit-flex-basis: 34.584166667%;
    flex-basis: 34.584166667%;
    max-width: 34.584166667%;
    }
.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"] {
    -webkit-flex-basis: 65.415833333%;
    flex-basis: 65.415833333%;
    max-width: 65.415833333%;
    }
.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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: 550px;
    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"] {
    -webkit-flex-basis: 60.3958%;
    flex-basis: 60.3958%;
    max-width: 60.3958%;
    }
.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: 750px;
    }
.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"] {
    -webkit-flex-basis: 54.6875%;
    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: 650px;
    }
.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"] {
    -webkit-flex-basis: 45.3125%;
    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: 450px;
    }
.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"] {
    -webkit-flex-basis: 40.1042%;
    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: 350px;
    }
.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"] {
    -webkit-flex-basis: 34.584166667%;
    flex-basis: 34.584166667%;
    max-width: 34.584166667%;
    }
.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: 250px;
    }
.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"] {
    -webkit-flex-basis: 65.415833333%;
    flex-basis: 65.415833333%;
    max-width: 65.415833333%;
    }
.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: 850px;
    }
.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_row_inner_holder > .bt_bb_column_inner:only-child {
    -webkit-align-items: center;
    -ms-flex-align: center;
    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_row_inner_holder > .bt_bb_column_inner:only-child .bt_bb_column_inner_content {
    max-width: 1200px;
    -webkit-flex-basis: 100%;
    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_row_inner_holder > .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_row_inner_holder > .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_row_inner_holder > .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_row_inner_holder > .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_row_inner_holder > .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_row_inner_holder > .bt_bb_column_inner:only-child {
    padding-left: 50px !important;
    padding-right: 50px !important;
    -webkit-flex-basis: 100% !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_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_boxed_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_boxed_content .bt_bb_row_inner .bt_bb_row_inner_holder > .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_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_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_row_inner .bt_bb_row_inner_holder > .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_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_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_row_inner .bt_bb_row_inner_holder > .bt_bb_column_inner:only-child .bt_bb_column_inner_content {
    max-width: 100% !important;
    -webkit-flex-basis: 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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #e94d65;
    border-radius: 50%;
    margin-top: -1.40625em;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    font-size: 1em;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_arrows_style_transparent_light button.slick-arrow {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.bt_bb_arrows_style_transparent_light button.slick-arrow:before {
    color: #fff;
    }
.bt_bb_arrows_style_transparent_dark button.slick-arrow {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.bt_bb_arrows_style_transparent_dark button.slick-arrow:before {
    color: #181818;
    }
.bt_bb_arrows_style_accent_light button.slick-arrow {
    background: #e94d65 !important;
    }
.bt_bb_arrows_style_accent_light button.slick-arrow:before {
    color: #fff;
    }
.bt_bb_arrows_style_accent_dark button.slick-arrow {
    background: #e94d65 !important;
    }
.bt_bb_arrows_style_accent_dark button.slick-arrow:before {
    color: #181818;
    }
.bt_bb_arrows_style_alternate_light button.slick-arrow {
    background: #1b4962 !important;
    }
.bt_bb_arrows_style_alternate_light button.slick-arrow:before {
    color: #fff;
    }
.bt_bb_arrows_style_alternate_dark button.slick-arrow {
    background: #1b4962 !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;
    }
.bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-next {
    right: -6em;
    }
.rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-next {
    right: auto;
    left: -6em;
    }
.bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-prev {
    left: -6em;
    }
.rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_large button.slick-arrow.slick-prev {
    left: auto;
    right: -6em;
    }
.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_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;
    }
.bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-next {
    right: -4em;
    }
.rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-next {
    right: auto;
    left: -4em;
    }
.bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-prev {
    left: -4em;
    }
.rtl .bt_bb_arrows_position_outside.bt_bb_arrows_size_small button.slick-arrow.slick-prev {
    left: auto;
    right: -4em;
    }
.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;
    }
button.slick-arrow.slick-next {
    right: 1em;
    }
button.slick-arrow.slick-next:before {
    content: "\ea7d";
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    }
.rtl button.slick-arrow.slick-next {
    right: auto;
    left: 1em;
    }
.rtl button.slick-arrow.slick-next:before {
    content: "\ea7c";
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    }
button.slick-arrow.slick-prev {
    left: 1em;
    }
button.slick-arrow.slick-prev:before {
    content: "\ea7c";
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    }
.rtl button.slick-arrow.slick-prev {
    left: auto;
    right: 1em;
    }
.rtl button.slick-arrow.slick-prev:before {
    content: "\ea7d";
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    }
button.slick-arrow:hover {
    background: #e94d65;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.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_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;
    }
.slick-dots {
    bottom: 1.25em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 !important;
    }
.bt_bb_show_dots_below .slick-dots {
    bottom: -2em;
    }
.bt_bb_show_dots_hide .slick-dots {
    display: none;
    }
.bt_bb_show_dots_right .slick-dots {
    right: 2em;
    top: 0;
    bottom: 0;
    width: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.bt_bb_show_dots_left .slick-dots {
    left: 2em;
    top: 0;
    bottom: 0;
    width: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.slick-dots li {
    margin: 0 3px;
    width: 1em;
    height: 1em;
    border: 0;
    background: transparent !important;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_show_dots_right .slick-dots li,
.bt_bb_show_dots_left .slick-dots li {
    margin: 3px 0;
    }
.slick-dots li:before {
    content: "";
    display: block;
    background: currentColor;
    height: 2px;
    width: 100%;
    opacity: .2;
    -webkit-transform: scaleX(.8);
    -moz-transform: scaleX(.8);
    -ms-transform: scaleX(.8);
    transform: scaleX(.8);
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    }
.bt_bb_show_dots_right .slick-dots li:before,
.bt_bb_show_dots_left .slick-dots li:before {
    height: 100%;
    width: 2px;
    -webkit-transform: scaleY(.8);
    -moz-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    transform: scaleY(.8);
    }
.slick-dots li:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    border-radius: 50%;
    background: #e94d65;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    }
.bt_bb_dots_style_accent_dot .slick-dots li:after {
    background: #e94d65;
    }
.bt_bb_dots_style_alternate_dot .slick-dots li:after {
    background: #1b4962;
    }
.bt_bb_dots_style_light_dot .slick-dots li:after {
    background: #fff;
    }
.bt_bb_dots_style_dark_dot .slick-dots li:after {
    background: #191919;
    }
.slick-dots li:hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    }
.slick-dots li:hover:after {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    }
.slick-dots li.slick-active:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }
.slick-dots li.slick-active:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
@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: -ms-flexbox !important;
    display: -webkit-flex !important;
    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_direction_horizontal.bt_bb_custom_menu div ul li {
    float: none;
    padding: 0;
    margin-left: 1em;
    margin-right: 1em;
    }
.bt_bb_custom_menu div ul a {
    color: inherit;
    }
.bt_bb_custom_menu div ul a:hover {
    color: #e94d65;
    }
.bt_bb_custom_menu div ul > li {
    margin-left: 0;
    }

/* 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_content_exists.bt_bb_fill_background_color_match_content_height .bt_bb_image_content .bt_bb_image_content_flex {
    background-color: inherit;
    }
.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_top .bt_bb_image_content {
    bottom: auto;
    }
.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_top .bt_bb_image_content .bt_bb_image_content_flex {
    bottom: auto;
    }
.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_bottom .bt_bb_image_content {
    top: auto;
    }
.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_bottom .bt_bb_image_content .bt_bb_image_content_flex {
    top: auto;
    }
.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_middle .bt_bb_image_content {
    top: auto;
    bottom: 50%;
    }
.bt_bb_image.bt_bb_content_exists.bt_bb_fill_background_color_match_content_height.bt_bb_content_align_middle .bt_bb_image_content .bt_bb_image_content_flex {
    top: auto;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image,.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image {
    clear: none;
    display: inline-block;
    }

/* Google map */
.bt_bb_google_maps,
.bt_bb_map {
    position: relative;
    }
.bt_bb_google_maps.bt_bb_map_with_coverage_image,
.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image,
.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image,
.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_google_maps.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image,
.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_google_maps_coverage_image,
.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image,
.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_coverage_image,
.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image,
.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_coverage_image,
.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image,
.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_google_maps_coverage_image,
.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image,
.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_coverage_image,
.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image,
.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_coverage_image {
    z-index: 2;
    pointer-events: none;
    position: relative;
    }
.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image img,
.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_google_maps_coverage_image img,
.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image img,
.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_coverage_image img,
.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image img,
.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_coverage_image img,
.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_map_coverage_image img,
.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_google_maps_coverage_image img,
.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_coverage_image img,
.bt_bb_map.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_coverage_image img,
.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_map_coverage_image img,
.bt_bb_map.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_coverage_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_google_maps_map,
.bt_bb_google_maps.bt_bb_map_with_coverage_image .bt_bb_map_map,
.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_google_maps_map,
.bt_bb_google_maps.bt_bb_leaflet_map_with_coverage_image .bt_bb_map_map,
.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_google_maps_map,
.bt_bb_google_maps.bt_bb_google_maps_with_coverage_image .bt_bb_map_map,
.bt_bb_map.bt_bb_map_with_coverage_image .bt_bb_google_maps_map,
.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_google_maps_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_google_maps_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,
.bt_bb_google_maps .bt_bb_google_maps_content {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    }
.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,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
    width: 33%;
    margin: 0;
    position: relative;
    overflow: visible;
    padding: 0;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    padding: 2.5em;
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 30px rgba(24,24,24,.1);
    box-shadow: 0 0 30px rgba(24,24,24,.1);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location:first-child,
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location:first-child,
.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location:first-child,
.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location:first-child,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location:first-child,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location:first-child,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location:first-child,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location:first-child {
    position: relative;
    }
.bt_bb_map.bt_bb_map_with_content,
.bt_bb_google_maps.bt_bb_google_maps_with_content {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    position: relative;
    overflow: hidden;
    }
@media (max-width: 640px) {
.bt_bb_map.bt_bb_map_with_content,
.bt_bb_google_maps.bt_bb_google_maps_with_content {
    padding-top: 0;
    padding-bottom: 0;
    }
.bt_bb_map .bt_bb_map_content,
.bt_bb_google_maps .bt_bb_google_maps_content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    }
.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,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
    width: 100%;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper:after,
.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper:after,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper:after,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper:after {
    display: none;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: inherit !important;
    }
.bt_bb_color_scheme_11 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_12 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_13 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_14 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_11 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_12 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_13 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_14 .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_11 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_12 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_13 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_14 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_11 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_12 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_13 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_14 .bt_bb_map .bt_bb_map_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_11 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_12 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_13 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_14 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_11 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_12 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_13 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_14 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_11 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_12 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_13 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_14 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_map_location,
.bt_bb_color_scheme_11 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_12 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_13 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.bt_bb_color_scheme_14 .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background: inherit !important;
    }
.bt_bb_google_maps .bt_bb_google_maps_map {
    height: 400px !important;
    }
}

.bt_bb_map.bt_bb_map_with_content,
.bt_bb_google_maps.bt_bb_google_maps_with_content {
    padding: 0;
    margin-bottom: 2.5em;
    margin-top: 2.5em;
    }
.bt_bb_leaflet_map_location:empty {
    display: none;
    }

/* Tabs */
.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
    border-color: #e94d65;
    }
.bt_bb_tabs ul.bt_bb_tabs_header {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: -.03em;
    margin: 0;
    }
.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-width: 2px;
    }
.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;
    }
.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: 1em 1.875em;
    }
.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header {
    padding: 0 0 0 15px;
    margin: 0 0 0 -15px;
    }
.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header {
    padding: 0 15px 0 0;
    margin: 0 -15px 0 0;
    }
.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li {
    border: 0 !important;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    left: -15px;
    width: 10px;
    pointer-events: none;
    height: 2px;
    background-color: #e94d65;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:after {
    left: auto;
    right: -15px;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li.on:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span {
    padding: .5em 50px .5em 0;
    }
.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span {
    padding: .5em 0 .5em 50px;
    }
.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span {
    padding: .5em 0;
    }
.bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item {
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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;
    -webkit-transition: 450ms ease opacity;
    -moz-transition: 450ms ease opacity;
    transition: 450ms ease opacity;
    }
.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;
    }
@media (max-width: 580px) {
.bt_bb_tabs ul.bt_bb_tabs_header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 span,
.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span {
    padding: .5em 0;
    }
.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li span,
.rtl .bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:last-child span {
    padding: .5em 0;
    }
}

/* Accordions */
.bt_bb_accordion .bt_bb_accordion_item {
    border-style: solid;
    border-width: 0 2px 2px;
    overflow: visible;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    padding: 1em 1.875em;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: -.03em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    -webkit-transition: 300ms ease transform;
    -moz-transition: 300ms ease transform;
    transition: 300ms ease transform;
    font-size: 1.25em;
    padding: 0 1em;
    margin-right: -1em;
    font-weight: normal;
    opacity: .5;
    }
.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: .5em;
    padding-bottom: .5em;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    left: -15px;
    width: 10px;
    pointer-events: none;
    height: 2px;
    background-color: #e94d65 !important;
    top: 50%;
    margin: -1px 0 0;
    padding: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.rtl .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
    left: auto;
    right: -15px;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    background: transparent !important;
    }
.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 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(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: 5px 5px 0 0;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 10px 10px 0 0;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 5px 5px;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 10px 10px;
    }
.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;
    -webkit-transition: 450ms ease all;
    -moz-transition: 450ms ease all;
    transition: 450ms ease all;
    }

/* Price tables */
.bt_bb_price_list {
    padding: 0 1.875em 1.875em;
    border: 0;
    }
.bt_bb_price_list .bt_bb_icon {
    float: none;
    }
.bt_bb_price_list .bt_bb_icon:not(.bt_bb_vertical_position_full_above) {
    margin-top: 1.875em;
    }
.bt_bb_price_list .bt_bb_icon:not(.bt_bb_vertical_position_half_above) {
    margin-top: 1.875em;
    }
.bt_bb_price_list .bt_bb_icon .bt_bb_icon_holder {
    pointer-events: none;
    }
.bt_bb_price_list .bt_bb_icon + .bt_bb_price_list_title_subtitle_price {
    margin-top: 1.25em;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price {
    margin-bottom: 1.25em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price:before,
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price:after {
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: currentColor;
    opacity: .1;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price:first-child {
    padding-top: 1.875em;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.25em 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price {
    margin: 0;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 800;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: -.5em;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.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;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price .bt_bb_price_list_currency {
    font-size: 1.875em;
    margin-top: .25em;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price:after {
    display: block;
    content: "";
    width: 1.25em;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    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;
    color: currentColor;
    font-size: 1.5625em;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
    padding: 0;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    }
.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_subtitle {
    font-size: .875em;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    margin: 0;
    line-height: 1.5;
    }
.bt_bb_price_list ul {
    margin: 0;
    padding: 0;
    }
.bt_bb_price_list ul li {
    border: 0;
    padding: .275em 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_price_list ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin: 0 8px 0 0;
    }
.rtl .bt_bb_price_list ul li:before {
    margin: 0 0 0 8px;
    }
.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 {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    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 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    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 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.rtl .bt_bb_align_right .bt_bb_price_list ul li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }

/* WPC7 Form */
div.wpcf7 .ajax-loader {
    background: transparent;
    border-radius: 50%;
    -webkit-animation: btSpinner 1.5s infinite linear;
    -moz-animation: btSpinner 1.5s infinite linear;
    animation: btSpinner 1.5s infinite linear;
    background: transparent;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    }
.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.25;
    }
.wpcf7-form .fancy-select .options.overflowing {
    bottom: 3.75em;
    }
.wpcf7-form .wpcf7-submit {
    font-size: 1em;
    background: #e94d65 !important;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    color: #fff !important;
    font-weight: 700 !important;
    border: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    width: auto !important;
    padding: 0 1.875em !important;
    font-family: "Sarabun",Arial,Helvetica,sans-serif !important;
    }
.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bt_bb_align_center .wpcf7-form .wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_align_right .wpcf7-form .wpcf7-submit {
    margin-left: auto;
    }
.btHardRoundedButtons .wpcf7-form .wpcf7-submit {
    border-radius: 50px;
    }
.btSoftRoundedButtons .wpcf7-form .wpcf7-submit {
    border-radius: 5px;
    }
.wpcf7-form .bt_bb_alternate_submit .wpcf7-submit {
    background: #1b4962 !important;
    }
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
    border: 2px solid #e94d65;
    color: currentColor;
    margin: 0 0 1em;
    }
span.wpcf7-not-valid-tip {
    color: currentColor;
    opacity: .6;
    }
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row {
    margin-left: -.625em;
    margin-right: -.625em;
    margin-bottom: .625em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element {
    padding-left: .625em;
    padding-right: .625em;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_larger_spacing .bt_bb_cf7_row {
    margin-bottom: 1.25em;
    }
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-flex-basis: 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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_element {
    padding: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    }
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: .625em;
    }
.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: .625em;
    }
.wpcf7 .bt_bb_cf7_form .bt_bb_align_submit_right .wpcf7-submit {
    margin-left: auto;
    }
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_lined_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="text"],
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_lined_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="email"] {
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    }
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_lined_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="text"]:focus,
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_lined_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="email"]:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_light_alternate_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="text"],
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_light_alternate_newsletter .bt_bb_cf7_row .bt_bb_cf7_element input[type="email"] {
    color: #fff;
    border-bottom-color: #fff;
    }
.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 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-flex-basis: 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;
    }
}

/* Newsletter */
.btNewsletter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.btNewsletter .btNewsletterColumn {
    -webkit-flex: 1 0 46%;
    -ms-flex: 1 0 46%;
    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: "*";
    display: inline-block;
    color: #e94d65 !important;
    font-weight: 700;
    margin: 0 0 0 .5em;
    }
.rtl .bt_bb_required:after {
    margin: 0 .5em 0 0;
    }
.required {
    color: #e94d65 !important;
    font-weight: 700;
    margin: 0 0 0 .5em;
    }
.rtl .required {
    margin: 0 .5em 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 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 90px;
    height: 90px;
    opacity: 1;
    color: #fff;
    font-size: 0;
    }
.rtl button.mfp-close {
    right: auto;
    left: 0;
    }
button.mfp-close:before {
    font: 5.625em/1 Icon7Stroke;
    content: "\e680";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 90px;
    width: 90px;
    height: 90px;
    font-size: 90px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
button.mfp-close:hover {
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    color: #e94d65;
    }
button.mfp-arrow {
    width: 4.375em;
    height: 4.375em;
    margin-top: -2.1875em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
button.mfp-arrow:active {
    margin-top: -2.1875em;
    }
button.mfp-arrow:before {
    font-size: 2em;
    color: #fff;
    font-family: Essential;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    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 {
    background: #e94d65;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    }
button.mfp-arrow.mfp-arrow-left {
    left: 1em;
    }
button.mfp-arrow.mfp-arrow-left:before {
    content: "\ea7c";
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    }
.rtl button.mfp-arrow.mfp-arrow-left {
    left: auto;
    right: 1em;
    }
.rtl button.mfp-arrow.mfp-arrow-left:before {
    content: "\ea7d";
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    }
button.mfp-arrow.mfp-arrow-right {
    right: 1em;
    }
button.mfp-arrow.mfp-arrow-right:before {
    content: "\ea7d";
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    }
.rtl button.mfp-arrow.mfp-arrow-right {
    right: auto;
    left: 1em;
    }
.rtl button.mfp-arrow.mfp-arrow-right:before {
    content: "\ea7c";
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    }
.mfp-counter {
    left: 0;
    text-align: center;
    }
@media (max-width: 900px) {
button.mfp-arrow {
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    }
button.mfp-arrow:hover {
    -webkit-transform: translateY(-3px) scale(.75);
    -moz-transform: translateY(-3px) scale(.75);
    -ms-transform: translateY(-3px) scale(.75);
    transform: translateY(-3px) scale(.75);
    }
}

@media (max-width: 768px) {
button.mfp-close {
    width: 64px;
    height: 64px;
    }
button.mfp-close:before {
    font: 4rem/1 Icon7Stroke;
    line-height: 64px;
    width: 64px;
    height: 64px;
    }
}

/* 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(24,24,24,.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,.1);
    }
.bt_bb_separator.bt_bb_border_style_solid {
    border-bottom-style: solid;
    }
.bt_bb_separator.bt_bb_border_style_dotted {
    border-bottom-style: dotted;
    }
.bt_bb_separator.bt_bb_border_style_dashed {
    border-bottom-style: dashed;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
    margin-bottom: .625em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 1em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 2em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 3.75em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 8.75em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 16em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_small {
    margin-top: .625em;
    }
.bt_bb_separator.bt_bb_top_spacing_small {
    margin-top: 1em;
    }
.bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 2em;
    }
.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 3.75em;
    }
.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 8.75em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 16em;
    }
.bt_bb_separator:after {
    display: none;
    }
@media (max-width: 768px) {
.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 3em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 4.375em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 12em;
    }
.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 3em;
    }
.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 4.375em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 12em;
    }
}

/* 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: .8em 1em;
    background: transparent;
    font-size: .875rem;
    color: inherit;
    min-height: 3.142857em;
    -webkit-box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent inset;
    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 {
    background: #fff;
    color: #181818;
    background: #fff;
    border: 1px solid rgba(24,24,24,.2);
    }
.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 {
    background: #191919;
    color: #fff;
    background: #191919;
    border: 1px solid rgba(255,255,255,.2);
    }
.btHardRoundedButtons .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"]),
.btHardRoundedButtons .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 {
    border-radius: 50px;
    }
.btSoftRoundedButtons .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"]),
.btSoftRoundedButtons .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 {
    border-radius: 5px;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus {
    -webkit-box-shadow: 0 3px 10px ,3px 0 0 0 #e94d65 inset;
    box-shadow: 0 3px 10px ,3px 0 0 0 #e94d65 inset;
    }
.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 #191919;
    }
.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 #fff;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total {
    background: #e94d65;
    line-height: 3.5714rem;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
    background: transparent;
    color: #fff;
    padding: 0 1em;
    font-size: .875em;
    text-transform: uppercase;
    text-align: right;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
    font-family: Sarabun,Arial,Helvetica,sans-serif;
    background: rgba(0,0,0,.25);
    font-size: 1.4em;
    padding: 0 1em;
    font-weight: normal;
    }
.bt_bb_widget_select_items {
    border: 1px solid rgba(24,24,24,.07);
    background: #fff;
    color: #181818;
    -webkit-box-shadow: 0 3px 10px;
    box-shadow: 0 3px 10px;
    margin: 0;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: .875rem;
    }
.bt_bb_widget_select_items > div[data-value] {
    border-bottom: 1px solid rgba(24,24,24,.07);
    background: #fff;
    padding: .8em 1em;
    min-height: 38px;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    position: relative;
    }
.bt_bb_widget_select_items > div[data-value]:last-child {
    border: 0;
    }
.bt_bb_widget_select_items > div[data-value]:before {
    position: absolute;
    display: block;
    left: 1em;
    height: 2px;
    bottom: 8px;
    content: "";
    background: #e94d65;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    width: 40px;
    }
.rtl .bt_bb_widget_select_items > div[data-value]:before {
    left: auto;
    right: 1em;
    }
.bt_bb_widget_select_items > div[data-value]:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.bt_bb_widget_select_items > div[data-value] > div:last-child {
    font-size: 1em;
    }
.bt_bb_widget_select_selected > div:first-child {
    font-weight: normal;
    }
.bt_bb_widget_select_selected > div:last-child:empty {
    display: none;
    }
.bt_bb_widget_switch {
    height: 38px;
    width: 76px;
    border-radius: 38px;
    padding: 5px;
    }
.btLightSkin .bt_bb_widget_switch,
.btDarkSkin .btLightSkin .bt_bb_widget_switch,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_widget_switch {
    background-color: #fff;
    border: 1px solid rgba(24,24,24,.2);
    }
.btDarkSkin .bt_bb_widget_switch,
.btLightSkin .btDarkSkin .bt_bb_widget_switch,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_widget_switch {
    background-color: #191919;
    border: 1px solid rgba(255,255,255,.2);
    }
.bt_bb_widget_switch > div {
    width: 26px;
    height: 26px;
    border: 0;
    -webkit-transition: all 190ms cubic-bezier(.8,.1,.8,.1);
    -moz-transition: all 190ms cubic-bezier(.8,.1,.8,.1);
    transition: all 190ms cubic-bezier(.8,.1,.8,.1);
    }
.btLightSkin .bt_bb_widget_switch > div,
.btDarkSkin .btLightSkin .bt_bb_widget_switch > div,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_widget_switch > div {
    background: rgba(24,24,24,.2);
    }
.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,.2);
    }
.on.bt_bb_widget_switch > div {
    background: #e94d65;
    -webkit-transform: translateX(38px);
    -moz-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
    }

/* Advanced progress bar */
.bt_bb_progress_bar_advanced {
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_progress_bar_advanced,.bt_bb_align_center .bt_bb_align_left.bt_bb_progress_bar_advanced,.bt_bb_align_right .bt_bb_align_left .bt_bb_progress_bar_advanced,.bt_bb_align_center .bt_bb_align_left .bt_bb_progress_bar_advanced,.bt_bb_align_left.bt_bb_progress_bar_advanced,.bt_bb_align_left .bt_bb_progress_bar_advanced {
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_progress_bar_advanced,.bt_bb_align_center .bt_bb_align_right.bt_bb_progress_bar_advanced,.bt_bb_align_left .bt_bb_align_right .bt_bb_progress_bar_advanced,.bt_bb_align_center .bt_bb_align_right .bt_bb_progress_bar_advanced,.bt_bb_align_right.bt_bb_progress_bar_advanced,.bt_bb_align_right .bt_bb_progress_bar_advanced {
    margin-right: 0;
    }
.bt_bb_progress_bar_advanced > div {
    position: relative;
    }
.rtl .bt_bb_progress_bar_advanced > div svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    }
.bt_bb_progress_bar_advanced .progressbar-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    font-size: 2em;
    line-height: 1;
    font-family: "Sarabun",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: -ms-flexbox;
    display: -webkit-flex;
    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: 14px;
    }
.bt_bb_size_normal.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before {
    font-size: 25px;
    }
.bt_bb_size_medium.bt_bb_progress_bar_advanced .bt_bb_icon_holder:before {
    font-size: 32px;
    }
.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: 70px;
    }
.bt_bb_progress_bar_advanced.bt_bb_trail_transparent > .container > svg > path:first-child {
    opacity: .1;
    }

/* Counter  */
.bt_bb_counter_holder {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    height: 1em;
    line-height: 1;
    display: inline-block;
    font-weight: 800;
    }
.bt_bb_counter_holder .bt_bb_counter {
    height: 1em;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    height: 1em;
    margin: 0 -.015em;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    height: 1em;
    }
.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;
    }
.btFixDroppedCase.bt_bb_counter_holder {
    height: 1.25em;
    line-height: 1.25;
    }
.btFixDroppedCase.bt_bb_counter_holder .bt_bb_counter {
    height: 1.25em;
    }
.btFixDroppedCase.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    height: 1.25em;
    }
.btFixDroppedCase.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    height: 1.25em;
    }
.btCounterHolder {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    }
.btCounterHolder .btCountdownHolder {
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
    }
.rtl .btCounterHolder .btCountdownHolder {
    overflow: hidden;
    }
.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
    float: none;
    width: auto;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 0 1rem;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    padding: 0 0 .5rem;
    margin: 0;
    }
.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: #e94d65;
    }
.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: 500;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder {
    padding: 0;
    }
.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;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.btLightSkin .btCounterHolder .hours:before,
.btLightSkin .btCounterHolder .minutes:before,
.btLightSkin .btCounterHolder .seconds:before,
.btDarkSkin .btLightSkin .btCounterHolder .hours:before,
.btDarkSkin .btLightSkin .btCounterHolder .minutes:before,
.btDarkSkin .btLightSkin .btCounterHolder .seconds:before,
.btLightSkin .btDarkSkin .btLightSkin .btCounterHolder .hours:before,
.btLightSkin .btDarkSkin .btLightSkin .btCounterHolder .minutes:before,
.btLightSkin .btDarkSkin .btLightSkin .btCounterHolder .seconds:before {
    border-color: rgba(24,24,24,.2);
    }
.btDarkSkin .btCounterHolder .hours:before,
.btDarkSkin .btCounterHolder .minutes:before,
.btDarkSkin .btCounterHolder .seconds:before,
.btLightSkin .btDarkSkin .btCounterHolder .hours:before,
.btLightSkin .btDarkSkin .btCounterHolder .minutes:before,
.btLightSkin .btDarkSkin .btCounterHolder .seconds:before,
.btDarkSkin.btLightSkin .btDarkSkin .btCounterHolder .hours:before,
.btDarkSkin.btLightSkin .btDarkSkin .btCounterHolder .minutes:before,
.btDarkSkin.btLightSkin .btDarkSkin .btCounterHolder .seconds:before {
    border-color: rgba(255,255,255,.2);
    }
.btCountDownNoLines.btCounterHolder .hours:before,
.btCountDownNoLines.btCounterHolder .minutes:before,
.btCountDownNoLines.btCounterHolder .seconds:before {
    display: none;
    }
.rtl .bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    direction: ltr !important;
    }
.rtl .btCounterHolder .btCountdownHolder .days,
.rtl .btCounterHolder .btCountdownHolder .hours,
.rtl .btCounterHolder .btCountdownHolder .minutes,
.rtl .btCounterHolder .btCountdownHolder .seconds {
    direction: ltr !important;
    }
.rtl .btCounterHolder .btCountdownHolder span[class$="_text"] {
    padding-top: 1em;
    }
.rtl .btCounterHolder .hours:before,
.rtl .btCounterHolder .minutes:before,
.rtl .btCounterHolder .seconds:before {
    left: auto;
    right: 0;
    }
@media (max-width: 780px) {
.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;
    }
.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;
    }
.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link {
    overflow: visible;
    }
.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    background-color: #e94d65;
    color: #fff;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    border-radius: 0;
    overflow: hidden;
    }
.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:after {
    background: rgba(24,24,24,.2);
    color: currentColor;
    border-radius: 0;
    content: "\f017";
    font-family: FontAwesome;
    }
.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover {
    background: #1b4962;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.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;
    }
.btHardRoundedButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    border-radius: 50px;
    }
.btSoftRoundedButtons .btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
    border-radius: 5px;
    }
@media (max-width: 580px) {
.bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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 {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    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(24,24,24,.5);
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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: "\ea08";
    font-family: Essential;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25;
    text-align: center;
    background: #e94d65;
    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;
    -webkit-box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    }
.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;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    }
.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 {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    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 {
    -webkit-transform: translate(.625em,.625em);
    -moz-transform: translate(.625em,.625em);
    -ms-transform: translate(.625em,.625em);
    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 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: translate(1.25em,1.25em);
    -moz-transform: translate(1.25em,1.25em);
    -ms-transform: translate(1.25em,1.25em);
    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 {
    -webkit-transform: translate(2.5em,2.5em);
    -moz-transform: translate(2.5em,2.5em);
    -ms-transform: translate(2.5em,2.5em);
    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;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    border: 0;
    left: 50%;
    margin-left: -32px;
    top: 10em;
    }
.bt_bb_post_grid_loader > div,
.bt_bb_post_grid_loader > span {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #e94d65;
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    -moz-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0);
    }
.bt_bb_post_grid_loader > div:nth-child(1),
.bt_bb_post_grid_loader > span:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    -moz-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite;
    }
.bt_bb_post_grid_loader > div:nth-child(2),
.bt_bb_post_grid_loader > span:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    -moz-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite;
    }
.bt_bb_post_grid_loader > div:nth-child(3),
.bt_bb_post_grid_loader > span:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    -moz-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite;
    }
.bt_bb_post_grid_loader > div:nth-child(4),
.bt_bb_post_grid_loader > span:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    -moz-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite;
    }
.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(5),
.bt_bb_post_grid_loader > span:nth-child(6) {
    display: none;
    }

/* Portfolio / Post grid filter */
.bt_bb_post_grid_filter {
    text-align: inherit;
    padding: 1em 0 1.5em;
    font-weight: 700;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: 1em;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    padding: .5em 0;
    margin: 0 50px 0 0;
    background: transparent !important;
    position: relative;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    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: -15px;
    width: 10px;
    pointer-events: none;
    height: 2px;
    background-color: #e94d65;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.rtl .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
    left: auto;
    right: -15px;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover {
    color: #e94d65;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.rtl .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    margin: 0 0 0 50px;
    }
.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 {
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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;
    -webkit-box-shadow: 0 0 0 #191919;
    box-shadow: 0 0 0 #191919;
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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 .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_post_thumbnail a:before,
.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:after,
.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before,
.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:after {
    display: none;
    }
.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: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    padding: 1em;
    }
.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.5625em;
    color: #e94d65;
    }
.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: .875em;
    line-height: 1.5;
    margin-top: 1em;
    color: #181818;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em;
    }
.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_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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    text-align: center;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
.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;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    }
.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;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    }
.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover:after,
.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover:after {
    -webkit-box-shadow: 0 2px 20px #191919;
    box-shadow: 0 2px 20px #191919;
    opacity: .2;
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
    background: #fff;
    padding: .625em 1.875em 1.5625em;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus {
    width: 1.875em;
    height: 1.875em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 1.875em;
    top: .875em;
    z-index: 1;
    -webkit-transform: scale(2) skewY(15deg);
    -moz-transform: scale(2) skewY(15deg);
    -ms-transform: scale(2) skewY(15deg);
    transform: scale(2) skewY(15deg);
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:before,
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:after,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:before,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: absolute;
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:after,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter {
    position: absolute;
    background: #fff;
    height: 50em;
    left: 0;
    right: -1px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: -.625em;
    -webkit-transition: 500ms ease transform;
    -moz-transition: 500ms ease transform;
    transition: 500ms ease transform;
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:after,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 120px 100px 0;
    border-color: transparent #1b4962 transparent transparent;
    position: absolute;
    right: 0;
    top: -.5px;
    }
.bt_bb_look_triangular.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_triangular.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_triangular.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_triangular.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 {
    position: relative;
    z-index: 1;
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:before,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:before {
    display: block;
    content: "";
    width: 100%;
    left: 0;
    height: 150px;
    background: -webkit-linear-gradient(bottom,#191919 0%,transparent 100%);
    background: -moz-linear-gradient(bottom,#191919 0%,transparent 100%);
    background: linear-gradient(to top,#191919 0%,transparent 100%);
    position: absolute;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5;
    position: absolute;
    top: 0;
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter {
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -ms-transform: skewY(-15deg);
    transform: skewY(-15deg);
    }
.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-plus,
.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-plus {
    -webkit-transform: scale(1) skewY(15deg);
    -moz-transform: scale(1) skewY(15deg);
    -ms-transform: scale(1) skewY(15deg);
    transform: scale(1) skewY(15deg);
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.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 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    padding: 5em 2.5em 1.5625em;
    background: -webkit-linear-gradient(top,transparent 0%,rgba(255,255,255,.85) 50%);
    background: -moz-linear-gradient(top,transparent 0%,rgba(255,255,255,.85) 50%);
    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: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 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    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_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
.bt_bb_look_triangle.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,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    padding: 1.5625em 2.5em;
    background: #fff;
    }
.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_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after,
.bt_bb_look_triangle.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,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:after {
    display: block;
    content: "";
    background: -webkit-linear-gradient(bottom,#191919 0%,transparent 100%);
    background: -moz-linear-gradient(bottom,#191919 0%,transparent 100%);
    background: linear-gradient(to top,#191919 0%,transparent 100%);
    position: absolute;
    height: 50px;
    left: 0;
    right: -1px;
    top: 0;
    -webkit-transform: translateY(-100%) scaleY(0);
    -moz-transform: translateY(-100%) scaleY(0);
    -ms-transform: translateY(-100%) scaleY(0);
    transform: translateY(-100%) scaleY(0);
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    }
.bt_bb_look_solid_bgn.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,
.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,
.bt_bb_look_triangle.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,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    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_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after,
.bt_bb_look_triangle.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,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:after {
    -webkit-transform: translateY(-100%) scaleY(1);
    -moz-transform: translateY(-100%) scaleY(1);
    -ms-transform: translateY(-100%) scaleY(1);
    transform: translateY(-100%) scaleY(1);
    opacity: .3;
    }
.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before {
    display: block;
    content: "";
    width: 4em;
    height: 4em;
    position: absolute;
    right: 0;
    top: -2em;
    background: #e94d65;
    z-index: 1;
    -webkit-transform: rotate(45deg) translate(140%,-140%) scale(2);
    -moz-transform: rotate(45deg) translate(140%,-140%) scale(2);
    -ms-transform: rotate(45deg) translate(140%,-140%) scale(2);
    transform: rotate(45deg) translate(140%,-140%) scale(2);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus {
    width: 1.875em;
    height: 1.875em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: .875em;
    top: -.9em;
    z-index: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    }
.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:before,
.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:before,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: absolute;
    z-index: 2;
    }
.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter:before,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter:before {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(50%,-50%) scale(2);
    -moz-transform: rotate(45deg) translate(50%,-50%) scale(2);
    -ms-transform: rotate(45deg) translate(50%,-50%) scale(2);
    transform: rotate(45deg) translate(50%,-50%) scale(2);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus,
.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before {
    display: block;
    content: "";
    width: 4em;
    height: 4em;
    position: absolute;
    right: 1em;
    top: -2em;
    background: #1b4962;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    }
.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus {
    width: 1.875em;
    height: 1.875em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 2.075em;
    top: -.9em;
    z-index: 1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    }
.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:before,
.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:before,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: absolute;
    z-index: 2;
    }
.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter:before,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus,
.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content .triangle-starter .triangle-plus {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.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 {
    -webkit-transform: translate(.625em,.625em);
    -moz-transform: translate(.625em,.625em);
    -ms-transform: translate(.625em,.625em);
    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;
    }
.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 {
    -webkit-transform: translate(1.25em,1.25em);
    -moz-transform: translate(1.25em,1.25em);
    -ms-transform: translate(1.25em,1.25em);
    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;
    }
.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 {
    -webkit-transform: translate(2.5em,2.5em);
    -moz-transform: translate(2.5em,2.5em);
    -ms-transform: translate(2.5em,2.5em);
    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;
    }
.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 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 16.66666%;
    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;
    width: 10.625em;
    height: 10.625em;
    }
.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: 5px;
    }
.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_slanted_left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.bt_bb_image_shape_slanted_left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    -webkit-transform: skewX(-8deg) scale(1.175);
    -moz-transform: skewX(-8deg) scale(1.175);
    -ms-transform: skewX(-8deg) scale(1.175);
    transform: skewX(-8deg) scale(1.175);
    }
.rtl .bt_bb_image_shape_slanted_left.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    }
.bt_bb_image_shape_slanted_right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    }
.bt_bb_image_shape_slanted_right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    -webkit-transform: skewX(8deg) scale(1.175);
    -moz-transform: skewX(8deg) scale(1.175);
    -ms-transform: skewX(8deg) scale(1.175);
    transform: skewX(8deg) scale(1.175);
    }
.rtl .bt_bb_image_shape_slanted_right.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.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;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories {
    font-size: .875em;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    }
.bt_bb_show_dash_true.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before {
    background: currentColor;
    height: 2px;
    width: 1.42857em;
    display: block;
    content: "";
    -webkit-transform: translate(-2.142857em,8px);
    -moz-transform: translate(-2.142857em,8px);
    -ms-transform: translate(-2.142857em,8px);
    transform: translate(-2.142857em,8px);
    position: absolute;
    }
.rtl .bt_bb_show_dash_true.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before {
    -webkit-transform: translate(2.142857em,8px);
    -moz-transform: translate(2.142857em,8px);
    -ms-transform: translate(2.142857em,8px);
    transform: translate(2.142857em,8px);
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories li {
    margin: 0;
    line-height: 1.5;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.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;
    -webkit-transition: 200ms ease opacity;
    -moz-transition: 200ms ease opacity;
    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 {
    display: block;
    width: 1em;
    content: "";
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    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: #e94d65;
    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 {
    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 {
    color: #e94d65;
    }
.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: "\f2be";
    }
.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: "\f0e5";
    }
.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: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: 1.5625em;
    font-weight: 800;
    padding: 0;
    margin-bottom: .5em;
    position: relative;
    height: auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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: #e94d65;
    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: currentColor;
    }
.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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt:empty {
    margin: 0;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: .875em;
    font-weight: 800;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #e94d65;
    }
.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;
    }
.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 > *:last-child {
    margin-bottom: 0;
    }
.bt_bb_latest_posts.bt_bb_look_standard,
.bt_bb_latest_posts.bt_bb_look_standard_highlighted {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    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: -ms-flexbox;
    display: -webkit-flex;
    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;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    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-of-type {
    position: relative;
    }
.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .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-of-type .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-of-type .bt_bb_latest_posts_item_image a img {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    }
.bt_bb_gap_small.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .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-of-type .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-of-type .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-of-type .bt_bb_latest_posts_item_content {
    color: #fff;
    }
.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content:after {
    opacity: .85;
    background: -webkit-linear-gradient(top,transparent 30%,#191919 60%);
    background: -moz-linear-gradient(top,transparent 30%,#191919 60%);
    background: linear-gradient(to bottom,transparent 30%,#191919 60%);
    }
.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before {
    background: #e94d65;
    }
.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .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-of-type .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
    color: #e94d65;
    }
.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .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-of-type {
    -webkit-flex-basis: 66.66666%;
    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-of-type {
    -webkit-flex-basis: 50%;
    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-of-type {
    -webkit-flex-basis: 40%;
    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-of-type {
    -webkit-flex-basis: 33.333333%;
    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 {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.bt_bb_latest_posts.bt_bb_look_highlighted .bt_bb_latest_posts_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    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;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    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: -webkit-linear-gradient(top,transparent 20%,#fff 40%);
    background: -moz-linear-gradient(top,transparent 20%,#fff 40%);
    background: linear-gradient(to bottom,transparent 20%,#fff 40%);
    opacity: .9;
    }
.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,
.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.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,
.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,
.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,
.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 {
    padding: 0;
    }
.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .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_highlighted.bt_bb_date_design_triangle .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_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_triangle .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 {
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    }
.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .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_highlighted.bt_bb_date_design_triangle .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_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_triangle .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 {
    display: none;
    }
.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .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_highlighted.bt_bb_date_design_triangle .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_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_triangle .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 {
    font-size: 1.5em;
    font-weight: 800;
    display: block;
    }
.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .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_highlighted.bt_bb_date_design_triangle .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_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_triangle .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 {
    display: none;
    }
.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,
.bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,
.bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
    padding: 0;
    }
.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .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_highlighted.bt_bb_date_design_triangle .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_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
    position: absolute;
    top: 0;
    right: 0;
    color: #181818;
    padding: .8em;
    text-align: right;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: .8;
    }
.bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .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_highlighted.bt_bb_date_design_triangle .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_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before {
    display: block;
    content: "";
    background: #fff;
    width: 9em;
    height: 5em;
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 0;
    margin: 0;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .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_highlighted.bt_bb_date_design_triangle .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_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date {
    right: auto;
    left: 0;
    text-align: left;
    }
.rtl .bt_bb_latest_posts.bt_bb_look_standard.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
.rtl .bt_bb_latest_posts.bt_bb_look_standard_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before,
.rtl .bt_bb_latest_posts.bt_bb_look_highlighted.bt_bb_date_design_triangle .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > .bt_bb_latest_posts_item_date:before {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg);
    right: auto;
    left: 0;
    }
.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.bt_bb_look_standard_highlighted.bt_bb_date_design_rounded .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta,
.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 {
    padding: 0;
    }
.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_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 .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: #e94d65;
    color: #fff;
    padding: .25em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: .8;
    }
.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_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 .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_clean .bt_bb_latest_posts_item_content {
    overflow: visible;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_no_gap {
    margin: 0;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_no_gap .bt_bb_latest_posts_item {
    padding-left: 2.5em;
    }
.rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_no_gap .bt_bb_latest_posts_item {
    padding-left: 0;
    padding-right: 2.5em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_small {
    margin: 0 -.625em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_small .bt_bb_latest_posts_item {
    padding-left: 3.125em;
    padding-right: .3125em;
    }
.rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_small .bt_bb_latest_posts_item {
    padding-left: .3125em;
    padding-right: 3.125em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_small .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    margin-left: -.625em;
    margin-right: -.625em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_normal {
    margin: 0 -1.25em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_normal .bt_bb_latest_posts_item {
    padding-left: 3.75em;
    padding-right: .625em;
    }
.rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_normal .bt_bb_latest_posts_item {
    padding-left: .625em;
    padding-right: 3.75em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_normal .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    margin-left: -1.25em;
    margin-right: -1.25em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_large {
    margin: 0 -2.5em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_large .bt_bb_latest_posts_item {
    padding-left: 5em;
    padding-right: 1.25em;
    }
.rtl .bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_large .bt_bb_latest_posts_item {
    padding-left: 1.25em;
    padding-right: 5em;
    }
.bt_bb_latest_posts.bt_bb_look_clean.bt_bb_gap_large .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    margin-left: -2.5em;
    margin-right: -2.5em;
    }
.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 -.625em;
    }
.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item {
    padding: 0 .625em 1.25em;
    }
.bt_bb_latest_posts.bt_bb_gap_normal {
    margin: 0 -1.25em;
    }
.bt_bb_latest_posts.bt_bb_gap_normal .bt_bb_latest_posts_item {
    padding: 0 1.25em 2.5em;
    }
.bt_bb_latest_posts.bt_bb_gap_large {
    margin: 0 -2.5em;
    }
.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item {
    padding: 0 2.5em 5em;
    }
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
.bt_bb_columns_3.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
    width: 66.66666%;
    }
.bt_bb_columns_4.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
    width: 50%;
    }
.bt_bb_columns_5.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
    width: 40%;
    }
.bt_bb_columns_6.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-child {
    width: 33.333333%;
    }
}

@media (max-width: 992px) {
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    }
.bt_bb_look_standard_highlighted.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item:first-child {
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33% !important;
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
    width: 33.33% !important;
    }
.bt_bb_look_standard_highlighted.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item:first-child {
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    }
}

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

@media (max-width: 480px) {
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100% !important;
    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 {
    -webkit-flex-basis: 100%;
    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 {
    -webkit-flex-basis: 50%;
    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 {
    -webkit-flex-basis: 33.333333%;
    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 {
    -webkit-flex-basis: 25%;
    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 {
    -webkit-flex-basis: 20%;
    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 {
    -webkit-flex-basis: 16.66666%;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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_thumbnail a:before,
.bt_bb_masonry_post_grid .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_masonry_portfolio_grid_content .bt_bb_grid_item .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_post_thumbnail a:after,
.bt_bb_masonry_portfolio_grid .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_masonry_post_grid_content .bt_bb_grid_item .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_post_thumbnail a:before,
.bt_bb_masonry_portfolio_grid .bt_bb_masonry_portfolio_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_thumbnail a: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_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 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    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 Condensed",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    }
.bt_bb_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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,
.bt_bb_show_dash_show_dash.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 {
    background: currentColor;
    height: 2px;
    width: 1.42857em;
    display: block;
    content: "";
    -webkit-transform: translate(-2.142857em,8px);
    -moz-transform: translate(-2.142857em,8px);
    -ms-transform: translate(-2.142857em,8px);
    transform: translate(-2.142857em,8px);
    position: absolute;
    }
.rtl .bt_bb_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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,
.rtl .bt_bb_show_dash_show_dash.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 {
    -webkit-transform: translate(2.142857em,8px);
    -moz-transform: translate(2.142857em,8px);
    -ms-transform: translate(2.142857em,8px);
    transform: translate(2.142857em,8px);
    }
.bt_bb_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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_show_dash_show_dash.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_show_dash_true.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,
.bt_bb_show_dash_show_dash.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;
    -webkit-transition: 200ms ease opacity;
    -moz-transition: 200ms ease opacity;
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    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_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 {
    display: block;
    width: 1em;
    content: "";
    }
.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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    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_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 {
    display: block;
    width: 1em;
    content: "";
    }
.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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 .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_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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    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: #e94d65;
    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: #e94d65;
    }
.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: "\f2be";
    }
.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: "\f0e5";
    }
.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: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: 1.5625em;
    font-weight: 800;
    padding: 0;
    margin-bottom: .5em;
    position: relative;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    max-height: 2.6em;
    }
.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: #e94d65;
    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: 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_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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em;
    }
.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;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    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 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    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: #e94d65;
    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: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: .875em;
    font-weight: 800;
    }
.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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #e94d65;
    }
.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;
    }
.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 > *: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;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(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_triangle .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_portfolio_grid.bt_bb_date_design_triangle .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 {
    padding: 0;
    }
.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .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_portfolio_grid.bt_bb_date_design_triangle .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 {
    font-size: 1.25em !important;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1 !important;
    }
.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .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_portfolio_grid.bt_bb_date_design_triangle .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 {
    display: none;
    }
.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .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_portfolio_grid.bt_bb_date_design_triangle .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 {
    font-size: 1.5em;
    font-weight: 800;
    display: block;
    }
.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .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_portfolio_grid.bt_bb_date_design_triangle .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 {
    display: none;
    }
.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta,
.bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    padding: 0;
    }
.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .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_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
    position: absolute;
    top: 0;
    right: 0;
    color: #181818;
    padding: .8em !important;
    text-align: right;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: .8 !important;
    pointer-events: none;
    }
.bt_bb_masonry_post_grid.bt_bb_date_design_triangle .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_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before {
    display: block;
    content: "" !important;
    background: #fff;
    width: 9em;
    height: 5em;
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 0;
    margin: 0 !important;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.rtl .bt_bb_masonry_post_grid.bt_bb_date_design_triangle .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_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
    right: auto;
    left: 0;
    text-align: left;
    }
.rtl .bt_bb_masonry_post_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before,
.rtl .bt_bb_masonry_portfolio_grid.bt_bb_date_design_triangle .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date:before {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg);
    right: auto;
    left: 0;
    }
.bt_bb_masonry_post_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 .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    padding: 0;
    }
.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_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_date {
    width: 3.6em;
    height: 3.6em;
    position: absolute;
    top: 1em;
    right: 1em;
    border-radius: 50%;
    background: #e94d65;
    color: #fff;
    padding: .25em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: .8 !important;
    pointer-events: none;
    }
.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_portfolio_grid.bt_bb_date_design_rounded .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_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;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    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;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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: #e94d65;
    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;
    -webkit-box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    }
.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 {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    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;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    }
.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;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    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;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    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: -webkit-linear-gradient(top,transparent 15%,#fff 50%);
    background: -moz-linear-gradient(top,transparent 15%,#fff 50%);
    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 {
    -webkit-flex-basis: 100%;
    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 {
    -webkit-flex-basis: 100%;
    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 {
    -webkit-flex-basis: 100%;
    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 {
    -webkit-flex-basis: 100%;
    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 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
}

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

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

/* No Search results section */
.btNoSearchResults {
    border: 2px solid #e94d65;
    padding: 3em;
    }
.btNoSidebar .btNoSearchResults {
    max-width: 1260px;
    margin: 0 auto;
    }
.bt_bb_plugin_active.btNoSidebar .btNoSearchResults {
    margin-top: 4em;
    }
.btSoftRoundedButtons .btNoSearchResults {
    border-radius: 5px;
    }
.btHardRoundedButtons .btNoSearchResults {
    border-radius: 50px;
    }
.btNoSearchResults .bt_bb_headline h2 {
    font-size: 1.25rem;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    }
.btNoSearchResults .bt_bb_headline h2 .bt_bb_headline_content .bt_bb_search_keyword {
    font-weight: 700;
    }
.btNoSearchResults .bt_bb_headline_subheadline {
    margin-top: 2em !important;
    font-size: .875em !important;
    }
.btNoSearchResults #searchform {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.btNoSearchResults #searchform input[type='search'] {
    -webkit-flex-basis: 78%;
    flex-basis: 78%;
    margin-right: 2%;
    }
.rtl .btNoSearchResults #searchform input[type='search'] {
    margin-right: 0;
    margin-left: 2%;
    }
.btNoSearchResults #searchform input[type='submit'] {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    height: auto;
    cursor: pointer;
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
    background: #e94d65;
    padding: 0 1.875em;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 700;
    }
.btSoftRoundedButtons .btNoSearchResults #searchform input[type='submit'] {
    border-radius: 5px;
    }
.btHardRoundedButtons .btNoSearchResults #searchform input[type='submit'] {
    border-radius: 50px;
    }
.btNoSearchResults #searchform input[type='submit']:hover {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.btNoSearchResults .bt_bb_button:last-child {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
    }
.btNoSearchResults .bt_bb_button:last-child a {
    -webkit-box-shadow: 0 0 0 2px #e94d65 inset,0 4px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 0 0 2px #e94d65 inset,0 4px 0 0 rgba(24,24,24,.2) inset;
    color: #e94d65;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.btNoSearchResults .bt_bb_button:last-child a:hover {
    -webkit-box-shadow: 0 0 0 2px #e94d65 inset,0 5px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2) !important;
    box-shadow: 0 0 0 2px #e94d65 inset,0 5px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2) !important;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #e94d65 !important;
    }
.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: 1em;
    }
.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: 5px;
    }
.bt_bb_shape_hard_rounded.bt_bb_service_image .bt_bb_service_image_content_image img {
    border-radius: 50%;
    }
.bt_bb_shape_slanted_right.bt_bb_service_image .bt_bb_service_image_content_image img {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    }
.bt_bb_shape_slanted_left.bt_bb_service_image .bt_bb_service_image_content_image img {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.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.875em;
    padding-bottom: .75em;
    }
.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 b {
    font-weight: inherit;
    color: #e94d65;
    }
.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 u {
    font-weight: inherit;
    text-decoration: none;
    color: #1b4962;
    }
.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: 800;
    }
.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_read_more {
    font-size: .875em;
    font-weight: bold;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    }
.bt_bb_service_image .bt_bb_service_image_content_read_more a {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.bt_bb_service_image .bt_bb_service_image_content_read_more a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 .5em;
    }
.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_image {
    padding-right: 23%;
    }
.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_image {
    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_image {
    padding-left: 11.5%;
    padding-right: 11.5%;
    }
.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%;
    }

/* Bold Timeline */
.bold_timeline_item_button {
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 700;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.bold_timeline_item_button .bold_timeline_item_button_inner {
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.btSlantedRightButtons .bold_timeline_item_button .bold_timeline_item_button_inner {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.btSlantedLeftButtons .bold_timeline_item_button .bold_timeline_item_button_inner {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
.bold_timeline_item_button_style_filled.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container_button_style_filled .bold_timeline_item_button .bold_timeline_item_button_inner {
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset !important;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset !important;
    }
.bold_timeline_item_button_style_outline.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container_button_style_outline .bold_timeline_item_button .bold_timeline_item_button_inner {
    -webkit-box-shadow: 0 2px 0 0 rgba(24,24,24,.15) inset !important;
    box-shadow: 0 2px 0 0 rgba(24,24,24,.15) inset !important;
    }
.bold_timeline_item_button_style_clear.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container_button_style_clear .bold_timeline_item_button .bold_timeline_item_button_inner {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.btSlantedRightButtons .bold_timeline_item_button .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
.btSlantedLeftButtons .bold_timeline_item_button .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.bold_timeline_item_button.bold_timeline_item_button_size_small {
    font-size: .875em !important;
    line-height: 1.1;
    }
.bold_timeline_item_button.bold_timeline_item_button_size_small .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    padding: 1.2142857em 1.42857142em;
    }
.bold_timeline_item_button_style_clear.bold_timeline_item_button.bold_timeline_item_button_size_small .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text,
.bold_timeline_container_button_style_clear .bold_timeline_item_button.bold_timeline_item_button_size_small .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    padding: 0;
    }
.bold_timeline_item_button.bold_timeline_item_button_size_normal {
    font-size: 1em !important;
    }
.bold_timeline_item_button.bold_timeline_item_button_size_normal .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    padding: 1.125em 1.875em;
    }
.bold_timeline_item_button_style_clear.bold_timeline_item_button.bold_timeline_item_button_size_normal .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text,
.bold_timeline_container_button_style_clear .bold_timeline_item_button.bold_timeline_item_button_size_normal .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    padding: 0;
    }
.bold_timeline_item_button.bold_timeline_item_button_size_large {
    font-size: 1.25em !important;
    }
.bold_timeline_item_button.bold_timeline_item_button_size_large .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    padding: 1em 2em;
    }
.bold_timeline_item_button_style_clear.bold_timeline_item_button.bold_timeline_item_button_size_large .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text,
.bold_timeline_container_button_style_clear .bold_timeline_item_button.bold_timeline_item_button_size_large .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    padding: 0;
    }
.bold_timeline_item_button:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.bold_timeline_item_button_style_filled.bold_timeline_item_button:hover .bold_timeline_item_button_inner,
.bold_timeline_container_button_style_filled .bold_timeline_item_button:hover .bold_timeline_item_button_inner {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3) !important;
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3) !important;
    }
.bold_timeline_item_button_style_outline.bold_timeline_item_button:hover .bold_timeline_item_button_inner,
.bold_timeline_container_button_style_outline .bold_timeline_item_button:hover .bold_timeline_item_button_inner {
    -webkit-box-shadow: 0 3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3) !important;
    box-shadow: 0 3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3) !important;
    }
.bold_timeline_item_button_style_clear.bold_timeline_item_button:hover .bold_timeline_item_button_inner {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header_inner,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header_inner {
    padding-right: 3rem;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header_inner:after,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header_inner:after {
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item.on .bold_timeline_item_header_inner:after,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item.on .bold_timeline_item_header_inner:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\f107";
    }

/* Splitted headline */
.bt_bb_splitted_headline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    }
.rtl .bt_bb_splitted_headline {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.bt_bb_splitted_headline.bt_bb_line_orientation_right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.rtl .bt_bb_splitted_headline.bt_bb_line_orientation_right {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_align_left.bt_bb_splitted_headline,.bt_bb_align_right .bt_bb_align_left .bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_align_left .bt_bb_splitted_headline,.bt_bb_align_left.bt_bb_splitted_headline,.bt_bb_align_left .bt_bb_splitted_headline {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_align_right.bt_bb_splitted_headline,.bt_bb_align_left .bt_bb_align_right .bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_align_right .bt_bb_splitted_headline,.bt_bb_align_right.bt_bb_splitted_headline,.bt_bb_align_right .bt_bb_splitted_headline {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_splitted_headline,.bt_bb_align_right .bt_bb_align_center.bt_bb_splitted_headline,.bt_bb_align_left .bt_bb_align_center .bt_bb_splitted_headline,.bt_bb_align_right .bt_bb_align_center .bt_bb_splitted_headline,.bt_bb_align_center.bt_bb_splitted_headline,.bt_bb_align_center .bt_bb_splitted_headline {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_first {
    white-space: nowrap;
    padding-bottom: 1.5em;
    }
.bt_bb_line_orientation_left.bt_bb_splitted_headline .bt_bb_splitted_headline_first {
    padding-right: .5em;
    }
.bt_bb_line_orientation_right.bt_bb_splitted_headline .bt_bb_splitted_headline_first {
    padding-left: .5em;
    padding-right: 0;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_second {
    white-space: nowrap;
    padding-top: 1.5em;
    }
.bt_bb_line_orientation_left.bt_bb_splitted_headline .bt_bb_splitted_headline_second {
    padding-left: .5em;
    }
.bt_bb_line_orientation_right.bt_bb_splitted_headline .bt_bb_splitted_headline_second {
    padding-right: .5em;
    padding-left: 0;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line {
    background: currentColor;
    min-height: 100px;
    margin-top: -14px;
    margin-bottom: -14px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_1 {
    width: 1px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_2 {
    width: 2px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_3 {
    width: 3px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_4 {
    width: 4px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_5 {
    width: 5px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_6 {
    width: 6px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_3 {
    border-radius: 3px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_4 {
    border-radius: 4px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_5 {
    border-radius: 5px;
    }
.bt_bb_splitted_headline .bt_bb_splitted_headline_line.bt_bb_line_thick_6 {
    border-radius: 6px;
    }
.bt_bb_line_orientation_left.bt_bb_splitted_headline .bt_bb_splitted_headline_line {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }
.bt_bb_line_orientation_right.bt_bb_splitted_headline .bt_bb_splitted_headline_line {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
.bt_bb_splitted_headline h1,
.bt_bb_splitted_headline h2,
.bt_bb_splitted_headline h3,
.bt_bb_splitted_headline h4,
.bt_bb_splitted_headline h5,
.bt_bb_splitted_headline h6 {
    padding-bottom: 0;
    }
.bt_bb_splitted_headline h1.bt_bb_size_extrasmall,
.bt_bb_splitted_headline h2.bt_bb_size_extrasmall,
.bt_bb_splitted_headline h3.bt_bb_size_extrasmall,
.bt_bb_splitted_headline h4.bt_bb_size_extrasmall,
.bt_bb_splitted_headline h5.bt_bb_size_extrasmall,
.bt_bb_splitted_headline h6.bt_bb_size_extrasmall {
    font-size: 1.25rem;
    }
.bt_bb_splitted_headline h1.bt_bb_size_small,
.bt_bb_splitted_headline h2.bt_bb_size_small,
.bt_bb_splitted_headline h3.bt_bb_size_small,
.bt_bb_splitted_headline h4.bt_bb_size_small,
.bt_bb_splitted_headline h5.bt_bb_size_small,
.bt_bb_splitted_headline h6.bt_bb_size_small {
    font-size: 1.5625rem;
    }
.bt_bb_splitted_headline h1.bt_bb_size_normal,
.bt_bb_splitted_headline h2.bt_bb_size_normal,
.bt_bb_splitted_headline h3.bt_bb_size_normal,
.bt_bb_splitted_headline h4.bt_bb_size_normal,
.bt_bb_splitted_headline h5.bt_bb_size_normal,
.bt_bb_splitted_headline h6.bt_bb_size_normal {
    font-size: 1.875rem;
    }
.bt_bb_splitted_headline h1.bt_bb_size_medium,
.bt_bb_splitted_headline h2.bt_bb_size_medium,
.bt_bb_splitted_headline h3.bt_bb_size_medium,
.bt_bb_splitted_headline h4.bt_bb_size_medium,
.bt_bb_splitted_headline h5.bt_bb_size_medium,
.bt_bb_splitted_headline h6.bt_bb_size_medium {
    font-size: 2.5rem;
    }
.bt_bb_splitted_headline h1.bt_bb_size_large,
.bt_bb_splitted_headline h2.bt_bb_size_large,
.bt_bb_splitted_headline h3.bt_bb_size_large,
.bt_bb_splitted_headline h4.bt_bb_size_large,
.bt_bb_splitted_headline h5.bt_bb_size_large,
.bt_bb_splitted_headline h6.bt_bb_size_large {
    font-size: 3.75rem;
    }
.bt_bb_splitted_headline h1.bt_bb_size_extralarge,
.bt_bb_splitted_headline h2.bt_bb_size_extralarge,
.bt_bb_splitted_headline h3.bt_bb_size_extralarge,
.bt_bb_splitted_headline h4.bt_bb_size_extralarge,
.bt_bb_splitted_headline h5.bt_bb_size_extralarge,
.bt_bb_splitted_headline h6.bt_bb_size_extralarge {
    font-size: 4.375rem;
    }
.bt_bb_splitted_headline h1.bt_bb_size_huge,
.bt_bb_splitted_headline h2.bt_bb_size_huge,
.bt_bb_splitted_headline h3.bt_bb_size_huge,
.bt_bb_splitted_headline h4.bt_bb_size_huge,
.bt_bb_splitted_headline h5.bt_bb_size_huge,
.bt_bb_splitted_headline h6.bt_bb_size_huge {
    font-size: 5rem;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_normal,
.bt_bb_splitted_headline h2.bt_bb_font_weight_normal,
.bt_bb_splitted_headline h3.bt_bb_font_weight_normal,
.bt_bb_splitted_headline h4.bt_bb_font_weight_normal,
.bt_bb_splitted_headline h5.bt_bb_font_weight_normal,
.bt_bb_splitted_headline h6.bt_bb_font_weight_normal {
    font-weight: normal;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_black,
.bt_bb_splitted_headline h2.bt_bb_font_weight_black,
.bt_bb_splitted_headline h3.bt_bb_font_weight_black,
.bt_bb_splitted_headline h4.bt_bb_font_weight_black,
.bt_bb_splitted_headline h5.bt_bb_font_weight_black,
.bt_bb_splitted_headline h6.bt_bb_font_weight_black {
    font-weight: black;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_bold,
.bt_bb_splitted_headline h2.bt_bb_font_weight_bold,
.bt_bb_splitted_headline h3.bt_bb_font_weight_bold,
.bt_bb_splitted_headline h4.bt_bb_font_weight_bold,
.bt_bb_splitted_headline h5.bt_bb_font_weight_bold,
.bt_bb_splitted_headline h6.bt_bb_font_weight_bold {
    font-weight: bold;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_bolder,
.bt_bb_splitted_headline h2.bt_bb_font_weight_bolder,
.bt_bb_splitted_headline h3.bt_bb_font_weight_bolder,
.bt_bb_splitted_headline h4.bt_bb_font_weight_bolder,
.bt_bb_splitted_headline h5.bt_bb_font_weight_bolder,
.bt_bb_splitted_headline h6.bt_bb_font_weight_bolder {
    font-weight: bolder;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_lighter,
.bt_bb_splitted_headline h2.bt_bb_font_weight_lighter,
.bt_bb_splitted_headline h3.bt_bb_font_weight_lighter,
.bt_bb_splitted_headline h4.bt_bb_font_weight_lighter,
.bt_bb_splitted_headline h5.bt_bb_font_weight_lighter,
.bt_bb_splitted_headline h6.bt_bb_font_weight_lighter {
    font-weight: 300;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_100,
.bt_bb_splitted_headline h2.bt_bb_font_weight_100,
.bt_bb_splitted_headline h3.bt_bb_font_weight_100,
.bt_bb_splitted_headline h4.bt_bb_font_weight_100,
.bt_bb_splitted_headline h5.bt_bb_font_weight_100,
.bt_bb_splitted_headline h6.bt_bb_font_weight_100 {
    font-weight: 100;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_200,
.bt_bb_splitted_headline h2.bt_bb_font_weight_200,
.bt_bb_splitted_headline h3.bt_bb_font_weight_200,
.bt_bb_splitted_headline h4.bt_bb_font_weight_200,
.bt_bb_splitted_headline h5.bt_bb_font_weight_200,
.bt_bb_splitted_headline h6.bt_bb_font_weight_200 {
    font-weight: 200;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_300,
.bt_bb_splitted_headline h2.bt_bb_font_weight_300,
.bt_bb_splitted_headline h3.bt_bb_font_weight_300,
.bt_bb_splitted_headline h4.bt_bb_font_weight_300,
.bt_bb_splitted_headline h5.bt_bb_font_weight_300,
.bt_bb_splitted_headline h6.bt_bb_font_weight_300 {
    font-weight: 300;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_400,
.bt_bb_splitted_headline h2.bt_bb_font_weight_400,
.bt_bb_splitted_headline h3.bt_bb_font_weight_400,
.bt_bb_splitted_headline h4.bt_bb_font_weight_400,
.bt_bb_splitted_headline h5.bt_bb_font_weight_400,
.bt_bb_splitted_headline h6.bt_bb_font_weight_400 {
    font-weight: 400;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_500,
.bt_bb_splitted_headline h2.bt_bb_font_weight_500,
.bt_bb_splitted_headline h3.bt_bb_font_weight_500,
.bt_bb_splitted_headline h4.bt_bb_font_weight_500,
.bt_bb_splitted_headline h5.bt_bb_font_weight_500,
.bt_bb_splitted_headline h6.bt_bb_font_weight_500 {
    font-weight: 500;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_600,
.bt_bb_splitted_headline h2.bt_bb_font_weight_600,
.bt_bb_splitted_headline h3.bt_bb_font_weight_600,
.bt_bb_splitted_headline h4.bt_bb_font_weight_600,
.bt_bb_splitted_headline h5.bt_bb_font_weight_600,
.bt_bb_splitted_headline h6.bt_bb_font_weight_600 {
    font-weight: 600;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_700,
.bt_bb_splitted_headline h2.bt_bb_font_weight_700,
.bt_bb_splitted_headline h3.bt_bb_font_weight_700,
.bt_bb_splitted_headline h4.bt_bb_font_weight_700,
.bt_bb_splitted_headline h5.bt_bb_font_weight_700,
.bt_bb_splitted_headline h6.bt_bb_font_weight_700 {
    font-weight: 700;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_800,
.bt_bb_splitted_headline h2.bt_bb_font_weight_800,
.bt_bb_splitted_headline h3.bt_bb_font_weight_800,
.bt_bb_splitted_headline h4.bt_bb_font_weight_800,
.bt_bb_splitted_headline h5.bt_bb_font_weight_800,
.bt_bb_splitted_headline h6.bt_bb_font_weight_800 {
    font-weight: 800;
    }
.bt_bb_splitted_headline h1.bt_bb_font_weight_900,
.bt_bb_splitted_headline h2.bt_bb_font_weight_900,
.bt_bb_splitted_headline h3.bt_bb_font_weight_900,
.bt_bb_splitted_headline h4.bt_bb_font_weight_900,
.bt_bb_splitted_headline h5.bt_bb_font_weight_900,
.bt_bb_splitted_headline h6.bt_bb_font_weight_900 {
    font-weight: 900;
    }

/* Star bulleted list */
.bt_bb_star_bullet_list ul,
.bt_bb_check_bullet_list ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_star_bullet_list ul li,
.bt_bb_check_bullet_list ul li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .5em;
    }
.bt_bb_star_bullet_list ul li:before,
.bt_bb_check_bullet_list ul li:before {
    font-family: FontAwesome;
    color: #e94d65;
    margin-right: 8px;
    }
.rtl .bt_bb_star_bullet_list ul li:before,
.rtl .bt_bb_check_bullet_list ul li:before {
    margin-right: auto;
    margin-left: 8px;
    }
.bt_bb_star_bullet_list ul li:before {
    content: "\f005";
    }
.bt_bb_check_bullet_list ul li:before {
    content: "\f00c";
    }
.rtl .bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
    padding: 0 1em 0 0;
    }

/* 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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-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 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 1200ms ease-out;
    -moz-transition: transform 1200ms ease-out;
    transition: transform 1200ms ease-out;
    }
.bt_bb_floating_image_animation_style_ease_out.bt_bb_floating_image .bt_bb_floating_image_image {
    -webkit-transition: transform 1200ms ease-out;
    -moz-transition: transform 1200ms ease-out;
    transition: transform 1200ms ease-out;
    }
.bt_bb_floating_image_animation_style_ease_out_sine.bt_bb_floating_image .bt_bb_floating_image_image {
    -webkit-transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
    -moz-transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
    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 {
    -webkit-transition: transform 1200ms ease-in;
    -moz-transition: transform 1200ms ease-in;
    transition: transform 1200ms ease-in;
    }
.bt_bb_floating_image_animation_style_ease_in_sine.bt_bb_floating_image .bt_bb_floating_image_image {
    -webkit-transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
    -moz-transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
    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 {
    -webkit-transition: transform 1200ms ease-in-out;
    -moz-transition: transform 1200ms ease-in-out;
    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 {
    -webkit-transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
    -moz-transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
    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 {
    -webkit-transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
    -moz-transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
    transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
    }
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 2) {
    -webkit-transition-duration: 1400ms;
    -moz-transition-duration: 1400ms;
    transition-duration: 1400ms;
    }
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 3) {
    -webkit-transition-duration: 1600ms;
    -moz-transition-duration: 1600ms;
    transition-duration: 1600ms;
    }
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 4) {
    -webkit-transition-duration: 1800ms;
    -moz-transition-duration: 1800ms;
    transition-duration: 1800ms;
    }

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

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

/* Floating image */
.bt_bb_floating_element {
    position: absolute;
    pointer-events: none;
    }
.bt_bb_floating_element_vertical_position_top.bt_bb_floating_element {
    top: 0;
    }
.bt_bb_floating_element_vertical_position_middle.bt_bb_floating_element {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    }
.bt_bb_floating_element_vertical_position_bottom.bt_bb_floating_element {
    bottom: 0;
    }
.bt_bb_floating_element_horizontal_position_left.bt_bb_floating_element {
    left: 0;
    }
.bt_bb_floating_element_horizontal_position_center.bt_bb_floating_element {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    }
.bt_bb_floating_element_horizontal_position_right.bt_bb_floating_element {
    right: 0;
    }
.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 1200ms ease-out;
    -moz-transition: transform 1200ms ease-out;
    transition: transform 1200ms ease-out;
    }
.bt_bb_floating_element_animation_style_ease_out.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition: transform 1200ms ease-out;
    -moz-transition: transform 1200ms ease-out;
    transition: transform 1200ms ease-out;
    }
.bt_bb_floating_element_animation_style_ease_out_sine.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
    -moz-transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
    transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
    }
.bt_bb_floating_element_animation_style_ease_in.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition: transform 1200ms ease-in;
    -moz-transition: transform 1200ms ease-in;
    transition: transform 1200ms ease-in;
    }
.bt_bb_floating_element_animation_style_ease_in_sine.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
    -moz-transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
    transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
    }
.bt_bb_floating_element_animation_style_ease_in_out.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition: transform 1200ms ease-in-out;
    -moz-transition: transform 1200ms ease-in-out;
    transition: transform 1200ms ease-in-out;
    }
.bt_bb_floating_element_animation_style_ease_in_out_sine.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
    -moz-transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
    transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
    }
.bt_bb_floating_element_animation_style_ease_in_out_back.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
    -moz-transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
    transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
    }
.bt_bb_floating_element .bt_bb_floating_element_html:nth-of-type(5n + 2) {
    -webkit-transition-duration: 1400ms;
    -moz-transition-duration: 1400ms;
    transition-duration: 1400ms;
    }
.bt_bb_floating_element .bt_bb_floating_element_html:nth-of-type(5n + 3) {
    -webkit-transition-duration: 1600ms;
    -moz-transition-duration: 1600ms;
    transition-duration: 1600ms;
    }
.bt_bb_floating_element .bt_bb_floating_element_html:nth-of-type(5n + 4) {
    -webkit-transition-duration: 1800ms;
    -moz-transition-duration: 1800ms;
    transition-duration: 1800ms;
    }
.bt_bb_floating_element .bt_bb_floating_element_html > span {
    display: block;
    }

/* Animation duration */
.bt_bb_floating_element_animation_duration_0.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms;
    }
.bt_bb_floating_element_animation_duration_100.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    transition-duration: 100ms;
    }
.bt_bb_floating_element_animation_duration_200.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-duration: 200ms;
    }
.bt_bb_floating_element_animation_duration_300.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    }
.bt_bb_floating_element_animation_duration_400.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    transition-duration: 400ms;
    }
.bt_bb_floating_element_animation_duration_500.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    }
.bt_bb_floating_element_animation_duration_600.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    transition-duration: 600ms;
    }
.bt_bb_floating_element_animation_duration_700.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    transition-duration: 700ms;
    }
.bt_bb_floating_element_animation_duration_800.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 800ms;
    -moz-transition-duration: 800ms;
    transition-duration: 800ms;
    }
.bt_bb_floating_element_animation_duration_900.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 900ms;
    -moz-transition-duration: 900ms;
    transition-duration: 900ms;
    }
.bt_bb_floating_element_animation_duration_1000.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1000ms;
    -moz-transition-duration: 1000ms;
    transition-duration: 1000ms;
    }
.bt_bb_floating_element_animation_duration_1100.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1100ms;
    -moz-transition-duration: 1100ms;
    transition-duration: 1100ms;
    }
.bt_bb_floating_element_animation_duration_1200.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1200ms;
    -moz-transition-duration: 1200ms;
    transition-duration: 1200ms;
    }
.bt_bb_floating_element_animation_duration_1300.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1300ms;
    -moz-transition-duration: 1300ms;
    transition-duration: 1300ms;
    }
.bt_bb_floating_element_animation_duration_1400.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1400ms;
    -moz-transition-duration: 1400ms;
    transition-duration: 1400ms;
    }
.bt_bb_floating_element_animation_duration_1500.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1500ms;
    -moz-transition-duration: 1500ms;
    transition-duration: 1500ms;
    }
.bt_bb_floating_element_animation_duration_1600.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1600ms;
    -moz-transition-duration: 1600ms;
    transition-duration: 1600ms;
    }
.bt_bb_floating_element_animation_duration_1700.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1700ms;
    -moz-transition-duration: 1700ms;
    transition-duration: 1700ms;
    }
.bt_bb_floating_element_animation_duration_1800.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1800ms;
    -moz-transition-duration: 1800ms;
    transition-duration: 1800ms;
    }
.bt_bb_floating_element_animation_duration_1900.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 1900ms;
    -moz-transition-duration: 1900ms;
    transition-duration: 1900ms;
    }
.bt_bb_floating_element_animation_duration_2000.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 2000ms;
    -moz-transition-duration: 2000ms;
    transition-duration: 2000ms;
    }
.bt_bb_floating_element_animation_duration_2500.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 2500ms;
    -moz-transition-duration: 2500ms;
    transition-duration: 2500ms;
    }
.bt_bb_floating_element_animation_duration_3000.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 3000ms;
    -moz-transition-duration: 3000ms;
    transition-duration: 3000ms;
    }
.bt_bb_floating_element_animation_duration_3500.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 3500ms;
    -moz-transition-duration: 3500ms;
    transition-duration: 3500ms;
    }
.bt_bb_floating_element_animation_duration_4000.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 4000ms;
    -moz-transition-duration: 4000ms;
    transition-duration: 4000ms;
    }
.bt_bb_floating_element_animation_duration_5000.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 5000ms;
    -moz-transition-duration: 5000ms;
    transition-duration: 5000ms;
    }
.bt_bb_floating_element_animation_duration_6000.bt_bb_floating_element .bt_bb_floating_element_html {
    -webkit-transition-duration: 6000ms;
    -moz-transition-duration: 6000ms;
    transition-duration: 6000ms;
    }

/* Animation delay */
.bt_bb_floating_element_animation_delay_0.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    }
.bt_bb_floating_element_animation_delay_100.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    }
.bt_bb_floating_element_animation_delay_200.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.bt_bb_floating_element_animation_delay_300.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.bt_bb_floating_element_animation_delay_400.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.bt_bb_floating_element_animation_delay_500.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.bt_bb_floating_element_animation_delay_600.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.bt_bb_floating_element_animation_delay_700.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.bt_bb_floating_element_animation_delay_800.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.bt_bb_floating_element_animation_delay_900.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.bt_bb_floating_element_animation_delay_1000.bt_bb_floating_image .bt_bb_floating_element_html {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }

/* Product lists */
.woocommerce-result-count,
.woocommerce-ordering {
    width: 50%;
    float: left;
    margin: 0;
    line-height: 2.5em;
    margin-bottom: 2em;
    }
.rtl .woocommerce-result-count,
.rtl .woocommerce-ordering {
    float: right;
    }
.woocommerce-ordering {
    padding-left: 1em;
    }
.rtl .woocommerce-ordering {
    padding-left: 0;
    padding-right: 1em;
    }
.products ul,
ul.products {
    margin: 0 -.625em 1.25rem;
    padding: 0;
    list-style: none;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.products ul li.product,
ul.products li.product {
    width: 100%;
    padding: 0 .625em;
    margin: 0 0 1.25em;
    position: relative;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.woocommerce-page .products ul li.product,
.woocommerce-page ul.products li.product {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    }
.columns-2 .products ul li.product,
.columns-2 ul.products li.product {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
.columns-3 .products ul li.product,
.columns-3 ul.products li.product {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    }
.columns-4 .products ul li.product,
.columns-4 ul.products li.product {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
.columns-5 .products ul li.product,
.columns-5 ul.products li.product {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    }
.columns-6 .products ul li.product,
.columns-6 ul.products li.product {
    -webkit-flex: 0 0 16.6666%;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    }
.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;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    width: 100%;
    }
.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;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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: -webkit-calc(100% + 3.75em);
    max-width: -moz-calc(100% + 3.75em);
    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);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    width: 100%;
    display: block;
    }
.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: "\ea08";
    font-family: Essential;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25;
    text-align: center;
    background: #e94d65;
    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;
    -webkit-box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    }
.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: -webkit-linear-gradient(top,transparent 0%,#fff 80%);
    background: -moz-linear-gradient(top,transparent 0%,#fff 80%);
    background: linear-gradient(to bottom,transparent 0%,#fff 80%);
    opacity: .75;
    pointer-events: none;
    }
.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(24,24,24,.5);
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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: #e94d65;
    }
.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 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    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: 1;
    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: #e94d65;
    }
.products ul li.product .btWooShopLoopItemInner .price,
ul.products li.product .btWooShopLoopItemInner .price {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.25em;
    }
.products ul li.product .btWooShopLoopItemInner .price:after,
ul.products li.product .btWooShopLoopItemInner .price:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    }
.products ul li.product .btWooShopLoopItemInner .price del,
ul.products li.product .btWooShopLoopItemInner .price del {
    color: inherit;
    opacity: .5;
    display: inline-block;
    margin: 0 5px 0 0;
    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: 1px;
    top: 50%;
    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: 700;
    text-decoration: none;
    }
.products ul li.product .btWooShopLoopItemInner .price .from,
ul.products li.product .btWooShopLoopItemInner .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    opacity: .5;
    }
.products ul li.product .btWooShopLoopItemInner a.button,
ul.products li.product .btWooShopLoopItemInner a.button {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: .875em;
    line-height: 1.1;
    padding: 1.2142857em 1.42857142em;
    height: auto;
    position: absolute;
    left: 1.875rem;
    bottom: 1.875rem;
    max-width: -webkit-calc(100% - 3.75rem);
    max-width: -moz-calc(100% - 3.75rem);
    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: #1b4962;
    color: #fff;
    }
.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
    content: "\e01c";
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    }
.products ul li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .added:after {
    content: "\e017";
    }
.products ul li.product .btWooShopLoopItemInner .added_to_cart,
ul.products li.product .btWooShopLoopItemInner .added_to_cart {
    font-size: .75em;
    font-weight: 700;
    color: #e94d65;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    position: absolute;
    bottom: .25em;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    }
.products ul li.product .btWooShopLoopItemInner .added_to_cart:hover,
ul.products li.product .btWooShopLoopItemInner .added_to_cart:hover {
    opacity: .5;
    }
.products ul li.product .btWooShopLoopItemInner:hover,
ul.products li.product .btWooShopLoopItemInner:hover {
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    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;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    }
.products ul li.product .btWooShopLoopItemInner:hover:after,
ul.products li.product .btWooShopLoopItemInner:hover:after {
    background: transparent;
    }
.btShopSaleTagDesignRounded .products ul li.product .btWooShopLoopItemInner:hover .onsale,
.btShopSaleTagDesignRound .products ul li.product .btWooShopLoopItemInner:hover .onsale,
.btShopSaleTagDesignRounded ul.products li.product .btWooShopLoopItemInner:hover .onsale,
.btShopSaleTagDesignRound ul.products li.product .btWooShopLoopItemInner:hover .onsale {
    background: #1b4962;
    }
.btShopSaleTagDesignSlanted_right .products ul li.product .btWooShopLoopItemInner:hover .onsale,
.btShopSaleTagDesignSlanted_left .products ul li.product .btWooShopLoopItemInner:hover .onsale,
.btShopSaleTagDesignSlanted_right ul.products li.product .btWooShopLoopItemInner:hover .onsale,
.btShopSaleTagDesignSlanted_left ul.products li.product .btWooShopLoopItemInner:hover .onsale {
    background: transparent !important;
    }
.btShopSaleTagDesignSlanted_right .products ul li.product .btWooShopLoopItemInner:hover .onsale:before,
.btShopSaleTagDesignSlanted_left .products ul li.product .btWooShopLoopItemInner:hover .onsale:before,
.btShopSaleTagDesignSlanted_right ul.products li.product .btWooShopLoopItemInner:hover .onsale:before,
.btShopSaleTagDesignSlanted_left ul.products li.product .btWooShopLoopItemInner:hover .onsale:before {
    background: #1b4962;
    }
.products ul li.product .onsale,
ul.products li.product .onsale {
    position: absolute;
    top: 1em;
    right: 1em;
    left: auto;
    z-index: 2;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.btShopSaleTagDesignTriangle .products ul li.product .onsale,
.btShopSaleTagDesignTriangle ul.products li.product .onsale {
    font-size: 1.25em;
    text-transform: uppercase;
    text-align: right;
    top: 0;
    right: 0;
    padding: .8em;
    }
.rtl.btShopSaleTagDesignTriangle .products ul li.product .onsale,
.rtl.btShopSaleTagDesignTriangle ul.products li.product .onsale {
    text-align: left;
    right: auto;
    left: 0;
    }
.btShopSaleTagDesignTriangle .products ul li.product .onsale:after,
.btShopSaleTagDesignTriangle ul.products li.product .onsale:after {
    display: block;
    content: "";
    background: #fff;
    width: 9em;
    height: 5em;
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 0;
    margin: 0;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.rtl.btShopSaleTagDesignTriangle .products ul li.product .onsale:after,
.rtl.btShopSaleTagDesignTriangle ul.products li.product .onsale:after {
    right: auto;
    left: -1px;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.btLightSkin.btShopSaleTagDesignTriangle .products ul li.product .onsale:after,
.btLightSkin.btShopSaleTagDesignTriangle ul.products li.product .onsale:after {
    background: #fff;
    }
.btDarkSkin.btShopSaleTagDesignTriangle .products ul li.product .onsale:after,
.btDarkSkin.btShopSaleTagDesignTriangle ul.products li.product .onsale:after {
    background: #191919;
    }
.btShopSaleTagDesignRounded .products ul li.product .onsale,
.btShopSaleTagDesignRound .products ul li.product .onsale,
.btShopSaleTagDesignSquare .products ul li.product .onsale,
.btShopSaleTagDesignSlanted_right .products ul li.product .onsale,
.btShopSaleTagDesignSlanted_left .products ul li.product .onsale,
.btShopSaleTagDesignRounded ul.products li.product .onsale,
.btShopSaleTagDesignRound ul.products li.product .onsale,
.btShopSaleTagDesignSquare ul.products li.product .onsale,
.btShopSaleTagDesignSlanted_right ul.products li.product .onsale,
.btShopSaleTagDesignSlanted_left ul.products li.product .onsale {
    border-radius: 5px;
    background: #e94d65;
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    text-transform: uppercase;
    width: 3.6em;
    height: 3.6em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: .8;
    }
.rtl.btShopSaleTagDesignRounded .products ul li.product .onsale,
.rtl.btShopSaleTagDesignRound .products ul li.product .onsale,
.rtl.btShopSaleTagDesignSquare .products ul li.product .onsale,
.rtl.btShopSaleTagDesignSlanted_right .products ul li.product .onsale,
.rtl.btShopSaleTagDesignSlanted_left .products ul li.product .onsale,
.rtl.btShopSaleTagDesignRounded ul.products li.product .onsale,
.rtl.btShopSaleTagDesignRound ul.products li.product .onsale,
.rtl.btShopSaleTagDesignSquare ul.products li.product .onsale,
.rtl.btShopSaleTagDesignSlanted_right ul.products li.product .onsale,
.rtl.btShopSaleTagDesignSlanted_left ul.products li.product .onsale {
    right: auto;
    left: 1em;
    }
.btShopSaleTagDesignRound .products ul li.product .onsale,
.btShopSaleTagDesignRound ul.products li.product .onsale {
    border-radius: 50%;
    }
.btShopSaleTagDesignSquare .products ul li.product .onsale,
.btShopSaleTagDesignSquare ul.products li.product .onsale {
    border-radius: 0;
    }
.btShopSaleTagDesignSlanted_right .products ul li.product .onsale,
.btShopSaleTagDesignSlanted_left .products ul li.product .onsale,
.btShopSaleTagDesignSlanted_right ul.products li.product .onsale,
.btShopSaleTagDesignSlanted_left ul.products li.product .onsale {
    background: transparent !important;
    }
.btShopSaleTagDesignSlanted_right .products ul li.product .onsale:before,
.btShopSaleTagDesignSlanted_left .products ul li.product .onsale:before,
.btShopSaleTagDesignSlanted_right ul.products li.product .onsale:before,
.btShopSaleTagDesignSlanted_left ul.products li.product .onsale:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #e94d65;
    display: block;
    content: "";
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    z-index: -1;
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.btShopSaleTagDesignSlanted_left .products ul li.product .onsale:before,
.btShopSaleTagDesignSlanted_left ul.products li.product .onsale:before {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
.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;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    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;
    }
.products ul li.product.product-category a:hover,
ul.products li.product.product-category a:hover {
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    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: #e94d65;
    }
.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;
    }

/* 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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-weight: 800;
    }
nav.woocommerce-pagination ul li {
    margin: 0;
    display: block;
    }
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    color: currentColor;
    min-width: 2em;
    min-height: 2em;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
nav.woocommerce-pagination ul li span {
    opacity: .4;
    }
nav.woocommerce-pagination ul li a:hover {
    background: rgba(24,24,24,.15);
    }
nav.woocommerce-pagination ul li a.next,
nav.woocommerce-pagination ul li a.prev {
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: #e94d65;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    color: #fff;
    font-weight: 400;
    margin: 0 .5em;
    }
nav.woocommerce-pagination ul li a.next:hover,
nav.woocommerce-pagination ul li a.prev:hover {
    background: transparent;
    }
nav.woocommerce-pagination ul li a.next:hover:before,
nav.woocommerce-pagination ul li a.prev:hover:before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
.btShopSaleTagDesignTriangle div.product > .onsale {
    font-size: 1.25em;
    text-transform: uppercase;
    text-align: right;
    top: 0;
    left: .875em;
    padding: .8em;
    }
.rtl.btShopSaleTagDesignTriangle div.product > .onsale {
    text-align: left;
    right: .875em;
    left: auto;
    }
.btShopSaleTagDesignTriangle div.product > .onsale:after {
    display: block;
    content: "";
    background: #fff;
    width: 9em;
    height: 5em;
    position: absolute;
    z-index: -1;
    left: -1px;
    top: 0;
    margin: 0;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.rtl.btShopSaleTagDesignTriangle div.product > .onsale:after {
    left: auto;
    right: -1px;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.btLightSkin.btShopSaleTagDesignTriangle div.product > .onsale:after {
    background: #fff;
    }
.btDarkSkin.btShopSaleTagDesignTriangle div.product > .onsale:after {
    background: #191919;
    }
.btShopSaleTagDesignRounded div.product > .onsale,
.btShopSaleTagDesignRound div.product > .onsale,
.btShopSaleTagDesignSquare div.product > .onsale,
.btShopSaleTagDesignSlanted_right div.product > .onsale,
.btShopSaleTagDesignSlanted_left div.product > .onsale {
    border-radius: 5px;
    background: #e94d65;
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    text-transform: uppercase;
    width: 3.6em;
    height: 3.6em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: .8;
    }
.rtl.btShopSaleTagDesignRounded div.product > .onsale,
.rtl.btShopSaleTagDesignRound div.product > .onsale,
.rtl.btShopSaleTagDesignSquare div.product > .onsale,
.rtl.btShopSaleTagDesignSlanted_right div.product > .onsale,
.rtl.btShopSaleTagDesignSlanted_left div.product > .onsale {
    left: auto;
    right: 1.75em;
    }
.btShopSaleTagDesignRound div.product > .onsale {
    border-radius: 50%;
    }
.btShopSaleTagDesignSquare div.product > .onsale {
    border-radius: 0;
    }
.btShopSaleTagDesignSlanted_right div.product > .onsale,
.btShopSaleTagDesignSlanted_left div.product > .onsale {
    background: transparent !important;
    left: 2em;
    }
.btShopSaleTagDesignSlanted_right div.product > .onsale:before,
.btShopSaleTagDesignSlanted_left div.product > .onsale:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #e94d65;
    display: block;
    content: "";
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    z-index: -1;
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    }
.rtl.btShopSaleTagDesignSlanted_right div.product > .onsale,
.rtl.btShopSaleTagDesignSlanted_left div.product > .onsale {
    left: auto;
    right: 2em;
    }
.btShopSaleTagDesignSlanted_left div.product > .onsale:before {
    -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    }
div.product div.images {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    padding: 1em .5em 0;
    }
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    position: relative;
    display: block;
    }
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: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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: "\ea08";
    font-family: Essential;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25;
    text-align: center;
    background: #e94d65;
    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;
    -webkit-box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 0 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    }
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;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    }
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
    margin: 0 .5em;
    }
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 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    }
div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    }
div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    }
div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    }
div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    }
div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 16.666%;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    }
div.product div.images .woocommerce-product-gallery__image {
    float: left;
    padding: 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: 70px;
    top: 20px;
    font-size: 0;
    line-height: 0;
    z-index: 1;
    }
div.product div.images .woocommerce-product-gallery__trigger:after {
    display: block;
    font-family: FontAwesome;
    content: "\f002";
    border-radius: 50%;
    font-size: 19.2px;
    width: 36.8px;
    line-height: 36.8px;
    text-align: center;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    background: #e94d65;
    color: #fff;
    }
div.product div.images .woocommerce-product-gallery__trigger:hover:after {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    }
.rtl div.product div.images .woocommerce-product-gallery__trigger {
    right: auto;
    left: 70px;
    }
div.product div.summary {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1em;
    margin-bottom: 1em;
    }
div.product div.summary header {
    margin-bottom: 2em;
    }
div.product div.summary .price {
    font-size: 3em;
    font-weight: 600;
    letter-spacing: -.03em;
    margin-bottom: .5em;
    }
div.product div.summary .price 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 .price del:after {
    display: block;
    position: absolute;
    content: "";
    background: currentColor;
    height: 2.5px;
    top: 50%;
    left: -2px;
    right: -2px;
    z-index: -1;
    }
div.product div.summary .price ins {
    text-decoration: none;
    }
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 {
    height: 3.25em;
    display: inline-block;
    padding-right: 0;
    }
.rtl div.product div.summary form.cart .quantity input {
    padding-right: 1.25em;
    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 .quantity {
    width: 70px;
    margin: 0;
    }
div.product div.summary form.cart .group_table a {
    font-family: "Sarabun",Arial,Helvetica;
    color: inherit;
    font-weight: 800;
    letter-spacing: -.03em;
    margin: 0 1em;
    }
div.product div.summary form.cart .group_table a:hover {
    color: #e94d65;
    }
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;
    height: 3.25em;
    }
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;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    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;
    }
.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header:after {
    display: block;
    content: "";
    background: currentColor;
    height: 1px;
    width: 100%;
    margin: 3em 0 .5em;
    opacity: .2;
    }
.rtl.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header li {
    float: right;
    }
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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
table.shop_table .coupon label,
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"] {
    white-space: nowrap;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    }
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: 1.25em;
    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;
    }
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: 2rem;
    height: 2rem;
    line-height: 1.75rem;
    color: #fff;
    background-color: #e94d65;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    border-radius: 50%;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    }
table.shop_table td.product-remove a.remove:hover {
    background: #1b4962;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px 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;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
table.shop_table td.product-name {
    font-size: 1.25em;
    font-weight: 800;
    font-family: "Sarabun",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: #e94d65;
    }
table.shop_table .product-quantity {
    text-align: center;
    }
table.shop_table .product-quantity .quantity {
    width: 70px;
    display: inline-block;
    }
table.shop_table .product-subtotal,
table.shop_table .product-total,
table.shop_table .product-price,
table.shop_table .order-actions {
    text-align: right;
    }
.cart-collaterals {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -1em;
    }
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 1em;
    }
.cart-collaterals .cross-sells ul.products li.product {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    }
.cart-collaterals .cart_totals th {
    text-align: left;
    }
.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 {
    border-top: 2px solid;
    }
tr.order-total,
tfoot {
    border-bottom: 2px solid;
    }

/* Checkout */
table.woocommerce-checkout-review-order-table td.product-total,
table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
table.woocommerce-checkout-review-order-table tr.order-total td {
    text-align: right;
    }
ul.wc_payment_methods {
    margin: 0 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: #e94d65;
    }
ul.wc_payment_methods li div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: #dfdcde;
    }
ul.wc_payment_methods li div.payment_box:before {
    content: "";
    display: block;
    border: 10px solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    left: 1em;
    top: -20px;
    }
ul.wc_payment_methods li div.payment_box span.help {
    font-size: .857em;
    }
ul.wc_payment_methods li div.payment_box p:last-child {
    margin-bottom: 0;
    }
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: -webkit-fit-content;
    width: -moz-fit-content;
    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;
    margin: 0 0 2em;
    padding: 0;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
    font-size: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.woocommerce-MyAccount-navigation ul li {
    margin: 0 50px 0 0;
    padding: 0;
    display: block;
    }
.rtl .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 0 50px;
    }
.woocommerce-MyAccount-navigation ul li:last-child {
    margin: 0 !important;
    }
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: .5em 0;
    font-weight: 700;
    color: currentColor;
    position: relative;
    }
.woocommerce-MyAccount-navigation ul li a:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    left: -15px;
    width: 10px;
    pointer-events: none;
    height: 2px;
    background-color: #e94d65;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
.rtl .woocommerce-MyAccount-navigation ul li a:after {
    left: auto;
    right: -15px;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    }
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #e94d65;
    }
.woocommerce-MyAccount-navigation ul li a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.woocommerce-MyAccount-navigation ul li.is-active a:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: .75em 0 !important;
    -webkit-transition: 200ms ease opacity;
    -moz-transition: 200ms ease opacity;
    transition: 200ms ease opacity;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.btLightSkin .reset_variations,
.btDarkSkin .btLightSkin .reset_variations,
.btLightSkin .btDarkSkin .btLightSkin .reset_variations {
    color: #181818;
    }
.btDarkSkin .reset_variations,
.btLightSkin .btDarkSkin .reset_variations,
.btDarkSkin.btLightSkin .btDarkSkin .reset_variations {
    color: #fff;
    }
.reset_variations:before {
    font-family: FontAwesome;
    content: "\f00d";
    margin: 0 5px;
    color: #e94d65;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 1;
    font-size: 1rem;
    }
.rtl .reset_variations:before {
    margin: 0 0 0 .5em;
    }
.reset_variations:hover:before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.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: Sarabun,Arial,Helvetica,sans-serif;
    padding: 1em 0;
    font-weight: 700;
    font-weight: 800;
    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 {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0;
    }
form .form-row label {
    display: block;
    margin-bottom: .5em;
    }
form .form-row label.inline,
form .form-row label.checkbox {
    display: inline;
    margin-bottom: 0;
    }
form .form-row select {
    cursor: pointer;
    margin: 0;
    }
form .form-row .select2-container {
    line-height: 2.5;
    }
.rtlform .form-row .select2-container {
    text-align: right;
    }
form .form-row .select2-container .select2-choice {
    padding-left: 1em;
    height: 3.2em;
    line-height: 3.2;
    }
.rtlform .form-row .select2-container .select2-choice {
    padding-left: 0;
    padding-right: 1em;
    }
form .form-row .required {
    text-decoration: none;
    }
form .form-row .input-checkbox {
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: auto;
    display: inline;
    }
form .form-row textarea {
    height: 5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
    border-color: #a00;
    }
form .form-row.woocommerce-validated .select2-container,
form .form-row.woocommerce-validated input.input-text,
form .form-row.woocommerce-validated select {
    border-color: #69bf29;
    }
form .form-row::-webkit-input-placeholder {
    line-height: normal;
    }
form .form-row:-moz-placeholder {
    line-height: normal;
    }
form .form-row:-ms-input-placeholder {
    line-height: normal;
    }

/* Overlay */
.blockUI.blockOverlay {
    position: relative;
    }
.blockUI.blockOverlay:before,
.loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
    }

/* Messages */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 1em 1em 3em;
    margin: 0 0 2em;
    position: relative;
    background-color: rgba(24,24,24,.07);
    color: inherit;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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(255,255,255,.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 {
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    }
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
    color: #e94d65;
    text-decoration: underline;
    }
.woocommerce-info a.showcoupon,
.woocommerce-message a.showcoupon {
    color: currentColor;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    }
.woocommerce-info a.showcoupon:before,
.woocommerce-message a.showcoupon:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin: 0 5px;
    color: #e94d65;
    }
.woocommerce-info a.showcoupon:hover,
.woocommerce-message a.showcoupon:hover {
    color: #e94d65;
    }
.woocommerce-error {
    border-top-color: #b81c23;
    }
.woocommerce-error a {
    color: #b81c23;
    }
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    text-decoration: none;
    }
.woocommerce-error a:hover {
    color: #fff;
    }
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    display: none;
    }
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: FontAwesome;
    font-size: 1.5em;
    font-weight: 400;
    position: absolute;
    left: .5em;
    height: 1em;
    width: 1em;
    line-height: 1;
    text-align: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.rtl .woocommerce-error:before,
.rtl .woocommerce-info:before,
.rtl .woocommerce-message:before {
    left: auto;
    right: .5em;
    }
.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f129";
    background: #e94d65;
    color: #fff;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25;
    }
.woocommerce-error:before {
    content: '\f071';
    color: #b81c23;
    }
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
    border: none !important;
    padding: 1.2142857em 1.42857142em !important;
    line-height: 1.1 !important;
    height: auto !important;
    font-size: .875em !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;
    }
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(24,24,24,.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(255,255,255,.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(https://blog.mi-nautics.com/wp-content/themes/avantage/../../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(https://blog.mi-nautics.com/wp-content/themes/avantage/../../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(https://blog.mi-nautics.com/wp-content/themes/avantage/../../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(https://blog.mi-nautics.com/wp-content/themes/avantage/../../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(https://blog.mi-nautics.com/wp-content/themes/avantage/../../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(https://blog.mi-nautics.com/wp-content/themes/avantage/../../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(https://blog.mi-nautics.com/wp-content/themes/avantage/../../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(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/images/icons/credit-cards/discover.png);
    }

/* Inpage headlines */
.products > h1,
.products > h2,
.products > h3,
.products > h4,
.products > h5,
.products > h6,
.products > h7,
.products > h8,
div.bt_bb_tab_content > h1,
div.bt_bb_tab_content > h2,
div.bt_bb_tab_content > h3,
div.bt_bb_tab_content > h4,
div.bt_bb_tab_content > h5,
div.bt_bb_tab_content > h6,
div.bt_bb_tab_content > h7,
div.bt_bb_tab_content > h8,
.cross-sells > h1,
.cross-sells > h2,
.cross-sells > h3,
.cross-sells > h4,
.cross-sells > h5,
.cross-sells > h6,
.cross-sells > h7,
.cross-sells > h8,
.comment-respond > h1,
.comment-respond > h2,
.comment-respond > h3,
.comment-respond > h4,
.comment-respond > h5,
.comment-respond > h6,
.comment-respond > h7,
.comment-respond > h8,
section.related.products > h1,
section.related.products > h2,
section.related.products > h3,
section.related.products > h4,
section.related.products > h5,
section.related.products > h6,
section.related.products > h7,
section.related.products > h8,
div.cart_totals > h1,
div.cart_totals > h2,
div.cart_totals > h3,
div.cart_totals > h4,
div.cart_totals > h5,
div.cart_totals > h6,
div.cart_totals > h7,
div.cart_totals > h8,
div.woocommerce-billing-fields > h1,
div.woocommerce-billing-fields > h2,
div.woocommerce-billing-fields > h3,
div.woocommerce-billing-fields > h4,
div.woocommerce-billing-fields > h5,
div.woocommerce-billing-fields > h6,
div.woocommerce-billing-fields > h7,
div.woocommerce-billing-fields > h8,
div.woocommerce-additional-fields > h1,
div.woocommerce-additional-fields > h2,
div.woocommerce-additional-fields > h3,
div.woocommerce-additional-fields > h4,
div.woocommerce-additional-fields > h5,
div.woocommerce-additional-fields > h6,
div.woocommerce-additional-fields > h7,
div.woocommerce-additional-fields > h8,
div.woocommerce-shipping-fields > h1,
div.woocommerce-shipping-fields > h2,
div.woocommerce-shipping-fields > h3,
div.woocommerce-shipping-fields > h4,
div.woocommerce-shipping-fields > h5,
div.woocommerce-shipping-fields > h6,
div.woocommerce-shipping-fields > h7,
div.woocommerce-shipping-fields > h8,
form.woocommerce-checkout > h1,
form.woocommerce-checkout > h2,
form.woocommerce-checkout > h3,
form.woocommerce-checkout > h4,
form.woocommerce-checkout > h5,
form.woocommerce-checkout > h6,
form.woocommerce-checkout > h7,
form.woocommerce-checkout > h8,
div.woocommerce-MyAccount-content > h1,
div.woocommerce-MyAccount-content > h2,
div.woocommerce-MyAccount-content > h3,
div.woocommerce-MyAccount-content > h4,
div.woocommerce-MyAccount-content > h5,
div.woocommerce-MyAccount-content > h6,
div.woocommerce-MyAccount-content > h7,
div.woocommerce-MyAccount-content > h8,
div.woocommerce-MyAccount-content header > h1,
div.woocommerce-MyAccount-content header > h2,
div.woocommerce-MyAccount-content header > h3,
div.woocommerce-MyAccount-content header > h4,
div.woocommerce-MyAccount-content header > h5,
div.woocommerce-MyAccount-content header > h6,
div.woocommerce-MyAccount-content header > h7,
div.woocommerce-MyAccount-content header > h8,
div.woocommerce-MyAccount-content form > h1,
div.woocommerce-MyAccount-content form > h2,
div.woocommerce-MyAccount-content form > h3,
div.woocommerce-MyAccount-content form > h4,
div.woocommerce-MyAccount-content form > h5,
div.woocommerce-MyAccount-content form > h6,
div.woocommerce-MyAccount-content form > h7,
div.woocommerce-MyAccount-content form > h8,
.woocommerce-customer-details > h1,
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3,
.woocommerce-customer-details > h4,
.woocommerce-customer-details > h5,
.woocommerce-customer-details > h6,
.woocommerce-customer-details > h7,
.woocommerce-customer-details > h8,
.woocommerce-order-details > h1,
.woocommerce-order-details > h2,
.woocommerce-order-details > h3,
.woocommerce-order-details > h4,
.woocommerce-order-details > h5,
.woocommerce-order-details > h6,
.woocommerce-order-details > h7,
.woocommerce-order-details > h8 {
    margin: 0 0 1em;
    padding: 0;
    font-size: 1.4em;
    }

/* Buttons */
.woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type="submit"],
.woocommerce .btContent input[type="submit"],
.woocommerce-page .btSidebar input[type="submit"],
.woocommerce-page .btContent input[type="submit"],
.woocommerce .btSidebar :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: 1em;
    background: #e94d65;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    color: #fff;
    font-weight: 700;
    border: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    width: auto;
    padding: 0 1.875em;
    font-family: "Sarabun",Arial,Helvetica,sans-serif !important;
    height: 3.25em;
    line-height: 3.25;
    display: inline-block;
    }
.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;
    }
.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: 5px;
    }
.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 {
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.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: 1em;
    background: transparent;
    -webkit-box-shadow: 0 0 0 2px #e94d65 inset,0 4px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 0 0 2px #e94d65 inset,0 4px 0 0 rgba(24,24,24,.2) inset;
    color: #e94d65;
    font-weight: 700;
    border: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    width: auto;
    padding: 0 1.875em;
    font-family: "Sarabun",Arial,Helvetica,sans-serif !important;
    height: 3.25em;
    line-height: 3.25;
    display: inline-block;
    }
.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;
    }
.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: 5px;
    }
.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 {
    -webkit-box-shadow: 0 0 0 2px #e94d65 inset,0 5px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 0 0 2px #e94d65 inset,0 5px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }
.woocommerce .btSidebar a.edit,
.woocommerce .btContent a.edit,
.woocommerce-page .btSidebar a.edit,
.woocommerce-page .btContent a.edit,
div.woocommerce a.edit {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: .875rem;
    line-height: 1;
    font-family: Roboto Condensed,Arial,Helvetica,sans-serif;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    transition: color 200ms ease;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.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: #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: #fff;
    }
.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 5px 0 0;
    color: #e94d65;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    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 0 0 5px;
    float: right;
    }
.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 {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    }

/* Price filter */
.widget_price_filter .price_slider_wrapper .ui-slider {
    border-radius: 1em;
    background-color: rgba(24,24,24,.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(24,24,24,.2);
    }
.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: #e94d65;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    border: 0;
    top: -.25em;
    margin-left: -.5em;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-family: Sarabun,Arial,Helvetica,sans-serif;
    }
.widget_price_filter .price_slider_amount .price_label span {
    font-weight: 800;
    }

/* Star rating */
.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    letter-spacing: .1em;
    opacity: .2;
    }
.star-rating {
    overflow: hidden;
    position: relative;
    line-height: 1;
    font-family: FontAwesome;
    margin: 0;
    display: inline-block;
    }
.star-rating .rating {
    display: none;
    }
.star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    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: #e94d65;
    }
.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(24,24,24,.2);
    }
.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(24,24,24,.2);
    }
.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: #e94d65;
    }
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 */
@-webkit-keyframes spin {
from {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    }
to {
    -webkit-transform: rotateX(100%);
    transform: rotateX(100%);
    }
}

@-moz-keyframes spin {
from {
    -moz-transform: rotateX(0);
    transform: rotateX(0);
    }
to {
    -moz-transform: rotateX(100%);
    transform: rotateX(100%);
    }
}

@keyframes spin {
from {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    }
to {
    -webkit-transform: rotateX(100%);
    -moz-transform: rotateX(100%);
    -ms-transform: rotateX(100%);
    transform: rotateX(100%);
    }
}

/* Woo fonts */
@font-face {
    font-family: star;
    src: url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/star.eot);
    src: url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/star.eot#1751283272) format("embedded-opentype"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
    }
@font-face {
    font-family: WooCommerce;
    src: url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/WooCommerce.eot#1751283272) format("embedded-opentype"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/../../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.2rem;
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
    padding: 0 1em;
    }
.btHardRoundedButtons .woocommerce .select2-container--default .select2-selection--single {
    border-radius: 50px;
    }
.btSoftRoundedButtons .woocommerce .select2-container--default .select2-selection--single {
    border-radius: 5px;
    }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    line-height: 3;
    }
.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: '\f078';
    font-family: FontAwesome;
    display: block;
    float: right;
    padding-right: 1em;
    padding-top: .2em;
    -webkit-transition: 150ms ease transform,150ms ease color;
    -moz-transition: 150ms ease transform,150ms ease color;
    transition: 150ms ease transform,150ms ease color;
    }
.rtl .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    padding-right: 0;
    padding-left: 1em;
    }
.woocommerce .select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    }
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #e94d65;
    }

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

/* Small woocommerce popup redesigns */
.pswp {
    z-index: 11000;
    }
.pswp__bg {
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    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;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    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 {
    background: #e94d65 !important;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2) !important;
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.2) inset,0 2px 10px rgba(0,0,0,.2) !important;
    }
button.pswp__button.pswp__button--arrow--left {
    left: 1em;
    }
button.pswp__button.pswp__button--arrow--left:before {
    content: "\ea7c";
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    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";
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    }
button.pswp__button--arrow--right {
    right: 1em;
    }
button.pswp__button--arrow--right:before {
    content: "\ea7d";
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    }
.rtl button.pswp__button--arrow--right {
    right: auto;
    left: 1em;
    }
.rtl button.pswp__button--arrow--right:before {
    content: "\ea7c";
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    }
.bt_bb_text .woocommerce-address-fields .form-row {
    margin: 0 0 1em;
    }
.woocommerce input[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    background: transparent;
    cursor: pointer;
    min-width: 1.125rem;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative;
    content: "";
    -moz-appearance: none;
    display: inline-block;
    margin-right: .5em;
    }
.rtl.woocommerce input[type="checkbox"] {
    margin-right: 0;
    margin-left: .5em;
    }
.btLightSkin.woocommerce input[type="checkbox"],
.btDarkSkin .btLightSkin.woocommerce input[type="checkbox"],
.btLightSkin .btDarkSkin .btLightSkin.woocommerce input[type="checkbox"] {
    border: 1px solid rgba(24,24,24,.2);
    background: #fff;
    }
.btDarkSkin.woocommerce input[type="checkbox"],
.btLightSkin .btDarkSkin.woocommerce input[type="checkbox"],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce input[type="checkbox"] {
    border: 1px solid rgba(255,255,255,.2);
    background: #191919;
    }
.woocommerce input[type="checkbox"]:before {
    content: '';
    position: absolute;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    left: 3px;
    top: 3px;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: block;
    background: #e94d65;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }
.rtl .woocommerce input[type="checkbox"]:before {
    left: auto;
    right: 3px;
    }
.btLightSkin .woocommerce input[type="checkbox"]:hover,
.btDarkSkin .btLightSkin .woocommerce input[type="checkbox"]:hover,
.btLightSkin .btDarkSkin .btLightSkin .woocommerce input[type="checkbox"]:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4) !important;
    }
.btDarkSkin .woocommerce input[type="checkbox"]:hover,
.btLightSkin .btDarkSkin .woocommerce input[type="checkbox"]:hover,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce input[type="checkbox"]:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.4) !important;
    }
.woocommerce input[type="checkbox"]:checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }

/* WooCommerce columns per row*/
.woocommerce-page ul.products.columns-2 li.product {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
.woocommerce-page ul.products.columns-4 li.product {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
.woocommerce-page ul.products.columns-5 li.product {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    }
.woocommerce-page ul.products.columns-6 li.product {
    -webkit-flex: 0 0 16.6666%;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    }
.btQuoteBooking .btQuoteItem {
    margin-bottom: 15px;
    }
.btQuoteBooking .btQuoteItem label {
    margin-top: 14px;
    }
.btQuoteBooking .btContactNext {
    border: 0;
    background: #e94d65;
    color: #fff !important;
    border-radius: 0;
    text-transform: none;
    font-size: 1em;
    padding: 0 1.875em;
    height: 3.25em;
    line-height: 3.25;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    -webkit-transform: translate(250px,0);
    -moz-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    transform: translate(250px,0);
    font-weight: 800;
    }
.btHardRoundedButtons .btQuoteBooking .btContactNext {
    border-radius: 50px;
    }
.btSoftRoundedButtons .btQuoteBooking .btContactNext {
    border-radius: 5px;
    }
.btQuoteBooking .btContactNext:hover {
    -webkit-transform: translate(250px,-3px);
    -moz-transform: translate(250px,-3px);
    -ms-transform: translate(250px,-3px);
    transform: translate(250px,-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    }
.rtl .btQuoteBooking .btContactNext {
    -webkit-transform: translate(-250px,0);
    -moz-transform: translate(-250px,0);
    -ms-transform: translate(-250px,0);
    transform: translate(-250px,0);
    }
.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext:hover {
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
    }
.btQuoteBooking .btQuoteSlider {
    height: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0;
    }
.btLightSkin .btQuoteBooking .btQuoteSlider,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider {
    border: 1px solid rgba(24,24,24,.2);
    background: #fff;
    }
.btDarkSkin .btQuoteBooking .btQuoteSlider,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider {
    border: 1px solid rgba(255,255,255,.2);
    background: #191919;
    }
.btHardRoundedButtons .btQuoteBooking .btQuoteSlider,
.btSoftRoundedButtons .btQuoteBooking .btQuoteSlider {
    border-radius: 50px;
    }
.btLightSkin .btQuoteBooking .btQuoteSlider:hover,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider:hover,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4);
    }
.btDarkSkin .btQuoteBooking .btQuoteSlider:hover,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.4);
    }
.btQuoteBooking .btQuoteSlider .ui-slider-handle {
    top: -15px;
    background: #e94d65;
    }
.btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-hover,
.btQuoteBooking .btQuoteSlider .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12) !important;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12) !important;
    }
.btQuoteBooking .btQuoteSwitch {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    }
.btLightSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch {
    border: 1px solid rgba(24,24,24,.2);
    background: #fff;
    }
.btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch {
    border: 1px solid rgba(255,255,255,.2);
    background: #191919;
    }
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    background: rgba(24,24,24,.2);
    }
.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    background: rgba(24,24,24,.2);
    }
.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    background: rgba(255,255,255,.2);
    }
.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    background: #e94d65;
    }
.btLightSkin .btQuoteBooking .btQuoteSwitch:hover,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch:hover,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4);
    }
.btDarkSkin .btQuoteBooking .btQuoteSwitch:hover,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.4);
    }
.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 {
    height: 3.25em;
    line-height: 3.25;
    border-radius: 0;
    }
.btHardRoundedButtons .btQuoteBooking input[type="text"],
.btHardRoundedButtons .btQuoteBooking input[type="email"],
.btHardRoundedButtons .btQuoteBooking input[type="password"],
.btHardRoundedButtons .btQuoteBooking textarea,
.btHardRoundedButtons .btQuoteBooking .fancy-select .trigger,
.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    border-radius: 50px;
    }
.btSoftRoundedButtons .btQuoteBooking input[type="text"],
.btSoftRoundedButtons .btQuoteBooking input[type="email"],
.btSoftRoundedButtons .btQuoteBooking input[type="password"],
.btSoftRoundedButtons .btQuoteBooking textarea,
.btSoftRoundedButtons .btQuoteBooking .fancy-select .trigger,
.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    border-radius: 5px;
    }
.btQuoteBooking .btQuoteItem textarea {
    padding: .75em 1.25em;
    color: inherit;
    }
.btSoftRoundedButtons .btQuoteBooking .btQuoteItem textarea {
    border-radius: 5pxpx;
    }
.btHardRoundedButtons .btQuoteBooking .btQuoteItem textarea {
    border-radius: 20px;
    }
.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 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:hover,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:hover,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:hover,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4);
    }
.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 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:hover,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:hover,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.4);
    }
.btQuoteBooking .btDropDown .ddTitle .arrow {
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0 .75em;
    opacity: .5;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    }
.btQuoteBooking .btDropDown .ddTitle .arrow:before {
    border: 0;
    content: '\f107';
    font-family: FontAwesome;
    display: block;
    float: none;
    font-size: 1rem;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    line-height: 3.25;
    width: 11px;
    height: auto;
    }
.rtl .btQuoteBooking .btDropDown .ddTitle .arrow {
    right: auto;
    left: 0;
    }
.btQuoteBooking .btDropDown .ddTitle .ddTitleText {
    padding: 0 2.5em 0 0;
    color: inherit !important;
    }
.rtl .btQuoteBooking .btDropDown .ddTitle .ddTitleText {
    padding: 0 0 0 2.5em;
    }
.btQuoteBooking .btDropDown .ddTitle .ddTitleText span {
    padding: 0 0 0 1.25em;
    color: inherit;
    }
.rtl .btQuoteBooking .btDropDown .ddTitle .ddTitleText span {
    padding: 0 1.25em 0 0;
    text-align: right;
    }
.btQuoteBooking .btDropDown .ddTitle .ddTitleText span .description {
    padding: 0;
    }
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .ddTitleText {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4);
    }
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .arrow,
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
    }
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddChild {
    margin-top: 0;
    }
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusBtm .ddChild {
    margin-top: -1em;
    }
.btQuoteBooking .btDropDown.btNotSelected .ddTitle .ddTitleText span {
    opacity: .5;
    }
.btQuoteBooking .ddChild {
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    font-size: .875em;
    padding: .5em 0;
    color: #181818 !important;
    }
.btQuoteBooking .ddChild ul li {
    border: 0;
    padding: .85714em 1.42857em;
    position: relative;
    color: #181818 !important;
    background: transparent !important;
    }
.rtl .btQuoteBooking .ddChild ul li {
    padding: .85714em 1.42857em;
    }
.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;
    }
.btQuoteBooking .ddChild ul li:before {
    position: absolute;
    display: block;
    left: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    content: "";
    background: #e94d65;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    width: 10px;
    }
.rtl .btQuoteBooking .ddChild ul li:before {
    left: auto;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    }
.btQuoteBooking .ddChild ul li.hover {
    color: #e94d65 !important;
    }
.btQuoteBooking .ddChild ul li.hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.btQuoteBooking .ddChild ul li.selected:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
.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;
    }
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    color: #fff;
    background: #e94d65;
    font-size: 1em;
    border-radius: 0;
    }
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    border-radius: 50px;
    overflow: hidden;
    }
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    border-radius: 5px;
    overflow: hidden;
    }
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalText {
    margin: 0 1em;
    }
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
    border-radius: 0;
    padding: 0 1em 0 2px;
    line-height: 2.4;
    }
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
    padding: 0 2px 0 1em;
    }
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
    border-radius: 0;
    padding: 0 2px 0 1em;
    line-height: 2.4;
    }
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
    padding: 0 1em 0 2px;
    }
.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 5px 5px 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: 5px 0 0 5px;
    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: 5px 0 0 5px;
    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 5px 5px 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: 5px 0 0 5px;
    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 5px 5px 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 5px 5px 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: 5px 0 0 5px;
    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 {
    border: 1px solid rgba(24,24,24,.2);
    -webkit-box-shadow: 0 0 0 1px rgba(24,24,24,.2) inset;
    box-shadow: 0 0 0 1px rgba(24,24,24,.2) 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 {
    border: 1px solid rgba(255,255,255,.2);
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
    box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset;
    }
.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 {
    -webkit-box-shadow: 0 0 0 1px rgba(24,24,24,.2) inset,0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 1px rgba(24,24,24,.2) inset,0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4);
    }
.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 {
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.4);
    }
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
    border: 1px solid #e94d65;
    -webkit-box-shadow: 0 0 0 1px #e94d65 inset;
    box-shadow: 0 0 0 1px #e94d65 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 {
    border: 1px solid #e94d65;
    -webkit-box-shadow: 0 0 0 1px #e94d65 inset,0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 1px #e94d65 inset,0 2px 10px 0 rgba(0,0,0,.12);
    }
.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 {
    border: 1px solid #e94d65;
    -webkit-box-shadow: 0 0 0 1px #e94d65 inset,0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 0 1px #e94d65 inset,0 2px 10px 0 rgba(0,0,0,.12);
    }
.btQuoteBooking .btSubmitMessage {
    color: #e94d65;
    height: auto;
    line-height: 1.5;
    padding: 1em 0;
    }
.btQuoteBooking .btContactSubmit {
    border: 0;
    background: #e94d65;
    color: #fff !important;
    border-radius: 0;
    text-transform: none;
    font-size: 1em;
    padding: 0 1.875em;
    height: 3.25em;
    line-height: 3.25;
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
    font-weight: 800;
    }
.btHardRoundedButtons .btQuoteBooking .btContactSubmit {
    border-radius: 50px;
    }
.btSoftRoundedButtons .btQuoteBooking .btContactSubmit {
    border-radius: 5px;
    }
.btQuoteBooking .btContactSubmit:hover {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset,0 3px 10px rgba(0,0,0,.3);
    text-shadow: none;
    }
.btQuoteBooking .btPayPalButton {
    border-radius: 0;
    }
.btHardRoundedButtons .btQuoteBooking .btPayPalButton {
    border-radius: 50px;
    }
.btSoftRoundedButtons .btQuoteBooking .btPayPalButton {
    border-radius: 5px;
    }
.btQuoteBooking .btDatePicker .ui-datepicker-header {
    background-color: #e94d65;
    }
.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: 1.95em;
    cursor: pointer;
    }
.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: 1.95em;
    }
.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;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    border-radius: 50%;
    top: 0;
    -webkit-transform: translateY(-webkit-calc(-.25rem + 1px));
    -webkit-transform: translateY(calc(-.25rem + 1px));
    -moz-transform: translateY(-moz-calc(-.25rem + 1px));
    -moz-transform: translateY(calc(-.25rem + 1px));
    -ms-transform: translateY(calc(-.25rem + 1px));
    transform: translateY(-webkit-calc(-.25rem + 1px));
    transform: translateY(-moz-calc(-.25rem + 1px));
    transform: translateY(calc(-.25rem + 1px));
    }
.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 {
    border: 1px solid rgba(24,24,24,.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 {
    border: 1px solid rgba(255,255,255,.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;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    left: 4px;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: block;
    top: 50%;
    background: #e94d65;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    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;
    -webkit-transform: scale(0) translateY(-50%);
    -moz-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    }
.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    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 {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(24,24,24,.4) !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 {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.4) !important;
    }

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

@media (max-width: 1399px) {
/* Typography breakpoint start 1350 */
.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;
    }
.bt_bb_splitted_headline h1.bt_bb_size_huge,
.bt_bb_splitted_headline h2.bt_bb_size_huge,
.bt_bb_splitted_headline h3.bt_bb_size_huge,
.bt_bb_splitted_headline h4.bt_bb_size_huge,
.bt_bb_splitted_headline h5.bt_bb_size_huge,
.bt_bb_splitted_headline h6.bt_bb_size_huge {
    font-size: 3.5rem !important;
    }
.bt_bb_splitted_headline h1.bt_bb_size_extralarge,
.bt_bb_splitted_headline h2.bt_bb_size_extralarge,
.bt_bb_splitted_headline h3.bt_bb_size_extralarge,
.bt_bb_splitted_headline h4.bt_bb_size_extralarge,
.bt_bb_splitted_headline h5.bt_bb_size_extralarge,
.bt_bb_splitted_headline h6.bt_bb_size_extralarge {
    font-size: 3rem !important;
    }
.bt_bb_splitted_headline h1.bt_bb_size_large,
.bt_bb_splitted_headline h2.bt_bb_size_large,
.bt_bb_splitted_headline h3.bt_bb_size_large,
.bt_bb_splitted_headline h4.bt_bb_size_large,
.bt_bb_splitted_headline h5.bt_bb_size_large,
.bt_bb_splitted_headline h6.bt_bb_size_large {
    font-size: 2.4rem !important;
    }
.bt_bb_splitted_headline h1.bt_bb_size_medium,
.bt_bb_splitted_headline h2.bt_bb_size_medium,
.bt_bb_splitted_headline h3.bt_bb_size_medium,
.bt_bb_splitted_headline h4.bt_bb_size_medium,
.bt_bb_splitted_headline h5.bt_bb_size_medium,
.bt_bb_splitted_headline h6.bt_bb_size_medium {
    font-size: 2.25rem !important;
    }
}

@media (max-width: 1199px) {
/* Typography breakpoint start 1200 */
.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;
    }
.bt_bb_splitted_headline h1.bt_bb_size_huge,
.bt_bb_splitted_headline h2.bt_bb_size_huge,
.bt_bb_splitted_headline h3.bt_bb_size_huge,
.bt_bb_splitted_headline h4.bt_bb_size_huge,
.bt_bb_splitted_headline h5.bt_bb_size_huge,
.bt_bb_splitted_headline h6.bt_bb_size_huge {
    font-size: 3.5rem !important;
    }
.bt_bb_splitted_headline h1.bt_bb_size_extralarge,
.bt_bb_splitted_headline h2.bt_bb_size_extralarge,
.bt_bb_splitted_headline h3.bt_bb_size_extralarge,
.bt_bb_splitted_headline h4.bt_bb_size_extralarge,
.bt_bb_splitted_headline h5.bt_bb_size_extralarge,
.bt_bb_splitted_headline h6.bt_bb_size_extralarge {
    font-size: 3rem !important;
    }
.bt_bb_splitted_headline h1.bt_bb_size_large,
.bt_bb_splitted_headline h2.bt_bb_size_large,
.bt_bb_splitted_headline h3.bt_bb_size_large,
.bt_bb_splitted_headline h4.bt_bb_size_large,
.bt_bb_splitted_headline h5.bt_bb_size_large,
.bt_bb_splitted_headline h6.bt_bb_size_large {
    font-size: 2.4rem !important;
    }
.bt_bb_splitted_headline h1.bt_bb_size_medium,
.bt_bb_splitted_headline h2.bt_bb_size_medium,
.bt_bb_splitted_headline h3.bt_bb_size_medium,
.bt_bb_splitted_headline h4.bt_bb_size_medium,
.bt_bb_splitted_headline h5.bt_bb_size_medium,
.bt_bb_splitted_headline h6.bt_bb_size_medium {
    font-size: 2.25rem !important;
    }
body {
    font-size: 14px;
    }
}

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

@media (max-width: 360px) {
/* Typography breakpoint start 360 */
body {
    font-size: 13px;
    }
.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_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_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;
    }
.bt_bb_splitted_headline h1.bt_bb_size_huge,
.bt_bb_splitted_headline h2.bt_bb_size_huge,
.bt_bb_splitted_headline h3.bt_bb_size_huge,
.bt_bb_splitted_headline h4.bt_bb_size_huge,
.bt_bb_splitted_headline h5.bt_bb_size_huge,
.bt_bb_splitted_headline h6.bt_bb_size_huge {
    font-size: 3rem !important;
    }
}

/* 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 {
    -webkit-transition: none;
    -moz-transition: none;
    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 {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    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 {
    -webkit-transition: none;
    -moz-transition: none;
    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 {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    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;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: block;
    width: 100%;
    }
ul.products li.product {
    -webkit-flex-basis: 50% !important;
    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;
    }
}

@media (max-width: 620px) {
ul.products li.product {
    -webkit-flex-basis: 100% !important;
    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(24,24,24,.2);
    margin-bottom: 2em;
    padding-bottom: 2em;
    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(24,24,24,.2);
    }
.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 0 0;
    }
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;
    }
table.shop_table .coupon input[name="coupon_code"] {
    margin-bottom: 1em;
    }
table.shop_table .coupon button[name="apply_coupon"] {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-bottom: .5em;
    }
table.shop_table input[name="update_cart"] {
    margin-top: 1em;
    float: none;
    width: 100%;
    }
}

/* WP 6.0 */
html .bt_bb_separator:where([style*="border-width"]) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    }

/* New row & column fix, moved to after framework  */
.bt_bb_row:has(.bt_bb_row_holder[style*="position: relative"]),
.bt_bb_row:has(.bt_bb_row_holder[style*="position:relative"]) {
    position: relative;
    }

/*.bt_bb_row_inner[style*="margin:"] {
	.bt_bb_row_inner_holder {
		margin: 0;
	}
}

.bt_bb_row[style*="margin: -18em 0 5em"] {
	margin: auto !important;
	.bt_bb_row_holder {
		margin: -18em 0 5em;
	}
}

.bt_bb_row_inner[style*="margin-left:"] {
	.bt_bb_row_inner_holder {
		margin-left: 0;
	}
}

.bt_bb_row_inner[style*="margin-right:"] {
	.bt_bb_row_inner_holder {
		margin-right: 0;
	}
}

.bt_bb_row[style*="margin-left:"] {
	.bt_bb_row_holder {
		margin-left: 0;
	}
}

.bt_bb_row[style*="margin-right:"] {
	.bt_bb_row_holder {
		margin-right: 0;
	}
}*/
/* Gutenberg */
.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;
    }
.wp-block-gallery {
    margin: 0;
    }
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;
    }
.btSoftRoundedButtons p.has-background {
    border-radius: 5px;
    }
.btHardRoundedButtons p.has-background {
    border-radius: 5px;
    }
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;
    }
.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.is-large cite,
.wp-block-quote.is-style-large cite {
    font-size: 1.25rem;
    text-align: center;
    }
.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%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-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;
    }
.btContentHolder .wp-block-table.is-style-stripes td {
    border-color: rgba(24,24,24,.07);
    }
.wp-block-file .wp-block-file__button {
    border-radius: none;
    }
.btSoftRoundedButtons .wp-block-file .wp-block-file__button {
    border-radius: 5px;
    }
.btHardRoundedButtons .wp-block-file .wp-block-file__button {
    border-radius: 50px;
    }
p.has-background {
    border-radius: none;
    }
.btSoftRoundedButtons p.has-background {
    border-radius: 5px;
    }
.btHardRoundedButtons p.has-background {
    border-radius: 5px;
    }
.wp-block-button {
    margin-bottom: 1.5em !important;
    }
.wp-block-button__link {
    font-size: 1em;
    padding: .8em 2.2em;
    font-weight: 500;
    }
.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: -webkit-calc(-50vw + 600px);
    margin-left: -moz-calc(-50vw + 600px);
    margin-left: calc(-50vw + 600px);
    margin-right: -webkit-calc(-50vw + 600px);
    margin-right: -moz-calc(-50vw + 600px);
    margin-right: calc(-50vw + 600px);
    max-width: 100vw;
    }select,input{font-family:"Roboto",Arial,Helvetica,sans-serif}input[type="file"]::-webkit-file-upload-button{background:#e94d65!important;font-family:Sarabun}input[type="file"]::-webkit-file-upload-button:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2)}.fancy-select ul.options li:before{background:#e94d65}.fancy-select ul.options li:hover{color:#e94d65}.btContent a{color:#e94d65}a:hover{color:#e94d65}.btText a{color:#e94d65}body{font-family:"Roboto",Arial,Helvetica,sans-serif}h1,h2,h3,h4,h5,h6{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btContentHolder table thead th{background-color:#e94d65}.btAccentDarkHeader .btPreloader .animation>div:first-child,.btLightAccentHeader .btPreloader .animation>div:first-child,.btTransparentLightHeader .btPreloader .animation>div:first-child{background-color:#e94d65}.btPreloader .animation .preloaderLogo{height:110px}.btLoader>div,.btLoader>span{background:#e94d65}.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_content:before{border-top:2px solid #e94d65}.btErrorPage .bt_bb_column.bt_bb_align_center .bt_bb_headline_subheadline a{background:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif}.mainHeader{font-family:"Sarabun",Arial,Helvetica,sans-serif}.mainHeader a:hover{color:#e94d65}.menuPort{font-family:"Sarabun",Arial,Helvetica,sans-serif}.menuPort nav>ul>li>a{line-height:110px}.btTextLogo{font-family:"Sarabun",Arial,Helvetica,sans-serif;line-height:110px}.btLogoArea .logo img{height:110px}.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:#e94d65}.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:#e94d65}.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor>a:after,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item>a:after{background-color:#e94d65}.btMenuHorizontal .menuPort ul ul li a:hover{color:#e94d65}.btMenuHorizontal .menuPort ul li.btMenuAlternateHoverDesign ul li a:after{background:#e94d65}body.btMenuHorizontal .subToggler{line-height:110px}.btMenuHorizontal .menuPort>nav>ul>li>ul>li{font-family:"Roboto",Arial,Helvetica,sans-serif}.btMenuHorizontal .menuPort>nav>ul>li>ul li a:before{background:#e94d65}.btMenuHorizontal .menuPort>nav>ul>li.btMenuAlternateHoverDesign>ul li a:before{background:#1b4962}.btMenuHorizontal.btMenuCenter .logo{height:110px}.btMenuHorizontal.btMenuCenter .logo .btTextLogo{height:110px}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>a{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btMenuHorizontal .topBarInMenu{height:110px}.btAccentLightHeader .btBelowLogoArea,.btAccentLightHeader .topBar{background-color:#e94d65}.btAccentDarkHeader .btBelowLogoArea,.btAccentDarkHeader .topBar{background-color:#e94d65}.btAccentDarkHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover{color:#e94d65}.btAccentTrasparentHeader .btBelowLogoArea,.btAccentTrasparentHeader .topBar{background-color:#e94d65}.btAccentTrasparentHeader .btBelowLogoArea a:hover,.btAccentTrasparentHeader .topBar a:hover{color:#1b4962!important}.btAccentTrasparentHeader .btMenuHorizontal .menuPort ul ul li a:hover{color:#1b4962}.btLightAccentHeader .btLogoArea,.btLightAccentHeader .btVerticalHeaderTop{background-color:#e94d65}.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea{background-color:#e94d65}.btAccentGradientHeader .btBelowLogoArea,.btAccentGradientHeader .topBar{background-color:#e94d65}.btAccentGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon{color:#e94d65}.btAlternateGradientHeader .btBelowLogoArea,.btAlternateGradientHeader .topBar{background-color:#1b4962}.btAlternateGradientHeader.btMenuBelowLogo .menuPort nav>ul>li>a:after{background-color:#e94d65}.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .btIconWidget:hover{color:#e94d65}.btAlternateGradientHeader.btMenuBelowLogo .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.btAlternateGradientHeader .topBar .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btAlternateGradientHeader .topBar .btIconWidget:hover{color:#e94d65}.btAlternateGradientHeader .topBar .btIconWidget .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.btAlternateGradientHeader .btBelowLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.btAlternateGradientHeader .topBar .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{background:#e94d65}.btAlternateGradientHeader.btMenuVertical .btVerticalMenuTrigger .bt_bb_icon{color:#1b4962}.btLightAlternateHeader .btLogoArea,.btLightAlternateHeader .btVerticalHeaderTop{background-color:#1b4962}.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .btIconWidget:hover{color:#e94d65}.btLightAlternateHeader:not(.btMenuBelowLogo) .topBarInMenu .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover{color:#e94d65}.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .btIconWidget:hover .btIconWidgetText{color:#e94d65}.btLightAlternateHeader.btMenuBelowLogo .topBarInLogoArea .widget_shopping_cart_content:hover .btCartWidgetIcon:hover{color:#e94d65}.btLightAlternateHeader .mainHeader .btTextLogo:hover{color:#e94d65}.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea{background-color:#1b4962}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img{height:-webkit-calc(110px*0.5);height:-moz-calc(110px*0.5);height:calc(110px*0.5)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo{line-height:-webkit-calc(110px*0.5);line-height:-moz-calc(110px*0.5);line-height:calc(110px*0.5)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>a,.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>.subToggler{line-height:-webkit-calc(110px*0.5);line-height:-moz-calc(110px*0.5);line-height:calc(110px*0.5)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu{height:-webkit-calc(110px*0.5);height:-moz-calc(110px*0.5);height:calc(110px*0.5)}.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .btLogoArea .topBarInLogoArea{height:-webkit-calc(110px*0.5);height:-moz-calc(110px*0.5);height:calc(110px*0.5)}.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:#e94d65}.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:#e94d65}.btMenuVertical .mainHeader .btCloseVertical:before:hover{color:#e94d65}.btMenuHorizontal .topBarInLogoArea{height:110px}.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell{border:0 solid #e94d65}.btMenuVertical .mainHeader .btCloseVertical:before:hover{color:#e94d65}.btMenuVertical .mainHeader nav>ul>li.current-menu-ancestor>a,.btMenuVertical .mainHeader nav>ul>li.current-menu-item>a{background:#e94d65}.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top:before{color:#e94d65}.btSiteFooter .bt_bb_custom_menu li.bt_bb_back_to_top_alternate_arrow:before{color:#1b4962}.btSiteFooterCopyMenu{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.btDarkSkin .btSiteFooterCopyMenu{background:#e94d65}.btSiteFooterCopyMenu .port>div .btFooterMenu ul li a:before{background:#e94d65}.btDarkSkin .btSiteFooter .port:before,.btLightSkin .btDarkSkin .btSiteFooter .port:before,.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooter .port:before{background-color:#e94d65}.btContent .btArticleHeadline .bt_bb_headline a:hover{color:#e94d65}.btHideHeadline .btPostSingleItemStandard .btArticleHeadline .bt_bb_headline .bt_bb_headline_content{color:#1b4962}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a{background:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif!important}.btPostSingleItemStandard .btArticleShareEtc .btTags ul a:hover{background:#e94d65}.btAboutAuthor{border:2px solid #e94d65}.btMediaBox.btQuote:before,.btMediaBox.btLink:before{background-color:#e94d65}.btMediaBox.btQuote p,.btMediaBox.btLink p{font-family:"Sarabun",Arial,Helvetica,sans-serif}.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{color:#e94d65}.btPostSingleItemColumns .btTags ul a:hover{background:#e94d65}.post-password-form p:first-child{font-family:Sarabun,Arial,Helvetica,sans-serif}.post-password-form p:nth-child(2) input[type="submit"]{background-color:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif}.post-password-form p:nth-child(2) input[type="submit"]:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2)}.btPagination{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btPagination .paging a{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btPagination .paging a:hover{color:#e94d65}.btPagination .paging a:after{background:#e94d65}.btPrevNextNav .btPrevNext .btPrevNextImage:before{background:#e94d65}.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.btPrevNextNav .btPrevNext:hover .btPrevNextTitle{color:#e94d65}.btLinkPages{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btLinkPages ul{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btLinkPages ul a{background:#e94d65}.btContent .btArticleAuthor a:hover,.btContent .btArticleComments:hover{color:#e94d65}.btArticleDate:before,.btArticleAuthor:before,.btArticleComments:before,.btArticleCategories:before{color:#e94d65}.btArticleComments:before{color:#e94d65}.bt-comments-box ul.comments li.pingback p a:not(.comment-edit-link){font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt-comments-box ul.comments li.pingback p a:not(.comment-edit-link):hover{color:#e94d65}.bt-comments-box ul.comments li.pingback p .edit-link{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.bt-comments-box ul.comments li.pingback p .edit-link a:before{color:#e94d65}.bt-comments-box .vcard h1.author a:hover,.bt-comments-box .vcard h2.author a:hover,.bt-comments-box .vcard h3.author a:hover,.bt-comments-box .vcard h4.author a:hover,.bt-comments-box .vcard h5.author a:hover,.bt-comments-box .vcard h6.author a:hover,.bt-comments-box .vcard h7.author a:hover,.bt-comments-box .vcard h8.author a:hover{color:#e94d65}.bt-comments-box .vcard .posted{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.bt-comments-box .vcard .posted:before{color:#e94d65}.bt-comments-box .commentTxt p.edit-link,.bt-comments-box .commentTxt p.reply{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.bt-comments-box .commentTxt p.edit-link a:before,.bt-comments-box .commentTxt p.reply a:before{color:#e94d65}.bt-comments-box .comment-form input[type="checkbox"]:before{background:#e94d65}.bt-comments-box .comment-navigation{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.bt-comments-box .comment-navigation a:hover{color:#e94d65}.bt-comments-box .comment-navigation a:before,.bt-comments-box .comment-navigation a:after{color:#e94d65}.comment-awaiting-moderation{color:#e94d65}.comment-reply-title small{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.comment-reply-title small a#cancel-comment-reply-link:before{color:#e94d65}.btCommentSubmit{background:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif}.btCommentSubmit:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2)}@media (max-width:520px){.bt-comments-box ul.comments ul.children li.comment article:after{background:#e94d65}}body:not(.btNoDashInSidebar) .btBox>h4:after,body:not(.btNoDashInSidebar) .btCustomMenu>h4:after,body:not(.btNoDashInSidebar) .btTopBox>h4:after{border-bottom:2px solid #e94d65}.btBox ul li a:before,.btCustomMenu ul li a:before,.btTopBox ul li a:before{background:#e94d65}.btBox ul li a:hover,.btCustomMenu ul li a:hover,.btTopBox ul li a:hover{color:#e94d65}.btBox ul li.current-menu-item>a,.btCustomMenu ul li.current-menu-item>a,.btTopBox ul li.current-menu-item>a{color:#e94d65}.widget_calendar table caption{background:#e94d65;background:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif}.widget_calendar table tbody tr td#today{color:#e94d65}.widget_recent_comments{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.widget_recent_comments a{font-family:"Sarabun",Arial,Helvetica,sans-serif}.widget_recent_comments .comment-author-link a{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.widget_recent_comments .comment-author-link a:after{color:#e94d65}.widget_rss li a.rsswidget{font-family:"Sarabun"}.widget_rss li .rss-date{font-family:Roboto Condensed,Arial,Helvetica,sans-serif}.widget_rss li .rss-date:before{color:#e94d65}.widget_shopping_cart .total{font-family:"Sarabun",Arial,Helvetica,sans-serif}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove{background-color:#e94d65}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover{background:#1b4962}.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{background-color:#e94d65;font:normal 11px/19px "Sarabun"}.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{font-family:"Roboto",Arial,Helvetica,sans-serif}.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:#e94d65}.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:#e94d65}.btMenuHorizontal .topBarInMenu .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{top:-webkit-calc((110px - 16px)/4 + 16px);top:-moz-calc((110px - 16px)/4 + 16px);top:calc((110px - 16px)/4 + 16px)}.widget_recent_reviews{font-family:"Sarabun",Arial,Helvetica,sans-serif}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{background:#e94d65}.widget_price_filter .price_slider_amount .price_label{font-family:Sarabun,Arial,Helvetica,sans-serif}.btBox .tagcloud a,.btTags ul a{background:#e94d65}.topTools .btIconWidget:hover,.topBarInMenu .btIconWidget:hover{color:#e94d65}.topTools .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,.topBarInMenu .btIconWidget.btAlternateIconWidget .btIconWidgetIcon{color:#1b4962}.topTools .btIconWidget.btBodyFontTextTitle .btIconWidgetText,.topTools .btIconWidget.btBodyFontTextTitle .btIconWidgetTitle,.topBarInMenu .btIconWidget.btBodyFontTextTitle .btIconWidgetText,.topBarInMenu .btIconWidget.btBodyFontTextTitle .btIconWidgetTitle{font-family:"Roboto",Arial,Helvetica,sans-serif}.btIconWidget.widget_bt_button_widget .bt_button_widget .bt_bb_button_text{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_accent:before{background:#e94d65}.btIconWidget.widget_bt_button_widget .bt_button_widget.bt_button_widget_alternate:before{background:#1b4962}.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle{font-family:"Roboto",Arial,Helvetica,sans-serif}.btSidebar .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText,footer .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText,.topBarInLogoArea .btIconWidget.btIconAccentTitle .btIconWidgetContent .btIconWidgetText{color:#e94d65}.btSidebar .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText,footer .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText,.topBarInLogoArea .btIconWidget.btIconAlternateTitle .btIconWidgetContent .btIconWidgetText{color:#1b4962}.btSidebar .btIconWidget.btAccentIconWidget .btIconWidgetIcon,footer .btIconWidget.btAccentIconWidget .btIconWidgetIcon,.topBarInLogoArea .btIconWidget.btAccentIconWidget .btIconWidgetIcon{color:#e94d65}.btSidebar .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,footer .btIconWidget.btAlternateIconWidget .btIconWidgetIcon,.topBarInLogoArea .btIconWidget.btAlternateIconWidget .btIconWidgetIcon{color:#1b4962}.btAccentIconWidget.btIconWidget .btIconWidgetIcon{color:#e94d65}a.btAccentIconWidget.btIconWidget:hover{color:#e94d65}.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{color:#e94d65!important}.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button:hover,.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit]:hover,.btSoftRoundedButtons .btSidebar .btSearch button:hover,.btSoftRoundedButtons .btSidebar .btSearch input[type=submit]:hover,.btSoftRoundedButtons .btSidebar .widget_product_search button:hover,.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit]:hover{background:#e94d65!important}.btHardRoundedButtons .btSiteFooterWidgets .btSearch button:hover,.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit]:hover,.btHardRoundedButtons .btSidebar .btSearch button:hover,.btHardRoundedButtons .btSidebar .btSearch input[type=submit]:hover,.btHardRoundedButtons .btSidebar .widget_product_search button:hover,.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit]:hover{background:#e94d65!important}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder{color:#e94d65}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder{color:#d01a36}.btSearchInner.btFromTopBox button:hover{color:#e94d65}.btSoftRoundedButtons .btSearchInner.btFromTopBox button:hover{background:#e94d65}.btHardRoundedButtons .btSearchInner.btFromTopBox button:hover{background:#e94d65}.btMenuHorizontal .topBarInMenu .widget_bt_divider_widget>span{height:-webkit-calc(110px * .5);height:-moz-calc(110px * .5);height:calc(110px * .5)}::selection{background:#e94d65}.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:after,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:after{border-top:2px solid #e94d65}.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after{border-color:#e94d65}.bt_bb_section[class*="accent_solid"]:before{background:#e94d65}.bt_bb_section[class*="alternate_solid"]:before{background:#1b4962}.bt_bb_headline .bt_bb_headline_superheadline{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-family:"Roboto",Arial,Helvetica,sans-serif}.bt_bb_headline b{color:#e94d65}.bt_bb_headline u{color:#1b4962}.bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_percent{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_icon .bt_bb_icon_colored_icon svg .cls-2{fill:#e94d65}.bt_bb_button .bt_bb_button_text{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title b{color:#e94d65}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title u{color:#1b4962}.bt_bb_service:hover .bt_bb_service_content_title a:hover{color:#e94d65}.bt_bb_service .bt_bb_service_colored_icon svg .cls-2{fill:#e94d65}button.slick-arrow{background:#e94d65}.bt_bb_arrows_style_accent_light button.slick-arrow{background:#e94d65!important}.bt_bb_arrows_style_accent_dark button.slick-arrow{background:#e94d65!important}.bt_bb_arrows_style_alternate_light button.slick-arrow{background:#1b4962!important}.bt_bb_arrows_style_alternate_dark button.slick-arrow{background:#1b4962!important}button.slick-arrow:hover{background:#e94d65}.slick-dots li:after{background:#e94d65}.bt_bb_dots_style_accent_dot .slick-dots li:after{background:#e94d65}.bt_bb_dots_style_alternate_dot .slick-dots li:after{background:#1b4962}.bt_bb_custom_menu div ul a:hover{color:#e94d65}.bt_bb_style_simple ul.bt_bb_tabs_header li.on{border-color:#e94d65}.bt_bb_tabs ul.bt_bb_tabs_header{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_style_simple.bt_bb_tabs ul.bt_bb_tabs_header li:after{background-color:#e94d65}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before{background-color:#e94d65!important}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_price{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_title{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_price_list .bt_bb_price_list_title_subtitle_price .bt_bb_price_list_title_subtitle .bt_bb_price_list_subtitle{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.wpcf7-form .wpcf7-submit{background:#e94d65!important;font-family:"Sarabun",Arial,Helvetica,sans-serif!important}.wpcf7-form .wpcf7-submit:hover{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2)}.wpcf7-form .bt_bb_alternate_submit .wpcf7-submit{background:#1b4962!important}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing,div.wpcf7-response-output{border:2px solid #e94d65}.bt_bb_required:after{color:#e94d65!important}.required{color:#e94d65!important}button.mfp-close:hover{color:#e94d65}button.mfp-arrow:hover{background:#e94d65}.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]):focus,.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]):focus,.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]):focus,.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected:focus{-webkit-box-shadow:0 3px 10px,3px 0 0 0 #e94d65 inset;box-shadow:0 3px 10px,3px 0 0 0 #e94d65 inset}.bt_bb_cost_calculator .bt_bb_cost_calculator_total{background:#e94d65}.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount{font-family:Sarabun,Arial,Helvetica,sans-serif}.bt_bb_widget_select_items>div[data-value]:before{background:#e94d65}.on.bt_bb_widget_switch>div{background:#e94d65}.bt_bb_progress_bar_advanced .progressbar-text{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_counter_holder{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btCounterHolder{font-family:"Sarabun",Arial,Helvetica,sans-serif}.btCounterHolder .btCountdownHolder span[class$="_text"]{font-family:"Roboto",Arial,Helvetica,sans-serif}.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:#e94d65}.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a{background-color:#e94d65}.btWorkingHours .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover{background:#1b4962}.bt_bb_masonry_image_grid .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image:after{background:#e94d65}.bt_bb_post_grid_loader>div,.bt_bb_post_grid_loader>span{background:#e94d65}.bt_bb_post_grid_filter{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before{background-color:#e94d65}.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover{color:#e94d65}.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{color:#e94d65}.bt_bb_look_triangular.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:after,.bt_bb_look_triangular.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:after{border-color:#fff0 #1b4962 #fff0 #fff0}.bt_bb_look_triangle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before,.bt_bb_look_triangle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before{background:#e94d65}.bt_bb_look_circle.bt_bb_masonry_post_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before,.bt_bb_look_circle.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .triangle-starter:before{background:#1b4962}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>span:before{color:#e94d65}.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{color:#e94d65}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a{color:#e94d65}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_latest_posts .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_read_more a{color:#e94d65}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category .post-categories:before{background:#e94d65}.bt_bb_latest_posts.bt_bb_look_standard_highlighted .bt_bb_latest_posts_item:first-of-type .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover{color:#e94d65}.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_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 .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>.bt_bb_latest_posts_item_date{background:#e94d65}.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{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.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{color:#e94d65}.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:#e94d65}.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:"Sarabun",Arial,Helvetica,sans-serif}.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:#e94d65}.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{color:#e94d65}.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:"Sarabun",Arial,Helvetica,sans-serif}.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{color:#e94d65}.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_portfolio_grid.bt_bb_date_design_rounded .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_date{background:#e94d65}.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{background:#e94d65}.btNoSearchResults{border:2px solid #e94d65}.btNoSearchResults .bt_bb_headline h2{font-family:Roboto,Arial,Helvetica,sans-serif}.btNoSearchResults #searchform input[type='submit']{background:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif}.btNoSearchResults .bt_bb_button:last-child a{-webkit-box-shadow:0 0 0 2px #e94d65 inset,0 4px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 0 0 2px #e94d65 inset,0 4px 0 0 rgb(24 24 24 / .2) inset;color:#e94d65}.btNoSearchResults .bt_bb_button:last-child a:hover{-webkit-box-shadow:0 0 0 2px #e94d65 inset,0 5px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)!important;box-shadow:0 0 0 2px #e94d65 inset,0 5px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)!important;color:#e94d65!important}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 b{color:#e94d65}.bt_bb_service_image .bt_bb_service_image_content .bt_bb_service_image_content_title h3 u{color:#1b4962}.bt_bb_service_image .bt_bb_service_image_content_read_more{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bold_timeline_item_button{font-family:"Sarabun",Arial,Helvetica,sans-serif}.bt_bb_star_bullet_list ul li:before,.bt_bb_check_bullet_list ul li:before{color:#e94d65}.products ul li.product .btWooShopLoopItemInner .bt_bb_image a:before,ul.products li.product .btWooShopLoopItemInner .bt_bb_image a:before{background:#e94d65}.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:#e94d65}.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:#e94d65}.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{background-color:#1b4962}.products ul li.product .btWooShopLoopItemInner .added_to_cart,ul.products li.product .btWooShopLoopItemInner .added_to_cart{color:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif}.btShopSaleTagDesignRounded .products ul li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignRound .products ul li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignRounded ul.products li.product .btWooShopLoopItemInner:hover .onsale,.btShopSaleTagDesignRound ul.products li.product .btWooShopLoopItemInner:hover .onsale{background:#1b4962}.btShopSaleTagDesignSlanted_right .products ul li.product .btWooShopLoopItemInner:hover .onsale:before,.btShopSaleTagDesignSlanted_left .products ul li.product .btWooShopLoopItemInner:hover .onsale:before,.btShopSaleTagDesignSlanted_right ul.products li.product .btWooShopLoopItemInner:hover .onsale:before,.btShopSaleTagDesignSlanted_left ul.products li.product .btWooShopLoopItemInner:hover .onsale:before{background:#1b4962}.btShopSaleTagDesignRounded .products ul li.product .onsale,.btShopSaleTagDesignRound .products ul li.product .onsale,.btShopSaleTagDesignSquare .products ul li.product .onsale,.btShopSaleTagDesignSlanted_right .products ul li.product .onsale,.btShopSaleTagDesignSlanted_left .products ul li.product .onsale,.btShopSaleTagDesignRounded ul.products li.product .onsale,.btShopSaleTagDesignRound ul.products li.product .onsale,.btShopSaleTagDesignSquare ul.products li.product .onsale,.btShopSaleTagDesignSlanted_right ul.products li.product .onsale,.btShopSaleTagDesignSlanted_left ul.products li.product .onsale{background:#e94d65}.btShopSaleTagDesignSlanted_right .products ul li.product .onsale:before,.btShopSaleTagDesignSlanted_left .products ul li.product .onsale:before,.btShopSaleTagDesignSlanted_right ul.products li.product .onsale:before,.btShopSaleTagDesignSlanted_left ul.products li.product .onsale:before{background:#e94d65}.products ul li.product.product-category a:hover h2,ul.products li.product.product-category a:hover h2{color:#e94d65}nav.woocommerce-pagination ul{font-family:"Sarabun",Arial,Helvetica,sans-serif}nav.woocommerce-pagination ul li a.next:before,nav.woocommerce-pagination ul li a.prev:before{background:#e94d65}.btShopSaleTagDesignRounded div.product>.onsale,.btShopSaleTagDesignRound div.product>.onsale,.btShopSaleTagDesignSquare div.product>.onsale,.btShopSaleTagDesignSlanted_right div.product>.onsale,.btShopSaleTagDesignSlanted_left div.product>.onsale{background:#e94d65}.btShopSaleTagDesignSlanted_right div.product>.onsale:before,.btShopSaleTagDesignSlanted_left div.product>.onsale:before{background:#e94d65}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:after{background:#e94d65}div.product div.images .woocommerce-product-gallery__trigger:after{background:#e94d65}div.product div.summary form.cart .group_table a{font-family:"Sarabun",Arial,Helvetica}div.product div.summary form.cart .group_table a:hover{color:#e94d65}table.shop_table td.product-remove a.remove{background-color:#e94d65}table.shop_table td.product-remove a.remove:hover{background:#1b4962}table.shop_table td.product-name{font-family:"Sarabun",Arial,Helvetica,sans-serif}table.shop_table td.product-name a:hover{color:#e94d65}ul.wc_payment_methods li .about_paypal{color:#e94d65}.woocommerce-MyAccount-navigation ul{font-family:"Sarabun",Arial,Helvetica,sans-serif}.woocommerce-MyAccount-navigation ul li a:after{background-color:#e94d65}.woocommerce-MyAccount-navigation ul li a:hover{color:#e94d65}.reset_variations{font-family:"Roboto Condensed",Arial,Helvetica,sans-serif}.reset_variations:before{color:#e94d65}form fieldset legend{font-family:Sarabun,Arial,Helvetica,sans-serif}.woocommerce-info a:not(.button),.woocommerce-message a:not(.button){color:#e94d65}.woocommerce-info a.showcoupon:before,.woocommerce-message a.showcoupon:before{color:#e94d65}.woocommerce-info a.showcoupon:hover,.woocommerce-message a.showcoupon:hover{color:#e94d65}.woocommerce-message:before,.woocommerce-info:before{background:#e94d65}.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{background:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif!important}.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{-webkit-box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 -3px 0 0 rgb(24 24 24 / .2) inset,0 0 0 2.5em #e94d65 inset,0 2px 10px rgb(0 0 0 / .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{-webkit-box-shadow:0 0 0 2px #e94d65 inset,0 4px 0 0 rgb(24 24 24 / .2) inset;box-shadow:0 0 0 2px #e94d65 inset,0 4px 0 0 rgb(24 24 24 / .2) inset;color:#e94d65;font-family:"Sarabun",Arial,Helvetica,sans-serif!important}.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{-webkit-box-shadow:0 0 0 2px #e94d65 inset,0 5px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2);box-shadow:0 0 0 2px #e94d65 inset,0 5px 0 0 rgb(24 24 24 / .2) inset,0 2px 10px rgb(0 0 0 / .2)}.woocommerce .btSidebar a.edit,.woocommerce .btContent a.edit,.woocommerce-page .btSidebar a.edit,.woocommerce-page .btContent a.edit,div.woocommerce a.edit{font-family:Roboto Condensed,Arial,Helvetica,sans-serif}.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{color:#e94d65}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{background:#e94d65}.widget_price_filter .price_slider_amount .price_label{font-family:Sarabun,Arial,Helvetica,sans-serif}.star-rating span:before{color:#e94d65}p.stars a[class^="star-"].active:after,p.stars a[class^="star-"]:hover:after{color:#e94d65}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#e94d65}button.pswp__button.pswp__button--arrow--left:hover,button.pswp__button.pswp__button--arrow--right:hover{background:#e94d65!important}.woocommerce input[type="checkbox"]:before{background:#e94d65}.btQuoteBooking .btContactNext{background:#e94d65}.btQuoteBooking .btQuoteSlider .ui-slider-handle{background:#e94d65}.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner{background:#e94d65}.btQuoteBooking .ddChild ul li:before{background:#e94d65}.btQuoteBooking .ddChild ul li.hover{color:#e94d65!important}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{background:#e94d65}.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea{border:1px solid #e94d65;-webkit-box-shadow:0 0 0 1px #e94d65 inset;box-shadow:0 0 0 1px #e94d65 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{border:1px solid #e94d65;-webkit-box-shadow:0 0 0 1px #e94d65 inset,0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 1px #e94d65 inset,0 2px 10px 0 rgb(0 0 0 / .12)}.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{border:1px solid #e94d65;-webkit-box-shadow:0 0 0 1px #e94d65 inset,0 2px 10px 0 rgb(0 0 0 / .12);box-shadow:0 0 0 1px #e94d65 inset,0 2px 10px 0 rgb(0 0 0 / .12)}.btQuoteBooking .btSubmitMessage{color:#e94d65}.btQuoteBooking .btContactSubmit{background:#e94d65}.btQuoteBooking .btDatePicker .ui-datepicker-header{background-color:#e94d65}.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked)+label:after,.btQuoteBooking .bt_cc_email_confirmation_container [type="checkbox"]:checked+label:after{background:#e94d65}@font-face{font-family:"AnalyticsAndInvestment";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/AnalyticsAndInvestment/AnalyticsAndInvestment.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/AnalyticsAndInvestment/AnalyticsAndInvestment.ttf) format("truetype")}*[data-ico-analyticsandinvestment]:before{font-family:AnalyticsAndInvestment;content:attr(data-ico-analyticsandinvestment)}@font-face{font-family:"Avantage";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Avantage/Avantage.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Avantage/Avantage.ttf) format("truetype")}*[data-ico-avantage]:before{font-family:Avantage;content:attr(data-ico-avantage)}@font-face{font-family:"Business";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Business/Business.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Business/Business.ttf) format("truetype")}*[data-ico-business]:before{font-family:Business;content:attr(data-ico-business)}@font-face{font-family:"BusinessAndFinance";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/BusinessAndFinance/BusinessAndFinance.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/BusinessAndFinance/BusinessAndFinance.ttf) format("truetype")}*[data-ico-businessandfinance]:before{font-family:BusinessAndFinance;content:attr(data-ico-businessandfinance)}@font-face{font-family:"BusinessManagement";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/BusinessManagement/BusinessManagement.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/BusinessManagement/BusinessManagement.ttf) format("truetype")}*[data-ico-businessmanagement]:before{font-family:BusinessManagement;content:attr(data-ico-businessmanagement)}@font-face{font-family:"BusinessOffice";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/BusinessOffice/BusinessOffice.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/BusinessOffice/BusinessOffice.ttf) format("truetype")}*[data-ico-businessoffice]:before{font-family:BusinessOffice;content:attr(data-ico-businessoffice)}@font-face{font-family:"BusinessPeople";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/BusinessPeople/BusinessPeople.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/BusinessPeople/BusinessPeople.ttf) format("truetype")}*[data-ico-businesspeople]:before{font-family:BusinessPeople;content:attr(data-ico-businesspeople)}@font-face{font-family:"Construction";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Construction/Construction.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Construction/Construction.ttf) format("truetype")}*[data-ico-construction]:before{font-family:Construction;content:attr(data-ico-construction)}@font-face{font-family:"CorporateBusiness";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/CorporateBusiness/CorporateBusiness.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/CorporateBusiness/CorporateBusiness.ttf) format("truetype")}*[data-ico-corporatebusiness]:before{font-family:CorporateBusiness;content:attr(data-ico-corporatebusiness)}@font-face{font-family:"CorporateManagement";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/CorporateManagement/CorporateManagement.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/CorporateManagement/CorporateManagement.ttf) format("truetype")}*[data-ico-corporatemanagement]:before{font-family:CorporateManagement;content:attr(data-ico-corporatemanagement)}@font-face{font-family:"CustomerRelationshipManagement";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/CustomerRelationshipManagement/CustomerRelationshipManagement.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/CustomerRelationshipManagement/CustomerRelationshipManagement.ttf) format("truetype")}*[data-ico-customerrelationshipmanagement]:before{font-family:CustomerRelationshipManagement;content:attr(data-ico-customerrelationshipmanagement)}@font-face{font-family:"CustomerService";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/CustomerService/CustomerService.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/CustomerService/CustomerService.ttf) format("truetype")}*[data-ico-customerservice]:before{font-family:CustomerService;content:attr(data-ico-customerservice)}@font-face{font-family:"Design";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Design/Design.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Design/Design.ttf) format("truetype")}*[data-ico-design]:before{font-family:Design;content:attr(data-ico-design)}@font-face{font-family:"Development";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Development/Development.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Development/Development.ttf) format("truetype")}*[data-ico-development]:before{font-family:Development;content:attr(data-ico-development)}@font-face{font-family:"DigitalMarketing";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/DigitalMarketing/DigitalMarketing.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/DigitalMarketing/DigitalMarketing.ttf) format("truetype")}*[data-ico-digitalmarketing]:before{font-family:DigitalMarketing;content:attr(data-ico-digitalmarketing)}@font-face{font-family:"Economy";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Economy/Economy.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Economy/Economy.ttf) format("truetype")}*[data-ico-economy]:before{font-family:Economy;content:attr(data-ico-economy)}@font-face{font-family:"Essential";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Essential/Essential.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Essential/Essential.ttf) format("truetype")}*[data-ico-essential]:before{font-family:Essential;content:attr(data-ico-essential)}@font-face{font-family:"FontAwesome";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/FontAwesome/FontAwesome.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/FontAwesome/FontAwesome.ttf) format("truetype")}*[data-ico-fontawesome]:before{font-family:FontAwesome;content:attr(data-ico-fontawesome)}@font-face{font-family:"FontAwesome5Brands";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/FontAwesome5Brands/FontAwesome5Brands.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/FontAwesome5Brands/FontAwesome5Brands.ttf) format("truetype")}*[data-ico-fontawesome5brands]:before{font-family:FontAwesome5Brands;content:attr(data-ico-fontawesome5brands)}@font-face{font-family:"FontAwesome5Regular";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/FontAwesome5Regular/FontAwesome5Regular.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/FontAwesome5Regular/FontAwesome5Regular.ttf) format("truetype")}*[data-ico-fontawesome5regular]:before{font-family:FontAwesome5Regular;content:attr(data-ico-fontawesome5regular)}@font-face{font-family:"FontAwesome5Solid";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/FontAwesome5Solid/FontAwesome5Solid.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/FontAwesome5Solid/FontAwesome5Solid.ttf) format("truetype")}*[data-ico-fontawesome5solid]:before{font-family:FontAwesome5Solid;content:attr(data-ico-fontawesome5solid)}@font-face{font-family:"GlobalBusiness";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/GlobalBusiness/GlobalBusiness.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/GlobalBusiness/GlobalBusiness.ttf) format("truetype")}*[data-ico-globalbusiness]:before{font-family:GlobalBusiness;content:attr(data-ico-globalbusiness)}@font-face{font-family:"HumanResources";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/HumanResources/HumanResources.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/HumanResources/HumanResources.ttf) format("truetype")}*[data-ico-humanresources]:before{font-family:HumanResources;content:attr(data-ico-humanresources)}@font-face{font-family:"Icon7Stroke";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Icon7Stroke/Icon7Stroke.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Icon7Stroke/Icon7Stroke.ttf) format("truetype")}*[data-ico-icon7stroke]:before{font-family:Icon7Stroke;content:attr(data-ico-icon7stroke)}@font-face{font-family:"JobResume";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/JobResume/JobResume.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/JobResume/JobResume.ttf) format("truetype")}*[data-ico-jobresume]:before{font-family:JobResume;content:attr(data-ico-jobresume)}@font-face{font-family:"MarketingAndAdvertising";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/MarketingAndAdvertising/MarketingAndAdvertising.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/MarketingAndAdvertising/MarketingAndAdvertising.ttf) format("truetype")}*[data-ico-marketingandadvertising]:before{font-family:MarketingAndAdvertising;content:attr(data-ico-marketingandadvertising)}@font-face{font-family:"Productivity";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Productivity/Productivity.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Productivity/Productivity.ttf) format("truetype")}*[data-ico-productivity]:before{font-family:Productivity;content:attr(data-ico-productivity)}@font-face{font-family:"Science";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Science/Science.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Science/Science.ttf) format("truetype")}*[data-ico-science]:before{font-family:Science;content:attr(data-ico-science)}@font-face{font-family:"SocialMediaAndNetwork";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/SocialMediaAndNetwork/SocialMediaAndNetwork.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/SocialMediaAndNetwork/SocialMediaAndNetwork.ttf) format("truetype")}*[data-ico-socialmediaandnetwork]:before{font-family:SocialMediaAndNetwork;content:attr(data-ico-socialmediaandnetwork)}@font-face{font-family:"Taxes";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Taxes/Taxes.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Taxes/Taxes.ttf) format("truetype")}*[data-ico-taxes]:before{font-family:Taxes;content:attr(data-ico-taxes)}@font-face{font-family:"TaxesAccounting";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/TaxesAccounting/TaxesAccounting.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/TaxesAccounting/TaxesAccounting.ttf) format("truetype")}*[data-ico-taxesaccounting]:before{font-family:TaxesAccounting;content:attr(data-ico-taxesaccounting)}@font-face{font-family:"TeamWork2";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/TeamWork2/TeamWork2.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/TeamWork2/TeamWork2.ttf) format("truetype")}*[data-ico-teamwork2]:before{font-family:TeamWork2;content:attr(data-ico-teamwork2)}@font-face{font-family:"Teamwork";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Teamwork/Teamwork.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Teamwork/Teamwork.ttf) format("truetype")}*[data-ico-teamwork]:before{font-family:Teamwork;content:attr(data-ico-teamwork)}@font-face{font-family:"Transportation";src:url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Transportation/Transportation.woff) format("woff"),url(https://blog.mi-nautics.com/wp-content/themes/avantage/fonts/Transportation/Transportation.ttf) format("truetype")}*[data-ico-transportation]:before{font-family:Transportation;content:attr(data-ico-transportation)}