/home/arranoyd/magicraft/wp-content/themes/massive-dynamic/lib/mbuilder/assets/css/mbuilder.css
/**
* Table of content
*
* 1.0 - Builder style
* 2.0 - Shortcode Panel style
*   2.1 Skin classes
*/

/* ---------------------------------------------------------------------*/

/**
* 1.0 Builder styles
*
* Description of Builder styles, all styles related to builder are gathered here.
*/

@font-face {
    font-family: 'builder-font';
    src: url('../../../assets/font/gotham-regular.otf') format('opentype');
}
@font-face {
    font-family: 'builder-font';
    font-weight: 800;
    src: url('../../../assets/font/gotham-bold.otf') format('opentype');
}
.mBuilder_row_controls span[class^="mdb-"] {
    font-size: 13px ;
    color: #fff ;
}
.vc_inner span.mdb-duplicatesvg {
    font-size: 10px;
}
a {
    text-decoration: none;
}

.pixflow-builder .pixflow-shortcodes-panel p,
.pixflow-builder .pixflow-shortcodes-panel h6,
.pixflow-builder-toolbar a,
.pixflow-add-element-button,
.mBuilder_setting_panel span,
.mBuilder_row_layout label,
.mBuilder_row_layout span,
.mbuilder-column-options span,
.mbuilder-column-options a,
.settings-holder a,
.settings-holder span{
    font-family: 'builder-font';
}

.column-hover-mode {
    position: absolute;
    width: 1px;
    height: 50px;
    z-index: 1;
    right: -10.5px;
    border-right: dashed 1px rgba(110, 110, 110, 0.32);
    -webkit-transition: background-color 0.1s linear,-webkit-transform .1s linear,width 0.1s linear;
    -moz-transition: background-color 0.1s linear,-moz-transform .1s linear,width 0.1s linear;
    transition: background-color 0.1s linear,transform .1s linear,width 0.1s linear;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.top.column-hover-mode , .bottom.column-hover-mode{
    border-top: dashed 1px rgba(110, 110, 110, 0.32);
}

.section-open .showbox-shotcode ,
.vc_column-inner > .showbox-shotcode {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
}

.loader-shotcode{
    position: relative;
    margin: 30px auto;
    width: 60px;
}
.loader-shotcode:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular-shotcode {
    -webkit-animation: rotateShortcode 2s linear infinite;
    animation: rotateShortcode 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path-shotcode {
    stroke-dasharray: 1, 200;
    stroke-width: 4;
    stroke-dashoffset: 0;
    -webkit-animation: dashShortcode 1.5s ease-in-out infinite, colorShortcode 6s ease-in-out infinite;
    animation: dashShortcode 1.5s ease-in-out infinite, colorShortcode 6s ease-in-out infinite;
    stroke-linecap: round;
}

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

@keyframes rotateShortcode {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dashShortcode {
    00% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dashShortcode {
    00% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes colorShortcode {
    100%,
    00% {
        stroke: rgba(65, 156, 248, 0.3);
    }

}
@keyframes colorShortcode {
    100%,
    00% {
        stroke: rgba(65, 156, 248, 0.3);
    }

}

button {
    outline:0 !important
}

body:not(.gizmo-off) .md-text ,
body:not(.gizmo-off) .gizmo-container {
    cursor: move;
}

.gizmo-container .md-text-title  ,
.gizmo-container .full_width_sep{
    width: 100%;
}

.gizmo-container .md-text-content , .gizmo-container .meditor  {
    padding-bottom: 10px;
}

.dont-show{
    display: none !important;
}

.compose-mode .vc_row{
    margin-bottom: 1px;
}

/*div[class *="mBuilder-vc_column"].mBuilder-element,*/
.mBuilder-element:not(.mBuilder-md_hor_tab):not(.mBuilder-md_hor_tab2){
    z-index: 90;
}

body:not(.gizmo-off) .vc_row:not(.vc_inner):hover,
.mBuilder-element .gizmo-container >.mBuilder_controls.active-gizmo,
.mBuilder-element:not(.row_video):not(.mBuilder-md_tab):not(.mBuilder-md_hor_tab):not(.mBuilder-md_hor_tab2):hover{
    z-index: 100;
}

body:not(.gizmo-off) .vc_row:not(.vc_inner):hover > .wrap {
    z-index: 2;
}

div[class *="mBuilder-vc_column"].mBuilder-element.upper_zIndex,
div[class *="vc_row"].mBuilder-element.upper_zIndex{
    z-index: 99;
}

.compose-mode .mBuilder-element.onTop{z-index: 102;}

.mBuilder-element.mBuilder-md_hor_tab,
.mBuilder-element.mBuilder-md_hor_tab2{
    height:100%;
}
.vc_inner .mBuilder_row_controls .title {
    top: -1px;
}
.mBuilder_controls{
    opacity: 0;
    position: absolute;
    width: 100% ;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border: 1px solid  #419cf8;
    cursor: move;
    transition: opacity .3s;
}

.mBuilder-md_portfolio_multisize .mBuilder_controls,
.mBuilder-vc_empty_space .mBuilder_controls{
    height: 0;
    top: auto;
    bottom: 0;
}

.mBuilder-vc_empty_space .mBuilder_controls .animation-setting{
    display: none;
}

.col-sm-12  .mBuilder_controls{ width:100%}

.mBuilder-element:not(.ui-sortable-helper):hover >.mBuilder_controls,
.mBuilder-element.ui-sortable-placeholder >.mBuilder_controls{
    opacity: 1;
}

body:not(.gizmo-off) .gizmo-container{
    position: relative;
    outline: 1px solid rgba(185, 185, 185, 0);
    transition: border .1s;

}

body:not(.gizmo-off) .md-text-container .gizmo-container:hover{
    outline: 1px solid #419cf8;
}

body:not(.gizmo-off) .vc_empty_space.gizmo-container{
    position: relative;
}

.row_border.top {
    background: none !important;
    border-top:solid 2px #3d91f7;
}

.row_border.bottom {
    background: none !important;
    border-bottom: solid 2px #3d91f7;
}

.row_border.right {
    background: none !important;
    border-right: solid 2px #3d91f7;
}

.row_border.left {
    background: none !important;
    border-left: solid 2px #3d91f7;
}

.gizmo-container:hover .mBuilder_controls{
    opacity:1;
}

.md-live-text .mBuilder_controls .settings-holder {
    overflow: hidden;
}

.md-live-text.active-gizmo .mBuilder_controls .settings-holder{
    overflow: visible;
}

.gizmo-container:not(.md-live-text) .mBuilder_controls{
    border: none;
}

.mBuilder-element:not(.ui-sortable-helper)>.mBuilder_controls.active-gizmo,
.mBuilder-element.ui-sortable-placeholder >.mBuilder_controls.active-gizmo,
.mBuilder-element .gizmo-container >.mBuilder_controls.active-gizmo,
.mBuilder-element .gizmo-container.active-gizmo .mBuilder_controls{
    opacity: 1;
}

.mBuilder-element:not(.ui-sortable-helper,.mBuilder-md_tabs)>.mBuilder_controls.sc-control.deleteEffect,
.mBuilder-element.ui-sortable-placeholder >.mBuilder_controls.sc-control.deleteEffect{
    background-color: rgba(255,255,255,.5);
}

.mBuilder_controls .settings-holder{
    right: 20px;
    bottom: 20px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    border-radius: 25px;
    background-color: #338FFC;
    width: 90px;
    height: 40px;
}

.mBuilder_controls .settings-holder.inside-shortcode{
    width: 34px;
    height: 34px;
    transform: none;
    left: auto;
    right: 22px;
    bottom: 19px;
}

.mBuilder_controls .settings-holder.inside-shortcode .sc-setting{
    display: none;
}

.mBuilder_controls .inside-shortcode .sc-option{
    display: inline-block;
    width: 35px;
    float: none;
    text-align: center;
    height: 34px;
}

.mBuilder_controls .inside-shortcode .setting.options-button>span{
    font-size: 10px;
    line-height: 36px;
}

.mBuilder_controls:not(.tabs-family) .sc-setting{

    width: 47px;
    float: left;
    text-align: center;
    height: 41px;
}

.mBuilder_controls .options-button{
    position: relative;
    top: 0;
    width: 34px;
    display: block;
}

.mBuilder_controls .setting:before{
    content: "";
    width: 1px;
    height: 19px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    left: 34px;
    top: 2px;
}

.mBuilder_controls .setting.options-button > span{
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.mBuilder_controls .setting > span{
    font-size: 19px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
}


.mBuilder_controls .sc-option{
    display: inline-block;
    width: 40px;
    float: left;
    text-align: center;
}

.mBuilder_controls .options-holder,
.mBuilder_row_controls .mBuilder_container{
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -555;
    width: 155px;
    position: absolute;
    transform-origin: bottom left;
    top:-202px;
    background-color: #ffffff;
    border: 1px solid #419cf8;
    border-radius: 5px;
    backface-visibility: hidden;

}
.mBuilder_controls .options-holder{
    width: 135px;
    right: 0;
    left: auto;
}
.mBuilder_controls .options-holder.md-full-shortcode-gizmo{
    top:-163px;
    right: 0;
    left: auto;
}

.mBuilder_controls .options-holder.md-full-shortcode-gizmo .sc-alignment{
    display: none;
}

.mBuilder_controls .sc-option.open .options-holder,
.mBuilder_setting_panel.open .mBuilder_container,
.mBuilder_row_layout.open .mBuilder_container{
    height: auto;
    opacity: 1 !important;
    transform: scale(1);
    z-index: 333;
}

a.setting.options-button:before,
.mBuilder_setting_panel .title:before,
.mBuilder_row_layout .title:before{
    content: "";
    height: 15px;
    width: 100px;
    display: block;
    position: absolute;
    top: -7px;
    background-color: transparent;
}

a.setting.options-button:after{
    content: "";
    position: absolute;
    width: 185px;
    height: 228px;
    top: -227px;
    left: 30px;
    display: none;
}

.options-holder.open + a.setting.options-button:after{
    display: block;
}

.mBuilder_setting_panel .title:before,
.mBuilder_row_layout .title:before{
    /*top: 40px;*/
    left: 0;
    width: 100%;
}

.mBuilder_controls .options-holder > a,
.mBuilder_setting_panel .mBuilder_container > a{
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #c6e1fd;
    font-family: "open sans", sans-serif;
    transition: background-color .3s,color .3s;
}

.mBuilder_setting_panel .mBuilder_container > a,
.mBuilder_controls .options-holder > a:not(.sc-alignment){
    padding: 0 15px;
}

.mBuilder_controls .options-holder > a:not(.sc-alignment){
    padding: 0 15px;
}

.mBuilder_controls .options-holder > a:not(.sc-alignment):hover,
.mBuilder_setting_panel .mBuilder_container > a:hover{
    background-color:#e2f0ff;
}

.mBuilder_controls .options-holder > a span:last-child,
.mBuilder_setting_panel .mBuilder_container > a span{
    position: relative;
    display: inline-block;
}

.mBuilder_controls .options-holder > a span,
.mBuilder_row_controls .mBuilder_container span{
    color: #323232;
    transition: color .3s;
}

.mBuilder_row_controls .mBuilder_container span[class ^='mdb-']{
    margin-left: 17px;
    margin-right: 19px;
}
.mBuilder_row_layout span.col{
    font-size: 15px;
    margin: 0;
    transition: color .3s;
    width: calc(100% / 7 - 25px);
}

.sc-control .options-holder > .sc-alignment span{
    width: calc(100% / 3 );
    float: none;
    display: inline-block;
    text-align: center;
}

.delete_hover.mBuilder_controls .options-holder > a.sc-delete:hover,
.mBuilder_setting_panel .mBuilder_container .mBuilder_delete:hover{
    color: #d60c09;
}

.delete_hover.mBuilder_controls .options-holder > a.sc-delete:hover span,
.mBuilder_setting_panel .mBuilder_container .mBuilder_delete:hover span{
    color: #d60c09;
}

.delete_hover.mBuilder_controls{
    border-color: #f4cece;
}

.delete_hover.mBuilder_controls .handel{
    outline-color: #f28181;
    background-color: #f4cece;
}

.delete_hover.mBuilder_controls .setting{
    background-color: #969696;
}

.mBuilder_controls .options-holder > a.column-setting{
    text-align: center;
}

.mBuilder_controls .options-holder > a.sc-alignment span:hover span,
.mBuilder-element .md-align-center ~ .mBuilder_controls a.sc-alignment .center rect,
.mBuilder-element .md-align-left ~ .mBuilder_controls a.sc-alignment .left rect,
.mBuilder-element .md-align-right ~ .mBuilder_controls a.sc-alignment .right rect{
    color:#2f2f2f;
}

.mBuilder-md_live_text .sc-control{
    border: 0px;
    height: 0;
    top: 100%;
}

.mBuilder-md_live_text .mBuilder_controls .settings-holder.inside-shortcode {
    bottom: 3px;
    height: 30px;
    right: 9px;
    width: 30px;
}

.mBuilder-md_live_text .mBuilder_controls .options-button{
    width: 31px;
}

.mBuilder-md_live_text .mBuilder_controls .inside-shortcode .setting.options-button>span {
    line-height: 33px;
}

.md-live-text-new .mBuilder_controls .options-holder .open-setting-panel ,
.md-live-text-new .mBuilder_controls .options-holder .animation-setting ,
.md-live-text-new .mBuilder_controls .options-holder .sc-alignment{
    display: none;
}


    /* Row Controls */
.vc_row > .wrap + .mBuilder_row_controls{
    position: absolute;
    display: flex;
    align-items: center;
    top: -1px;
    right: 0;
    opacity: 0;
    z-index: 2;
    font-family: "open sans", sans-serif;
    transition: opacity .3s linear;
    width: 240px;
}

body  .vc_row .row_border{
    position:absolute ;
    background-color: rgba(190,190,190,.9);
    display: none;
}

body  .vc_row .row_border.top,
body  .vc_row .row_border.bottom{
    height: 1px;
    width: 100%;
    left:0;
}

body  .vc_row .row_border.right,
body  .vc_row .row_border.left{
    height: 100%;
    width: 1px;
    top:0;
}

body  .vc_row .row_border.top{
    top:0;
}
body  .vc_row .row_border.right{
    right:0;
}

body  .vc_row .row_border.bottom{
    bottom: 0;
}

body  .vc_row .row_border.left{
    left:0;
}
body:not(.gizmo-off) .vc_row:not(.vc_inner):hover > .row_border{
    display: block;
}

body:not(.gizmo-off) .vc_inner:hover{
    box-shadow: 0 0 0 2px #3d91f7;
}

.vc_row:hover > .wrap + .mBuilder_row_controls,
.vc_inner:hover > .wrap  .mBuilder_row_controls{
    opacity:1;
}

.vc_row.row_video > .wrap + .mBuilder_row_controls,
.vc_row.sloped_row > .wrap + .mBuilder_row_controls,
.vc_row.hide-overflow > .wrap + .mBuilder_row_controls{
    top:2px;
}

.mBuilder_row_controls > *{
    background-color: #3d91f7;
    height: 28px;
    position: relative;
    border: 1px solid #3d91f7;
    border-left: 0;
    border-right: 0;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.mBuilder_row_controls .mBuilder_setting_panel{
    padding: 0 5px;
    text-align: center;
}

.mBuilder_row_controls .options-holder > a span,
.mBuilder_row_controls .options-holder > a.sc-alignment span,
.mBuilder_row_controls .mBuilder_container > a span*{
    color: #969696;
    transition: color .1s;
}

.mBuilder_row_controls .title span,
.mBuilder_row_controls .mBuilder_row_move span{
    font-size: 14px;
    line-height: 37px;
    margin: 0;
}

.mBuilder_row_layout {
    border-left: 1px solid #3d91f7;
    border-right: 1px solid #3d91f7;
    text-align: center;
    margin: 0;
    width:48px;
}
.vc_inner .mBuilder_row_layout{
    margin: 0;
}
.mBuilder_row_delete{
    border-right: 1px solid #338ffc;
}

.mBuilder_row_layout .title span{
    font-size: 11px;
}

.mBuilder_row_controls span[class^="mdb-"]:hover{
    color: rgba(255, 255, 255, 0.5);
    transition-duration: 0.3s;
}

.mBuilder_row_controls .mBuilder_container {
    top: 30px;
    right: 0;
}

.mBuilder_row_controls .mBuilder_row_move {
    text-align: center;
    cursor:move;
    border-left: 1px solid #338ffc;
    padding-left: 8px;
}

.mBuilder_row_layout .holder > span {
    display: inline-block;
    cursor: pointer;
}

.mBuilder_row_layout .holder > span.separator{
    height: 24px;
    width: 1px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    top:2px;
    background-color: #d0d0d0;
}

.mBuilder_row_layout hr{
    margin-top: 17px;
    margin-bottom: 11px;
    background-color: #bbbbbb;
}

.mBuilder_row_layout .holder > .col span{
    margin: 0;
    font-size: 22px;
    color: #70b0fd;
    transition: color .1s;
}

.mBuilder_row_layout .holder > span span:hover{
    color: #9ec7f9;
}

.mBuilder_row_controls .mBuilder_container{
    background-color: #ffffff;
    transform-origin: top left;
    border: 1px solid #419cf8;
    border-radius: 5px;
    backface-visibility: hidden;
}

.mBuilder_row_layout .mBuilder_container{
    width: 355px;
}

.mBuilder_row_layout .mBuilder_container .holder{
    margin: 17px 12px 15px 14px;
}

.mBuilder_row_layout label{
    font-size: 12px;
    margin-right: 40px;
}

.mBuilder_row_layout input[name='cols']{
    border: none;
    box-shadow: none;
}

.mBuilder_row_layout .holder span.submit{
    width: 16px;
    height: 20px;
    background-color: transparent;
    color: #808080;
    font-size: 15px;
    margin
    : 0;
}

.mBuilder_row_layout .holder span.submit:hover{
    background: transparent;
    color: #000;
}



.compose-mode .mBuilder-element .vc_controls > .vc_controls-cc:hover{
    z-index: 99;
    position: relative;
}
.compose-mode .mBuilder-element:not(.mBuilder-vc_column) .vc_controls{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.mdb-savesection{
    fill: #fff;
    padding-right: 7px !important;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    stroke: #fff;
}

.mdb-savesection:hover{
    fill: rgba(255,255,255,0.5);
    stroke:rgba(255,255,255,0.5);
    transition-duration: .3s;
}

/* tabs Gizmo */
.tabs-family.mBuilder_controls{
    width: 40px;
    height: 145px;
    border-radius: 25px;
    background-color: #338FFC;
    border: none;
    text-align: center;
    padding-top: 9px;
    right: 24px;
    left: auto;
    cursor: pointer;
    z-index:999;
}

.tabs-family.mBuilder_controls:before{
    content: "TABS";
    font-size: 10px;
    color: #fefefe;
}

.tabs-family.mBuilder_controls > div{
    background: transparent;
    border: none;
    display: block;
    position: relative;
    text-align: center;
}

.tabs-family.mBuilder_controls > div:hover span{
    opacity: .9;
}

.tabs-family.mBuilder_controls > div:before{
    content: "";
    width: 22px;
    height: 1px;
    background-color: rgba(255,255,255,.4);
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 9px;
}

.delete_hover.mBuilder_controls .setting{
    background-color: transparent;
}

.tabs-family.mBuilder_controls > div.mBuilder_move{
    padding-top: 12px;
    margin-bottom: 1px;
    cursor: move;
}

.tabs-family.mBuilder_controls > div.mBuilder_move span{
    font-size: 20px;
}

.tabs-family.mBuilder_controls > div.sc-setting{
    width: auto;
    height: auto;
    margin: 0;
}

.tabs-family.mBuilder_controls > div.sc-setting span{
    font-size: 18px;
    margin-top: 13px;
    height: 27px;
    line-height: 25px;

}

.tabs-family.mBuilder_controls > div.sc-delete span{
    font-size: 17px;
    margin-top: 12px;
    display: inline-block;
}

.tabs-family.mBuilder_controls > div svg{
    font-size: 20px;
}

.tabs-family.mBuilder_controls > div span[class^="mdb-"]{
    color:#fefefe;
}

.tab.mBuilder_controls{
    background-color: #338FFC;
    width: 90px;
    height: 40px;
    border: none;
    border-radius: 25px;
    padding: 0 12px;
    cursor: pointer;
    top: 5px;
}

.mBuilder_controls.portfolio{
    width: 285px;
}

.tab.mBuilder_controls:before{
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: -3px;
    background-color: rgb(51, 143, 252);

}

.tab.mBuilder_controls > div{
    display: inline-block;
}

.tab.mBuilder_controls > div:hover span{
    opacity: .9;
}

.tab.mBuilder_controls > div.sc-duplicate span{
    width: 18px;
    margin-left: 24px;
}

.tab.mBuilder_controls > div.sc-setting{
    background: transparent;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    margin-right: 28px;
    position: relative;

}

.tab.mBuilder_controls > div.sc-delete{
    position: relative;
    top: 11px;
}
.tab.mBuilder_controls > div.sc-setting span {
    left: 3px;
    position: relative;
}

.sc-control .sc-delete + .settings-holder .setting span {
    font-size: 13px;
}
.tab.mBuilder_controls > div.sc-delete span{
    width: 14px;
}

.tab.mBuilder_controls > div.sc-setting:before,
.tab.mBuilder_controls > div.sc-duplicate:before{
    content: "";
    width: 2px;
    height: 18px;
    background-color: rgba(255,255,255,.4);
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 11px;
}

.tab.mBuilder_controls > div.sc-duplicate:before{
    right:46px;
}


.tab.mBuilder_controls > div  > span{
    width:18px;
}


.tab.mBuilder_controls > div  > span[class ^= 'mdb-']{
    color: #ffffff;
}

.mBuilder-md_hor_tab2 > .mBuilder_controls.tab,
.mBuilder-md_hor_tab > .mBuilder_controls.tab{
    left:150px;
}

/* Toggle Edits */

.mBuilder-md_toggle > .tabs-family.mBuilder_controls:before{
    content: "TOGL";
}

.mBuilder-md_accordion > .tabs-family.mBuilder_controls:before{
    content: "ACCR";
}

.mBuilder-md_toggle_tab > .mBuilder_controls.tab,
.mBuilder-md_accordion_tab > .mBuilder_controls.tab,
.mBuilder-md_toggle_tab2 > .mBuilder_controls.tab{
    /*width: 135px;*/
    left: 50%;
    transform: translateX(-50%);
}

.mBuilder-md_toggle_tab > .tab.mBuilder_controls:before,
.mBuilder-md_accordion_tab > .tab.mBuilder_controls:before,
.mBuilder-md_hor_tab > .tab.mBuilder_controls:before,
.mBuilder-md_hor_tab2 > .tab.mBuilder_controls:before,
.mBuilder-md_toggle_tab2 > .tab.mBuilder_controls:before{
    display: none;
}

/*.mBuilder-md_hor_tab .mBuilder_controls,
.mBuilder-md_hor_tab2 .mBuilder_controls{
    left:180px
}*/

.mBuilder-md_tab .wpb_tab[style *='block'] + .mBuilder_controls,
.mBuilder-md_modernTab .wpb_tab[style *='block'] + .mBuilder_controls,
.mBuilder-md_hor_tab .wpb_tab[style *='block'] + .mBuilder_controls,
.mBuilder-md_hor_tab2 .wpb_tab[style *='block'] + .mBuilder_controls{
    opacity: 1;
}

body:not(.gizmo-off) .mBuilder-element.mBuilder-md_modernTabs:hover,
body:not(.gizmo-off) .mBuilder-element.mBuilder-md_hor_tabs:hover,
body:not(.gizmo-off) .mBuilder-element.mBuilder-md_hor_tabs2:hover{
    outline: 2px solid #f0f0f0;
}

.mBuilder-md_portfolio_multisize > .mBuilder_controls{
    top:auto;
    height: auto;
    bottom: 0;
}

.compose-mode .vc_empty-element:after{
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.compose-mode .vc_row:hover div[class*='parent-vc_row']{
    opacity: 1;
    display: block;
}
.compose-mode div.parent-vc_row{
    background: none!important;
}

.mBuilder-element{
    position: relative;
    transition: transform 200ms linear;
}

/* Delete Message */
.deleteEffect{
    opacity: .3;
}

.deleteMessage{
    width: 170px;
    height: 106px;
    background-color: #fFfFfF;
    border: 1px solid #419cf8;
    text-align: center;
    position: absolute;
    border-radius: 5px;
    padding: 20px 0;
    z-index: 100;
    right:70px;
    bottom: 0;
    cursor: auto;
    opacity: 0;
}

.mBuilder_row_controls + .deleteMessage{
    bottom: auto;
    opacity: 1;
    left: 50%;
    top: 30%;
    position: absolute;
    z-index: 3;
    transform: translate(-50%);
}

.deleteMessage:after{
    content: "";
    width: 9px;
    height: 9px;
    background-color: #fFfFfF;
    border-top: 1px solid #419cf8;
    border-right: 1px solid #419cf8;
    transform: rotate(45deg);
    position: absolute;
    right: -5px;
    bottom: 20px;

}

.mBuilder_row_controls + .deleteMessage:after{
    display: none;
}

.deleteMessage p{
    font-size: 14px;
    color: #000512;
}

.deleteMessage .deleteBtn{
    width: 90px;
    height: 34px;
    cursor: pointer;
    background-color: #C52F08;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 34px;
    margin-top: 15px;
    transition: background-color .3s;
}

.deleteMessage .deleteBtn:hover{
    background-color: #fb3806;
}

/* Delete Message box for special shortcode*/
.mBuilder-element.mBuilder-md_tabs > .deleteMessage,
.mBuilder-element.mBuilder-md_modernTabs > .deleteMessage,
.mBuilder-element.md_hor_tab > .deleteMessage,
.mBuilder-element.mBuilder-md_toggle2 > .deleteMessage,
.mBuilder-element.mBuilder-md_hor_tab2 > .deleteMessage,
.mBuilder-element.md_hor_tab2 > .deleteMessage{
    opacity: 1;
    left: auto;
    right: 50px;
    top: 50px;
    transform: translate(0);
}

.mBuilder-element.mBuilder-md_tabs > .deleteMessage:after,
.mBuilder-element.mBuilder-md_modernTabs > .deleteMessage:after,
.mBuilder-element.mBuilder-md_toggle > .deleteMessage:after,
.mBuilder-element.md_hor_tab > .deleteMessage:after,
.mBuilder-element.mBuilder-md_accordion > .deleteMessage:after,
.mBuilder-element.mBuilder-md_toggle2 > .deleteMessage:after,
.mBuilder-element.md_hor_tab2 > .deleteMessage:after,
.mBuilder-element.mBuilder-md_hor_tabs > .deleteMessage:after,
.mBuilder-element.mBuilder-md_hor_tabs2 > .deleteMessage:after{
    left: auto;
    background-color: #fff;
    transform: rotate(45deg) translate(0);
    bottom: 40px;
    right: -5px;

}

.mBuilder-element.mBuilder-md_accordion > .deleteMessage,
.mBuilder-element.mBuilder-md_toggle > .deleteMessage,
.mBuilder-element.mBuilder-md_hor_tabs > .deleteMessage,
.mBuilder-element.mBuilder-md_hor_tabs2 > .deleteMessage{
    bottom: auto !important;
    top: 60px;
    left: auto !important;
}

.mBuilder-element.mBuilder-md_tab > .deleteMessage{
    bottom: auto !important;
    top: -115px;
}

.mBuilder-element.mBuilder-md_modernTab > .deleteMessage{
    bottom:auto !important;
    top: -100px;
}

.mBuilder-element.mBuilder-md_hor_tab > .deleteMessage{
    left: 195px
}

.mBuilder-element.mBuilder-md_hor_tab2 > .deleteMessage{
    left:110px
}

.mBuilder-element.mBuilder-md_toggle_tab > .deleteMessage,
.mBuilder-element.mBuilder-md_toggle_tab2 > .deleteMessage,
.mBuilder-element.mBuilder-md_hor_tab2 > .deleteMessage,
.mBuilder-element.mBuilder-md_accordion_tab > .deleteMessage{
    bottom: auto !important;
    top:53px;
}


.mBuilder-element.mBuilder-md_accordion_tab > .deleteMessage:after,
.mBuilder-element.mBuilder-md_toggle_tab > .deleteMessage:after,
.mBuilder-element.mBuilder-md_hor_tab > .deleteMessage:after,
.mBuilder-element.mBuilder-md_toggle_tab2 > .deleteMessage:after,
.mBuilder-element.mBuilder-md_hor_tab2 > .deleteMessage:after{
    bottom: auto;
    top: -2px;
    display: none !important;
}

/** First Row delete message box **/
.mBuilder_row_controls.flag +.deleteMessage {
    top: 40%;
}

/******* Text shortcode Gizmo ******/
.md-text.gizmo-container .title-slider + .mBuilder_controls .settings-holder .setting{
    display: inline-block !important;
}
.md-text.gizmo-container .title-slider + .mBuilder_controls .settings-holder {
    width: 80px !important;
    border-radius: 25px !important;
}
.md-text.gizmo-container .title-slider + .mBuilder_controls .setting:before{
    left: 31px !important;
}

.sortable-drop-placeholder{
    border-top: 4px solid #8fcbff;
}
.mBuilder-element.ui-sortable-helper:not(.vc_row),.mBuilder-element.vc_inner.ui-sortable-helper{
    opacity:0;
}
.mBuilder-element.ui-draggable-dragging{
    opacity:.5;
}
.mBuilder-element.ui-draggable-dragging .mBuilder_controls{
    transition:none;
    display: none;
}
.vc_empty-element .sortable-drop-placeholder {
    background: rgba(136,206,255,0.4);
    border: solid 2px #8fcbff;
    min-height: 200px;
}
.sortable-drop-placeholder + .insert-between-placeholder +.mBuilder-element,
.sortable-drop-placeholder +.mBuilder-element{
    transform: translateY(10px);
}

/* empty page new style */
#content .content-container .insert-after-row-placeholder.blank-page > .showbox-shotcode + .empty-page-title {
    opacity: 0;
}

.empty-page-title{
    position: relative;
}

.empty-page-title *{
    font-family: 'builder-font';
}

.insert-after-row-placeholder.blank-page .drop-here-container{
    position: absolute;
    width: 100%;
    height: 367px;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 8;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.drop-here{
    height: 367px;
    width: 273px;
    border: 1px dashed #ad9edf;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drop-here-circle{
    width: 110px;
    height: 110px;
    display: flex;
    border-radius: 50% ;
    border: 1px dashed #ad9edf;
    color: #5436bd;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drop-here-plus{
    width: 4px;
    height: 28px;
    position: relative;
}

.drop-here-plus:after{
    content: '';
    width: 28px;
    height: 4px;
    position: absolute;
    top: 11px;
    left: -12px;
}

.insert-after-row-placeholder.blank-page .drop-here-plus,
.insert-after-row-placeholder.blank-page .drop-here-plus:after{
    background-color: #5435bd;
}

.drop-here-container span{
    font-size: 17px;
    color: #ac9ede;
}

.insert-after-row-placeholder.blank-page div{
    background: #fff;
}

#content .content-container .insert-after-row-placeholder.blank-page{
    min-width: 100vh;
    min-height: calc( 100vh - 50px );
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto;

}

#content .content-container .insert-after-row-placeholder.section-open.blank-page,
#content .content-container .insert-after-row-placeholder.section-open.blank-page.section-placeholder{
    background: #fFfFfF;
}

#content .content-container .insert-after-row-placeholder.section-open.blank-page{
    bottom: auto;
    border: none;
}

.insert-after-row-placeholder.blank-page .empty-page-title .intro-title{
    color: #8A8A8A;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.insert-after-row-placeholder.blank-page .empty-page-title .intro-subtitle{
    color: #4A4A4A;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.insert-after-row-placeholder.blank-page .buttons-container{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insert-after-row-placeholder.blank-page .buttons-container > div{
    margin-left: 20px;
    height: 367px;
    width: 273px;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    background-color: rgba(186,186,186,0.09);
    transition: background .2s,border .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.insert-after-row-placeholder.blank-page .buttons-container span{
    display: block;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    margin-top: 80px;
    transition: .2s color;
}

.insert-after-row-placeholder.blank-page .buttons-container > div:hover{
    background-color: #eef6ff;
    border: 1px solid #338ffc;
}
.insert-after-row-placeholder.blank-page .buttons-container > div:hover span{
    color: #419bf8;
}
/* end */

.insert-after-row-placeholder.blank-page{
    /*background: url("../img/builder-blank.png") center center no-repeat;*/
    height:500px;
    display: block;
}
.insert-after-row-placeholder-open.blank-page,.insert-after-row-placeholder.blank-page:hover{
    /*background: url("../img/builder-blank-hover.png") center center no-repeat;*/
}

.compose-mode .vc_empty-element.droppable-hover{
    transform: scale(1);
    border-left: 5px solid #9A9A9A;

}
.compose-mode .vc_row .wrap .mBuilder-vc_column:first-of-type .vc_empty-element.droppable-hover{
    border-right: 5px solid #9A9A9A;
    border-left: none;
}

.change-layout button{
    width: 100%!important;
}

.message-text-color{
    color: #0f7cd2;
}

.mBuilder-vc_column .vc_empty-element .wpb_wrapper{
    min-height: 200px;
}

.mBuilder-element:not(.mBuilder-vc_column):not(.mBuilder-vc_column_inner):not(.mBuilder-md_hor_tab):not(.mBuilder-md_hor_tab2) {
    position: relative;
    clear: both;
}
.mBuilder-element:not(.mBuilder-vc_column):not(.mBuilder-vc_column_inner):not(.mBuilder-md_hor_tab):not(.mBuilder-md_hor_tab2):after{
    content: ' ';
    clear: both;
    display: block;
}
.vc_row,.vc_row_inner{
    clear: both;
}

/* VC inner  Controls Edit */
.vc_row .vc_inner > .wrap + .mBuilder_row_controls{
    top: -2px;
    right: 30px;
}

.vc_row .vc_inner > .wrap + .mBuilder_row_controls > a{
    display: block;
}

.vc_inner .mBuilder_row_controls .title span,
.vc_inner .mBuilder_row_controls .mBuilder_row_move span{
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin-left: 0;
}
.vc_inner .mBuilder_row_controls .mBuilder_row_move span{
    font-size: 10px;
}
.vc_inner .mBuilder_row_controls .title span , .vc_inner .mBuilder_row_delete a span{
    font-size: 10px;
    width: 15px;
}
.vc_inner .mBuilder_row_controls > *{
    padding: 4px;
    width: 30px;
    height: 26px;
    text-align: center;
}
.vc_row .mBuilder_row_setting{
    padding: 0;
}

.mBuilder_row_controls .title{
    display: inline-block;
}

.vc_inner .mBuilder_row_move {
    padding-left: 7px;
}
.vc_inner .mBuilder_row_controls {
    width: 160px !important;
}
.vc_inner .mBuilder_row_background a span{
    font-size: 10px;
}

.vc_inner .mBuilder_row_background{
    width: 158px;
    padding-right: 7px;
    padding-left: 7px;
}

.vc_inner .mBuilder_row_controls .mBuilder_container{
    top:32px;
}


.mBuilder-element.lower_inner_row_zIndex{
    z-index: 90;
}

.mBuilder-element.mBuilder-element.mBuilder-element.upper_inner_row_zIndex{
    z-index: 120;
}

.vc_inner .mBuilder_row_save-section {
    display: none;
}
.vc_inner .mdb-deletesvg{
    padding-right: 5px !important;
}

/************************/

.mBuilder-edit-el{
    max-height: 390px;
    min-height: 250px;
    overflow-x:hidden;
    overflow-y: auto;
    padding: 0 29px 25px ;
}
.mBuilder-edit-el .vc_column{
    background: #fff;
    color: #000;
}
.mBuilder-edit-el .vc_column:after {
    content: " ";
    display: block;
    clear: both;
}

.mBuilder-edit-el .vc_column.textNsize-text input,
.mBuilder-edit-el .vc_column.textNsize-text textarea{
    width:80%;
}

.mBuilder_element_label {
    font-size: 14px;
    font-weight: 600;
    color: #5e5e5e;
    margin-top: 0;
    margin-bottom: 0;
}

.mBuilder-edit-el input, .mBuilder-edit-el select, .mBuilder-edit-el textarea {
    width: 100%;
    margin: 0;
}

.mBuilder-edit-el input, .mBuilder-edit-el select {
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    color: #32373c;
}

.textarea_html .edit_form_line{
    width: 100%;
}

input, select, textarea {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #32373c;
    outline: none;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

.mBuilder-edit-el input, .mBuilder-edit-el select, .mBuilder-edit-el textarea {
    padding: 3px 6px;
    border-radius: 5px;
}

.mBuilder-edit-el input.md_vc_slider_field{
    width: 60px;
    text-align: right;
    padding-right: 4px;
}

.vc_slider_value{
    display: inline-block;
    position: absolute;
    left: 44px;
    top: 2px;
}

#mBuilder-form .vc_slider {
    margin-left: 4px;
}

.mBuilder-edit-el .edit_form_line.param-md-vc-checkbox {
    width: auto;
    position: relative;
}

.mBuilder-edit-el input[type=checkbox]{
    cursor: pointer;
    display: inline-block;
    height: 19px;
    margin-left: -2px;
    margin-right: 0px;
    right: 0;
    width: 19px;
    z-index: 2;
}

.mutliSelect input[type=checkbox]{
    margin-left: 4px;
}

.mBuilder-edit-el textarea {
    font-size: 13px;
    height: 100px;
    overflow: auto;
    line-height: 1.4;
    resize: vertical;
}

.mBuilder-edit-el .md_vc_separator .edit_form_line{
    width: 100%;
}

.mBuilder-edit-el .md_vc_separator{
    padding-top: 0;
    display: block;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    height: 21px;
    position: relative;
}

.mBuilder-edit-el .md_vc_separator hr {
    margin: 0 0;
    border-bottom: none;
    border-top: none;
    display: block;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.mBuilder-hidden{
    display: none!important;
}
/*!
 * Bootstrap-iconpicker v1.5.0
 *
 * Copyright 2013-2014 Victor Valencia Rico.
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @recktoner.
 */

[role=button]{cursor:pointer}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=submit].btn-block,input[type=reset].btn-block{width:100%}.popover{position:fixed;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{display:none;top:50%;left:23px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#eaf6fd;top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.md-hidden{display:none!important}.affix{position:fixed}.text-center{text-align: center;}.form-control{background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#555;display:block;font-size:14px;height:34px;line-height:1.42857;padding:6px 12px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;width:100%}button:focus {outline:0;}
.iconpicker{min-width:60px;background: none;border:1px solid #ddd;border-radius: 5px}.table-icons .btn{min-height:30px;min-width:35px;text-align:center;padding:0;margin:2px}.table-icons td{min-width:39px}.popover{max-width:inherit!important}.iconpicker-popover{z-index:111050!important}.iconpicker-popover .search-control{margin-bottom:6px;margin-top:6px}.iconpicker .px-icon{border: none;float: left;display: block;font-size: 20px;width: 28px;height: 32px;line-height: 1.5em;text-align: center;cursor: pointer;margin-top: -1px;margin-left: -1px;padding: 1px; color:#8b8b8b;}

/*Color Picker Controllers*/
div.inner-bg-image{width: 22px;height: 22px}
/*div.sp-alpha-enabled input.sp-input.sp-input{top:25px}*/

/*Gradient Controller*/
.md_vc_gradientcolorpicker{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.tooltip {
    display: none;
}
div.gradient_color_picker.noUi-target{
    height: 30px;
    border-radius: 4px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}

div.gradient_color_picker.noUi-target .noUi-handle{
    background-image: url('../../../assets/img/vc-ui-icons/gradient_handler.png');
    height: 20px;
    width: 12px;
    border: none;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    top: -22px;
    left: -7px;
}

.noUi-handle .color-preview:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
    content: "";
    position: absolute;
    z-index: -1;
}

.noUi-handle .color-preview{
    width: 8px;
    height: 8px;
    position: absolute;
    left: 2px;
    top: 3px;
}
.gradient_color_picker_angle.noUi-target{
    float: left;
    width: 77%;
    margin-right: 5px;
}

.gradient_color_picker_angle.noUi-target .noUi-origin,
.vc_slider .noUi-origin{
    background: #e6e5e8;
}

div.md_vc_gradientcolorpicker input.gradient-angle{
    color: #000;
    font-size: 11px;
    padding: 0;
    text-align: center;
    width: 19%;
}
div.md_vc_gradientcolorpicker input.gradient-angle:active,
div.md_vc_gradientcolorpicker input.gradient-angle:focus{
    outline:0 none;
    -webkit-appearance:none;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

.compose-mode .vc_modal,.compose-mode .modal-backdrop, .view-mode .vc_modal, .view-mode .modal-backdrop, .compose-mode #vc_ui-panel-add-element{
    display: none!important;
}
.view-mode .vc_ui-panel-window[data-vc-ui-element="panel-add-element"]{
    display: none;
}

#vc_navbar{
    display: none;
}
.wrap #vc_navbar{
    display: block;
}
#vc_inline-frame-wrapper{
    top:0 !important;
}
.vc_empty_space {
    background: linear-gradient(135deg, rgba(30, 87, 153, 0) 47%, rgba(30, 87, 153, 0) 48%, rgba(141, 210, 255, 0.53) 49%, rgba(141, 210, 255, 0.53) 51%, rgba(30, 87, 153, 0) 52%, rgba(30, 87, 153, 0) 53%);
    background-size: 6px 6px;
}


/*
.mBuilder-edit-el .vc_column.textarea_html{
    display: none;
}
*/

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

.portfolio-draged {
    transform: scale(0.5);
}


/** IE styles **/
@supports (-ms-accelerator:true) {
    /* IE Edge 12+ CSS styles go here */
    .mBuilder_controls .setting > span{margin-top: 0; }
    .mBuilder_controls .sc-setting ,.mBuilder_controls .sc-option{float: left}
    .mBuilder_controls .setting.options-button >  span{margin-top: 10px}
    .mBuilder_controls .setting:before{top: -10px;}
    .gizmo-container .mBuilder_controls{visibility: hidden}
    .gizmo-container:hover .mBuilder_controls{visibility: visible}
    .mBuilder_row_layout .holder > span.col{height: 20px}
    .mBuilder_controls .options-holder > a span, .mBuilder_row_controls span{height: 17px}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mBuilder_controls .setting > span{margin-top: 0; }
    .mBuilder_controls .sc-setting ,.mBuilder_controls .sc-option{float: left}
    .mBuilder_controls .setting.options-button >  span{margin-top: 10px}
    .mBuilder_controls .setting:before{top: -10px;}
    .gizmo-container .mBuilder_controls{visibility: hidden}
    .gizmo-container:hover .mBuilder_controls{visibility: visible}
    .mBuilder_row_layout .holder > span.col{height: 20px}
    .mBuilder_controls .options-holder > a span, .mBuilder_row_controls span{height: 17px}

}

/*Air Date Picker Plugin*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;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-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:-125px;top:0;z-index: 10000000}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc( 50% - 10px / 2 )}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action span{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px); top: calc( 50%  +  01px );-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top: calc( 50%  +  01px ); left: calc( 50% - 01px )}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}


.error404 .item-setting{display: none;}

.add-title,
.add-content{display: none;}

.no-title .add-title,
.no-text .add-content{
    width: 67px;
    height: 28px;
    background-color: rgba(239,239,239,.9);
    border: 2px solid rgba(203,203,203,.9);
    color: #5e5e5e;
    text-align: center;
    line-height: 26px;
    display: block;
    position: absolute;
    left: 0;
    font-size: 12px;
}

.no-title .add-title{
    top:0;
}

.no-text .add-content{
    bottom: 0;
}
.mBuilder-md_text .md-text-title{
    min-height: 30px;
}

.mBuilder-element.mBuilder-vc_column[class *= "col-"] .vc_column_container{width: 100%;}
.compose-mode .vc_vc_column[class *= "col-"],
.compose-mode .vc_vc_column_inner[class *= "col-"] {
    padding: 0;
    position: relative;
}

.mBuilder-md_separator > .mBuilder_controls{
    min-height: 20px;
    top:-10px;
}


/* small gizmo */
.small-gizmo .settings-holder{
    width: 67px;
    height: 28px;
    bottom: -13px;
}


.small-gizmo .sc-setting .setting span{
    font-size: 13px;
    left: 21px;
    top: -1px;
}

.small-gizmo .mBuilder_controls .settings-holder.inside-shortcode{
    width: 30px;
    height: 30px;
    right: 25px;
    bottom: 3px;

}
.mBuilder-md_button .small-gizmo .mBuilder_controls .settings-holder.inside-shortcode {
    top: 50%;
    left:50%;;
    transform: translate(-50%,-50%);
}
.mBuilder-md_button  .mBuilder_controls .options-holder.md-full-shortcode-gizmo{
    left: -54px;
}

.mBuilder-md_separator .mBuilder_controls .settings-holder.inside-shortcode{
    bottom: 0;
}

.small-gizmo .mBuilder_controls .inside-shortcode .sc-option{
    width: 30px;
    height: 30px;
}

.small-gizmo .mBuilder_controls .options-button{
    width: 30px;
}
.small-gizmo .mBuilder_controls .inside-shortcode .setting.options-button>span{
    font-size: 9px;
    line-height: 31px;
}

.no-setting-gizmo .sc-setting{
    display:none;
}
.small-gizmo.no-setting-gizmo .mBuilder_controls .setting:before{
    left:0;
    width:20px;
}

.no-animation-gizmo .sc-option .animation{
    display:none;
}

.no-animation-gizmo .mBuilder_controls .options-holder {
    top: -163px;
}

.mBuilder-vc_empty_space .mBuilder_controls .options-holder{
    top: -125px;
}
.small-gizmo .mBuilder_controls .setting:before{
    display: none;
}

.small-gizmo .mBuilder_controls:not(.tabs-family) .sc-setting{
    margin-left: -8px;
    width: 50px;
}

body.responsive-mode main.has-parallax-footer{
    margin-bottom: 0 !important;
}

.mBuilder-overlay-holder,
.mBuilder-drag-overlay{
    position: absolute;
    height: 5px;
    z-index: 999999;
}

.mBuilder-overlay{
    position: fixed;
    height: 100%;
    z-index: 9999999;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

/***/
/********************** Shortcode Panel **********************/
.pixflow-shortcodes-panel.hide-panel{
    left:-300px;
}
.pixflow-shortcodes-panel{
    position: fixed;
    z-index: 9999998;
    padding: 0 12px 10px;
    top:47px;
    left:0;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    width: 284px;
    height:100vh;
    opacity: 1;
}
.pixflow-shortcodes-panel.opened {
    transition: box-shadow 300ms 500ms;
    -webkit-box-shadow: 10px 0px 8px -8px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 0px 8px -8px rgba(0,0,0,0.15);
    box-shadow: 10px 0px 8px -8px rgba(0,0,0,0.15);
}

.pixflow-shortcodes-panel .panel-tabs{
    position: relative;
    max-width: 260px;
    margin-top: 10px;
    top: 47px;
    opacity: 0;
    transition: opacity 10ms;
}

.pixflow-shortcodes-panel .panel-tabs .panel-tab{
    display: inline-block;
    width: 49.2%;
    text-align: center;
    color: #9a9a9a;
    font-size: 13px;
    padding-top: 17px;
    padding-bottom: 12px;
    transition: color 0.3s;
}

.pixflow-shortcodes-panel .panel-tabs .panel-tab.active-tab{
    color: rgba(98, 38, 235, 0.75);
}

.pixflow-shortcodes-panel .panel-tabs .panel-tab:hover{
    cursor: pointer;
}

.pixflow-shortcodes-panel .panel-tabs .tabs-underline{
    background: #e1e1e1;
    width: 100%;
    height: 5px;
    border-radius: 3px;
}
.panel-tab[data-tab="sections"].active-tab ~ .tabs-underline hr {
    margin-left: 50%;
}

.pixflow-shortcodes-panel .panel-tabs .tabs-underline hr {
    height: 100%;
    width: 50%;
    margin: 0;
    background: #895cf0;
    border: none;
    border-radius: 3px;
    transition : margin-left 500ms cubic-bezier(0.19,1,0.22,1);
}

/* content in shortcodes panel*/
.pixflow-shortcodes-panel > .pixflow-content-container{
    width: 532px;
}
.pixflow-content-container > .content {
    position: relative;
    height: 100vh;
    top:47px;
    opacity: 0;
    padding-bottom: 120px;
    float: left;
    max-width: 260px;
    transition: opacity 10ms;
}

.pixflow-content-container > .elements-tab.active-tab{
    margin-left: 0;
}

.pixflow-content-container > .elements-tab{
    margin-top: 38px;
    margin-left: -280px;
    margin-right: 12px;
}

.pixflow-shortcodes-panel.opened .pixflow-content-container > .content{
    opacity: 1;
    top:0;
    transition:opacity 300ms ease 300ms
    ,top 300ms ease 300ms
    ,margin-left 500ms cubic-bezier(0.19,1,0.22,1);
}
.pixflow-shortcodes-panel.opened .pixflow-content-container .panel-tabs{
    opacity: 1;
    top:0;
    transition:opacity 300ms ease 300ms
    ,top 300ms ease 300ms;
}
/* button add */
.pixflow-add-element-button{
    background-color: #6226eb;
    position: fixed;
    left: 27px;
    top:calc( 100vh - 91px);
    display: flex;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
    z-index: 99999;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    border:none;

    -webkit-box-shadow: 0 3px 19px 2px rgba(98,38,235,.49);
    -moz-box-shadow: 0 3px 19px 2px rgba(98,38,235,.49);
    box-shadow: 0 3px 19px 2px rgba(98,38,235,.49);

    transition: opacity .5s 00ms,
    width .4s 00ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
    height .4s 00ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
    margin .4s 00ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
    transform .3s 400ms;
}

.pixflow-add-element-button:hover{
    width:70px;
    height: 70px;
    margin-left: -4px;
    margin-top: -4px;
    transition-delay: 00s,00s,00s,00s,00s,00s;
}

.pixflow-element-button-icon *{
    fill: #ffffff;
    transition: fill .2s;
}

.pixflow-add-element-button.clicked {
    opacity: 0;
    z-index: -1;
    transform: scale(0);
}


.pixflow-add-element-button .pixflow-element-button-icon {
    font-size: 20px;
    text-align: center;
    color: #fff;
    transition: color .2s;
    line-height: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.opened.pixflow-shortcodes-panel .pixflow-element-button-icon *{
    fill: #1d1d1d;
}

/* background */
.pixflow-shortcodes-panel .shortcode-panel-background {
    background-color: #fff;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: calc(100vh - 110px);
    left: 58px;
    width: 10px;
    height: 10px;
    z-index: 0;
    pointer-events: none;
    transform: translate3d(-50%, -50%,0);
    animation:close-shorcodes-panel-background 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.opened.pixflow-shortcodes-panel .shortcode-panel-background{
    animation:open-shorcodes-panel-background 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-fill-mode: forwards;
}
@keyframes open-shorcodes-panel-background {
    00%{
        width:70px;
        height:70px;
        opacity:1;
    }
    30%{
        top:300px;
        width:2000px;
        height:2700px;
    }
    100%{
        width:2000px;
        height:2700px;
        opacity:1;
    }
}
@keyframes close-shorcodes-panel-background {
    00%{
        width:2000px;
        height:2700px;
    }
    20%{
        width:40px;
        height:40px;
    }
    25%{
        background-color: #f4f4f4;
        opacity:1;
        width:10px;
        height:10px;
    }
    30%{
        opacity:0;
        width:10px;
        height:10px;
    }
    100%{
        width:10px;
        height:10px;
        background-color: #0049ff;
        opacity: 0;
    }
}
.pixflow-shortcodes-panel .pixflow-shortcodes-container,
.pixflow-shortcodes-panel .pixflow-sections-container{
    overflow: hidden;
    position: relative;
    height: 100%;
    z-index: 1;
    padding-bottom: 40px;
}

/* Sections  container */
.opened .pixflow-sections-container {
    margin-top: 40px;
}

/* shortcodes  container */
.opened .pixflow-shortcodes-container {
    /*open animation*/
    margin-top: 31px;
    padding-bottom: 120px;
    width: 260px;
}

.pixflow-shortcodes-panel .category-container h6{
    font-size: 13px;
    font-weight: 400;
    color: #454545;
    text-transform: capitalize;
    margin: .5em 3px 0.6em;
    margin-top: 0;
    line-height: 27px;
}

.pixflow-shortcodes-container > .category-container:first-child h6{
    margin: 1.5em 5px 1.7em;
}

.pixflow-shortcodes-panel .shortcodes,
body > .shortcodes,
.pixflow-shortcodes-panel .ui-draggable:not(.pixflow-custom-section){
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: opacity .6s ;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    background-color: #fff;
    transition: background-color .3s;
}


.pixflow-shortcodes-panel .active,
body .shortcodes.active:not(.pixflow-custom-section) {
    border-radius: 3px;
    cursor: grab;
    cursor: -webkit-grab;
    height: 99px;
    margin:0 3px 8px;
    opacity:1;
    width: 123px;
    border: 1px solid #dbd2ef;
}

body .section-container.active:not(.pixflow-custom-section) {
    border: 1px solid #c9c9c9;
    margin-bottom: 25px;
    border-radius: 0;
    width: 99%;
    height: auto;
	opacity: 1;
    background: transparent;
}

body .section-container.active img{
    width: 100%;
}


.pixflow-shortcodes-panel .pixflow-search-shortcode{
    width: 100%;
    padding: 8px 13px;
    box-shadow: none;
    outline: 0;
    font-size: 13px;
    color: #9a9a9a;
    background: rgba(230,230,230,0.28);
    border-radius: 7px;
    text-transform: capitalize;
    border: 0;
    line-height: 14px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #969696;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #969696;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #969696;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #969696;
}

.pixflow-shortcodes-panel .category-container,
.pixflow-shortcodes-panel .category-container.business{
    opacity: 0;
    height: 0;
    width: 0;
    position: relative;
    overflow: hidden;
    transition: opacity .1s;
}

.pixflow-shortcodes-panel .category-container.show{
    margin-bottom: 28px;
}

.pixflow-shortcodes-container .search-result + .category-container h6{
    margin-top: 0;
    line-height: 12px;
    padding-bottom: 7px;
}

.pixflow-shortcodes-panel .category-container h6{
    opacity: 0;

}

.pixflow-shortcodes-panel .category-container.show{
    width: auto;
    height: auto;
    opacity: 1;
}

.pixflow-shortcodes-container > .category-container:last-child{
    margin-bottom: 0;
}

.pixflow-shortcodes-panel .category-container.show h6{
    opacity: 1;
}

body > .shortcodes .inner-container{
    background: none!important;
    padding-left:10px;
}


.pixflow-shortcodes-panel .shortcodes:hover{
    background-color: rgba(98, 38, 235, 0.1);
}

#md_teammembercarousel .inner-container{
    padding-left: 50px;
}

.vc_shortcode-link{
    cursor: auto ;
}

.shortcodes.ui-draggable .icon{
    height: 32px;
    min-height: 32px;
    opacity: 0.8;
}

.shortcodes .inner-container .icon {
    font-size: 28px;
    top: 10px;
    text-align:center;
    color: #491cb0;
}

.shortcodes .inner-container .md-shortcode-title{
    font-size: 11px;
    font-weight: 500;
    color: #663ad2;
    line-height: 11px;
    padding-top: 11px;
    letter-spacing: 0;
    margin-top: 3px;
    text-align: center;
    white-space: nowrap;
}

.pixflow-shortcodes-panel .nicescroll-rails.nicescroll-rails-vr{
    left:0 !important;
    display: none !important;
}

.opened.pixflow-shortcodes-panel .nicescroll-rails.nicescroll-rails-vr{
    display: block !important;
}

.pixflow-shortcodes-panel .nicescroll-cursors{
    width: 5px !important;
    background-color: #cecece !important;
    border:none !important;
    border-radius: 0 !important;
}

/********************** toolbar **********************/

/*Styles for pixflow builder toolbar*/
.builder-menu li a:focus,
.builder-menu li a:active{
    outline: none;
}

.builder-menu{
    display: flex;
}
.pixflow-builder header.top-block.header-fix{
    top:50px;
}

.pixflow-builder-toolbar{
    z-index: 9999999;
    background: #313131;
    height: 47px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    backface-visibility: hidden;
}

.pixflow-builder-toolbar .builder-menu li a{
    font-size: 12px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #d4d0d0;
    font-weight: 500;
    text-align: center;
    top: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: background-color .15s,background-image .15s,color .15s;
}

.pixflow-builder-toolbar .builder-controls ul,
.pixflow-builder-toolbar .builder-menu ul ,
.pixflow-builder-toolbar .builder-controls{
    display: flex;
    margin: 0;
    align-items: stretch;
}

.pixflow-builder-toolbar .pixflow-builder-left , .pixflow-builder-toolbar .pixflow-builder-right{
    display: flex;
    align-items: stretch;
}

.pixflow-builder-toolbar .builder-menu ul li {
    margin-left: 35px;
    margin-bottom: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.pixflow-builder-toolbar .builder-controls ul li.builder-close svg{
    width: 12px;
}

.pixflow-builder-toolbar .builder-controls ul li.builder-close svg .st0 {
    fill: #e7e7e7 ;
}

.pixflow-builder-toolbar .builder-controls ul li.builder-close:hover svg .st0 {
    fill: #FFFFFF ;
}
.pixflow-builder-toolbar .builder-controls ul li.builder-save{
    position: relative;
    margin: 6px 0 6px 6px;
    width: 99px;
    border-radius: 3px;
    background-color: #46a9ff;
}
.pixflow-builder-toolbar .builder-controls ul li.builder-save:hover{
    background-color: #08599f;
}

.pixflow-builder-toolbar .builder-controls ul li{
    margin-left: 40px;
    margin-bottom: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    transition-duration: .3s;
}

.builder-close:hover {
    background-color: transparent !important;
}


.builder-close img{
    width: 12px;
    height: 12px;
    position: relative;
    top: 17px;
    left: -15px;
    display: block;
}
.builder-close:after{
    display: none;
}
.builder-close {
    width: 30px !important;
}

.pixflow-builder-toolbar .builder-controls ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #444444 !important;
    top: 17px;
    right: -12px;
}

.pixflow-builder-toolbar .builder-controls ul li.builder-save:after{
    display: none;
}
.pixflow-builder-toolbar li.builder-brand {
    margin: 0 14px 0 14px !important;
}

li.builder-brand a:before {
    content: '';
    background-color: rgba(255,255,255,.1);
    width: 1px;
    height: 47px;
    position: absolute;
    left: 40px;
    top: 0;
}

.builder-controls li.builder-preview{
    position: relative;
    margin: 6px 0 6px 0 !important;
    padding: 0 27px;
    border-radius: 3px;
    background-color: #4e4e4e;
}



.pixflow-builder-toolbar .builder-menu ul li.hold-collapse:before{
    background-color: #2e709e;
}

.pixflow-builder-toolbar .builder-menu li:hover a,
.pixflow-builder-toolbar .builder-menu ul li.hold-collapse a,
.pixflow-builder-toolbar .builder-controls ul li:hover a{
    color: #FFFFFF;
}
.builder-controls li.builder-preview:hover,
.builder-controls li.builder-preview.active-preview{
    background: #fff;
}

.pixflow-builder-toolbar .builder-controls ul li.builder-preview:hover a,
.builder-controls li.builder-preview.active-preview a{
    color: #313131;
}


.pixflow-builder-toolbar .builder-controls ul li a{
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: background-color .15s,background-image .15s,color .15s;

}

li.builder-close{
    margin-left: 10px !important;
    margin-right: 10px;
}

body.gizmo-off .mBuilder_row_controls,
body.gizmo-off .mBuilder_controls,
body.gizmo-off .column-hover-mode,
body.gizmo-off .row-bottom-space,
body.gizmo-off .row-top-space,
body.gizmo-off .column-right-space,
body.gizmo-off .column-left-space
{
    display: none !important;
}

.builder-controls .builder-save .save-loading {
    width: 0;
    height: 5px;
    margin-top: -5px;
    background-color: #cddeed;
    display: block !important;
    opacity: 1 !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

/****** Column Gizmo ******/

.vc_row .mbuilder-column-options{
    display: none;
}

.vc_row:hover .mbuilder-column-options{
    display: block;
}
.compose-mode .mbuilder-column-options{
    height: 18px;
    width: 62px;
    float: right;
    opacity: 0;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(64, 63, 63, 0.7);
    transition:opacity .3s;
    transition-delay: .1s;
    z-index: 5;

}

.compose-mode .mbuilder-column-options.element-vc_column_inner {
    /*top: 45px;*/
}

body.compose-mode :not(.gizmo-off) .mBuilder-vc_column:hover > .vc_column_container > .mbuilder-column-options,
body.compose-mode:not(.gizmo-off) .mBuilder-vc_column_inner:hover > .vc_column_container > .mbuilder-column-options,
body.compose-mode:not(.gizmo-off) .mBuilder-vc_column > .vc_column_container > .mbuilder-column-options.active-column{
    opacity: 1;
}

.compose-mode .mbuilder-column-options > span{
    font-size: 6px;
    cursor: pointer;
    display: block;
    padding: 5px 18px;
    border: 1px solid #338ffc;
    border-radius: 100px;
    background-color: #cde4ff;
}

.compose-mode .mbuilder-column-options .extra-option{
    width: 160px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 6px;
    left: -45px;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #419cf8;
    border-radius: 5px;
    backface-visibility: hidden;
}
.compose-mode .mbuilder-column-options .extra-option > a,
.compose-mode .mbuilder-column-options .extra-option > .col-title{
    font-size: 12px;
    display: block;
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #2f2f2f;
    cursor: pointer;
    padding: 0 20px;
}

.compose-mode .mbuilder-column-options .extra-option > .col-title{
    cursor: auto;
    font-weight: 800;
    font-size: 13px;
    background-color: #3d91f7;
    color: #fFfFfF;
}
.compose-mode .mbuilder-column-options .extra-option > a:hover{
    background-color: #e2f0ff;
}

.compose-mode .mbuilder-column-options .extra-option > a,
.compose-mode .mbuilder-column-options .extra-option > .col-title{
    border :1px solid rgba(137, 186, 239, 0.45) ;
}

.compose-mode .mbuilder-column-options .extra-option > a:last-child:after,
.gizmo-off.compose-mode .mbuilder-column-options{
    display: none;
}

.gizmo-off .pixflow-add-element-button{
    display:none ;
}

.message-box-wrapper{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    opacity: 0;
}
.message-box-wrapper .message-box-container{
    font-family: 'builder-font';
    width: 444px;
    min-height: 100px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: relative;
    background: #fff;
    border-radius: 1px;
    text-align: left;

}
.message-box-wrapper .message-box-container .message-box-title{
    font-size: 15px;
    color: #0a0a0a;
    padding-top: 37px;
    padding-left: 34px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.message-box-wrapper .message-box-container .message-box-text{
    font-size: 12px;
    color: #5e5e5e;
    padding-right: 58px;
    padding-left: 33px;
    font-weight:500 ;
    margin-bottom: 38px;
    line-height: 1.5em;
}
.message-box-wrapper .message-box-container .message-box-title div.msgbox-align-title{
    text-align: center;
    padding-right: 34px;
    margin-bottom: -12px;
}
div.msgbox-align-des{
    text-align: center;
    padding-left: 24px;
    margin-bottom: -17px;
}

.message-box-wrapper .message-box-container .message-box-btn1,
.message-box-wrapper .message-box-container .message-box-btn2{
    width: 50%;
    height: 51px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all 200ms;
    background-color: inherit;
    color: #0a0a0a;
    border:none;
    letter-spacing: 2px;
    border-top: 1px solid #dfdfdf;
}

.message-box-wrapper .message-box-container .message-box-btn2{
    border-left: 1px solid #d9d9d9;
}

.message-box-wrapper .message-box-container .message-box-btn1:hover,
.message-box-wrapper .message-box-container .message-box-btn2:hover{
    background: #404040;
    color: #ffffff;
}

.message-box-container .message-box-text a{
    text-decoration: none;
    position: relative;
    color: inherit;
}
.message-box-container .message-box-text a:after{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    color:#bdbdbd;
    bottom: -1px;
    border-width: 0 0 2px;
    border-style: solid;
}
.message-box-wrapper .message-box-container.caution-v3{
    background: #27a9ff no-repeat!important;
    width: 451px;
    height: 451px;
    padding-bottom: 0;
}
.message-box-wrapper .message-box-container.caution-v3 .message-box-title{
    color: #fff;
    padding-top: 260px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.message-box-wrapper .message-box-container.caution-v3 .message-box-btn1{
    border-radius: 0;
    background-color: #FFF;
    color: #5e5e5e;
    text-transform: uppercase;
    margin-right: 0;
}
.message-box-wrapper .message-box-container.caution-v3 .message-box-btn1 a{
    color: #5e5e5e;
    text-decoration: none;
    text-transform: uppercase;
}
.message-box-wrapper .message-box-container.caution-v3 .message-box-text{
    color: #fff;
    margin-bottom: 50px;
}
.message-text-color {
    color: #0f94e9;
}

.gizmo-off .vc_empty_space{
    background: transparent;
}

.pixflow-builder .header-clone,
.pixflow-builder .header-fix,
.pixflow-builder .second-header-bg{
    transform: translateY(47px);
}

/*  Portfolio Gizmo  */

.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc:hover .vc_element-move .vc_btn-content{
    visibility: hidden;
}

.compose-mode .vc_md_portfolio_multisize .vc_controls .vc_controls-cc{
    width: 318px;
    height: 48px;
    left: 0;
    right: 0;
    margin: auto;
    top:130px !important;
    background: transparent url(../../../assets/img/vc-ui-icons/portfolio-gizmo.png) no-repeat 0 -48px;
    transition: background-position .3s;
}
.compose-mode .vc_md_portfolio_multisize:hover .vc_controls .vc_controls-cc{
    background-position: 0;
}

.compose-mode .vc_md_portfolio_multisize .vc_controls .vc_controls-cc:hover{
    border: none;
    border-image: none;
    background-color: transparent !important;
}

.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_element-move{
    width: 40px;
    right: 0px;
    left: auto;
}

.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_control-btn-delete{
    width: 43px;
    right: 41px;
    position: absolute;
    height: 100%;
    left: auto!important;
    top: auto;
    bottom: auto;
    background: none;
    border-radius: 0;
}

.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_control-btn-clone{
    margin: 0;
    position: absolute;
    right: 85px;
    left: auto!important;
    width: 53px;
    height: 48px;
    background:none ;
}

.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_control-btn-edit{
    position: absolute;
    margin: 0;
    right: 139px;
    left: auto!important;
    width: 47px;
    height: 48px;
    background:none ;
}

.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_control-btn-edit:after{
    display: none;
}

.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_element-move:hover,
.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_control-btn-delete:hover,
.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_control-btn-clone:hover,
.compose-mode .vc_md_portfolio_multisize .vc_controls > .vc_controls-cc .vc_control-btn-edit:hover{
    background: rgba(0,0,0,.25);
}
.portfolio-templates .clearfix{
    display: inline-block;
}

.compose-mode:not(.post-type-portfolio)  .md-blank-btn.vc_general {
    display: block;
    padding: 0;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    transition: none;
    text-indent: -99999px;
    width: 157px;
    height: 147px;
}


.compose-mode.post-type-portfolio .vc_templates-image.clicked:after{
    content: "";
    width: 85px;
    height: 110px;
    background: url(../../../assets/img/vc-ui-icons/checked.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 10px;
}

body:not(.post-type-portfolio) .vc_welcome .vc_templates-image span{
    display: none;
}

.compose-mode .status-publish:not(.type-portfolio) .vc_template{
    display: none;
}

#content .content-container .insert-after-row-placeholder{
    height: 0;
    position: relative;
    width: 100%;
    left: 0;
    bottom: -10px;
    transition: all .3s;
    background: #fff;
}

.md-live-text.gizmo-container div.sc-setting {
    display:none;
}

.md-live-text.gizmo-container .sc-option{
    position: relative;
}

.tinymce-editor-title .edit_form_line {
    width: 100%;
    margin-top: 7px;
}

.body:not(.gizmo-off) .vc_column_container:hover > .mbuilder-column-options {
    display: block;
    opacity: 1;
}

.mBuilder-vc_column_inner , .mBuilder-vc_column{
    height:100%;
}
/*column blue border*/
body:not(.gizmo-off) .vc_row > .wrap:hover > .mBuilder-vc_column_inner:after ,
body:not(.gizmo-off) .vc_row > .wrap:hover > .mBuilder-vc_column:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 1px dashed #419cf8;
    height:100%;
    left: -1px;
}

body:not(.gizmo-off) .show-column-layout > .mBuilder-vc_column_inner:after ,
body:not(.gizmo-off) .show-column-layout > .mBuilder-vc_column:after {
    border-left: 1px dashed #419cf8;
    content: "";
    display: block;
    height:100%;
    left: -1px;
    position: absolute;
}

body:not(.gizmo-off) .show-column-layout{
    outline: 1px dashed #419cf8;
}


body:not(.gizmo-off) .vc_row  .wrap:hover{
    outline: 1px dashed #419cf8;
}
/*end of column blue border*/


.column-left-space,
.column-right-space{
    position: absolute;
    background-color: rgba(65, 156, 248, 0.08);
    height: 100%;
    top:0;
    opacity: 0;
    transition: opacity .1s ease-in;
}
.column-left-space:hover , .column-right-space:hover{
    opacity: 1;
}
.column-resize-value{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    color: #419CF8;
    font-family: sans-serif;
    font-size: 11px;
    text-align: center;

}
.column-resize-val {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    align-content: center;
}

.column-left-space{left:0;}

.column-right-space{right:0;}

.column-left-space .number,
.column-right-space .number{
    transform: rotate(87deg) translateY(50%);
    display: inline-block;
    position: relative;
    top: 50%;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 100%;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 100%;
    left: -5px;
    top: 0;
    height: 100%;
}
.row-resize-value{
    white-space: nowrap;
    color: #419CF8;
    font-family: sans-serif;
    font-size: 11px;
    text-align: center;
}
.row-resize-val{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    align-content: center;
}
.row-top-space{
    position: absolute !important;
    background-color: rgba(65, 156, 248, 0.08);
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .1s ease-in;
}

.row-top-space:hover ,
.row-bottom-space:hover {
    opacity: 1;
}
.row-top-space .ui-resizable-s,
.row-bottom-space .ui-resizable-s {
    cursor: ns-resize;
    width: 100%;
    right: 0px;
    bottom: -5px;
    height: 100%;
}

.row-bottom-space{
    position: absolute !important;
    background-color: rgba(65, 156, 248, 0.08);
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .1s ease-in;
}
.section-shortcode-attrs {
    display: none;
}

/********************** Section styles **********************/


body .vc_row .add-section {
    position: absolute;
    bottom: -23px;
    background: #3d91f7;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

body:not(.gizmo-off) .vc_row:not(.vc_inner):hover>.add-section{
    display: flex;
}

#content .content-container .insert-after-row-placeholder.section-open {
    height: 100px;
}

.start-resizing{
    opacity: 1 !important;
}

.defult-space-height{
    padding: 10px;
    z-index: 3;
}

.defult_space_width{
    padding: 5px;
    z-index: 3;
}

.row-content-top:not(.row-equal-column-height) .wrap > .mBuilder-vc_column,
.row-content-bottom:not(.row-equal-column-height) .wrap > .mBuilder-vc_column,
.row-content-middle:not(.row-equal-column-height) .wrap > .mBuilder-vc_column,
.row-content-top:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column,
.row-content-bottom:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column,
.row-content-middle:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column{
    display: flex;
}
.row-content-top:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column .wpb_wrapper,
.row-content-bottom:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column .wpb_wrapper,
.row-content-middle:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column .wpb_wrapper{
    width: 100%;
}

.row-content-top:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column > .vc_column-inner {
    display: flex;
    align-items: flex-start;

}

.row-content-middle:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column > .vc_column-inner{
    display: flex;
    align-items: center;

}

.row-content-bottom:not(.row-equal-column-height) .wrap > .mBuilder-vc_column > .wpb_column > .vc_column-inner{
    display: flex;
    align-items: flex-end;
}

.section-shortcode-attrs {
    display: none;
}

/********************** Section styles **********************/
body .vc_row .add-section {
    position: absolute;
    bottom: -23px;
    background: #6226eb;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bolder;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

    -webkit-box-shadow: 0 3px 19px 2px rgba(98,38,235,.49);
    -moz-box-shadow: 0 3px 19px 2px rgba(98,38,235,.49);
    box-shadow: 0 3px 19px 2px rgba(98,38,235,.49);
}

body:not(.gizmo-off) .vc_row:not(.vc_inner):hover>.add-section{
    display: flex;
}

#content .content-container .insert-after-row-placeholder.section-open{
    height: 255px;
    bottom: 0;
    border: 2px solid #6226eb;
    background: rgba(98, 38, 235, 0.1);
}

#content .content-container .insert-after-row-placeholder.section-open.section-placeholder{
    background: rgba(98, 38, 235, 0.4);
}

#content .content-container .insert-after-row-placeholder.section-open:not(.blank-page):after{
    content: "Drag your favorite section or element here!";
    color: rgba(98, 38, 235, 0.75);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    text-align: center;
}

#content .content-container .insert-after-row-placeholder.section-open.dropped:after{
    display: none;
}

body .section-container.active.ui-draggable-dragging{
    width: 260px;
}

/**
 * 2.0 Shortcode Panel style
 *
 * Description of Shortcode Panel style,
 * all styles related to Shortcode Panel in builder are gathered here.
 */

/* 2.1 Skin classes  */

/* dark styles*/
.md-dark-background-panel{ background-color: #fff;}
.md-dark-background-panel .setting-background { background-color: #eaf6fd;}
.md-dark-background-panel .active-text-color ,
.colorpicker-opacity-title.alpha-feature { color: #64676a; }
.md-dark-background-panel .inactive-text-color ,
.param-md-vc-colorpicker span{  color: #8b8b8b !important;  }
.setting-panel-wrapper .md_group_title .mBuilder_element_label{ color: #3891f7;}
.md-dark-background-panel .input-background-color {background-color: #282828;}
.md-dark-background-panel .panel-accent-background-color{ background-color: #fff}
.md-dark-background-panel .panel-accent-color{ color: #0571fd}

/* light styles*/
.md-light-background-panel{ background-color: #2f2f2f;}

.md-light-background-panel .setting-background { background-color: #202020;}
.md-light-background-panel .active-text-color,
#mBuilderTabs ul > li.ui-state-active a{
    position: relative;
}
.md-light-background-panel .active-text-color,
#mBuilderTabs ul > li.ui-state-active a{
    color: #fff;

}

.md-light-background-panel .inactive-text-color,
#mBuilderTabs ul > li a{
    color:rgba(255, 255, 255, 0.75);
}

.md-light-background-panel .input-background-color {background-color: #282828;}

.md-light-background-panel .panel-accent-color{ color: #3dd69b}


/* 2.2 shortcode panel base style  */
.setting-panel-wrapper{
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.setting-panel-wrapper .setting-panel-container{
    width: 400px;
    max-width: 352px;
    min-height: 100px;
    font-family: "builder-font";
    top: 23%;
    right: 15%;
    position: fixed;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    color: #dadada;
    transform: scale(.9);
    display: none;
    -webkit-animation: show-pannel .2s forwards cubic-bezier(0, 1.05, 0.32, 1);
    -webkit-animation: show-pannel .2s forwards cubic-bezier(0, 1.05, 0.32, 1);
    -moz-animation: show-pannel .2s forwards cubic-bezier(0, 1.05, 0.32, 1);
    -o-animation: show-pannel .2s forwards cubic-bezier(0, 1.05, 0.32, 1);
    animation: show-pannel .2s forwards cubic-bezier(0, 1.05, 0.32, 1) ;
    border-radius: 10px;
}

@-webkit-keyframes show-pannel {
    100%{
        transform: scale(1);
    }
}
@-moz-keyframes show-pannel {
    100%{
        transform: scale(1);
    }
}
@-o-keyframes show-pannel {
    100%{
        transform: scale(1);
    }
}

@keyframes show-pannel {
    100%{
        transform: scale(1);
    }
}

#mBuilderTabs div::-webkit-scrollbar-track ,
.param-textarea textarea::-webkit-scrollbar-track ,
.md_vc_base64_textarea textarea.to-base64.mbuilder-skip::-webkit-scrollbar-track{

    box-shadow: none;
    border: none;
}

#mBuilderTabs div::-webkit-scrollbar-track {
    background-color: #fff;
}

#mBuilderTabs div::-webkit-scrollbar ,
.param-textarea textarea::-webkit-scrollbar ,
.md_vc_base64_textarea textarea.to-base64.mbuilder-skip::-webkit-scrollbar{
    width: 10px;
}

#mBuilderTabs div::-webkit-scrollbar-thumb ,
.md_vc_base64_textarea textarea.to-base64.mbuilder-skip::-webkit-scrollbar-thumb{
    background-color: #eaf6fd;
    border: 2px solid #eaf6fd;
    border-radius: 29px;
}

.param-textarea textarea::-webkit-scrollbar-thumb {
    display:none;
}
/*Change setting icon*/
.setting-panel-wrapper .setting-panel-container .setting-panel-title{
    display: block;
    font-size: 14px;
    padding: 18px 0 0 28px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    cursor: move;
    border-radius: 10px 10px 0 0 ;
    cursor: move;
}
.setting-panel-header-color{
    background-color: #119eec;
}
.setting-panel-wrapper .setting-panel-container .setting-panel-text{
    font-size: 14px;
    color: #939393;
    min-height: 250px;
    line-height: 1.4em;
}
.setting-panel-wrapper .setting-panel-container .setting-panel-close{
    border-radius: 50px;
    cursor: pointer;
    font-size: 9px;
    height: 20px;
    line-height: 23px;
    position: absolute;
    right: 19px;
    text-align: center;
    top: 16px;
    width: 20px;
    color: #3892f7;
    transform: rotate(45deg);
    transition: background-color 200ms,color 200ms;
}

.md-dark-background-panel .panel-accent-background-color:hover{
    background-color: rgba(255, 255, 255, 0.80);
}

/* Tabs */
#mBuilderTabs > ul:after{
    content: " ";
    clear: both;
    display: table;
}
#mBuilderTabs > ul{
    /*border-bottom: 1px solid #505050;*/
    padding:8px 0 20px 28px;
    margin-bottom: 10px;
}
#mBuilderTabs > ul > li {
    float: left;
    border: none;
    margin-top: 9px;
    margin-left: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-transform: none;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
}
.mBuilder_row_background{
    background-color: #3d91f7;
    height: 28px;
    display: inline-block;
    position: relative;
    border: 1px solid #3d91f7;
    width: 158px;
    margin: 1px;
    display: flex;
    justify-content: center;
}
.mBuilder_row_background a span{
    height: 15px;
    width: 72px;
    color: #fff;
    font-family: 'builder-font';
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}
.mBuilder_row_background a span:hover{
    color: rgba(255, 255, 255, 0.5);
    transition-duration: 0.3s;
}
.row-background #mBuilderTabs > ul > li:not(.ui-state-active),
.setting-panel-wrapper[data-model-type='vc_row'] .setting-panel-container:not(.row-background) #mBuilderTabs > ul > li[aria-controls='mBuilderBackground']

{
    display: none;
}
.setting-panel-wrapper[data-model-type='vc_row_inner'] .setting-panel-container:not(.row-background) #mBuilderTabs > ul > li[aria-controls='mBuilderBackground']
{
    display: none;
}

.row-background #mBuilderTabs > ul > li.ui-state-active{
    display: block;
}

#mBuilderTabs ul > li:first-child {
    padding-left: 0;
}

#mBuilderTabs ul > li a{
    font-family: inherit;
    padding-right: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}

#mBuilderTabs ul>li:first-child a{
    padding-left: 0;
}


/* setting controller */
.setting-panel-wrapper .mbuilder-controller{
    align-items: center;
    display: flex;
    margin-bottom: 5px;
    min-height: 45px;
    padding: 0 13px;
}

.setting-panel-wrapper .mbuilder-controller.dependency-hide,
#mBuilderTabs .ui-state-default.dependency-hide{
    display: none;
}
/* Buttons */
.setting-panel-wrapper .setting-panel-container .setting-panel-btn1{
    width: 50%;
    height: 44px;
    border: none;
    cursor: pointer;
    background-color:#6f29f0 ;
    font-size: 13px;
    transition: box-shadow 300ms, top 300ms;
    padding: 0;
    border-radius: 50px;
    color: white;
    margin: 20px 0 23px 0;
    top: 0;
    box-shadow: -1px 6px 14px 1px rgba(98,38,235,0.38);
    overflow: hidden;

}

.setting-panel-wrapper .setting-panel-container .setting-panel-btn1:hover{
    box-shadow:-1px 6px 14px 1px rgba(98,38,235,0);
    top: 1px;
}


/* Change Text Input Style*/
.simple-textbox.wpb-textinput{
    border: none;
    box-shadow:none;
    background-color: transparent;
    color:#8d8d8d;
}


/* Group Title Controller*/
.mBuilder-edit-el .md_group_title{
    align-items: flex-end;
    background: transparent;
    padding-left: 0;
    margin-bottom: 2px;
    min-height: 35px;
}

.mBuilder-edit-el .edit_form_line.param-md-group-title{
    display: none;
}

.mBuilder-edit-el .md_group_title.mbuilder-controller:first-child{
    margin-top: 0;
}

.md_group_title.mbuilder-controller{
    margin-top: 12px;
    min-height: 22px;
}

.setting-panel-wrapper .md_group_title .mBuilder_element_label {
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
}


/* Change Text Area Style*/

.param-textarea textarea{
    border: none;
    box-shadow:none;
    background-color: transparent;
    color:#666;
    resize: none;
    padding: 0;
    margin-bottom: 10px;
}


.setting-panel-wrapper .mbuilder-controller.textarea{
    align-items: flex-start;
    padding-top: 10px;
}

.textarea.has-colorpicker.mbuilder-controller .mBuilder_element_label,
.textfield.has-colorpicker.mbuilder-controller .mBuilder_element_label{
    font-size: 10px;
}
/* Checkbox Controller */
.mb-checkbox{
    opacity: 0;
    position: absolute;
}

.mb-checkbox, .mb-checkbox-label {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.mb-checkbox-label {
    position: relative;
}

.mb-checkbox + .mb-checkbox-label {
    background: transparent;
    border: 2px solid #b0b9bd;
    border-radius: 50%;
    display: inline-block;
    height: 19px;
    text-align: center;
    vertical-align: middle;
    width: 19px;
}

.mb-checkbox:checked + .mb-checkbox-label:before {
    background: transparent;
    color: #515456;
    content: "\e6f0";
    font-family: pixflow-font-library;
    top: -3px;
    position: relative;
    font-size: 10px;
}

.mb-checkbox:focus + .mb-checkbox-label {
    outline: none;
}


/*Icon Picker Controller*/
.iconpicker{
    background: none;
    border:none;
    color: rgba(255, 255, 255, 0.80);
    float: left;
    min-width: 60px;
    padding-right: 0;
}

.iconpicker > span.px-icon{
    font-size: 12px;
    line-height: 32px;
    padding-right: 0;
    text-align: right;
}

/* Color Picker Controller */
.mBuilder-edit-el .edit_form_line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    vertical-align: middle;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
}

.mbuilder-controller.md_vc_colorpicker .param-md-vc-colorpicker {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.param-md-vc-colorpicker .sp-replacer {
    order: -1;
    margin-left: 7px;
}

.param-md-vc-colorpicker span{
    font-size: 11px;
    line-height: 22px;
}

.color-value {
    margin-top: 1px;
}

.sp-container.sp-light.sp-light {
    padding: 15px;
}
.sp-container.sp-alpha-enabled.sp-alpha-enabled{
    margin-left: -195px !important;
}

.sp-container.sp-light.sp-light {
    transform: translateX(-16px);
}

.sp-hidden.sp-container.sp-light.sp-light {
    transition: transform 00s ease .3s;
}

.sp-container.sp-alpha-enabled {
    background-color: #fff;
}

hr.customizer-separator.alpha-feature ,
.sp-button-container.sp-cf{
    border-top: 1px solid rgba(47, 47, 47, 0);
}

hr.customizer-separator.alpha-feature{
    display: block !important;
}

.sp-container .colorpicker-opacity-title{
    font-size: 11px;
}


.sp-container .sp-picker-container{
    width: 170px;
}

.sp-container .sp-picker-container .sp-top {
    margin-bottom: 66px !important;
}

.sp-container .sp-slider{
    width: 18px;
    border-color: #4c4e4b;
}

.sp-container .sp-alpha{
    width: 110px ;
    bottom: -26px;
    right:9px;
    border-radius: 0;
}

.sp-container .sp-cf .sp-alpha-inner {
    border: 1px solid #464848 !important;
    border-radius: 0;
}

.sp-container .sp-input-container input.sp-input.sp-input {
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.sp-container .sp-alpha-inner:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.sp-container .sp-alpha-handle{
    border: 1px solid #464848;
    border-radius: 0;
    background-color: #464848;
}

.sp-container .sp-cf .sp-input {
    border: 1px solid #464848;
    color: #969696;
    top: 5px  !important;
    left: 0;
    font-size: 11px !important;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    height: 20px;
}

.sp-container .sp-button-container .sp-choose {
    color: #fff !important;
}
.colorpicker-opacity-title.alpha-feature{
    color: #464848;
}

.sp-container .sp-button-container .sp-choose ,
.sp-container .sp-button-container .sp-cancel {
    background-color: #119eec;
    border-radius: 0;
    width: 50%;
    position: relative;
    left: 0;
    margin-left: 3px;
    margin-right: 3px;
    letter-spacing: 0 !important;
    font-family: "builder-font";
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

.sp-container .sp-button-container .sp-choose{
    margin-left: 0;
}

.sp-container .sp-button-container .sp-cancel {
    background: none;
    background-color: #119eec;
    margin-right: 0;
    color: #fff !important;
}

.sp-button-container a.sp-choose:hover,
.sp-button-container a.sp-cancel:hover {
    background-color: #7fcffb !important;
    color: #FFF !important;
}

.sp-button-container.sp-cf {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.sp-container .colorpicker-opacity-title{
    bottom: -36px;
    left: 4px;
    font-family: builder-font;
}

div.sp-replacer{
    overflow: visible;
}

div.sp-preview{
    margin-right: 0;
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    border: none !important;
}
.iconpicker .icon-arrow-right4{
    transform: rotate(90deg);
}
.iconpicker-popover .search-control {
    background-color: #eaf6fd;
    border: none;
    border-radius: 0;
    color: #666;
}

button.btn.btn-arrow.btn-next{
    background-color: transparent;
    color: #666;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
}

button.btn.btn-arrow.btn-previous{
    background-color: transparent;
    color: #666;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.popover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #eaf6fd;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal;
    margin-left: -95px;
}

.text-center {
    color: #666;
}

.iconpicker > i,
.iconpicker > .px-icon{
    border: none;
}
.iconpicker-popover {
    z-index: 111050!important;
}
.table-icons .btn {
    min-height: 30px;
    min-width: 35px;
    text-align: center;
    padding: 0;
    margin: 2px;
    background-color: #eaf6fd;
    border: 1px solid #92d0f3;
}

.table-icons .btn .px-icon{
    border: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.table-icons td {
    min-width: 39px;
}

.textfield .color-value {
    display: none;
}

.textarea.mbuilder-controller .mBuilder_element_label {
    width: initial;
    padding-right: 20px;
    flex-shrink: 0;
}

.textfield.mbuilder-controller .mBuilder_element_label {
    width: initial;
    padding-right: 20px;
    flex-shrink: 0;
}

.attach_images {
    flex-direction: column;
    width: 100% !important;
    padding: 15px 10px;
    display: flex !important;
}

.setting-panel-wrapper .mBuilder_element_label {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 5px;
    text-align: left;
    width: 100%;
    opacity: 1;
}

/*Multi Upload Field Controller*/
.mbuilder-controller.attach_images{
    padding-top: 8px;
    padding-bottom: 11px
}
.attach_images .mBuilder-upload-img {
    width: calc(100% / 5 - 6px);
    height: 37px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../assets/img/vc-ui-icons/pluss.png);
    cursor: pointer;
    margin: 6px 6px 1px 0;
    background-color: #fff;
    font-size: 11px;
}

.attach_images.mbuilder-controller .edit_form_line{
    justify-content: flex-start;
}


.attach_images .mBuilder-upload-img.has-img{
    background-size: cover;
    background-image: none;
}
.attach_images .mBuilder-upload-img.has-img .remove-img{
    display: block;
}
.attach_images .mBuilder-upload-img input{
    display: none;
}
.attach_images .mBuilder-hidden{
    display: none!important;
}
.attach_images .mBuilder-upload-img .remove-img{
    position: absolute;
    top: 25px;
    left: auto;
    right: 0;
    display: block;
    line-height: 17px;
    background: #119eec;
    width: 12px;
    height: 12px;
}

.attach_images .mBuilder-upload-img .remove-img > span{
    color: #fff;
    display: block;
    font-size: 7px;
    margin-top: 2px;
    margin-left: 0;
    opacity: 1;
}


/* Single Upload Field Controller */
.mBuilder-upload-img {
    align-self: flex-end;
    background-color: #dbeffb;
    cursor: pointer;
    height: 45px;
    position: relative;
    width: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../assets/img/vc-ui-icons/PlaceHolder.png);

}
.remove-img{
    background-image: url(../../../assets/img/vc-ui-icons/plusss.png);
    position: absolute;
    top: 14px;
    left: -9px;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
}

.mBuilder-upload-img.has-img{
    background-size: cover;
    background-image: none;

}

.mBuilder-upload-img.has-img:not(.multi){
    border: 0;
}

.mBuilder-upload-img input{
    display: none;
}


.setting-panel-wrapper .mbuilder-controller.attach_image{
    justify-content: space-between;
    padding-right:0;
}

.mBuilder-edit-el .mbuilder-controller.attach_image:after{
    display: none;
}

.setting-panel-wrapper .mbuilder-controller.attach_image .edit_form_line{
    flex-direction: column;
}

.mBuilder-edit-el .edit_form_line {
    justify-content: flex-end;
}

/* dropdown styles */
.setting-panel-wrapper .mbuilder-controller.dropdown{
    padding: 0;
}

.mbuilder-dropdown{
    position: relative;
    width: 100%;
}

.mbuilder-dropdown .dropdown-title{
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 45px;
    padding: 0 13px;
}

.mbuilder-dropdown .dropdown-title .mBuilder_element_label{
    font-size: 13px;
}

.mbuilder-dropdown .dropdown-title .mbilder-dropdown-selected{
    font-size: 11px;
    margin-right: 10px;
    width: 250px;
    text-align: right;
}

.mbuilder-dropdown .dropdown-title .mbuilder-dropdown-arrow{
    font-size: 12px;
    margin-top: 3px;
}

.mbuilder-dropdown .dropdown-options{
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.22);
    display: none;
    margin-bottom: 20px;
    position: absolute;
    text-align: left;
    top: 47px;
    width: 100%;
    z-index: 1;
}

.mbuilder-dropdown.open .dropdown-options{
    display: block;
}

.mbuilder-dropdown .dropdown-options > .dropdown-option {
    cursor: pointer;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    transition: background-color .3s, color .2s;

}

.mbuilder-dropdown .dropdown-options > .dropdown-option.selected-option{
    color: #fff;
    background-color: #7fcffb;
}

.mbuilder-dropdown .dropdown-options > .dropdown-option:hover {
    background-color: #7fcffb;
    color: #fff;
}

/* Number Input Controller */
.md-number-input{
    margin-right: 12px;
    margin-top: 2px;
}
.md-number-input input{
    font-size: 15px;
    font-weight: 400;
    background-color: transparent;
    color: #5e5e5e;
    border: none;
    right: 30px;
    float: right;
}

.md-number-input .vc_number_prefix{
    color: #85898c;
    font-size: 12px;
    line-height: 25px;
    float: right;
    position: relative;
    margin-top: 1px;
}

.md-increament-controller{
    max-height: 35px;
}

.md-increament-minus{

}

.md-increament-plus{
}

.md-increament-controller span{
    color: #aeb7bb;
    cursor: pointer;
    display: block;
    font-size: 15px;
}

.md-increament-controller i{
    display: block;
}

/*Description Controllers*/
.mBuilder-edit-el .vc_column.md_vc_description{
    font-size: 10px;
    position: relative;
    padding: 8px 0 4px;
    background: transparent;
}
.md_vc_description .mBuilder_element_label{
    display: none;
}
.md_vc_description .edit_form_line{
    width: 100%;
    overflow: hidden;
}

/* Description Controller*/
.md_vc_description .edit_form_line .content{
    width: 80%;
    font-size: 12px;
    line-height: 17px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 30px;
    color: #6c6c6c;
}

.md_vc_description .param-md-vc-description {
    justify-content: flex-start;
    text-align: left;
}

.hidden {
    display: none !important;
}
.gradient-color-picker-popup{
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;

}

.gradient-popup{
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    height: 100px;
    z-index: 1000;
    top: 30px;
    width: 185px;
    padding: 20px;
    display: none;
}

.gradient-popup.opened {
    display: block;
}

/* URL Controllers */
input.md_vc_url {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin: 5px 0 5px;
    border: none;
    background: #eaf6fd;
    border-radius: 0;
    height: 45px;
}

.md-vc-url-textarea {
    font-size: 13px;
    font-weight: 400;
    height: 100px;
    overflow: auto;
    line-height: 1.4;
    resize: vertical;
    color: #9f9f9f;
    border: none;
    background: #eaf6fd;
    margin-bottom: 10px !important;
    border-radius: 0 !important;
    padding-top: 6px !important;
}

.md-vc-url-heading.mBuilder_element_label {
    display: none;
}

.md_vc_url.mbuilder-controller {
    background: #fff;
    padding: 0 !important;
    margin: 0 !important;
}

.setting-panel-wrapper .md_vc_url.mbuilder-controller {
    flex-direction: column;
    padding-top: 8px;
}

.textfield .color-value,
.textarea .color-value{
    display: none;
}

/* Update shortcode progress bar */

.setting-panel-btn1{
    position: relative;
}

.update-shortcode-progress , .update-shortcode-progress-second {
    height: 5px;
    margin-top: -5px;
    opacity: 1 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
}
.setting-panel-btn1-text{
    position: inherit;
    z-index: 99;
    line-height: 44px;
    display: block;
}


@keyframes setting-panel-animate {
    00%   {height: 0px; width: 0px;}
    100% {height: 200px; width: 200px;}

}

/* Standard syntax */
@keyframes setting-panel-second-animate {
    00% {
        height: 0px;
        width: 0px;
    }

    100% {
        height: 200px;
        width: 200px;
    }
}

.setting-panel-btn1 .setting-panel-btn-click-effect {
    -webkit-animation: setting-panel-animate forwards .7s ease-in-out ; /* Safari 4.0 - 8.0 */
    animation: setting-panel-animate forwards .7s ease-in-out ;
    background: #5614d0;
    border-radius: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 58%;
    z-index: 10;
}

.setting-panel-btn1 .setting-panel-btn-click-effect2 {
    -webkit-animation: setting-panel-second-animate forwards .7s ease-in-out ; /* Safari 4.0 - 8.0 */
    animation: setting-panel-second-animate forwards .7s ease-in-out ;
    background: #6f29f0;
    border-radius: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 58%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

/* Font Picker */
.mbuilder-controller.google_fonts{
    background-color: transparent;
    padding: 0;
}

.mbuilder-controller.google_fonts .edit_form_line > div{
    background-color: #eaf6fd;
}

.mbuilder-controller.google_fonts .google-fonts-families{
    margin-bottom: 5px;
}

.setting-panel-wrapper .mbuilder-controller.tinymce-editor,
.setting-panel-wrapper .mbuilder-controller.tinymce-content-editor{
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
}

/*Base 64 text controller*/
.md_vc_base64_textarea textarea.to-base64.mbuilder-skip {
    font-size: 12px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 10px;
    background-color: transparent;
    border: 0;
    border: none;
    box-shadow: none;
    color: #666;
    resize: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.md_vc_base64_textarea label.mBuilder_element_label.active-text-color{
    width: initial;
    padding-right: 20px;
    flex-shrink: 0;
    align-self: flex-start;
    padding-top: 7px;
}

.mBuilder-edit-el .mbuilder-controller:first-child{
    margin-top: 10px;
}


/**
 * 3.0 Special Shortcodes style
 *
 * All styles related to the shortcodes that have special behavior
 */

.vc_empty_space .ui-resizable-s{
    position: absolute;
    bottom: 0;
    height: 40%;
    cursor: s-resize;
    width: 100%;
    max-height: 30px;
}

.vc_empty_space:hover .ui-resizable-s:before{
    width: 70px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    color: #0e73bf;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

span.space-resize-value {
    display: flex;
    white-space: nowrap;
    color: #419cf8;
    font-family: sans-serif;
    font-size: 11px;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.space-resize-val{
    height: 100%;
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.mBuilder-edit-el .get_token_access_link a {
    color: #1674fe;
    font-family: "builder-font";
    font-size: 13px;
    text-decoration: underline;
}

/*DatePicker Controller*/
.md_vc_datepicker_field.md_vc_datepicker{
    font-size: 11px;
    font-weight: 600;
    background-color: transparent;
    color: #a6a6a6;
    border: none;
    text-align: right;
}

.datepicker{
    background: #eaf6fd;
    border: 1px solid #eaf6fd;
    border-radius: 0;
    color: #4f4e4e;
}

.datepicker--pointer {
    background: #eaf6fd;
    border-top: 1px solid #eaf6fd;
    border-right: 1px solid #eaf6fd;
}

.datepicker--nav{
    border-bottom: 1px solid #119eec;
    height: 40px;
}
.datepicker--nav-action,
.datepicker--nav-title{
    align-items: flex-start;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover{
    background-color: transparent;
}

.datepicker--nav-title {
    border-radius: 0;
    padding: 7px 8px;
}

.datepicker--day-name {
    color: #119eec;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    border-radius: 0;
    background: #119eec !important;
}

.datepicker--cell-day:hover{
    border-radius: 0;
    background: #119eec !important;
    color:#fff;
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #119eec;
    padding: 10px 4px;
}

.datepicker--time-sliders, .datepicker--time-row input{
    border: none !important;
}

.datepicker--time-current-hours:hover,
.datepicker--time-current-minutes:hover{
    background: transparent;
}

.datepicker--time-row{
    background: linear-gradient(to right,#727272,#555555) left 50%/100% 1px no-repeat;
}

.datepicker--cell.-current- {
    color: #0571fd;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after{
    background: transparent !important;
}
input{
    box-shadow: none;
}

/* Multi select Field*/
.multi-select-titles {
    font-size: 10px;
    margin-right: 10px;
    word-break: break-word;
    width: 198px;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.dropdown{
    margin: 0;
}

.dropdown.dropdown-multiselect {
    width: 220px;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: flex-end;
}

dl.dropdown.multiselect-dropdown {
    margin-right: -14px;
}

.dropdown dd, .dropdown dt {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: flex-end;
}
.dropdown ul {
    margin: -1px 0 0 0;
}
.dropdown dd {
    position:relative;
}
.dropdown a,
.dropdown a:visited {
    color:#000;
    text-decoration:none;
    outline:none;
}

.dropdown dt a .hida{
    color: #ddd;
}

.multiSel{
    font-family: builder-font;
}

.dropdown dt a span:nth-child(3){
    font-size: 14px;
}

.dropdown dt a span, .multiSel span {
    cursor:pointer;
    display:inline-block;
    padding: 2px 3px 2px 0;

}
.dropdown dd ul {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    display: none;
    margin-bottom: 20px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
    width: 283px;
    left: -77px;
    top: 2px;
}

.dropdown dd ul li{
    list-style: none;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    transition: background-color .3s, color .2s;
}

.dropdown dd ul li input{
    position: absolute;
    top: 15px;
    opacity: 0;
    z-index: 11111;
    left: 2px;
}

.dropdown dd ul li input:checked + label + span {
    color: #64676a !important;
}

.dropdown dd ul li input:checked + label:before {
    background: transparent;
    color: #32373c;
    content: "\e6f0";
    font-family: pixflow-font-library;
    top: -7px;
    position: relative;
    font-size: 12px;
}

.multiSel {
    font-family: builder-font;
    white-space: nowrap;
    overflow: hidden;
    max-width: 130px;
    margin-right: 6px;
    text-overflow: ellipsis;
}

.select-option-multi {
    color: #717478 !important;
}

.mb-checkbox-label-multi-select{
    background: transparent;
    border: 2px solid #b0b9bd;
    border-radius: 50%;
    display: inline-block;
    height: 19px;
    text-align: center;
    vertical-align: middle;
    width: 19px;
}

.dropdown span.value {
    display:none;
}
.dropdown dd ul li{
    padding: 5px 5px 0 !important;
}

.dropdown dd ul li input{
    margin-right: 5px!important;
}

.dropdown dd ul li a {
    padding:5px;
    display:block;
}
.dropdown dd ul li a:hover {
    background-color:#fff;
}

.mBuilder-vc_empty_space:not(.ui-draggable-dragging) {
    display: none;
}

.mBuilder-vc_column .mBuilder-vc_empty_space {
    display: block;
}

.mce-menu-item:hover .mce-text, .mce-menu .mce-menu-item-preview.mce-active .mce-text{
    background-color: transparent !important;
}

body:not(.gizmo-off) .gizmo-container.has-animation{
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
}
.mce-container.mce-panel.mce-foot .mce-container-body .mce-widget.mce-btn.mce-primary.mce-abs-layout-item.mce-first.mce-btn-has-text  button .mce-txt ,
.mce-container.mce-panel.mce-foot  .mce-container-body .mce-widget mce-btn mce-abs-layout-item mce-last mce-btn-has-text button .mce-txt{
    padding: 16px;
}


/* popup save section styles */

.popupSaveSection-container{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    top:0;
}

.popupSaveSection{
    width: 590px;
    height: 395px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.13);
    padding: 0 60px 0 60px;
    position: fixed;
    left: 35%;
    top:23%;

}


.popupSaveSection-close{
    position: absolute;
    top:15px;
    right: 23px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #7c7c7c;
    font-size: 25px;
}

.popupSaveSection-title{
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 55px 0 21px 0;
    font-size: 33px;
    font-family: 'builder-font';
    font-weight: 800;
    color: #2f2f2f;
}

.popupSaveSection-dec{
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-family: 'builder-font';
    color: #2f2f2f;
    padding-bottom: 20px;
    line-height: 28px;
}

.popupSaveSection-error{
    font-size: 13px;
    color: red;
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
}

.popupSaveSection-input{
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
}

.popupSaveSection-input input{
    border: none;
    background-color: #efefef;
    border-radius: 50px;
    padding: 20px 0 20px 0;
    width: 381px;
    text-align: center;
    font-size: 15px;
    color: #a3a3a3;
    font-family: 'builder-font';
    margin-bottom: 25px;
}

.popupSaveSection-button {
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    width: 191px;
    background-color: #5830d5;
    box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.13);
    height: 54px;
    border-radius: 35px;
    color: #fff;
    font-family: 'builder-font';
    font-size: 13px;
    letter-spacing: 1px;
    margin: auto;
    transition-duration: .3s;
}

.popupSaveSection-button:hover{
    background-color: #381b92;
    transition-duration: .3s;
}

.pixflow-custom-section {
	background: url(../img/sections/section-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: grab;
	cursor: -webkit-grab;
	height: 140px !important;
	margin-bottom: 17px;
	position: relative;
	width: 257px ;
}

.pixflow-section-name {
	color: #8264df;
	font-family: 'builder-font';
	font-size: 16px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.pixflow-delete-section {
	color: #8264df;
	cursor: pointer;
	font-size: 20px;
	right: 5%;
	position: absolute;
	opacity:0;
	transform: rotate(45deg);
	transition: .3s;
	top: 2%;
}

.pixflow-custom-section-title {
	color: #4f4a5a;
	font-family: 'builder-font';
	font-size: 13px;
	margin:30px 7px ;
}

.pixflow-custom-section:hover .pixflow-delete-section{
	opacity: 1;
}