@font-face {
    font-family: 'bold-builder';
    src: url(../../fonts/bold-builder.ttf?ysrbvs) format('truetype'),url(../../fonts/bold-builder.woff?ysrbvs) format('woff'),url(../../fonts/bold-builder.svg?ysrbvs#bold-builder) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* Colors */
.bt_bb_fe_wrap {
    position: relative;
    min-height: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
.bt_bb_fe_wrap:before {
    border-width: 2px;
    border-style: dashed;
    border-color: #0085ba;
    bottom: 1em;
    content: "";
    display: block;
    left: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1;
    pointer-events: none;
    }
.bt_bb_fe_preview_toggle .bt_bb_fe_wrap:before {
    border-width: 0;
    }
.bt_bb_fe_preview_toggle .bt_bb_fe_wrap {
    min-height: auto;
    }
.bt_bb_fe_count {
    position: absolute;
    z-index: 99998;
    top: 2.5em;
    left: 2.5em;
    text-align: center;
    width: 32px;
    height: 32px;
    background: #2196f3;
    color: #fff;
    line-height: 26px;
    border-radius: 50%;
    vertical-align: middle;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    font: normal 16px/1 bold-builder;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    transition: transform 300ms ease;
    }
.bt_bb_fe_count .bt_bb_fe_count_inner {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    color: #fff;
    width: 18px;
    height: 18px;
    font-weight: 700;
    line-height: 18px;
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    top: 0;
    right: 0;
    margin: -9px -9px 0 0;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    background-color: #b2b2b2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.bt_bb_fe_count:before {
    display: block;
    line-height: 1;
    content: '\e933';
    font-family: bold-builder;
    }
.bt_bb_fe_count:hover {
    background-color: #ff7f00;
    }
.bt_bb_fe_count:hover .bt_bb_fe_count_inner {
    background-color: #222;
    }
.bt_bb_fe_preview_toggle .bt_bb_fe_count {
    display: none;
    }

/* Preview toggler */
.bt_bb_fe_preview_toggler {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    text-align: center;
    background-color: #2196f3;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    line-height: 36px;
    height: auto;
    -webkit-box-shadow: 0 0 .75em 0 rgba(0,0,0,.2);
    box-shadow: 0 0 .75em 0 rgba(0,0,0,.2);
    padding: 0 16px 0 50px;
    -webkit-transition: all 270ms ease;
    -moz-transition: all 270ms ease;
    transition: all 270ms ease;
    height: 36px;
    overflow: hidden;
    opacity: .5;
    z-index: 100;
    }
.rtl .bt_bb_fe_preview_toggler {
    right: auto;
    left: 50px;
    }
.bt_bb_fe_preview_toggler:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1em 0 rgba(0,0,0,.2);
    }
.bt_bb_fe_preview_toggler:before {
    font-family: bold-builder;
    content: "\e951";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    background: rgba(0,0,0,.1);
    line-height: 36px;
    opacity: .7;
    font-size: 16px;
    z-index: 1;
    }
.bt_bb_fe_preview_toggler:after {
    content: "\0337";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    line-height: 28px;
    font-size: 36px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 270ms ease;
    -moz-transition: all 270ms ease;
    transition: all 270ms ease;
    font-weight: 300;
    z-index: 2;
    }
.bt_bb_fe_preview_toggle .bt_bb_fe_preview_toggler {
    background-color: #ff7f00;
    opacity: .8;
    }
.bt_bb_fe_preview_toggle .bt_bb_fe_preview_toggler:hover {
    opacity: 1;
    }
.bt_bb_fe_preview_toggle .bt_bb_fe_preview_toggler:before {
    opacity: 1;
    }
.bt_bb_fe_preview_toggle .bt_bb_fe_preview_toggler:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }

/*# sourceMappingURL=style.crush.css.map */