@charset "UTF-8";
.noneuser, .noneuser input {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
html {
    height: 100%;
    position: relative;
}
.is-hidden, #local-storage-notice{
    display: none !important;   
}
body.mpl_dragging:after {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}
#mpl-container {
    display: block;
    margin-top: 30px;
}
#postdivrich.first-load:after {
    content: "";
    height: 100px;
    width: 100px;
    visibility: visible;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -75px;
    background: url('../images/loading.gif') no-repeat center center;
    background-size: cover;

}
#mpl-container.hideTips .mtips .mt-mes,#mpl-container.hideTips .mtips:after {
    display: none !important;
}

/*{
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}*/
#mpl-controls{
    display: block;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .75);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.035);
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.mpl-row{
    width: 100%;
    max-width: 100%;
    clear: both;
    margin: 50px 0px 0px 0px;
    position: relative;
    background: #333;
    box-shadow: 0 1px 1px rgba(0,0,0,.09);
    border-radius: 0 5px 5px 0;
}
.mpl-row{
    display: inline-block !important;   
}
.mpl-row.ui-sortable-helper {
    max-width: inherit;
}
.mpl-row-placeholder {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    border: 1px dashed #aaa;
}
.mpl-row-wrap {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    display: flex;
    padding-right: 40px;
}
.mpl-row-wrap img{
    max-width: 100%;
}
.mpl-row.collapse .mpl-row-wrap {
    overflow: hidden;
    height: 32px;
}
.mpl-row-inner.collapse .mpl-row-wrap {
    overflow: hidden;
    height: 25px;
}
.mpl-row.collapse>ul>li>.sl-arrow-down:before, .mpl-row-inner.collapse>ul>li>.sl-arrow-down:before {
    content: "\e607";
}
.mpl-row-inner {
    display: inline-block !important;
    width: calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    padding: 0 12px;
    background: #e5e5e5;
    border: 1px solid transparent;
    margin-top: 40px !important;
    margin-bottom: 10px;
    position: relative;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.mpl-row-inner:before, .mpl-row-inner:after {
    content: "";
    position: absolute;
    top: -31px;
    left: 0px;
    width: 100%;
    height: 30px;
    z-index: 0;
}
.mpl-row-inner:after {
    top: auto;
    bottom: 0px;
    height: 30px;
}
.mpl-row-admin-view {
    display: inline-block;
    position: absolute;
    top: -24px;
    color: #666;
    font-size: 14px;
    width: 100%;
    text-align: center;
    left: 0px;
    font-weight: 400;
}
.mpl-row-control {
    float: right;
    clear: both;
    margin: 0px;
    height: 30px;
    margin-top: -30px;
    background: #333;
    border-bottom: none;
    position: relative;
    z-index: 2;
    box-shadow: 0 0px 1px rgba(0,0,0,.09);
    border-radius: 5px 5px 0 0;
}
.mpl-row-control:hover {
    z-index: 3 !important;
}
.mpl-row-inner .mpl-row-control {
    margin-right: -13px;
    background: #e5e5e5;
    box-shadow: none;
}
.mpl-row-inner .mpl-row-control.pos-left {
    margin-right: 0px;
    margin-left: -13px;
}
.mpl-row-control.pos-left {
    float: left;
    margin-right: 0px;
}
.mpl-row-control li {
    float: right;
    padding: 7px 12px;
    margin: 0px;
    cursor: pointer;
}
.mpl-row-control.pos-left li {
    float: left;
}
.mpl-row-control.pos-left li.bpdl{
    cursor: default;
    border-left: 1px solid #f1f1f1;
    padding: 6px 12px;
}
.mpl-row-control.pos-left li.kcrctrl-hidden{
    display: none;
}
.mpl-row-control.pos-left:hover li.kcrctrl-hidden{
    display: block; 
    animation-duration: 0.3s;
    animation-name: fadeInFromNone;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fadeInFromNone;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-duration: 0.3s;
    -ms-animation-name: fadeInFromNoneIE;
    -ms-animation-fill-mode: forwards;
}
.mpl-row-control li {
    color: #ccc;
}
.mpl-row-control li.move .order-row {
    position: absolute;
    right: 100%;
    top: 0px;
    width: 106px;
    visibility: hidden;
    display: flex;
    display: none;
}
.mpl-row-control li.move:hover .order-row {
    visibility: visible;    
}
.mpl-row-control li.move .order-row input{
    border: none;
    box-shadow: none;
    width: 70px;
    margin: 0px;
    float: left;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    padding: 3px 10px;
}
.mpl-row-control li.move .order-row button{
    border: none;
    padding: 0 10px;
    color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-weight: 400 !important;
    text-shadow: none !important;
    background: #3daed1;
    cursor: pointer;        
}
.mpl-row-control li.move .order-row button:focus{
    outline: none;
    box-shadow: none;   
}
.mpl-row-control li.move .order-row button:hover{
    background: #2a8ba8;    
}
.mpl-row-control li.move .order-row button i{
    transform: rotate(90deg);
    font-weight: 400 !important;
    color: #fff !important;
}
.mpl-row-control li.copy i.sl-doc:after, 
.mpl-row-control li.copyRowInner i.sl-doc:after{
    content: "+";
    top: -5px;
    position: relative;
}
.mpl-row-control li.close i.sl-close {
    color: #B42222;
}
.mpl-row .mpl-row-control li.copyRowInner.copied:after {
    content: "Copied";
    position: absolute;
    right: -20px !important;
    top: 5px;
    color: #86c724;
    transform: none;
    background: transparent;
    left: inherit;
    display: block !important;
}
.mpl-row .row-container-control .copy.copied {
    font: normal normal normal 14px/1 FontAwesome;
    min-width: 23px;
    text-align: center;
}
.mpl-row .row-container-control .copy.copied *,.mpl-row .row-container-control .copy.copied:after {
    display: none;
}
.mpl-row .mpl-row-control li.copyRowInner.copied i:before, .mpl-row .row-container-control .copy.copied:before {
    content: "\f00c";
    color: #86c724;
    font: normal normal normal 14px/1 FontAwesome;
}
.mpl-row-control li:hover i {
    font-weight: bold;
    color: #fff;
}
.mpl-row-control .delete i {
    color: #EF6161 !important;
}
.mpl-row:hover>.mpl-row-control,.mpl-row.collapse>.mpl-row-control {

}
.mpl-row-control .rowStatus {
    /* position: absolute; */
    /* left: 100%; */
    /* width: 150px; */
    height: 30px;
    padding: 0 10px 0 0;
}
.mpl-row-control .rowStatus i, #wpwrap i.toggle {
    display: inline-block;
    height: 10px;
    width: 34px;
    margin-top: 11px;
    margin-left: 10px;
    background: #86c724;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
.mpl-row-control .rowStatus i:hover, #wpwrap i.toggle:hover {
    background: #2EA9D0;
}
.mpl-row-control .rowStatus i:after, #wpwrap i.toggle:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    height: 8px;
    width: 16px;
    background: #fafafa;
    border-radius: 100px;
}
.mpl-row-control .rowStatus.disabled i, #wpwrap i.disable.toggle {
    background: #bababa;
}
.mpl-row-control .rowStatus.disabled i:hover, #wpwrap i.disable.toggle:hover {
    background: #A2A2A2;
}
.mpl-row-control .rowStatus.disabled i:after, #wpwrap i.disable.toggle:after {
    left: auto;
    right: 1px;
    content: "Unpublish";
    text-indent: 40px;
    color: #888;
    font-style: initial;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.mpl-row-control:hover .rowStatus.disabled i:after{
    content: "";
}
.mpl-row.mpl-section-link img{
    float: left;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.mpl-row.mpl-section-link .red, .mpl-row.mpl-section-link:hover .red i{
    color: #EF6161;
}
.mpl-row.mpl-section-link .red i{
    font-weight: bold;
}
.mpl-row.mpl-section-link .mpl-row-section-body{
    display: block;
    width: 100%;    
}
.mpl-row.mpl-section-link .mpl-row-section-preview{
    position: relative;
    float: left;
    min-height: 150px;
    width: 100%;
}
.mpl-row-section-preview:after{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    transition: all 450ms;
    content: "";
}
.mpl-row-section-preview:hover:after{
    background: rgba(0,0,0,0.65);
}
.mpl-row-section-preview .kcrbtn{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px 20px;
    background: rgba(255,255,255,0.75);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #333;
    opacity: 0;
    z-index: 1;
    transition: all 250ms;
    text-decoration: none;
}
.mpl-row-section-preview .kcrbtn:hover{
    background: rgba(255,255,255,0.95); 
}
.mpl-row-section-preview .kcrbtn.edit{
    transform: translateX(-105%) translateY(-45%) scale(0.85);
}
.mpl-row-section-preview:hover .kcrbtn.edit{
    opacity: 1;
    transform: translateX(-105%) translateY(-50%) scale(1);
}

.mpl-row-section-preview .kcrbtn.select{
    transform: translateX(5%) translateY(-45%) scale(0.85);
    background: rgba(66, 188, 226, 0.75);
    color: #fff;
}
.mpl-row-section-preview .kcrbtn.select:hover{
    background: rgba(66, 188, 226, 0.95);
}
.mpl-row-section-preview:hover .kcrbtn.select{
    opacity: 1;
    transform: translateX(5%) translateY(-50%) scale(1);
}
/*      Columns     */

.mpl-row-wrap>.mpl-column {
    position: relative;
    display: block !important;
}
.mpl-row-wrap>.mpl-column:before, .mpl-row-wrap>.mpl-column:after,
.mpl-row-wrap>.mpl-column-inner:before, .mpl-row-wrap>.mpl-column-inner:after {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    background: #e5e5e5;
    cursor: col-resize;
    content: "";
}
.mpl-row-wrap>.mpl-column:after, .mpl-row-wrap>.mpl-column-inner:after {
    left: auto;
    right: -1px;
}
.mpl-row-wrap>.mpl-column:first-child:before, .mpl-row-wrap>.mpl-column-inner:first-child:before {
    display: none;
}
.mpl-row-wrap>.mpl-column:last-child:after, .mpl-row-wrap>.mpl-column-inner:last-child:after {
    display: none;
}
.mpl-column,.mpl-column-inner {
    float: left;
    min-height: 1px;
    position: relative;
    display: block !important;
}
.mpl-column[style*="width: 20%"] .mpl-element-label {
    display: none !important;
}
.mpl-column[style*="width: 20%"] .mpl-element-icon {
    height: 46px;
}
.mpl-column-inner[style*="width: 20%"] .mpl-element-label {
    display: none !important;
}
.mpl-column-inner[style*="width: 20%"] .mpl-element-icon {
    height: 46px;
}

.mpl-column[style*="width: 16.6667%"] .mpl-element-label {
    display: none !important;
}
.mpl-column[style*="width: 16.6667%"] .mpl-element-icon {
    height: 46px;
}
.mpl-column-inner[style*="width: 16.6667%"] .mpl-element-label {
    display: none !important;
}
.mpl-column-inner[style*="width: 16.6667%"] .mpl-element-icon {
    height: 46px;
}


.mpl-row-wrap>.mpl-column.forceHide, .mpl-column-inner.forceHide {
    display: none !important;
}
.mpl-column-wrap {
    background: #333;
    padding: 5px 15px;
    padding-bottom: 25px;
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
    min-height: 60px;
}
.mpl-column-inner .mpl-column-wrap {
    padding: 15px;
    padding-bottom: 5px;
    border-radius: 2px;
}
.mpl-column .mpl-column-control {
    float: left;
    width: 99%;
    margin: 0px;
    text-align: center;
    height: 25px;
    /*cursor: move;*/
    position: relative;
    z-index: 1;
    margin-left: 1px;
    opacity: 0;
    transition: opacity 250ms;
}
.mpl-column .mpl-column-control li{
    cursor: pointer;    
}
.mpl-column>.mpl-column-control{
    /*background: #fff;*/
}
.mpl-column .mpl-column-control:hover,
.mpl-column:hover>.mpl-column-control,
.mpl-column-inner:hover>.mpl-column-control{
    z-index: 3;
    opacity: 1;
}
.mpl-column-resizing .mpl-column .mpl-column-control{
    opacity: 0;
}
.mpl-column .mpl-column-control.pos-bottom {
    height: 16px;
}

div>.mpl-column:last-child>.mpl-column-control .arrow-right,
div>.mpl-column:last-child>.column-resize.cr-right,
div>.mpl-column-inner:last-child>.mpl-column-control .arrow-right {
    display: none;
}
div>.mpl-column:first-child>.mpl-column-control .arrow-left,
div>.mpl-column:first-child>.column-resize.cr-left,
div>.mpl-column-inner:first-child>.mpl-column-control .arrow-left {
    display: none;
}

div>.mpl-column:only-child>.mpl-column-control .close,
div>.mpl-column-inner:only-child>.mpl-column-control .close {
    display: none;
}

.mpl-column .mpl-cols-info{
    position: absolute;
    color: #AFAFAF;
    font-weight: 300;
    font-size: 10px;
    top: 8px;
    left: 50%;
    width: 50px;
    text-align: center;
    margin-left: -25px;
}
.mpl-column-inner .mpl-cols-info{
    top: 4px;
}
.mpl-row-wrap>.mpl-column:only-child>.mpl-cols-info,
.mpl-row-wrap>.mpl-column-inner:only-child>.mpl-cols-info{
    display: none;
}
.mpl-column .mpl-column-control .mpl-column-add:hover i {
    font-weight: bold;
}
.mpl-column .mpl-column-control li.mpl-column-settings{
    display: inline-block;
    padding: 6px 12px;
    margin: 0px;
    position: relative;
    cursor: pointer;
}
.mpl-column .mpl-column-control li.mpl-column-settings:hover{
    padding: 4px 12px;  
}
.mpl-column .mpl-column-control li.mpl-column-settings:hover > i.sl-options.edit:before{
    content: "\e060";   
}
.mpl-column .mpl-column-control li.mpl-column-settings span.narrow{
    height: 30px;
    width: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: -1;
    overflow: hidden;
    margin-left: -30px;
}
.mpl-column .mpl-column-control li.mpl-column-settings span.narrow:after{
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    transition: border 250ms;
    background: #e5e5e5;
    height: 25px;
    width: 40px;
    transform: translateX(-50%);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.mpl-column .mpl-column-control.pos-bottom li, .mpl-column .mpl-column-control.column-inner-control li {
    position: relative;
    z-index: 3;
}
div.mpl-column ul.mpl-column-control.pos-bottom li {
    padding: 0px;
    height: 16px;
    line-height: 18px;
    width: 19px;
    margin: 0 auto;
    cursor: pointer;
}

.mpl-column .column-resize {
    position: absolute;
    height: 100%;
    top: 0px;
    left: -5px;
    width: 10px;
    cursor: col-resize;
}
.mpl-column .column-resize.cr-right {
    left: auto;
    right: -5px;
}
.mpl-column .mpl-column-control li:hover i {

}
.mpl-column>.mpl-column-control.pos-bottom {
    height: 10px;
    text-align: center;
}
.mpl-column>.mpl-column-control.pos-bottom li {
    padding: 2px 5px;
    position: relative;
    bottom: 0px;
    background-color: #fff;
    border-radius: 100%;
    height: 20px !important;
    line-height: 23px !important;
    text-align: center;
}
.mpl-column-placeholder {
    float: left;
    background: url('../images/bg-placeholder.png');
    background-size: 35px 20px;
    border: none !important;
}
.column-dragging {
    border: none !important;
    background-color: #fff !important;
}
.column-dragging:before,.column-dragging:after {
    display: block !important;
}
.column-dragging .mpl-column-control {
    opacity: 0;
}

.mpl-element {
    margin: 5px 0;
    padding: 12px;
    background: #fefefe;
    float: left;
    width: 100%;
    min-height: 30px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    display: block !important;
    box-sizing: border-box;
}
.mpl-model:hover {
    z-index: 5;
    position: relative;
}

html body .forceHide {
    display: none !important;
}
html body .forceShow {
    display: block !important;
}
.mpl-element.mpl_undefined {
    background-color: #fff;
    border: 1px dashed #ccc;
    padding: 9px;
}
.mpl-element.mpl_undefined .mpl-element-icon, .mpl-element.mpl_undefined .mpl-element-label, .mpl-element.mpl_undefined br {
    display: none;
}
.mpl-row-inner .mpl-element {
    margin: 0 0 10px 0;
}
.mpl-element-placeholder {
    border: 1px dashed #555;
    margin: 5px 0;
    padding: 9px 0;
    width: calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    float: left;
    border-radius: 3px;
}
.mpl-row-inner .mpl-element-placeholder {
    margin: 0 0 10px 0;
}
.mpl-element-placeholder.placeholder-for-views_sections {
    margin-top: 25px;
    margin-bottom: 5px;
}
.placeholder-for-mpl_row_inner {
    margin-top: 39px !important;
    padding: 0px 0 !important;
    margin-bottom: 20px;
}
.mpl-row-inner .placeholder-for-views_sections {

}
.limited-height {
    max-height: 200px;
}
.mpl-element-helper {
    float: left;
    padding: 10px 10px;
    background: #86c724;
    margin: 0px;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #8fd625;
    max-width: 120px;
    max-height: 20px;
    border-radius: 3px;
}
.mpl-element-helper i {
    margin-right: 5px;
}
.mpl-element-helper.mpl-helper-for-mpl_row_inner {
    margin-top: 42px;
}
.mpl-element-helper.mpl-helper-views_sections {
    margin-top: 25px;
}
.mpl-element.drag-helper {
    width: 100%;
    height: 0px;
    background-color: transparent;
    border: 1px dashed #ccc;
    padding: 0px;
    display: none !important;
    text-align: center;
    line-height: 60px;
    box-shadow: none;
}
.mpl-column-wrap>div:only-child,
.mpl-column-wrap.show-drag-helper>.mpl-element.drag-helper,
div.drag-helper:only-child {
    min-height: 60px;
    display: block !important;
}
.mpl-element.drag-helper a {
    text-decoration: none;
    position: relative;
    z-index: 5;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
}
/*#mpl-switch-builder img {
    margin-bottom: -3px;
    margin-right: 2px;
}*/


/* Start mpl-UI */

.mpl-ui-placeholder {
    border-color: transparent !important;
    background: #fff url('../images/bg-placeholder.png') !important;
    background-size: 35px 20px !important;
    text-align: center !important;
    position: relative;
    z-index: 10000;
    max-height: 425px;
    color: #fff;
}
.mpl-ui-placeholder:after {
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    content: "KING COMPOSER";
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.25);
    border-radius: 2px;
    border: 1px dashed #86c724 !important;
    color: rgba(0,0,0,0.05);
    font-weight: bold;
    font-size: 1.2em;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: inherit;
    overflow: hidden;
}
.mpl-ui-placeholder.mpl-quick-copy {
    outline: none;
    background: rgba(135, 199, 37, 0.75) url('../images/bg-placeholder-white.png') repeat !important;
    background-size: 35px 20px !important;
}
.mpl-ui-placeholder.mpl-quick-copy
.mpl-column.mpl-ui-placeholder,
.mpl-column-inner.mpl-ui-placeholder {
    max-height: inherit;
}
.mpl-element>*, .mpl-row-inner>*, .mpl-views-sections>* {
    position: relative;
    z-index: 2;
}
.mpl-element:before, .mpl-row-inner:before, .mpl_column_inner:before, .mpl_column:before, .mpl-views-sections:before {
    position: absolute;
    left: 0px;
    width: 100%;
    content: "";
    z-index: -1;
    top: -10px;
    height: calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: -moz-calc(100% + 20px);
}
.mpl-row-inner:before {
    top: -40px;
    height: calc(100% + 50px);
    height: -webkit-calc(100% + 50px);
    height: -moz-calc(100% + 50px);
}
.mpl-views-sections:before {
    top: -25px;
    height: calc(100% + 40px);
    height: -webkit-calc(100% + 40px);
    height: -moz-calc(100% + 40px);
}
.mpl-ui-placeholder .mpl-element-control {
    background: rgba(0,0,0,0) !important;
}
.mpl-ui-placeholder * {
    visibility: hidden;
}
.mpl-ui-helper .mpl-element-control {
    visibility: hidden !important;
}
#mpl-ui-handle-image, #mpl-ui-handle-image-copy {
    position: absolute;
    top: -100000px;
    left: -100000px;
    opacity: 0.75;
    max-width: 50px;
}


.mpl-element .mpl-element-control {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    text-align: center;
    transition: opacity 100ms;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
}
.mpl-element:not(.nestedView):hover > .mpl-element-control,
.mpl-element.nestedView > .mpl-element-control:hover,
.mpl-element.editting > .mpl-element-control {
    opacity: 1;
}
.mpl-element>div.mpl-element-control {
    /*cursor: move;*/
}
.mpl-element.viewEditable > .mpl-element-control {
    height: 48px;
}


.mpl-element.mpl-undefined:hover {
    border-color: transparent;
}
ul.mpl-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0px;
    text-align: center;
    z-index: 5;
    transform: translateX(-50%) translateY(-50%);
    float: left;
    white-space: nowrap;
    display: flex;
}
ul.mpl-controls li {
    float: left;
    padding: 6px 12px;
    background: #86c724;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #8fd625;
    margin: 0px;
    position: relative;
}
ul.mpl-controls li:hover, ul.mpl-controls li.active, .mpl-element.editting .mpl-element-control ul li.edit {
    background: #67a011;
    border-right: 1px solid #6eab12;
}
ul.mpl-controls li:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-left: 15px;
}
ul.mpl-controls li:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: none;
}
ul>li.more .mme-more-actions {
    position: absolute;
    bottom: -64px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    display: none;
    padding-bottom: 30px;
    z-index: 11;
}
ul>li.mpl-column-settings .mme-more-actions{
    bottom: auto;
    top: -44px;
    padding: 0px 0px 20px 0px;
}
ul>li.more.active .mme-more-actions,
ul>li.more:hover .mme-more-actions {
    display: block;
}
ul>li.more .mme-more-actions ul {
    box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.5);
    border-radius: 2px;
    background-color: #333;
    display: inline-block;
    position: relative;
    top: 8px;
    overflow: hidden;
}
ul>li.more .mme-more-actions li {
    float: left;
    background-color: #333;
    border-right: 1px solid #444;
    color: #ddd;
    font-size: 12px;
    margin: 0px;
    padding: 0px 12px;
    height: 31px;
    line-height: 32px;
}
ul>li.more .mme-more-actions li:last-child {
    border: none;
}
ul>li.more .mme-more-actions li:hover {
    background: #eee;
    color: #222;
    position: relative;
    z-index: 3;
}
ul>li.more div.mme-more-actions:before {
    position: absolute;
    width: 0px;
    height: 0px;
    top: -2px;
    left: 50%;
    content: "";
    z-index: 1;
    border: 5px solid transparent;
    border-bottom: 5px solid #333;
    transform: translateX(-50%);
}
ul>li.mpl-column-settings.more div.mme-more-actions:before{
    border-bottom-color: transparent;       
    border-top: 5px solid #333;
    top: auto;
    bottom: 6px;
}
ul.mpl-controls li.delete, ul>li.more .mme-more-actions li.delete {
    background: #d54e21;
    color: #fff;
}
ul.mpl-controls li.delete:hover,ul>li.more .mme-more-actions li.delete:hover {
    background: #b33e17;
}
ul.mpl-controls-2 {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 100;
}
ul.mpl-controls-2 li {
    float: left;
    padding: 6px 10px;
    margin: 0px;
    color: #555;
    cursor: pointer;
}
ul.mpl-controls-2 li:hover {
    color: #000;
}
ul.mpl-controls-2 li.delete {
    color: #d54e21;
}
ul.mpl-controls-2 li.delete:hover {
    color: #b33e17;
}
ul.mpl-controls-2 li:hover i {
    font-weight: bold;
}
.mpl-views-sections {
    position: relative;
    min-height: 50px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    float: left;
    background-color: #e5e5e5;
    padding: 0 12px 12px 12px;
    border-radius: 2px;
    display: block !important;
    z-index: 1;
    box-sizing: border-box;
}
.placeholder-for-views_sections {
    padding: 5px 0px !important;
}
.mpl-views-sections .mpl-views-sections-control {
    top: -2px;
}
.m-p-body .mpl-param-row.field-textarea_html .m-p-r-content {
    width: 100%;
    clear: both;
    display: inline-block;
}
.mpl-views-sections-wrap {
    float: left;
    width: 100%;
    margin: 60px 0px 0px;
}
.mpl-views-sections-wrap .mpl-views-section {
    height: 0px;
    padding: 0px;
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.mpl-views-sections-wrap .mpl-views-section.mpl-section-active {
    height: inherit !important;
    overflow: inherit;
    padding: 30px 15px 10px 15px;
}
.mpl-views-sections .mpl-views-sections-label {
    width: 100%;
    float: left;
    margin-top: -33px;
    text-align: center;
}
.mpl-views-sections .mpl-views-sections-label>div:only-child {
    float: none;
    display: inline-block;
    margin: 0 auto;
    border-radius: 3px;
}
.mpl-views-sections .mpl-views-sections-label .section-label,.mpl-views-sections-label .add-section,.mpl-vs-placeholder {
    float: left;
    margin: 1px 5px 0 0;
    background: #ccc;
    padding: 8px 15px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid transparent;
    color: #333;
    white-space: nowrap;
    height: 15px;
}

.mpl-vs-placeholder {
    border: 1px dashed #ccc;
    background: transparent;
    height: 18px;
}
.mpl-views-sections .section-label:hover,.mpl-views-sections .section-label.sl-active {
    background: #fff;
    color: #333;
    font-family: inherit !important;
    line-height: inherit !important;
}
.mpl-views-sections-label .add-section:hover {
    background: #bababa;
}
.mpl-views-mpl_tabs>.mpl-views-sections-wrap>.mpl-views-sections-label .add-section span {
    display: none;
}
.mpl-views-section-wrap.mpl-column-wrap {
    width: 100%;
    padding: 0px;
    margin: 0px;
}



.mpl-views-sections.mpl-views-vertical {
    border: none;
    background: #e5e5e5;
}
.mpl-views-vertical>.mpl-views-sections-wrap {
    margin-top: 25px;
    width: 100%;
    border: none;
    position: relative;
    padding-bottom: 40px;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-sections-label {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-sections-label .add-section {
    display: inline-block;
    float: none;
    margin: 0 auto;
    border-radius: 3px;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-sections-label .section-label {
    display: none;
}
.mpl-views-sections-wrap .mpl-views-section h3.mpl-vertical-label {
    float: left;
    width: calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    height: 30px;
    line-height: 30px !important;
    background: #fff;
    display: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    padding: 10px 12px;
}
.mpl-vsc-placeholder {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    border-radius: 3px;
    background: transparent;
    border: 1px dashed #888;
}

.mpl-views-sections-wrap .mpl-views-section h3.mpl-vertical-label:hover,
.mpl-views-sections-wrap .mpl-views-section.mpl-section-active h3.mpl-vertical-label {
    background: #f8f8f8;
}
h3.mpl-vertical-label:before {
    margin-right: 10px;
    color: #888;
}
.mpl-views-section.mpl-section-active>h3.mpl-vertical-label:before {
    content: "\e607";
}
.mpl-views-section.mpl-section-active>h3.mpl-vertical-label {
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section>h3.mpl-vertical-label {
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section>h3.mpl-vertical-label:before{
    font-family: 'simple-line-icons' !important
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section {
    padding: 0px;
    margin: 0px 0px 8px 0px;
    width: 100%;
    background-color: transparent;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section>.mpl-vs-control {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    transform: inherit;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section>.mpl-vs-control li {
    float: none;
    display: inline-block;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section.mpl-section-active>.mpl-views-section-wrap.mpl-column-wrap {
    padding: 0 15px 15px 15px;
    width: 100%;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section {
    display: block !important;
    height: 50px;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section.forceHide {
    display: none !important;
}
.mpl-views-vertical>.mpl-views-sections-wrap>div.mpl-views-section:not(.mpl-section-active)>.mpl-vs-control,
.mpl-views-vertical>.mpl-views-sections-wrap>div.mpl-views-section:not(.mpl-section-active)>.mpl-views-section-wrap {
    position: absolute;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    height: 0px;
    width: 100%;
}
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section.mpl-section-active>.mpl-vs-control,
.mpl-views-vertical>.mpl-views-sections-wrap>.mpl-views-section.mpl-section-active>.mpl-views-section-wrap {
    display: inline-block !important;
}
.mtips, #wpadminbar .mtips {
    position: relative;
    z-index: 1000;
}
.mtips span.mt-mes, #wpadminbar .mtips span.mt-mes {
    position: absolute !important;
    background: #fff;
    white-space: nowrap;
    color: #555;
    padding: 9px 12px !important;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    top: 100%;
    font-weight: 400;
    margin-top: 7px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    letter-spacing: 1px;
}
.mtips.copied span.mt-mes, #wpadminbar .mtips.copied span.mt-mes {
    display: none !important;
}
.mtips.mtips-right span.mt-mes, #wpadminbar .mtips.mtips-right span.mt-mes {
    top: 50%;
    left: 130%;
    margin-top: -15px;
    box-sizing: content-box;
}
.mtips:after, #wpadminbar .mtips:after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    display: none;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    margin-top: -3px;
}
.mtips.mtips-right:after, #wpadminbar .mtips.mtips-right:after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
}
.mtips:hover, #wpadminbar .mtips:hover {
    z-index: 1001;
}
#wpadminbar .mtips:hover span.mt-mes, #wpadminbar .mtips:hover:after, .mtips:hover:after, .mtips:hover span.mt-mes {
    display: block;
}

#mpl-editor-wrap-textarea_html .wp-editor-tools>div *,
.m-p-body .mpl-param-row.field-textarea_html .m-p-r-label {
    display: none;
}
#mpl-editor-wrap-textarea_html .wp-editor-tools .add_media,
#mpl-editor-wrap-textarea_html .wp-editor-tools .switch-tmce,
#mpl-editor-wrap-textarea_html .wp-editor-tools .switch-html {
    display: block;
}
.admin-view {
    display: inline;
    margin-bottom: 0px;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 5px;
    max-width: 100%;
    overflow: hidden;
}
.mpl-element>div.admin-view:last-child{
    clear: both;
}
/*.mpl-element>div.admin-view:last-child:after{
    margin-bottom: 10px;
    content: "";
    display: inline-flex;
    clear: both;
}*/
.viewEditable.mpl-element>div.admin-view:last-child {
    margin-bottom: 0px;
}
.admin-view.images {
    display: block !important;
    clear: both;
    top: 10px;
    margin-bottom: 10px;
}
.mpl-undefined .admin-view {
    overflow: hidden;
    max-width: 100%;
}
.admin-view.image {
    clear: both;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 2px;
    background: #fff;
    margin-left: -9px;
    margin-bottom: -7px !important;
    padding: 10px 9px 5px;
}
.admin-view.image img, .admin-view.images img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
.admin-view.images img {
    max-height: 120px;
    max-width: 24%;
    display: inline-block;
    margin-right: 1%;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
.admin-view * {
    max-width: 100%;
    line-height: normal;
}
.admin-view strong.prime {
    color: #444;
    font-style: normal;
}
.mpl-undefined .admin-view {
    color: #555;
    font-size: 13px;
    font-style: inherit;
}
.admin-view.icon i {
    font-size: 30px;
    margin: 10px;
    font-style: normal;
}
.admin-view.icon_color span {
    height: 20px;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    width: 20px;
    display: inline-block;
    margin-bottom: -5px;
}
.mpl_column_text .admin-view.custom-admin-view, .mpl-element.mpl_box .admin-view.data {
    color: #444;
    font-size: 13px;
    line-height: 1.4em;
    font-style: inherit;
    width: 100%;
    padding: 10px 9px;
    display: block;
    background: #fff;
    margin-left: -9px;
    margin-bottom: -7px !important;
}
.mpl_column_text .admin-view.custom-admin-view>p:only-child{
    padding: 0px;
}
div.admin-view.content + div.admin-view {
    margin-top: 20px;
    display: inline-block;
}
.mpl_column_text .admin-view.text h3 {
    padding-left: 0px !important;
}
.mpl-element-icon {
    float: left;
    margin: -10px -5px 0px -10px;
    overflow: hidden;
    border-radius: 1px;
    height: 50px;
}
.mpl-element-icon .cpicon {
    width: 70px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    height: 60px;
    transform: scale(0.8) translateX(-5px);
    background-size: 80%;
}
.mpl-element-icon .cpicon:before {
    font-size: 40px;
    width: 70px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    color: #86c724;
}
.mpl-element-label {
    font-weight: 600;
    color: #444;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    width: calc(100% - 55px);
}
.mpl_single_image .mpl-element-label {
    margin-top: 8px;
    display: inline-block;
}
.mpl-element.mpl_box .admin-view.data icon {
    font-size: 30px;
}
.mpl-element.mpl_box .admin-view.data div {
    display: table;
    width: 100%;
    vertical-align: middle;
}
.mpl-element.mpl_box .admin-view.data column {
    /* float: left; */
    width: 48%;
    margin: 1%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.mpl-element.mpl_box .admin-view.data img {
    max-height: 150px;
}
.mpl-element.mpl_box .admin-view.data column icon {
    font-size: 30px;
    margin: 0 10px;
}
.mpl-element.mpl_box .admin-view.data column a icon {
    font-size: inherit;
    margin: inherit;
}
.mpl-element.mpl_box .admin-view.data column column icon {
    font-size: 25px;
}
.mpl-element.mpl_box .admin-view.data column column column icon {
    font-size: 20px;
}
.mpl-element.mpl_box .admin-view.data column.one-one {
    width: 100%;
    margin: 0px;
}
.mpl-element.mpl_box .admin-view.data column.one-third {
    width: 31.33%;
}
.mpl-element.mpl_box .admin-view.data column.two-third {
    width: 64.66%;
}

.mpl-element.mpl_box .mpl-element-label, .mpl-element.viewEditable .mpl-element-label {
    margin-top: 7px;
    display: inline-block;
}
#mpl-controls .button, .mpl-button {
    margin-right: 10px;
    box-shadow: none;
    border-radius: 2px;
    border: none;
    height: 30px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 29px;
    padding: 0px 12px 2px 40px;
    white-space: nowrap;
    margin: 0px 5px 0px 0px;
}
#mpl-controls .button i, .mpl-button i, .mpl-button img{
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 18px;
    top: 0px;
    left: 0px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    background: rgba(0,0,0,0.076);
}
#mpl-controls .button.blue,
.mpl-button.blue {
    background: #00aef0;
    color: #fff;
    border-radius: 3px;
}

#mpl-controls .button.blue:hover,
.mpl-button.blue:hover {
    background: #0089bd;
}
#mpl-controls .button.red, .mpl-button.red {
    background: #EF6161;
    color: #fff;
    border-radius: 3px;
}
#mpl-controls .button.red:hover, .mpl-button.red:hover {
    background: #DC4D4D;
}
#mpl-controls .button.yellow, .mpl-button.yellow {
    background: #FFEE55;
    color: #fff;
    border-radius: 3px;
}
#mpl-controls .button.yellow:hover, .mpl-button.yellow:hover {
    background: #ECDA41;
}
#mpl-controls .button.green, .mpl-button.green {
    background: #86C724;
    color: #fff;
    border-radius: 3px;
}
#mpl-controls .button.green:hover, .mpl-button.green:hover {
    background: #74B11A;
}
#mpl-controls .button.alignright, .mpl-button.alignright {
    margin-right: 0px;
}

#mpl-controls .button.alignright.blue,
#mpl-controls .button.alignright.green {
    margin-right: 15px;
}

#mpl-controls .button.collapse{
    margin-right: -10px;
}
#mpl-container.collapse #mpl-controls .button.collapse i:before{
    content: "\e906";
}
#mpl-controls .button.collapse, #mpl-controls .button.post-settings, #mpl-controls .button.save-page-content{
    padding: 0 20px;
    background: transparent;
    border-left: 1px solid #e8e8e8;
    border-radius: 0px;
    text-align: center;
    font-size: 1.5em;
}
#mpl-controls .button.collapse i, #mpl-controls .button.post-settings i,  #mpl-controls .button.save-page-content i{
    background: transparent;
    position: relative;
    color: #eee;
}
#mpl-controls .button.collapse:hover i, #mpl-controls .button.post-settings:hover i,  #mpl-controls .button.save-page-content:hover i{
    color: #86c724;
}
#mpl-controls .button.optimized-page {
    background: #fbfbfb;
    padding: 0 0 0 35px;
    margin-right: 20px;
}
#mpl-controls .button.optimized-page i{
    background: #86c724;
    color: #fff;
}
#mpl-controls .button.optimized-page:hover i{
    background: #639911;
}
#mpl-controls .button.optimized-page i:after {
    content: "*";
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: #fff;
    height: 14px;
    line-height: 22px;
    font-size: 20px;
    width: 14px;
    border-radius: 100%;
    font-family: arial;
    text-align: center;
}
a.mpl-try-link{
    margin-top: 8px;
    margin-left: 10px;  
    display: inline-block;
    text-decoration: none;
}
#mpl-container.collapse #mpl-rows,
#mpl-container.collapse #mpl-footers{
    display: none;
}
#mpl-container.collapse:after{
    width: 100%;
    font-size: 30px;
    content: "";
    color: #ddd;
    text-align: center;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}
#mpl-rows {
    margin-bottom: 11px;
    position: relative;
    z-index: 10;
}
#mpl-rows:hover {
    z-index: 10000;
}
#mpl-rows .mpl-hover-me:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 99, 99, 0.1);
    border: 1px dashed rgba(240, 99, 99, 0.5);
    z-index: 1000000;
    box-sizing: border-box;
    display: block;
}
.mpl-sorting > div {
    position: relative;
}
#mpl-rows.sorting > div.mpl-row:after,
.mpl-row-wrap.sorting > div.mpl-model:after,
.mpl-sorting > div:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    z-index: 5;
    display: block !important;
}
#mpl-footers {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    border-radius: 2px;
    background: transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    font-size: 13px;
}
#mpl-empty-screen{
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    margin-bottom: -20px;
    margin-top: 20px;
    display: none;
}
#mpl-rows > div#mpl-empty-screen:only-child{
    display: block;
}
#mpl-empty-screen h3{
    font-size: 30px;
    font-weight: 700;
    margin: 60px 0 20px;
}
#mpl-empty-screen p{
    font-size: 14px;
    color: #999; 
    margin: 0 0 60px;
}
#mpl-footers ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
    list-style: none;
}
#mpl-footers ul li {
    float: left;
    padding: 10px 8px;
    line-height: 28px;
    margin: 0px;
    height: 28px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    list-style: none !important;
    box-sizing: content-box;
}
#mpl-footers ul li .grp-column {
    float: left;
    height: 30px;
    width: 45px;
    background-color: #eee;
    margin: 0 1px;
}
#mpl-footers ul li.two-columns .grp-column {
    width: 30px;
}
#mpl-footers ul li.three-columns .grp-column {
    width: 20px;
}
#mpl-footers ul li.four-columns .grp-column {
    width: 15px;
}
#mpl-footers ul li i {
    font-size: 25px;
    margin: 3px 10px;
    color: #ababab;
}
#mpl-footers ul li:hover i {
    color: #555;
}
#mpl-footers ul li .m-a-tips {
    position: absolute;
    bottom: -60px;
    left: 0px;
    padding: 8px 12px;
    border-radius: 3px;
    background: #fff;
    display: none;
    white-space: nowrap;
    color: #555;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.08);
}
#mpl-footers ul li .m-a-tips:after {
    position: absolute;
    top: -20px;
    left: 30px;
    content: "";
    height: 0px;
    width: 0px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
#mpl-footers ul li:hover .m-a-tips {
    display: block;
}
#mpl-footers ul li.basic-add {
    position: relative;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: 8px;
    padding-left: 50px;
    background: #86c724;
    color: #fff;
    padding-right: 15px;
}
#mpl-footers ul li.basic-add .m-a-tips:after {
    left: 20px;
}
#mpl-footers ul li:hover {
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,.28);
    border-color: transparent;
    z-index: 100;
}
#mpl-footers ul li.mpl-add-sections, #mpl-footers ul li.mpl-online-presets{
    float: right;
    background: #42BCE2;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    position: relative;
    padding-left: 40px;
    padding-right: 15px;
}
#mpl-footers ul li.basic-add i,
#mpl-footers ul li.mpl-online-presets i,
#mpl-footers ul li.mpl-add-sections i {
    font-size: 25px;
    color: #fff;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 12px;
}
#mpl-footers ul li.mpl-add-sections:hover, #mpl-footers ul li.mpl-online-presets:hover {
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,.28);
}
#mpl-footers ul li.mpl-online-presets{
    background: #EF6161;
}
#mpl-footers ul li.mpl-add-sections .m-a-tips,
#mpl-footers ul li.mpl-online-presets .m-a-tips {
    left: auto;
    right: 0px;
}
#mpl-footers ul li.mpl-add-sections .m-a-tips:after,
#mpl-footers ul li.mpl-online-presets .m-a-tips:after {
    left: auto;
    right: 23px;
}
/*  mpl-params-popup    */
.mpl-params-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto !important;
    margin-bottom: 30px;
    z-index: 99999;
    opacity: 0;
    transition: opacity 100ms;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
}
.mpl-params-popup .wp-pointer-content h3{
    background: #86c724;;
    background-size: 250px 53px;
    border: 0;
}
.mpl-params-popup.mpl-elm-settings-popup {
    position: fixed !important;
    padding-top: 0px;
    z-index: 99999;
}
.mpl-params-popup.mpl-elm-settings-popup:after{
    content: "";
    position: fixed;
    top: 32px;
    left: -1000px;
    width: 400px;
    height: calc(100vh - 32px);
    background: rgba(220, 77, 77, 0.3);
    opacity: 0;
    transform: scale(0.75);
    z-index: -1;
}
body .mpl-params-popup.mpl-elm-settings-popup .wp-pointer-arrow,
body .mpl-params-popup.mpl-elm-settings-popup .wp-pointer-arrow .wp-pointer-arrow-inner{
    border-width: 0;
    border-color: transparent;
}

.mpl-params-popup.mpl-elm-settings-popup .wp-pointer-arrow {
    right: -4px !important;
    height: 100%;
    margin: 0px !important;
    width: 5px;
    padding: 0px !important;
    border: none;
    left: auto !important;
    transition: none;
    cursor: col-resize;
    background: transparent;
    border-radius: 2px;
}
.mpl-params-popup.mpl-elm-settings-popup .wp-pointer-arrow:hover {
    background: #777;       
}
.mpl-params-popup.mpl-elm-settings-popup .wp-pointer-arrow:hover:after{
    height: 100%;
    width: 20px;
    top: 0px;
    left: -10px;
    position: absolute;
    content: "";
}
.mpl-params-popup.mpl-elm-settings-popup .wp-pointer-arrow .wp-pointer-arrow-inner{
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    border-radius: 1px;
    background: #999;
    margin: 0px;
    padding: 0px;
    border: none;
    transition: all 150ms ease;
    transform: translateY(-50%);
    left: -1px;
    width: 3px;
}
.mpl-params-popup.mpl-elm-settings-popup .wp-pointer-arrow:hover .wp-pointer-arrow-inner{
    background: #ddd;
    left: 2px;  
    width: 1px;
}
.mpl-params-popup.mpl-elm-settings-popup.stick-to-left:after,
.mpl-params-popup.mpl-elm-settings-popup.stick-to-right:after{
    transition: opacity 250ms ease, transform 250ms ease;
    opacity: 1;
    z-index: 1000000;
    left: 0px;
    transform: scale(1);
}
.mpl-params-popup.mpl-elm-settings-popup.stick-to-right:after{
    left: auto;
    right: 0px;
}
.mpl-params-popup h3.m-p-header span[data-st=label]{
    max-width: calc(100% - 130px);
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
}
.mpl-params-popup:not(.bg-blur-style):not(.mpl-adding-elements) .m-p-wrap{
    animation: kcopen 100ms ease 0s;
}
.mpl-params-popup.mpl-popup-float{
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    opacity: 1 !important;
    transform: translateX(-50%) translateY(-50%);
    position: fixed !important;
    z-index: 100000;
}
.mpl-params-popup.mpl-popup-float.full-screen{
    margin-top: 0px;
    margin-bottom: 0px;
}
.mpl-params-popup.mpl-popup-float.full-screen .m-p-body {
    height: calc(100vh - 60px);
    padding: 0px;
    overflow: hidden;
    max-height: inherit;
}
.mpl-params-popup.mpl-popup-float:after{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 5000px;
    height: 5000px;
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, 0.63);
    transform: translateX(-2500px) translateY(-2500px);
}
.mpl-params-popup.mpl-popup-float .m-p-body {
    overflow: auto;
    max-height: calc(100vh - 140px);
}
.mpl-params-popup.mpl-popup-float .wp-pointer-arrow{
    display: none;
}
.mpl-params-popup.mpl-pop-collapse .m-p-body,
.mpl-params-popup.mpl-pop-collapse .m-p-footer,
.mpl-params-popup.mpl-pop-collapse .wp-pointer-arrow{
    height: 0px !important;
    overflow: hidden !important;
    min-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.mpl-params-popup.mpl-pop-collapse .mpl-pop-collap-btn i{
    transform: rotate(180deg);
}
.mpl-params-popup .wp-pointer-content .m-p-body .button-primary {
    background: #86c724;
    border: none;
    box-shadow: none;
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
    border-radius: 2px;
    text-shadow: none;
    box-sizing: content-box;
    color: #fff;
    display: inline-block;
}
.mpl-params-popup .wp-pointer-content .m-p-body .button-primary:hover {
    background: #77b41b;
    color: #fff;
}
.mpl-params-popup.transparent-mode .wp-pointer-content .m-p-body {
    background-color: transparent;
}
.mpl-params-popup.transparent-mode .wp-pointer-content {
    border: 1px dashed rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    box-shadow: none;
}
.mpl-param-row textarea {
    border: 1px solid #ccc;
    color: #666;
    resize: both;
    width: 90%;
}
.mpl-param-row input[type="checkbox"] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.mpl-params-popup * {
    opacity: 1;
    transition: opacity 200ms, background 200ms;
    -webkit-transition: opacity 200ms, background 200ms;
    -moz-transition: opacity 200ms, background 200ms;
}
.mpl-params-popup.transparent-mode .m-p-header,
.mpl-params-popup.transparent-mode #mpl-clipboard .ms-funcs,
.mpl-params-popup.transparent-mode #mpl-clipboard .ms-tips,
.mpl-params-popup.transparent-mode #mpl-clipboard .ms-list li,
.mpl-params-popup.transparent-mode .mpl-components-categories,
.mpl-params-popup.transparent-mode .wp-pointer-arrow {
    opacity: 0;
}
.mpl-params-popup.transparent-mode #mpl-clipboard .ms-list li.ui-sortable-helper {
    opacity: 1;
}
.mpl-params-popup .m-p-wrap {
    padding-bottom: 0px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    border-left: 1px solid #b0b7bf;
    border-bottom: 1px solid #b0b7bf;
    border-right: 1px solid #b0b7bf;
    width: 100%;
    box-sizing: border-box;
}
.mpl-params-popup .m-p-wrap .m-p-overlay {
    position: absolute;
    background: #86C724;
    height: 47px;
    width: 100%;
    top: -1px;
    left: -1px;
    color: #fff;
    line-height: 47px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #86C724;
    display: none;
    border-bottom-color: #619A0A;
    /* box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.25), 0px 0px 15px 0 rgba(255,255,255,0.075) inset; */
    border-bottom-width: 1px;
    border-top-color: #A1EC2D;
    z-index: 2;
}
.mpl-params-popup .m-p-footer .m-p-overlay {
    height: 66px;
    line-height: 68px;
}
.wp-pointer-content h3.m-p-header {
    width: calc(100% + 2px);
    margin: -1px 0px 0 -1px !important;
    padding: 15px 18px 14px 18px !important;
    font-weight: 500;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}
.wp-pointer-content h3.mpl-ui-draggable.m-p-header{
    cursor: move;
}
.wp-pointer-content h3.m-p-header:before {
    display: none;
}
.wp-pointer-content h3.m-p-header i.m-p-toggle {
    height: 32px;
    width: 32px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    color: #fff;
    float: left;
    margin-top: -8px;
    margin-right: 15px;
}
.wp-pointer-content h3.m-p-header i.m-p-toggle:hover{
    
}
.mpl-popup-collapse  h3.m-p-header i.m-p-toggle{
    line-height: 32px;  
}
.mpl-popup-collapse  h3.m-p-header i.m-p-toggle:before{
    content: "\e906";
}
.mpl-popup-collapse .m-p-wrap ul.mpl-pop-tabs,
.mpl-popup-collapse .m-p-wrap div.m-p-body,
.mpl-popup-collapse .m-p-wrap div.m-p-footer,
.mpl-popup-collapse .m-p-wrap div.m-p-overlay,
.mpl-popup-collapse .wp-pointer-arrow{
    display: none !important;
}

.wp-pointer-content h3.m-p-header .sl-check {
    right: 55px;
    background-position: -25px -1049px;
}
.wp-pointer-content h3.m-p-header .sl-close {
    background-position: -69px -1049px;
}
.wp-pointer-content h3.m-p-header .sl-help {
    background-position: -110px -1044px;
    right: 95px;
    height: 28px;
    top: 10px;
    text-decoration: none;
}
.mpl-params-popup.no-footer h3.m-p-header .sl-help {
    right: 50px;
}
.no-footer h3.m-p-header .sl-check {
    display: none;
}
.wp-pointer-content h3.m-p-header .sl-func:hover {
    font-weight: bold;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
}
.wp-pointer-content h3.m-p-header .sl-magnifier {
    right: 250px;
    color: #888;
    font-size: 12px;
    top: 16px;
    position: absolute;
    font-weight: 600;
}
.wp-pointer-content h3.m-p-header .mpl-components-search{
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 10px 4px 30px;
    position: absolute;
    right: 55px;
    top: 10px;
    width: 220px;
    line-height: 20px;
    margin: 0px;
}
.wp-pointer-content input[type=search]::-webkit-input-placeholder {
    text-overflow: ellipsis;
    line-height: inherit;
    color: #888;
    font-size: inherit;
}
.wp-pointer-content input[type=search]::-moz-placeholder {
    text-overflow: ellipsis;
    line-height: inherit;
    color: #888;
    font-size: inherit;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
}
.wp-pointer-content h3.m-p-header .mpl-components-search:focus {
    border-color: #fff;
    color: #555;
    background: rgba(255, 255, 255, 0.95);
}

.mpl-params-popup .m-p-body .mpl-row-columns a {
    text-decoration: none;
    font-weight: bold;
}
.mpl-params-popup .m-p-body .mpl-row-columns .mpl-col-btns{
    display: flex;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.mpl-params-popup .m-p-body .mpl-row-columns .mpl-col-btns button{
    display: flex;
    flex-grow: 3;
}
.mpl-params-popup .m-p-body .mpl-row-columns .button {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    margin: 4px;
    border-radius: 2px;
    box-shadow: inset 0 2px 5px -3px rgba(255,255,255,1);
    box-sizing: content-box;
    font-size: 13px;
}
.mpl-params-popup .m-p-body .mpl-row-columns .button.active {
    border: 1px solid #3592b6;
    color: #fff;
    background: #00a0d2;
}
.mpl-params-popup .m-p-body .mpl-row-columns .mpl-col-custom{
    display: flex;
    padding: 15px 5px 0 5px;
    border-top: 1px solid #ccc;
}
.mpl-params-popup .m-p-body .mpl-row-columns .mpl-col-custom input{
    height: 35px;   
    width: 100%;
}
.mpl-params-popup .m-p-body .mpl-row-columns .mpl-col-custom button{
    margin: 0 0 0 10px;
    height: 35px;
    line-height: 31px;
    padding: 0 10px;
}
.mpl-params-popup .m-p-footer {
    padding: 12px 15px;
    clear: both;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
    position: relative;
}
.mpl-params-popup.no-footer h3.m-p-header {
    margin-bottom: 0px;
}
.mpl-params-popup.no-footer .m-p-footer {
    display: none;
}
.mpl-params-popup.posbottom .wp-pointer-arrow {
    top: auto;
    bottom: -12px;
    border: none;
    height: 24px;
    width: 24px;
    background-color: #f5f5f5;
    transform: rotate(45deg);
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.15);
}
.mpl-params-popup.posbottom.no-footer .wp-pointer-arrow {
    background-color: #fff;
}
.mpl-params-popup.posbottom .wp-pointer-arrow * {
    display: none;
}
.mpl-params-popup.bg-blur-style .pop-btn {
    height: 40px;
    line-height: 40px;
    float: right;
    margin: 0px 0 20px;
    box-shadow: none;
    padding: 0px 20px 0 20px;
    background: #86c724;
    color: #fff;
    cursor: pointer;
    border: none;
    position: relative;
}
.mpl-params-popup.bg-blur-style .pop-btn:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 10px;
    height: 30px;
    width: 30px;
}
.mpl-params-popup.bg-blur-style .pop-btn:hover {
    background: #77b41b;
    color: #fff;
}
.mpl-components {
    margin-top: -25px;
    height: 540px;
}
.mpl-components ul.mpl-components-categories {
    list-style: none;
    margin: 0px 0px 18px -15px;
    padding: 10px 15px 0;
    width: 100%;
    display: inline-block;
    background: #e5e5e5;
    box-sizing: content-box;
    text-rendering: geometricPrecision;
}
.mpl-components ul.mpl-components-categories li {
    float: left;
    padding: 12px 16px;
    margin: 0px;
    font-size: 13px;
    color: #777;
    cursor: pointer;
    font-weight: 700;
}
.mpl-components ul.mpl-components-categories li:hover {
    color: #222;
}
.mpl-components ul.mpl-components-categories li.active {
    color: #86c724;
    background: #fff;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 2px solid #e5e5e5;
    padding-top: 10px;
}
.mpl-components ul.mpl-components-categories li.more li.active {
    background: #00a0d2;
}
.mpl-components ul.mpl-components-categories li.more li.active:before {
    color: #ddd;    
}
.mpl-components ul.mpl-components-categories li i {
    font-size: 16px;
    margin-bottom: -2px;
    float: left;
    margin-right: 5px;
}
.mpl-components ul.mpl-components-categories li.more {
    position: relative;
    z-index: 10;
}
.mpl-components ul.mpl-components-categories li.more i{
    float: right;
    margin-right: 0px;
    margin-left: 5px;
    font-size: 16px;
}
.mpl-components ul.mpl-components-categories li.more>ul{
    position: absolute;
    top: 100%;
    left: 50%;
    background: #333;
    transform: translateX(-50%);
    min-width: 160px;
    border-radius: 2px;
    display: none;
    margin-left: 20px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
}
.mpl-components ul.mpl-components-categories li.more:hover>ul{
    display: inline-block;  
}
.mpl-components ul.mpl-components-categories li.more>ul:after{
    height: 0px;
    width: 0px;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom: 8px solid #333;
    content: "";
    position: absolute;
}
.mpl-components ul.mpl-components-categories li.more>ul li{
    color: #eee;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-sizing: border-box;
    white-space: nowrap;
}
.mpl-components ul.mpl-components-categories li.more>ul li:hover{
    background: #000;   
}
.mpl-components ul.mpl-components-categories li.more>ul li:before{
    font-family: 'simple-line-icons';
    content: "\e606";
    font-size: 11px;
    margin-left: -5px;
    margin-right: 5px;
    color: #aaa;
}
.mpl-components ul.mpl-components-categories li.mcl-extensions {
    float: right;
    background: #86C724;
    color: #fff;
    margin-right: -15px;
    padding: 0px;
    border-left: 1px solid #7db529;
    box-shadow: 0 0 3px 0 rgba(255,255,255,0.1) inset;
}
.mpl-components ul.mpl-components-categories li.mcl-extensions:hover {
    background: #6ea816;        
}
.mpl-components ul.mpl-components-categories li.mcl-extensions a{
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;  
}
.mpl-components ul.mpl-components-categories li.mcl-extensions i{
    font-size: 14px;    
}
.mpl-templates ul.mpl-templates-categories {
    list-style: none;
    margin: 0px 0px 18px -15px;
    padding: 10px 15px 0;
    width: 100%;
    display: inline-block;
    background: #e5e5e5;
    box-sizing: content-box;
    text-rendering: geometricPrecision;
}
.mpl-templates ul.mpl-templates-categories li {
    float: left;
    padding: 12px 16px;
    margin: 0px;
    font-size: 13px;
    color: #777;
    cursor: pointer;
    font-weight: 700;
}
.mpl-templates ul.mpl-templates-categories li:hover {
    color: #222;
}
.mpl-templates ul.mpl-templates-categories li.active {
    color: #86c724;
    background: #fff;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 2px solid #e5e5e5;
    padding-top: 10px;
}
.mpl-templates ul.mpl-templates-categories li.more li.active {
    background: #00a0d2;
}
.mpl-templates ul.mpl-templates-categories li.more li.active:before {
    color: #ddd;    
}
.mpl-templates ul.mpl-templates-categories li i {
    font-size: 16px;
    margin-bottom: -2px;
    float: left;
    margin-right: 5px;
}
.mpl-templates ul.mpl-templates-categories li.more {
    position: relative;
    z-index: 10;
}
.mpl-templates ul.mpl-templates-categories li.more i{
    float: right;
    margin-right: 0px;
    margin-left: 5px;
    font-size: 16px;
}
.mpl-templates ul.mpl-templates-categories li.more>ul{
    position: absolute;
    top: 100%;
    left: 50%;
    background: #333;
    transform: translateX(-50%);
    min-width: 160px;
    border-radius: 2px;
    display: none;
    margin-left: 20px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
}
.mpl-templates ul.mpl-templates-categories li.more:hover>ul{
    display: inline-block;  
}
.mpl-templates ul.mpl-templates-categories li.more>ul:after{
    height: 0px;
    width: 0px;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom: 8px solid #333;
    content: "";
    position: absolute;
}
.mpl-templates ul.mpl-templates-categories li.more>ul li{
    color: #eee;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-sizing: border-box;
    white-space: nowrap;
}
.mpl-templates ul.mpl-templates-categories li.more>ul li:hover{
    background: #000;   
}
.mpl-templates ul.mpl-templates-categories li.more>ul li:before{
    font-family: 'simple-line-icons';
    content: "\e606";
    font-size: 11px;
    margin-left: -5px;
    margin-right: 5px;
    color: #aaa;
}
.mpl-templates ul.mpl-templates-categories li.mcl-extensions {
    float: right;
    background: #86C724;
    color: #fff;
    margin-right: -15px;
    padding: 0px;
    border-left: 1px solid #7db529;
    box-shadow: 0 0 3px 0 rgba(255,255,255,0.1) inset;
}
.mpl-templates ul.mpl-templates-categories li.mcl-extensions:hover {
    background: #6ea816;        
}
.mpl-templates ul.mpl-templates-categories li.mcl-extensions a{
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;  
}
.mpl-templates ul.mpl-templates-categories li.mcl-extensions i{
    font-size: 14px;    
}
.mpl-components ul.mpl-components-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    overflow: auto;
    max-height: 460px;
}
.mpl-components ul.mpl-components-list li.mpl-element-item {
    float: left;
    width: 12.5%;
    text-align: left;
    padding: 3px 10px;
    border: none;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 0px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.mpl-small-screen-pop .mpl-components ul.mpl-components-list li.mpl-element-item {
    width: 16.66%;
}
.mpl-components ul.mpl-components-list li.mpl-element-item:hover, .mpl-components ul.mpl-components-list li.item-preset-active {
    background: #f5f5f5;
}
.mpl-components ul.mpl-components-list li.mpl-element-item>div {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.mpl-components ul.mpl-components-list li.mpl-element-item .preset-open{
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 250ms 100ms;
}
.mpl-components ul.mpl-components-list li.mpl-element-item .preset-open:hover{
    color: #555;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 2px;
    margin: -6px;
    background: #fff;
}
.mpl-components ul.mpl-components-list li.mpl-element-item:hover .preset-open{
    opacity: 1;
}
.mpl-presets-list-ul{
    margin: 0px auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.mpl-preset-wrp .mpl-preset-item{
    float: left;
    margin: 10px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    width: calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
    min-width: 145px;
}
.mpl-preset-inelm .mpl-preset-wrp .mpl-preset-item{
    width: calc(33.33% - 20px);
    border: 1px solid #ddd;
    box-shadow: none;
    background: #f5f5f5;
    min-width: 100px;
}
.mpl-preset-wrp .mpl-preset-item:hover{
    background: #dfdfdf;
    box-shadow: none;
    border-color: #ccc;
}
.mpl-preset-wrp .mpl-preset-item .sl-close{
    color: #555;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 1px;
    opacity: 0;
    cursor: pointer;
}
.mpl-preset-wrp .mpl-preset-item .sl-close:hover{
    color: red;
}
.mpl-preset-wrp .mpl-preset-item:hover .sl-close{
    opacity: 1;
}
.mpl-preset-wrp .mpl-preset-item p{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #444444;
    font-weight: bold;
    text-transform: capitalize;
}
.mpl-preset-wrp .mpl-preset-item small{
    color: #999;
    font-size: 11px;
}
.mpl-presets-list{
    width: 100% !important;
    background: #f0f0f0;
    position: relative;
    cursor: default !important;
    max-height: 0;
    opacity: 0;
    border: none !important;
    transition: all 0.3s ease-out;
    overflow: hidden;
    padding: 0px 7px !important;
    list-style: none;
    box-sizing: border-box;
}
.mpl-presets-list.mpl-ps-expand{
    max-height: 500px;
    opacity: 1;
    border-right: 1px solid #eaeaea !important;
    border-bottom: 1px solid #eaeaea !important;
    overflow: auto;
    transition: all 0.3s ease-in;
    margin: 0px;
}
.mpl-presets-list.mpl-preset-inelm{
    max-height: inherit;
    opacity: 1;
    overflow: inherit;
    transition: none;
    background: #fff;
    margin: 0px auto;
    display: inline-block;
    text-align: left;
}
.mpl-presets-list.mpl-preset-inelm>h2{
    display: block;
    float: left;
    margin: 5px 0 10px 0;
}
.mpl-presets-list>h2 i{
    font-size: 18px;
}
.mpl-presets-list a.preset-close{
    position: absolute;
    right: 20px;
    top: 20px;
    height: 20px;
    width: 20px;
}
.mpl-presets-list.mpl-preset-inelm a.preset-close{
    display: none;
}
.mpl-presets-list .mpl-preset-wrp{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.mpl-presets-list.mpl-ps-expand .mpl-preset-wrp{
    margin-top: 10px;   
}
.mpl-presets-list .mpl-preset-wrp .mpl-preset-outer ul{
    display: flex;
}
.mpl-presets-list .mpl-preset-wrp h2.mpl-prempty{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 0 50px 0;
    color: #aaa;
    font-weight: 500;
    font-size: 20px;
    border-top: 1px dotted #ccc;
    padding-top: 50px;
    line-height: 30px;
}
.mpl-presets-list .mpl-preset-wrp h2.mpl-prempty a{
    font-size: 16px;
}
.mpl-presets-list a.preset-close:after, .mpl-presets-list a.preset-close:before{
    height: 20px;
    width: 1px;
    content: "";
    background: #888;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 10px;
}
.mpl-presets-list a.preset-close:hover:after, .mpl-presets-list a.preset-close:hover:before{
    background: #333;   
}
.mpl-presets-list a.preset-close:before{
    transform: rotate(-45deg);  
    -webkit-transform: rotate(-45deg);  
    -moz-transform: rotate(-45deg); 
}
.mpl-presets-list>h2{
    font-weight: 300;
    font-size: 25px;
    margin: 30px 10px 20px 10px;
    text-transform: capitalize;
    color: #666;
}
.mpl-presets-list>a.kbtn{
    font-size: 13px;
    background: #86C724;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 2px;
    float: right;
    display: none;
    margin: 0 10px;
}
.mpl-presets-list.mpl-preset-inelm>a.add,
.mpl-presets-list.mpl-preset-inelm>a.back{
    display: block;
}
.mpl-presets-list>a.add:hover{
    background: #609214;
}
.mpl-presets-list>a.back{
    background: #eee;
    color: #888;
    float: left;
}
.mpl-presets-list>a.back:hover{
    background: #e3e3e3;
}
.mpl-presets-list ul.mpl-preset-categories{
    list-style: none;
    display: inline-block;
    width: 100%;
    border-top: 1px dotted #ddd;
    margin: 10px 0 0 0;
    padding: 8px 18px;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
    background: transparent;
}
.mpl-presets-list ul.mpl-preset-categories li{
    list-style: none;
    border: none;
    width: auto;
    padding: 3px 6px;
    color: #ccc;
    float: left;
    margin: 0px;
}
.mpl-presets-list ul.mpl-preset-categories li:hover{
    background: none;
}
.mpl-presets-list ul.mpl-preset-categories li a{
    text-decoration: none;
    color: #666;
    font-size: 13px;
    text-transform: capitalize;
}
.mpl-presets-list ul.mpl-preset-categories li a:focus{
    box-shadow: none;
}
.mpl-presets-list ul.mpl-preset-categories li a:hover, .mpl-presets-list ul.mpl-preset-categories li a.active{
    color: #00A0D2;
}
.mpl-presets-list .mpl-preset-create{
    padding: 40px 5px 14px;
    background: #eee;
    margin: 15px 0px 10px 0px;
    position: relative;
    border-radius: 2px;
    display: none;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.mpl-presets-list .mpl-preset-create:before{
    content: attr(data-mesg);
    position: absolute;
    top: 12px;
    left: 20px;
    color: #aaa;
    font-size: 13px;
}
.mpl-presets-list .mpl-preset-create:after{
    content: "";
    position: absolute;
    right: 35px;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #eee;
    transform: rotate(45deg);
    border-bottom-right-radius: 10px;
}
.mpl-presets-list .mpl-preset-create .success-mesg{
    text-align: center;
    display: none;
    width: 100%;
    color: green;
    font-weight: 500;
    margin: 9px 0 10px;
}
body .mpl-presets-list .mpl-preset-create input{
    height: 35px;
    width: 40%;
    margin-left: 12px;
}
.mpl-presets-list .mpl-preset-create button{
    height: 35px;
    border: none;
    box-shadow: none;
    width: 100px;
    margin-left: 12px;
    background: #86C724;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 12px;
}
.mpl-presets-list .mpl-preset-create button:hover{
    background: #5E9013;
}
.mpl-presets-list .mpl-preset-create button.mpl-preset-create-close{
    padding: 0px 0px;
    margin-left: 0px;
    background: #ccc;
    max-width: 35px;
}
.mpl-presets-list .mpl-preset-create button.mpl-preset-create-close:hover{
    background: #aaa;   
}
.mpl-presets-list .mpl-preset-create .mpl-pre-cats{
    position: absolute;
    width: 160px;
    background: #333;
    right: 188px;
    margin: 0px;
    top: 82px;
    border-radius: 2px;
    display: none;
}
.mpl-presets-list .mpl-preset-create .mpl-pre-cats:after{
    content: "";
    width: 12px;
    height: 12px;
    background: #333;
    position: absolute;
    top: -6px;
    left: 50%;
    z-index: -1;
    margin-left: -6px;
    transform: rotate(45deg);
}
.mpl-presets-list .mpl-preset-create .mpl-pre-cats li{
    color: #ddd;
    display: inline-block;
    width: 100%;
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin: 0px;
    box-sizing: border-box;
}
.mpl-presets-list .mpl-preset-create .mpl-pre-cats li:hover{
    background: #1c1c1b;
    border-radius: 2px;
}
.mpl-components ul.mpl-components-list li .cpicon {
    font-size: 20px;
    color: #aaa;
    margin: 5px auto;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100px;
    position: relative;
    background-repeat: no-repeat;
    height: 80px;
    background-position: center center;
}
.mpl-components ul.mpl-components-list li .cpicon:before {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 100%;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
}

.mpl-components ul.mpl-components-list li span.cpdes {
    width: 100%;
    display: inline-block;
    clear: both;
    text-align: center;
    white-space: normal;
}
.mpl-components ul.mpl-components-list li span.cpdes strong {
    width: 100%;
    clear: both;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mpl-components ul.mpl-components-list li span.cpdes i {
    color: #bbb;
    font-size: 12px;
    font-weight: 400;
    max-height: 35px;
    overflow: hidden;
    display: none;
}

/*----------------king icon-------------------*/
.cpicon.mpl-icon-custom{
    background-image: url('../images/sections/section_custom.png');
}

.cpicon.mpl-icon-counter{
    background-image: url('../images/sections/section_counter.png');
}

.cpicon.mpl-icon-banner{
    background-image: url('../images/sections/section_banner.png');
}

.cpicon.mpl-icon-slider{
    background-image: url('../images/sections/section_slider.png');
}
    
.cpicon.mpl-icon-promo{
    background-image: url('../images/sections/section_promo.png');
}
    
.cpicon.mpl-icon-promo-2{
    background-image: url('../images/sections/section_promo_2.png');
}

.cpicon.mpl-icon-showcase{
    background-image: url('../images/sections/section_showcase.png');
}

.cpicon.mpl-icon-service{
    background-image: url('../images/sections/section_service.png');
}

.cpicon.mpl-icon-service-2{
    background-image: url('../images/sections/section_service_2.png');
}

.cpicon.mpl-icon-service-3{
    background-image: url('../images/sections/section_service_3.png');
}

.cpicon.mpl-icon-service-4{
    background-image: url('../images/sections/section_service_4.png');
}

.cpicon.mpl-icon-service-5{
    background-image: url('../images/sections/section_service_5.png');
}

.cpicon.mpl-icon-skills{
    background-image: url('../images/sections/section_skill.png');
}

.cpicon.mpl-icon-skills-2{
    background-image: url('../images/sections/section_skill_2.png');
}

.cpicon.mpl-icon-call-to-action{
    background-image: url('../images/sections/section_call_to_action.png');
}

.cpicon.mpl-icon-features{
    background-image: url('../images/sections/section_features.png');
}

.cpicon.mpl-icon-post{
    background-image: url('../images/sections/section_post.png');
}

.cpicon.mpl-icon-post-2{
    background-image: url('../images/sections/section_post_2.png');
}

.cpicon.mpl-icon-contact-1{
    background-image: url('../images/sections/section_contact_1.png');
}

.cpicon.mpl-icon-contact-4{
    background-image: url('../images/sections/section_contact_4.png');
}

.cpicon.mpl-icon-contact-5{
    background-image: url('../images/sections/section_contact_5.png');
}

.cpicon.mpl-icon-clients{
    background-image: url('../images/sections/section_clients.png');
}

.cpicon.mpl-icon-events{
    background-image: url('../images/sections/section_events.png');
}

.cpicon.mpl-icon-gallery{
    background-image: url('../images/sections/section_gallery.png');
}

.cpicon.mpl-icon-team{
    background-image: url('../images/sections/section_team.png');
}

.cpicon.mpl-icon-testimonials{
    background-image: url('../images/sections/section_testimonials.png');
}

.cpicon.mpl-icon-portfolio{
    background-image: url('../images/sections/section_portfolio.png');
}  

.cpicon.mpl-icon-pricing{
    background-image: url('../images/sections/section_pricing.png');
}    

.cpicon.mpl-icon-pricing-2{
    background-image: url('../images/sections/section_pricing_2.png');
}

.cpicon.mpl-facebook-feed{
    background-image: url('../images/sections/section_facebook_feed.png');
}

.cpicon.mpl-google-map{
    background-image: url('../images/sections/section_google_map.png');
}

.cpicon.mpl-icon-woocommerce{
    background-image: url('../images/sections/section_woocommerce.png');
}

.cpicon.mpl-icon-row {
    background-position: -35px -38px;
}
.cpicon.mpl-icon-box {
    background-position: -150px -38px;
}
.cpicon.mpl-icon-tabs {
    background-position: -272px -38px;
}
.cpicon.mpl-icon-accordion {
    background-position: -386px -38px;
}
.cpicon.mpl-icon-text {
    background-position: -37px -130px;
}
.cpicon.mpl-icon-code {
    background-position: -155px -130px;
}
.cpicon.mpl-icon-image {
    background-position: -270px -130px;
}
.cpicon.mpl-icon-icon {
    background-position: -387px -130px;
}
.cpicon.mpl-icon-title {
    background-position: -35px -220px;
}
.cpicon.mpl-icon-map {
    background-position: -153px -220px;
}
.cpicon.mpl-icon-twitter {
    background-position: -270px -225px;
}
.cpicon.mpl-icon-instagram {
    background-position: -387px -225px;
}
.cpicon.mpl-icon-facebook {
    background-position: -34px -313px;
}
.cpicon.mpl-icon-flip {
    background-position: -154px -313px;
}
.cpicon.mpl-icon-pie {
    background-position: -268px -313px;
}
.cpicon.mpl-icon-progress {
    background-position: -386px -313px;
}
.cpicon.mpl-icon-button {
    background-position: -37px -406px;
}
.cpicon.mpl-icon-play {
    background-position: -153px -406px;
}
/*.cpicon.mpl-icon-counter {
    background-position: -270px -406px;
}*/
.cpicon.mpl-icon-post {
    background-position: -387px -406px;
}
.cpicon.mpl-icon-icarousel {
    background-position: -37px -517px;
}
.cpicon.mpl-icon-pcarousel {
    background-position: -155px -517px;
}

.cpicon.mpl-icon-coundown {
    background-position: -387px -519px;
}
.cpicon.mpl-icon-wordpress {
    background-position: -35px -611px;
}
.cpicon.mpl-icon-spacing {
    background-position: -153px -610px;
}

.cpicon.mpl-icon-divider {
    background-position: -269px -611px;
}
.cpicon.mpl-icon-box-alert {
    background-position: -388px -611px;
}
.cpicon.mpl-icon-feature-box {
    background-position: -35px -705px;
}
.cpicon.mpl-icon-testi {
    background-position: -155px -705px;
}
.cpicon.mpl-icon-dropcaps {
    background-position: -35px -810px;
}
.cpicon.mpl-icon-image-fade {
    background-position: -153px -810px;
}
.cpicon.mpl-icon-image-hover {
    background-position: -270px -810px;
}
.cpicon.mpl-icon-creative-button {
    background-position: -387px -810px;
}
.cpicon.mpl-icon-call-action {
    background-position: -35px -915px;
}

.cpicon.mpl-icon-tooltip {
    background-position: -270px -915px;
}
.cpicon.mpl-icon-blog-posts {
    background-position: -387px -915px;
}
.cpicon.mpl-icon-multi-icons {
    background-position: -275px -985px;
}

.cpicon.mpl-icon-sidebar {
    background-position: -387px -988px;
}



.mpl-ui-cb-placeholder {
    background: #fff !important;
    border: 1px dashed #aaa !important;
}
.mpl-ui-cb-placeholder * {
    visibility: hidden;
}
#mpl-clipboard ul.ms-funcs {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
#mpl-clipboard ul.ms-funcs li {
    float: left;
    margin-bottom: 0px;
    height: 30px;   
    line-height: 30px;  
}
#mpl-clipboard ul.ms-funcs li.button {
    float: right;
    padding: 0px 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    color: #555;
    line-height: 26px;
    height: 28px;
    cursor: pointer;
}
#mpl-clipboard ul.ms-funcs li.button:hover {
    background: #e5e5e5;
    color: #222;
}
#mpl-clipboard ul.ms-funcs li.button.prime {
    background: #86c724;
    color: #fff;
    border-color: #00a0d2;
    float: right;
    margin-left: 10px;
    margin-right: 0px;
}
#mpl-clipboard ul.ms-funcs li.button.left {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}
#mpl-clipboard ul.ms-funcs li.button.prime:hover {
    background: #00a0d2;
}
#mpl-clipboard ul.ms-funcs li.button.delete {
    background: #EF6161;
    border-color: #cd4343;
    color: #fff;
}
#mpl-clipboard ul.ms-funcs li.button.delete:hover {
    background: #cd4343;
}
#mpl-clipboard ul.ms-funcs li.button i {
    margin: 0 0 0 3x;
}
#mpl-clipboard span.ms-tips {
    display: inline-block;
    font-size: 12px;
    color: #888;
    border-top: 1px solid #eee;
    padding: 15px 0;
    margin-top: 20px;
    width: 100%;
}
.ntips {
    color: #888;
    font-size: 12px;
}

#mpl-clipboard ul.ms-list {
    margin: 0px;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 138px;
}
#mpl-clipboard ul.ms-list li {
    margin: 0px;
    padding: 8px 8px;
    float: left;
    width: 100px;
    height: 120px;
    background-color: #fefefe;
    color: #555;
    margin-right: -38px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 1px;
    transform: perspective( 230px ) rotateY( 45deg ) scale(0.9);
    transition: all 250ms;
    border: 1px solid rgba(93, 93, 93, 0.3);
}
#mpl-clipboard ul.ms-list li:hover {
    z-index: 3;
    background-color: #fafafa;
    margin-right: -10px;
    transform: rotateY( 0deg ) scale(1);
    perspective: inherit;
}
#mpl-clipboard ul.ms-list li.active {
    background: rgb(134, 199, 36);
    color: #fff;
}
#mpl-clipboard ul.ms-list li.ui-sortable-helper {
    transition: none;
    transform: none;
}
#mpl-clipboard ul.ms-list li.mpl-clipboard-placeholder {
    background: #fff;
    border: 1px dashed #aaa;
    visibility: visible !important;
    margin-right: -10px;
    outline: none;
    height: 120px;
}
div.mpl-column-wrap>li.mpl-clipboard-placeholder {
    background: #fff;
    border: 1px dashed #ccc;
    display: inline-block;
    width: 100%;
    height: 52px;
    margin-top: 10px;
    border-radius: 3px;
    position: relative;
}
div.mpl-column-wrap>li.mpl-clipboard-placeholder:after {
    content: "Drop item(s) to paste here";
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 52px;
    color: #86c724;
}
#mpl-clipboard ul.ms-list li:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 120px;
    z-index: 0;
    background: url('../images/stack_shadow.png') repeat-x;
    height: 30px;
    transform: skewX(75deg) translateX(45%);
    opacity: 0.12;
}
#mpl-clipboard ul.ms-list li:hover:after {
    transform: skewX(25deg) translateX(5%);
}
#mpl-clipboard ul.ms-list li:last-child:before {
    content: "newest";
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0px 5px;
    background: #88D415;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    border: 1px solid rgba(255,255,255,0.35);
}
#mpl-clipboard ul.ms-list li span.ms-icon {
    width: 70px;
    position: absolute;
    float: left;
    background-repeat: no-repeat;
    height: 60px;
    transform: scale(0.5);
    left: -15px;
    top: -15px;
}
#mpl-clipboard ul.ms-list li span {
    text-transform: capitalize;
    font-size: 11px;
    line-height: 12px;
}
#mpl-clipboard ul.ms-list li span.ms-title {
    font-weight: bold;
    height: 30px;
    display: inline;
    vertical-align: middle;
    padding-left: 35px;
}
#mpl-clipboard ul.ms-list li span.ms-des i {
    margin: 3px 0;
}
#mpl-clipboard ul.ms-list li span.ms-des {
    border-top: 1px dotted #ccc;
    margin-top: 5px;
    padding-top: 3px;
    font-size: 10px;
    line-height: 15px;
    display: inline-block;
    width: 100%;
    max-height: 75px;
    overflow: hidden;
}
#mpl-clipboard ul.ms-list li span.ms-des img {
    max-width: 100%;
}
#mpl-clipboard ul.ms-list li span i,#mpl-clipboard ul.ms-list li .ms-page strong {
    opacity: 0.75;
}
#mpl-clipboard ul.ms-list li span i {
    display: block;
}
#mpl-clipboard ul.ms-list li .ms-quick-paste{
    position: absolute;
    right: -13px;
    bottom: -12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    display: none;
    padding: 8px;
    z-index: 10;
    font-size: 18px;
    color: #555;
}
#mpl-clipboard ul.ms-list li:hover .ms-quick-paste{
    display: block; 
}
#mpl-clipboard ul.ms-list li .ms-quick-paste:hover{
    background: #eee;   
}
#mpl-clipboard ul.ms-list li span.actv {
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 5px;
    z-index: 10;
    background: #EF6161;
    border: 1px solid #cd4343;
    border-radius: 100%;
    color: #fff;
    width: 10px;
    text-align: center;
    height: 10px;
    line-height: 10px;
    font-size: 12px;
}
#mpl-clipboard ul.ms-list li.dragClips {
    max-height: 100px;
    background: rgba(134, 199, 36, 0.9);
    border: none;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.25);
}
#mpl-clipboard ul.ms-list li.dragClips.dragClips-nd,
#mpl-clipboard ul.ms-list li.dragClips.dragClips-th {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
}
#mpl-clipboard ul.ms-list li.dragClips * {
    display: none;
}
#mpl-clipboard ul.ms-list li.dragClips span.actv {
    display: block;
}
#mpl-clipboard ul.ms-list li.dragClips-nd:before,
#mpl-clipboard ul.ms-list li.dragClips-th:before,
#mpl-clipboard ul.ms-list li.dragClips.dragClips-th:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(134, 199, 36, 0.9);
    border: none;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.25);
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
}
#mpl-clipboard ul.ms-list li.dragClips-nd:after {
    background-image: none;
}
#mpl-clipboard ul.ms-list li.dragClips:after {
    content: "Drop in column to paste" !important;
    text-align: center;
    color: #fff;
    background-image: none;
    transform: none;
    bottom: auto;
    top: 0px;
    padding-top: 10%;
    max-height: 90%;
    font-size: 12px;
    opacity: 1;
}
#mpl-clipboard ul.ms-list li.dragClips.dragClips-th:after {
    opacity: 1;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
}

.mpl-params-popup .mpl-popup-loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(10,10,10,0.45);
    color: #fff;
    display: none;
    z-index: 1001;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.mpl-popup-loading .fa-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}
.mpl-params-popup .mpl-popup-loading .mpl-loader{
    top: 50%;
    position: absolute;
    left: calc(50% - 25px);
}
.mpl-hidden {
    display: none !important;
}
/*
*   Start mpl sections
*/
#mpl-sections{
    margin: 1%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    min-height: 300px;
    position: relative;
    padding-top: 90px;
}
#mpl-sections.paged{
    padding: 90px 0;
}
.wp-pointer-content h3.m-p-header .mpl-section-control{
    position: absolute;
    right: 55px;
    top: 8px;
}
.wp-pointer-content h3.m-p-header .mpl-section-control input,
.wp-pointer-content h3.m-p-header .mpl-section-control select {
    background-color: #e6f8fd;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px 5px 30px;
    width: 220px;
    line-height: 20px;  
}
.wp-pointer-content h3.m-p-header .mpl-section-control select.content-type{
    margin-right: 3px;
}
.wp-pointer-content h3.m-p-header .mpl-section-control select {
    right: 290px;
    -webkit-appearance: none;
    width: auto;
    text-align: center;
    padding: 0px 10px;
    height: 32px;
    color: #888;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 180px;
    text-transform: capitalize;
}
.wp-pointer-content h3.m-p-header .mpl-section-control select :hover{
    color: #555;    
}
.wp-pointer-content h3.m-p-header .mpl-section-control .sl-magnifier {
    right: 198px;
    top: 8px;
}
.wp-pointer-content h3.m-p-header .mpl-section-control i.func{
    margin: 0 2px;
    font-size: 16px;
    padding: 8px 10px;
    cursor: pointer;
    float: left;
    color: #fff;
}
.wp-pointer-content h3.m-p-header .mpl-section-control>a{
    float: left;    
}
.wp-pointer-content h3.m-p-header .mpl-section-control .mpl-add-new-section{
    position: relative;
}
.wp-pointer-content h3.m-p-header .mpl-section-control .mpl-add-new-section span{
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 14px;
    background: rgba(0,0,0,0.75);
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.84);
    animation: kcnotice 1500ms ease-in-out 0s infinite alternate;
    display: none;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.2px;
}
.wp-pointer-content h3.m-p-header .mpl-section-control .mpl-add-new-section span.slct{
    left: 500%;
}
.wp-pointer-content h3.m-p-header .mpl-section-control .mpl-add-new-section span:after{
    position: absolute;
    bottom: -20px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.75);
}
.mpl-save-row-to-section .wp-pointer-content h3.m-p-header .mpl-section-control .mpl-add-new-section span{
    display: block; 
}
.wp-pointer-content h3.m-p-header .mpl-section-control i.func:hover{
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
}
.wp-pointer-content h3.m-p-header .mpl-section-control .more-options{
    position: relative;
    float: left;
    margin-right: 5px;
}
.wp-pointer-content h3.m-p-header .mpl-section-control .more-options:after{
    height: 20px;
    width: 120px;
    position: absolute;
    left: -40px;
    bottom: -20px;
    content: "";
}
.wp-pointer-content h3.m-p-header .mpl-section-control .more-options i{
    margin: 0px;
}
.mpl-section-control .more-options>div{
    position: absolute;
    left: 50%;
    top: 43px;
    min-width: 200px;
    background: rgba(51, 51, 51, 0.85);
    border-radius: 3px;
    transform: translateX(-50%);
    display: none;
}
.mpl-section-control .more-options:hover>div{
    display: block; 
}
.mpl-section-control .more-options>div:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom: 8px solid rgb(62, 64, 63);
}
.mpl-section-control .more-options ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 50%;
    float: left;
}
.mpl-section-control .more-options ul:first-child{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
.mpl-section-control .more-options ul li{
    display: inline-block;
    padding: 10px 14px;
    width: 100%;
    color: rgba(255, 255, 255, 0.81);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
}
.mpl-section-control .more-options ul li.active,
.mpl-section-control .more-options ul  li[data-amount]:hover{
    background: #00a0d2;
}
.mpl-section-control .more-options ul li:first-child{
    cursor: default;
    background: rgba(0, 0, 0, 0.15);
}
.mpl-section-control .more-options ul li:last-child{
    border-bottom-left-radius: 3px; 
    border-bottom-right-radius: 3px;    
}
#mpl-sections .mpl-sections-item{
    float: left;
    margin: 1%;
    width: 48%;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
#mpl-sections .mpl-section-share{
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.95);
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 2px;
    display: none;
    z-index: 100000;
}
#mpl-sections .mpl-section-share .mpl-ss-left,
#mpl-sections .mpl-section-share .mpl-ss-right{
    width: 50%;
    float: left;
    position: relative;
}
#mpl-sections .mpl-section-share .mpl-ss-left:after{
    position: absolute;
    top: 0px;
    right: 10%;
    height: 100%;
    width: 0px;
    border-right: 1px dotted #ccc;
    content: "";
}
#mpl-sections .mpl-section-share .mpl-ss-right h1{
    font-size: 28px;
    font-weight: 400;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#mpl-sections .mpl-section-share .mpl-ss-thumbnail img{
    max-height: 120px;
    max-width: 90%;
    border: 1px solid #eee;
    border-radius: 3px;
}
#mpl-sections .mpl-section-share .mpl-ss-left{
    padding-top: 20px;
}
#mpl-sections .mpl-section-share .mpl-ss-left label{
    font-weight: bold;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
    min-width: 80px;
}
#mpl-sections .mpl-section-share .mpl-ss-left span{
    color: #888;
}
#mpl-sections .mpl-section-share .mpl-ss-left input{
    width: 260px;
    border: none;
    border-bottom: 1px solid #bfc9d0;
}
#mpl-sections .mpl-section-share .mpl-ss-left input:focus{
    background: rgba(0,0,0,.05);
    border-color: transparent;
    border-radius: 2px; 
}
#mpl-sections .mpl-section-share .mpl-ss-right p{
    padding-left: 0px;
    font-size: 14px;
    color: #666;
}
#mpl-sections .mpl-section-share .mpl-ss-btns{
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}
#mpl-sections .mpl-section-share .mpl-ss-btns button{
    height: 45px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: none;
    border: none;
    margin-right: 12px;
}
#mpl-sections .mpl-section-share .mpl-ss-btns button:not(.button-primary){
    background: #ddd;   
}
#mpl-sections .mpl-section-share .mpl-ss-btns button:not(.button-primary):hover{
    background: #bbb;   
}
#mpl-sections[data-cols="1"] .mpl-sections-item{
    width: 98%;
}
#mpl-sections[data-cols="3"] .mpl-sections-item{
    width: 31.33%;
}
#mpl-sections[data-cols="4"] .mpl-sections-item{
    width: 23%;
}
#mpl-sections[data-cols="5"] .mpl-sections-item{
    width: 18%;
}
#mpl-sections .mpl-sections-item:hover{
    background: rgba(255, 255, 255, 0.95);  
    z-index: 2;
}
#mpl-sections .mpl-section-sceenshot{
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 50px;
    float: left;
}
#mpl-sections .mpl-section-sceenshot:after{
    position: absolute;
    content: "";
    background: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    transition: all 250ms;
    left: 0px;
    top: 0px;
}
#mpl-sections .mpl-sections-item:not(.selected) .mpl-section-sceenshot:hover:after{
    background: rgba(255,255,255,.45);
    transform: scale(1.015);
}
#mpl-sections .mpl-section-sceenshot button,
#mpl-sections .mpl-section-sceenshot .mpl-section-no-push{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px 20px;
    background: rgba(0,0,0,0.7);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    transition: .2s cubic-bezier(.445,.05,.55,.95);
    transition-property: transform,opacity;
    opacity: 0;
    min-width: 113px;
}

#mpl-sections .mpl-section-sceenshot .mpl-section-no-push{
    transform: translateX(-50%) translateY(-50%) scale(.825);
    width: 80%;
    text-align: center;
    text-transform: inherit;
    font-weight: 300;
    font-size: 14px;
    padding: 20px 15px; 
}
#mpl-sections .mpl-section-sceenshot:hover .mpl-section-no-push{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
#mpl-sections .mpl-section-sceenshot .mpl-section-use-prebuilt{
    transform: translateX(-50%) translateY(-50%) scale(.825);
    padding: 5px 18px;
}
#mpl-sections .mpl-section-sceenshot:hover .mpl-section-use-prebuilt{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
#mpl-sections .mpl-section-use-prebuilt button i{
    color: #fff;
}
#mpl-sections .mpl-section-sceenshot button:hover{
    background: rgba(0,0,0,0.95);
}


#mpl-sections .mpl-section-sceenshot button.mpl-section-include,
#mpl-sections .mpl-section-sceenshot button.mpl-section-push{
    transform: translateX(-108%) translateY(-50%) scale(.825);
}
#mpl-sections .mpl-section-sceenshot:hover button.mpl-section-include,
#mpl-sections .mpl-section-sceenshot:hover button.mpl-section-push{
    opacity: 1;
    transform: translateX(-108%) translateY(-50%) scale(1);
}

#mpl-sections .mpl-section-sceenshot button.mpl-section-clone,
#mpl-sections .mpl-section-sceenshot button.mpl-section-overwrite{
    transform: translateX(8%) translateY(-50%) scale(.825);
    background: rgba(135, 199, 37, 0.9);
}
#mpl-sections .mpl-section-sceenshot:hover button.mpl-section-clone,
#mpl-sections .mpl-section-sceenshot:hover button.mpl-section-overwrite{
    opacity: 1;
    transform: translateX(8%) translateY(-50%) scale(1);
}
#mpl-sections .mpl-section-sceenshot button.mpl-section-clone:hover,
#mpl-sections .mpl-section-sceenshot button.mpl-section-overwrite:hover,
#mpl-sections .mpl-section-sceenshot .mpl-section-use-prebuilt:hover{
    background: rgba(109, 161, 31, 0.95);
}

#mpl-sections .mpl-section-sceenshot button.mpl-section-push,
#mpl-sections .mpl-section-sceenshot button.mpl-section-overwrite,
#mpl-sections .mpl-section-sceenshot .mpl-section-no-push,
.mpl-save-row-to-section #mpl-sections .mpl-section-sceenshot button.mpl-section-include,
.mpl-save-row-to-section #mpl-sections .mpl-section-sceenshot button.mpl-section-clone,
.mpl-save-row-to-section #mpl-sections .mpl-section-use-prebuilt{
    display: none !important;
}

.mpl-save-row-to-section #mpl-sections .mpl-section-sceenshot button.mpl-section-push,
.mpl-save-row-to-section #mpl-sections .mpl-section-sceenshot button.mpl-section-overwrite,
.mpl-save-row-to-section #mpl-sections .mpl-section-sceenshot .mpl-section-no-push{
    display: block !important;
}

#mpl-sections .mpl-section-sceenshot img {
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    float: left;
    opacity: 1;
    will-change: transform;
    transition: .4s cubic-bezier(.175,.885,.32,1.275);
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.05);
}
#mpl-sections .mpl-sections-item:not(.selected) .mpl-section-sceenshot:hover img {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
}
#mpl-sections .mpl-section-info{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 12px;
}
#mpl-sections .mpl-section-info span, #mpl-sections .mpl-section-info i {
    max-width: 100%;
    overflow: hidden;
}
#mpl-sections .mpl-section-info i.taxonomies,
#mpl-sections .mpl-section-info i.date {
    color: #b7b7b7;
    font-weight: 400;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
    font-size: 12px;
}
#mpl-sections .mpl-section-info i.date {
    width: initial;
    float: right;
    clear: none;
    margin-top: 10px;
    margin-bottom: 5px;
}
#mpl-sections .mpl-section-info span {
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
}
#mpl-sections .mpl-section-info .mpl-section-funcs{
    float: right;
    margin-right: -10px;
    margin-top: 10px;
}
#mpl-sections .mpl-section-funcs a{
    padding: 8px 12px;
    border-radius: 2px;
    text-decoration: none;  
}
#mpl-sections .mpl-section-funcs a:hover{
    background: #eee;   
}
#mpl-sections .mpl-section-funcs i{
    cursor: pointer;
    color: #888;
    font-size: 13px;
}
#mpl-sections .mpl-section-funcs a.delete-section i{
    color: #EF6161;
}
#mpl-sections .mpl-section-funcs a.delete-section:hover i{
    color: #b53838;
}
#mpl-sections .mpl-section-pagination{
    clear: both;
    position: absolute;
    top: 20px;
    right: 1%;
    width: 98%;
    text-align: right;
    border-bottom: 1px dotted rgba(0,0,0,.2);
}
#mpl-sections .mpl-section-pagination.bottom{
    top: auto;
    bottom: 20px;
    border-bottom: none;
    border-top: 1px dotted rgba(0,0,0,.2);      
}
#mpl-sections .mpl-section-pagination .items,
#mpl-sections .mpl-section-pagination .pages-select{
    float: left;
    padding: 7px 10px;
    min-width: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 18px;
    background: rgba(255,255,255,.3);
    color: #555;
    border-radius: 2px;
    cursor: default;
}
#mpl-sections .mpl-section-pagination .pages-select{
    float: right;
    padding: 1px 10px;
}
#mpl-sections .mpl-section-pagination .pages-select select{
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0px;
}
#mpl-sections .mpl-section-pagination ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}
#mpl-sections .mpl-section-pagination ul li{
    float: left;
    padding: 7px 10px;
    border-right: 1px solid rgba(0,0,0,.1);
    min-width: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 18px;
    background: rgba(255,255,255,.75);
}
#mpl-sections .mpl-section-pagination.bottom ul li,
#mpl-sections .mpl-section-pagination.bottom .pages-select{
    margin-top: 18px;       
    margin-bottom: 0px;     
}
#mpl-sections .mpl-section-pagination ul li:last-child{
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#mpl-sections .mpl-section-pagination ul li:first-child{
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#mpl-sections .mpl-section-pagination ul li.inf{
    box-shadow: none;
    background: transparent;
    color: #aaa;
    cursor: default;
}
#mpl-sections .mpl-section-pagination ul li.active,
#mpl-sections .mpl-section-pagination ul li:not(.inf):hover{
    color: #fff;
    background: rgba(20,20,10, .75);
}
#mpl-sections .mpl-sections-item.selected .delete-section{
    display: none;  
}
#mpl-sections .mpl-sections-item.selected .mpl-section-sceenshot:before{
    height: 0px;
    width: 0px;
    content: "";
    border: 50px solid transparent;
    border-bottom: 50px solid rgba(134, 199, 36, 0.9);
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: 1;
    transform: rotate(45deg);
}
#mpl-sections .mpl-sections-item.selected .mpl-section-sceenshot:after{
    position: absolute;
    content: "\e080";
    font-family: 'simple-line-icons';
    font-size: 25px;
    color: #fff;
    top: 5px;
    right: 5px;
    left: auto;
    text-align: center;
    z-index: 2;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/*
*   End mpl sections
*/
.mpl-params-popup.bg-blur-style .wp-pointer-content {
    float: left;
    border-radius: 0;
    width: 100%;
}
.mpl-params-popup.bg-blur-style .m-p-body {
    background-size: cover;
    opacity: 1;
    float: left;
    position: relative;
    z-index: 1;
    padding: 0px;
    border-radius: 0;
    width: 100%;
    min-height: 150px;
}
.mpl-params-popup.posbottom.no-footer.bg-blur-style .wp-pointer-arrow {
    background: #849699;
    border: none;
    bottom: -11px;
}
.m-p-controls {
    margin: 0px;
    text-align: left;
}
.m-p-controls li {
    display: inline-block;
    margin-right: 10px;
}
.m-p-footer .m-p-controls li .button {
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 36px;
    padding: 3px 18px;
    font-size: 13px;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
}
.m-p-footer .m-p-controls li .button:hover {
    background: #ddd;
}
.m-p-footer .m-p-controls li .button i {
    margin-right: 2px;
}
.m-p-footer .m-p-controls li .button.save {
    color: #fff;
    background: #86c724;
    border: 1px solid #5a8815;
}
.m-p-footer .m-p-controls li .button.save:hover {
    background: #77b41b;
    border: 1px solid #538010;
}
.m-p-footer .m-p-controls li.pop-tips {
    float: right;
    margin-right: 0px;
}
.mpl-pop-tabs {
    float: left;
    margin: 0px;
    padding: 10px 14px 0;
    list-style: none;
    width: 100%;
    background: #e5e5e5;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.mpl-pop-tabs li {
    float: left;
    padding: 8px 15px;
    text-align: center;
    margin: 5px 5px 0 0;
    color: #a5a5a5;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    box-sizing: content-box;
    position: relative;
    line-height: 20px;
    letter-spacing: 2px;
}
.mpl-pop-tabs li.mpl-tab-elements{
    float: right;   
}
.mpl-pop-tabs li i {
    font-size: 20px;
    color: #333;
    margin-right: 5px;
    float: left;
}
.mpl-pop-tabs li:hover, .mpl-pop-tabs li.active {
    background: #ccc;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mpl-pop-tabs li.active, .mpl-pop-tabs li.active i {
    background-color: #fff;
    color: #86c724;
}
#mpl-undo-deleted-element {
    position: fixed;
    top: -132px;
    left: 0px;
    height: 30px;
    width: 100%; 
    z-index: 100000;
    text-align: center;
    background-color: #fcf8e3;
    line-height: 30px;
    border-bottom: 1px solid #F1E2C2;
    box-shadow: 0 2px 3px 0 rgba(85, 85, 85, 0.05);
}
#mpl-undo-deleted-element.drop-to-delete {
    top: 0px !important;
    transition: top 250ms;
    height: 31px;
    background: transparent;
    border: none;
    box-shadow: none;
}
#mpl-undo-deleted-element.drop-to-delete a,
#mpl-undo-deleted-element.drop-to-delete i {
    display: none;
}
#mpl-undo-deleted-element a {
    text-decoration: none;
}
#mpl-undo-deleted-element a:focus, #mpl-undo-deleted-element a:active {
    outline: none;
    box-shadow: none;
}
#mpl-undo-deleted-element a span.amount {
    background-color: #EF6161;
    color: #fff;
    padding: 3px;
    border-radius: 100%;
    height: 10px;
    line-height: 10px;
    width: 10px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    border: 1px solid #D24F4F;
}
#mpl-undo-deleted-element .sl-close {
    float: right;
    margin: 2px 20px 0 0;
    cursor: pointer;
    line-height: 30px;
}
#mpl-undo-deleted-element .sl-close:hover {
    font-weight: bold;
}

#drop-to-delete {
    display: none;
}
.drop-to-delete #drop-to-delete {
    display: inline-block;
}
#drop-to-delete span {
    background: #fff url('../images/trash.png') no-repeat center center;
    background-size: 25px;
    display: inline-block;
    transition: all 150ms;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    margin-top: 5px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.35);
}
#drop-to-delete.over span, #drop-to-delete span:hover {
    height: 100px;
    width: 100px;
    margin-top: 10px;
    background-color: #d54e21;
    background-size: 0px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    position: relative;
}
#drop-to-delete.over span:after {
    position: absolute;
    top: 33px;
    left: 10%;
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    content: "Drop to Delete";
    line-height: initial;
}
.m-settings-row {
    display: inline-block;
    text-align: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
}
.m-settings-row.m-notice,.m-settings-row.m-warning,.m-settings-row.m-success {
    padding: 10px 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 137, 0.39);
    margin-bottom: 10px;
    clear: both;
}
.m-settings-row.m-warning {
    background: rgba(239, 97, 97, .8);
    color: #fff;
}
.m-settings-row.m-success {
    background: rgba(134, 199, 36, 0.78);
    color: #fff;
}
.m-settings-row ul li{
    display: block; 
}
.m-settings-row .msr-left {
    float: left;
    width: 70%;
    padding: 15px 20px;
    text-align: left;
    border-right: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.m-settings-row .msr-left.msr-single {
    width: 100%;
    box-sizing: border-box;    
    border: none;
}
.m-settings-row .msr-left label {
    font-size: 18px;
    font-weight: 300;
}
.m-settings-row .msr-right {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding: 15px 20px;
}
.m-settings-row .msr-right .msr-content input,
.m-settings-row textarea {
    background: rgba(255, 255, 255, 0.75);
    height: 38px;
    border: none;
    border-radius: 2px;
    width: 100%;
    padding-left: 13px;
    box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.31);
}
.m-settings-row .msr-right .msr-content input:focus,
.m-settings-row textarea:focus {
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.31);
}
.m-settings-row img{
    max-width: 90%; 
}
.m-settings-row textarea.rt03 {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    padding-top: 10px;
}
.m-settings-row .msr-left span {
    color: #999;
    margin-top: 10px;
    display: block;
}
.mpl-params-popup h1.mgs-t02 {
    text-align: left;
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 300;
}
#mpl-global-sections .mgs-settings-section h1.mgs-t02 span {
    font-size: 14px;
    color: #888;
}
.mpl-el-ui{
    float: left;
}
.mpl-el-ui.meu-radio, .mpl-el-ui.meu-boolen {
    display: inline-block;
}
.meu-radio ul, .meu-boolen ul, .mpl-ui-kit.boolen {
    padding: 1px;
    margin: 0px;
    float: left;
    border-radius: 30px;
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.1) inset;
    background: rgba(0,0,0,0.5);
    position: relative;
}
.meu-radio ul:hover, .meu-boolen ul:hover, .mpl-ui-kit.boolen:hover {
    background: rgba(0,0,0,0.6);
}
.meu-radio ul li, .mpl-ui-kit.boolen label {
    float: left;
    padding: 6px 20px;
    margin: 0px;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    cursor: pointer;
    border-left: 1px solid rgba(0,0,0,0.2);
}
.meu-radio ul li:hover {
    color: #fff;
}
.meu-radio ul li:first-child,
.meu-radio ul li.active + li {
    border: none;
    padding-left: 21px;
}
.meu-radio ul li.active {
    background: #47D3FF;
    color: #fff;
    border-radius: 30px;
}
.meu-radio ul li input {
    display: none;
}
.mpl-ui-kit.boolen{
    width: 60px;
    box-shadow: 1px 1px 1px 0 rgba(255,255,255,.5), 1px 1px 3px 0 rgba(0,0,0,0.25) inset;
}
.mpl-ui-kit.boolen input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    margin: 0px;
    z-index: 10;
}
.meu-boolen ul li, .mpl-ui-kit.boolen label {
    float: left;
    background: rgba(255, 255, 255, 0);
    margin: 0px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    position: relative;
}
.meu-boolen ul li.active, .mpl-ui-kit.boolen label {
    height: 30px;
    width: 30px;
    background: #fff;
    position: relative;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.1) inset;
    color: #999;
    padding: 0px;
}
.meu-boolen ul li.active:after,.meu-boolen ul li.active:before,.mpl-ui-kit.boolen label:after,.mpl-ui-kit.boolen label:before {
    width: 1px;
    height: 15px;
    background: #707270;
    content: "";
    position: absolute;
    top: 8px;
    left: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.meu-boolen ul li.active:before,.mpl-ui-kit.boolen label:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.mpl-ui-kit.boolen input:checked+label{
    float: right;
} 
.meu-boolen ul li:first-child.active, .mpl-ui-kit.boolen input:checked+label {
    background: #47D3FF;
}
.meu-boolen ul li:first-child.active:after, .mpl-ui-kit.boolen input:checked+label:after {
    background: #fff;
    left: 18px;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
}
.meu-boolen ul li:first-child.active:before, .mpl-ui-kit.boolen input:checked+label:before {
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    height: 10px;
    left: 11px;
    top: 13px;
}
.meu-boolen ul li input {
    display: none;
}
.mpl-el-ui.meu-select {
    display: inline-block;
    border-radius: 30px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 10px;
    color: #fff;
}
.mpl-el-ui.meu-select select {
    height: 30px;
    min-width: 70px;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #fff;
}
.mpl-el-ui.meu-select select option {
    background: #333;
    color: #fff;
}
.mpl-sections-manager #mpl-container {
    margin-top: 10px;
}
.mpl-section-meta {
    margin-top: 29px;
    position: relative;
}
.mpl-section-meta #mpl-save-success {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #fafafa;
    color: #333;
    display: none;
    text-align: center;
}
#mpl-save-success .mss-wrp {
    padding: 0px;
    display: table-cell;
    top: 50%;
    left: 6%;
    width: 88%;
    position: absolute;
    margin-top: -101px;
}
#mpl-save-success .mss-wrp>i.fa {
    font-size: 50px;
    color: #86C724;
}
#mpl-save-success .mss-wrp h3 {
    font-size: 20px;
    padding: 0 0 10px;
}
#mpl-save-success .mss-wrp span {
    margin-bottom: 30px;
    display: inline-block;
}
.mpl-section-meta input[type="text"] {
    border: 1px solid #ddd;
    margin: 0 2%;
    width: 96%;
    border-radius: 2px;
    background: #fefefe;
    padding-left: 10px;
}
.mpl-section-meta .misc-pub-section {
    padding: 20px 10px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #F1F1F1;
}
.mpl-section-meta .misc-pub-section label {
    display: block;
    text-align: left;
    color: #888;
    margin: 0px 2% 5px;
    font-size: 13px;
}
.mpl-section-meta .misc-pub-section:nth-child(even) {
    background: #fafafa;
}
.mpl-section-meta div.misc-pub-section.last {
    border: none;
}
.mpl-section-meta .misc-pub-section:nth-child(even) input[type="text"] {
    background: #fff;
}
.mpl-section-meta div.misc-pub-section .button-primary {
    background: #86c724;
    border: none;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 10px;
}
.mpl-section-meta div.misc-pub-section .button-primary:hover {
    background: #148aad;
}
.mpl-section-meta .mpl-attach-field-wrp {
    min-height: 50px;
    padding-bottom: 10px;
}
.mpl-section-meta .mpl-attach-field-wrp .img-sizes .button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px 6px;
    height: auto;
    margin: 10px 0 5px;
    line-height: inherit;
}
.mpl-section-meta .mpl-attach-field-wrp .img-sizes .button:hover {
    color: #86c724;
    background: transparent;
}
.mpl-section-meta .mpl-attach-field-wrp .img-sizes .button-primary {
    color: #86c724;
}
.mpl-section-meta .mgs-tips {
    top: 45px;
}
#mpl-sections-manager {
    margin: 50px 0 0 0;
}
#mpl-sections-manager .mgs-select-section .mgs-select-wrp {
    overflow: inherit;
    height: inherit;
    margin-top: 20px;
}
#mpl-sections-manager .mgs-select-section h1 {
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 15px;
}
#mpl-sections-manager .mgs-select-section h1 a {
    text-decoration: none;
    background: #e0e0e0;
    text-transform: capitalize;
    padding: 4px 8px;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    margin-left: 4px;
}
#mpl-sections-manager .mgs-select-section h1 a:hover {
    background: #00a0d2;
    color: #fff;
}
#mpl-sections-manager select.filter-by-category {
    margin-right: 3.3%;
    margin-bottom: 10px;
}
#mpl-sections-manager .mgs-section-item .mgs-si-sceenshot span {
    font-size: 15px;
}
#mpl-sections-manager .mgs-section-item .mgs-si-funcs {
    display: block;
}
#mpl-sections-manager .mgs-select-section select,
#mpl-sections-manager .mgs-select-section input[type="text"],
#mpl-sections-manager .mgs-select-section input[type="search"] {
    height: 35px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.2);
}
#mpl-sections-manager .mgs-select-section .mgs-section-item {
    margin-bottom: 3%;
    margin-right: 3%;
    width: 30%;
}
#mpl-sections-manager .load-more {
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 97%;
}
.mpl-sections-manager #mpl-controls,
.mpl-sections-manager #mpl-footers ul li.mpl-add-sections {
    display: none;
}
.mpl-sections-manager #mpl-controls h3 {
    float: right;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    padding: 0px;
    margin-right: 10px;
    text-transform: capitalize;
}
a.mpl-backtoList {
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
}
#mpl-section-settings {
    float: right;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 7px 13px;
    border-radius: 3px;
    font-size: 18px;
    color: #888;
    cursor: pointer;
}
#mpl-section-settings:hover {
    color: #333;
    background: #eee;
}
#mpl-page-settings {
    margin: 30px 20px;
}
#mpl-page-settings.mpl-optimize-settings .m-settings-row,
#mpl-page-settings.mpl-optimize-settings .button{
    display: none;
}
#mpl-page-settings.mpl-optimize-settings .button.clear-cache{
    float: right;
    display: block;
}
#mpl-page-settings.mpl-optimize-settings .m-settings-row.show-on{
    display: inline-block;
}
#mpl-page-settings.mpl-optimize-settings .m-settings-row.show-on .msr-right i{
    top: 100px;
    left: 50px;
    font-size: 80px;
    position: relative;  
}
#mpl-page-settings.mpl-optimize-settings.mpl-optimized-on .m-settings-row,
#mpl-page-settings.mpl-optimize-settings.mpl-optimized-on .button{
    display: inline-block;
}
#mpl-page-settings.mpl-optimize-settings.mpl-optimized-on .show-on{
    display: none;
}
#instantSaving {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    color: #eee;
    text-align: center;
}
#instantSaving span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 400px;
    margin: -40px 0 0 -200px;
}
#instantSaving span i {
}
.mpl-params-popup #mpl-page-settings h1.mgs-t02 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}
.mpl-params-popup #mpl-page-settings h1.mgs-t02 > span{
    float: left;
    margin-right: 20px; 
}
.mpl-params-popup #mpl-page-settings h1.mgs-t02 > .mpl-ui-kit{
    margin-top: -5px;
}
.sys-colorPicker {
    margin-top: 5px;
}
.sys-colorPicker .extendRGBA {
    bottom: 12px;
    ;
    left: 10px;
    position: absolute;
}
.sys-colorPicker .extendRGBA select {
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    padding: 2px;
    width: 99%;
}
.sys-colorPicker .extendRGBA select option {
    padding: 15px 10px;
}
.sys-colorPicker .extendRGBA button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 2px;
    cursor: pointer;
    padding: 3px 7px;
    color: #fff;
}
.sys-colorPicker .extendRGBA button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
.sys-colorPicker .extendRGBA input {
    font-size: 12px;
    padding: 1px;
    height: 20px;
    width: 25px;
    background: none;
    border: none;
}
input::-webkit-input-placeholder {
    font-size: 13px;
    color: #bbb;
}
.float_publish_action {
    position: fixed;
    top: 35px;
    width: 257px;
    border: 1px solid #ddd;
    z-index: 10;
    margin-left: -1px;
    background: #fff !important;
}

.bum-effs {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bum;
    animation-name: bum;
}
@-webkit-keyframes bum {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        font-weight: bold;
        color: #000;
    }
    
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        font-weight: bold;
        color: #000;
    }
}

@keyframes bum {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    40% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        font-weight: bold;
        color: #000;
    }
    
    60% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        font-weight: bold;
        color: #000;
    }
}

.mpl-bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: kingbounceIn;
    animation-name: kingbounceIn;
}

@-webkit-keyframes kingbounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
    70% {
        -webkit-transform: scale(.99);
        transform: scale(.99)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes kingbounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01)
    }
    70% {
        -webkit-transform: scale(.99);
        -ms-transform: scale(.99);
        transform: scale(.99)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes notice {
    0%, 50%, 100% {
        color: rgba(255,255,255,1);
    }
    
    25%, 75% {
        color: rgba(255,255,255,0);
    }

}

@keyframes notice {
    0%, 50%, 100% {
        color: rgba(255,255,255,1);
    }
    
    25%, 75% {
        color: rgba(255,255,255,0);
    }
}

@-webkit-keyframes pip {
    0%, 100%{
       opacity: 0;
    }
    
    50% {
      opacity: 1;
    }
}

@keyframes pip {
    0%, 100%{
       opacity: 0;
    }
    
    50% {
      opacity: 1;
    }
}

#mpl-preload, #mpl-tours {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    color: #555;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 10000000;
    max-height: 100vh;
}
#mpl-preload .mpl-preload-body {
    display: inline-block;
    background: #fff;
    width: 470px;
    border-radius: 5px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
}
#mpl-preload .mpl-preload-body iframe{
    max-height: 100%;   
}
#mpl-preload>.fa{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    color: #fff;
}
#mpl-preload a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 32px;
    font-size: 25px !important;
    text-decoration: none;
    text-align: center;
    color: #aaa;
    font-family: arial !important;
    font-weight: normal !important;
    border-radius: 70px;
    padding: 0px 0;
    background: #fff;
    border-top-right-radius: 0px;
}
#mpl-preload a.close:hover {
    color: #b23838;
}
#mpl-preload h3.mesg {
    font-weight: 300;
    font-size: 22px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 50px 50px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 1px;
}
#mpl-preload h3.mesg i {
    font-size: 45px;
    margin: 20px;
    display: inline-block;
}
#mpl-preload h3.mesg.error i{
    color: #DC4D4D;
}
#mpl-preload h3.mesg.success i{
    color: #66f566;
}

span.mpl-loader{
    animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite mpl-spinner;
    -webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite mpl-spinner;
    display: inline-block;
    height: 50px;
    margin: 20px;
    width: 50px;
    background: url('../images/loader.png') center center no-repeat;
    background-size: 50px 50px;
}
span.mpl-loader.dark{
    background-image: url('../images/loader-dark.png');
}
#mpl-tours {
    padding-top: 0px;
}
#mpl-preload h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    background: initial !important;
    text-indent: inherit !important;
    width: inherit;
    height: initial;
}
#mpl-preload div#mpl-welcome {
    display: none;
}
#mpl-preload div#mpl-welcome.enter-license{
    display: block;
}
#mpl-preload .mpl-msg-success{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 400px;
    margin: -40px 0 0 -200px;
}
#mpl-preload .mpl-msg-success i {
    font-size: 50px;
    font-weight: 300;
    color: #88e651;
}
#mpl-preload .mpl-msg-success div{
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 3px;
    display: block;
}
.mpl-preload-body ul,.mpl-preload-body .mpl-pl-form{
    width: 100%;
    margin: 40px auto 35px;
}
.mpl-preload-body ul li,.mpl-preload-body .mpl-pl-form input[type="text"]{
    display: inline-block;
    width: 100%;
    background: #eee;
    padding: 13px 20px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    text-align: left;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0 0 10px 0;
}
.mpl-preload-body .mpl-pl-form input[name="mpl-license-key"]{
    text-align: center;
}
.mpl-preload-body .mpl-pl-form input[type="text"]:focus{
    border: 1px solid #ccc;
    background: #f8f8f8;
}
.mpl-preload-body .notice{
    background: #FAFFC6;
    box-shadow: none;
    padding: 20px 15px;
    border: 1px dashed #ccc;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    margin: 0 0 25px 0;
    border-radius: 3px;
}
.mpl-preload-body .pl-loading{
    color: #555;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255,255,255, 0.9);
    border-radius: 5px;
}
.mpl-preload-body .pl-loading i{
    margin: 0 auto;
}
.mpl-preload-body .notice.error{
    background: #D25E4F;
    color: #fff;
    border: 1px solid #A0450E;
}
.mpl-preload-body .notice.error a{
    color: #333;
    text-decoration: none;
}
.mpl-preload-body .notice.error a:hover{
    color: #000;
    text-decoration: underline;
}
.mpl-preload-body .notice.success{
    background: #61BF46;
    color: #fff;
    border: 1px solid #30A530;
}
.mpl-preload-body ul li.notice:hover{
    background: #EFF5B6;
}
.mpl-preload-body ul li:hover{
    background: #ddd;
    border: 1px solid #d8d8d8;
}
.mpl-preload-body ul li a{
    text-decoration: none;
}
.mpl-preload-body ul.mpl-tour-videos{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.mpl-preload-body ul.mpl-tour-videos li{
    display: inline-block;
    margin: 15px 3px;
    width: auto;
    padding: 3px;
    text-align: center;
    border: none;
    border-radius: 2px;
    position: relative;
}
.mpl-preload-body ul.mpl-tour-videos li.active{
    background: #30A530;
}
.mpl-preload-body ul.mpl-tour-videos li a span{
    padding: 5px 14px;
    background: #fff;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    font-weight: bold;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
    transform: translateX(-50%) translateY(-50%);   
}
.mpl-preload-body ul.mpl-tour-videos li:hover a span,
.mpl-preload-body ul.mpl-tour-videos li.active a span{
    opacity: 0.9;
}
.mpl-preload-body ul.mpl-tour-videos li img{
    max-width: 80px;
    float: left;
}
.mpl-preload-body > .fa{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}
.mpl-preload-body h4 {
    font-family: serif;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
}
#mpl-preload-footer .left {
    float: left;
}
#mpl-preload-footer .right {
    float: right;
}
#mpl-preload .button {
    background: #86c724;
    color: #fff;
    border-radius: 2px;
    border: none;
    height: 40px;
    position: relative;
    line-height: 40px;
    padding: 0 20px;
    box-shadow: none;
    font-size: 14px;
}
#mpl-preload .button:hover {
    background: #288FAF;
}
#mpl-preload #mpl-preload-footer .button.gray {
    background: #fff;
    color: #888;
    border: 2px solid #eee;
    box-sizing: border-box;
    line-height: 36px;
}
#mpl-preload #mpl-preload-footer .button.gray:hover {
    background: #eee;
    color: #333;
}

/*!
 * Pikaday
 * Copyright (c) 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    position: relative;
    color: #fff;
    background: rgba(0,0,0,0.8);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid rgba(0,0,0,0.8);
    border-top: none;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after {
    clear: both
}
.pika-single {
    *zoom: 1 }



.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.75);
    z-index: 100001;
}

.pika-lendar {
    float: left;
    width: 300px;
    margin: 15px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    opacity: .8;
    color: #fff;
    background: transparent;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}
.pika-table .is-empty{
    border: none !important;
    background: transparent !important; 
}
.pika-table th {
    color: #333;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: rgba(250, 250, 250, 0.75);
    border: 1px solid rgba(20, 20, 20, 0.15);
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: rgba(245, 245, 245, 0.09);
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    border-radius: 1px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 1px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}
#mpl-color-picker-btn {
    position: absolute;
    width: 100%;
    top: 135px;
    left: 15px;
}

#mpl-color-picker-btn button {
    border: none;
    padding: 5px 8px;
    text-align: center;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.14902);
    float: left;
    margin-right: 8px;
    font-size: 12px;
}

#mpl-color-picker-btn button:hover {
    background: rgba(255, 255, 255, 0.25);
}

#mpl-color-picker-btn div {
    width: 100%;
    height: 10px;
    display: block;
    clear: both;
}

#mpl-color-picker-btn span.fix-std {
    float: left;
    margin: 0px 0 0 9px;
    height: 27px;
    width: 27px;
    cursor: pointer;
    border-radius: 27px;
}

#mpl-color-picker-btn span.preset {
    float: left;
    margin: 5px 6px 0 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
}
#mpl-color-picker-btn span.preset del{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px 8px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    text-decoration: inherit;
}
#mpl-color-picker-btn span.preset:hover del{
    display: block;
}
#mpl-color-picker-btn span.preset del:hover{
    background: rgba(255, 0, 0, 0.85);
}
#mpl-color-picker-btn span.preset del:after{
    content: "";
    position: absolute;
    top: -10px;
    border: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    width: 0px;
}
#mpl-color-picker-btn span.preset del:hover:after {
    border-bottom: 5px solid rgba(255, 0, 0, 0.85); 
}
#mpl-color-picker-btn span.preset del:before{
    position: absolute;
    top: -6px;
    height: 6px;
    width: 100%;
    left: 0px;  
    content: "";
}
#mpl-color-picker-btn span:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}

#mpl-color-picker-sldM {
    display: block;
    position: absolute;
    right: 40px;
    top: 0px;
    width: 38px;
    height: 211px;
    cursor: pointer;
    background: url("../js/mpl.vendors/arrow.gif") no-repeat 0px 10px;
}

#mpl-color-picker-sldBO {
    display: block;
    position: absolute;
    right: 14px;
    top: 0px;
    width: 38px;
    height: 211px;
    cursor: pointer;
    background: url("../js/mpl.vendors/arrow.gif") no-repeat 0px 10px;
}

#mpl-color-picker-sldO {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 211px;
    cursor: pointer;
    background: url("../js/mpl.vendors/arrow.gif") no-repeat 0px 10px;
}

#mpl-color-picker-sldBO {
    display: block;
    position: absolute;
    right: 14px;
    height: 101px;
    width: 15px;
    top: 15px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
    border-radius: 2px;
    background: url("../js/mpl.vendors/opa.gif") 0% 0% / 100% no-repeat rgb(255, 255, 255);
}

#mpl-color-picker-sldB {
    display: block;
    position: absolute;
    right: 55px;
    top: 15px;
    border-width: 0px;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

#mpl-color-picker-padB {
    position: absolute;
    left: 15px;
    top: 15px;
    border-width: 0px;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

#mpl-color-picker-padM {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 203px;
    height: 211px;
    cursor: crosshair;
    background: url("../js/mpl.vendors/cross.gif") no-repeat;
}

#mpl-color-picker-pad {
    width: 181px;
    height: 101px;
    border-radius: 2px;
    background-image: url("../js/mpl.vendors/hs.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#mpl-color-picker-sld {
    overflow: hidden;
    width: 15px;
    height: 101px;
    border-radius: 2px;
}

#mpl-color-picker-boxB {
    position: absolute;
    clear: both;
    z-index: 180000002;
    border-width: 0px;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.34902) 2px 2px 10px;
    border-radius: 1px;
    background: rgba(70, 85, 89, 0.972549);
}
#mpl-right-click-helper{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.mpl-right-click-dialog{
    background: #28292f;
    min-width: 170px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
}

#mpl-elms-breadcrumn{
    left: 10px;
    display: block;
}
#mpl-elms-breadcrumn ul{
    margin: 0px;
    padding: 0px;
}
#mpl-elms-breadcrumn ul li.item{
    margin: 0 2px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    text-align: center;
    background: #525c68;
    margin-right: 10px;
    float: right;
    height: 32px;
    line-height: 32px;
    color: #fff;
}
#mpl-elms-breadcrumn ul li.item:before{
    position: absolute;
    left: -10px;
    top: 0px;
    height: 32px;
    width: 10px;
}
#mpl-elms-breadcrumn ul li.item>span{
    padding: 0 30px 0 0px;
    min-width: 40px;
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin-right: -10px;
    background-size: 10px 130px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    float: right;
}
#mpl-elms-breadcrumn ul li.item:hover, #mpl-elms-breadcrumn ul li.active{
    background: #86c724;
    color: #fff;
}
#mpl-elms-breadcrumn ul li.item:hover:before, #mpl-elms-breadcrumn ul li.active:before{
    background-position: 0px -64px;
}
#mpl-elms-breadcrumn ul li.item:hover span, #mpl-elms-breadcrumn ul li.active span{
    background-position: right -97px;   
}   
#mpl-elms-breadcrumn ul li.active{
    position: relative;
}

#mpl-elms-breadcrumn ul li.active:hover{
    overflow: inherit;  
}
#mpl-elms-breadcrumn ul li.active li[data-act="edit"]{
    display: none;  
}
#mpl-elms-breadcrumn ul li.item>ul,
#mpl-elms-breadcrumn ul li.item ul.sub{
    position: absolute;
    top: 100%;
    left: calc(-65px + 50%);
    background: #333;
    color: #fff;
    width: 130px;
    margin-top: 7px;
    border-radius: 3px;
    display: none;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item:not(.active)>ul:after{
    position: absolute;
    height: 100px;
    width: 100px;
    transform: rotate(45deg);
    bottom: 3px;
    left: -50px;
    top: auto;
    z-index: -1;
    content: "";
}
#mpl-elms-breadcrumn.mpl-right-click-dialog:not(.mpl-rc-left) ul li.item:not(.active)>ul:after{
    right: -50px;
    left: auto; 
}
#mpl-elms-breadcrumn ul li.item>ul li,
#mpl-elms-breadcrumn ul li.item ul.sub li{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 2px 8px;
    box-sizing: border-box;
    cursor: pointer;
    color: #ededed;
    font-size: 12px;
    border-radius: 3px;
    transition: all 300ms;
    margin: 0px;
}
#mpl-elms-breadcrumn ul li.item>ul li[data-act="delete"]{
    background: #DC4D4D;
}
#mpl-elms-breadcrumn ul li.item>ul li[data-act="delete"]:hover{
    background: #b33030;
}
#mpl-elms-breadcrumn ul li.item>ul li i,
#mpl-elms-breadcrumn ul li.item ul.sub li i{
    color: rgba(255,255,255,0.5);
    width: 25px;
    text-align: center;
}
#mpl-elms-breadcrumn ul li.item>ul li:hover,
#mpl-elms-breadcrumn ul li.item ul.sub li:hover{
    background: #444;   
}
#mpl-elms-breadcrumn ul li.item:hover>ul{
    display: block;
    opacity: 0;
    top: -1000px;
    transform: translateY(-10px) scale(0.95);
    animation-duration: 0.3s;
    animation-name: fadeInFromNoneBrv;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}
.mpl-right-click-dialog li li{
    text-align: left;   
}
#mpl-elms-breadcrumn.mpl-right-click-dialog.mpl-rc-left>ul>li{
    float: right;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item{
    clear: both;
    margin: 0px;
    height: auto;
    line-height: inherit;
    width: 100%;
    text-align: left;
    background: #07081b;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item:hover,
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li:hover{
    background: #86c724;
    z-index: 100000;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item span.pointer i{
    color: #a9a9a9;
    margin-right: 3px;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item:hover span.pointer i{
    color: #fff;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item.active span.pointer i.fa-angle-right:before{
    content: "\f107";
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item span.pointer{
    margin: 0px;
    background: none;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item span.pointer:hover{
    position: relative;
    z-index: 10;    
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item.active{
    background: transparent;    
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul{
    position: static;
    clear: both;
    border-radius: 0px;
    min-width: 100%;
    background: transparent;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li {
    padding: 1px 8px;
    border-radius: 0px;
    color: #9798b1;
    position: relative;
    font-weight: 400;
    line-height: 32px;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li span{
    width: 50%;
    text-align: center;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 34px;
    background: #34353c;
    cursor: pointer;
    opacity: 0;
    transition: opacity 250ms ease;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li:hover span{
    opacity: 1; 
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li span:last-child{
    left: 50%;
    border-left: 1px solid rgba(255,255,255,.1);
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li span:hover{
    background: #86c724;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li i{
    color: #9798b1; 
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item.active ul li {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li:hover,
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li:hover i,
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li.active, 
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item ul li.active i {
    color: #fff;    
}
#mpl-elms-breadcrumn.mpl-right-click-dialog li.active ul,
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.active li[data-act="edit"]{
    display: block; 
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item>ul li[data-act="delete"]{
    background: transparent;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item>ul li[data-act="delete"]:hover{
    background: #DC4D4D;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog li ul:before{
    display: none;  
}
#mpl-elms-breadcrumn.mpl-right-click-dialog li.item:hover ul{
    opacity: 1;
    top: 100%;
    animation: none;
    transform: none;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item:not(.active):hover ul:not(.sub),
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item li:hover>ul.sub{
    display: block;
    opacity: 1;
    animation: none;
    transform: none;
    position: absolute;
    background: #34353c;
    bottom: -100%;
    left: 100%;
    margin: 0px;
    top: auto;
    z-index: 1;
    border-left: 1px solid rgba(255,255,255,.1);
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item li:hover>ul.sub{
    bottom: 0px;
    top: 0px;
}
#mpl-elms-breadcrumn ul li.item ul.sub:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    border: 7px solid transparent;
    border-right: 7px solid #34353c;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog:not(.mpl-rc-left) ul li.item:not(.active):hover ul:not(.sub),
#mpl-elms-breadcrumn.mpl-right-click-dialog:not(.mpl-rc-left) ul li.item li:hover>ul.sub{
    left: -100%;
    border: none;
    border-right: 1px solid rgba(255,255,255,.1);
}
#mpl-elms-breadcrumn.mpl-right-click-dialog:not(.mpl-rc-left) ul li.item li:hover>ul.sub:after{
    left: auto;
    right: -14px;   
    border: 7px solid transparent;
    border-left: 7px solid #34353c;
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item:not(.active):hover:after{
    top: 13px;
    right: 0px;
    border: 5px solid transparent;
    border-right: 5px solid #333;
    position: absolute;
    content: "";
}
#mpl-elms-breadcrumn.mpl-right-click-dialog:not(.mpl-rc-left) ul li.item:not(.active):hover:after{
    left: 0px;
    right: auto;
    border: 5px solid transparent;
    border-left: 5px solid #333;    
}
#mpl-elms-breadcrumn.mpl-right-click-dialog ul li.item.for-responsive ul li input{
    width: 47%;
    border: none;
    height: 27px;
    text-align: center;
}
#mpl-instantor{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(80, 80, 80, 0.9);
    color: #eee;
    padding: 0px;
    font-size: 13px;
    transform: translateX(0) translateY(-100%);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.5);
    border-radius: 2px;
    min-width: 375px;
}
#mpl-instantor:after{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    border: 8px solid transparent;
    border-top: 8px solid rgba(80, 80, 80, 0.9);
    transform: translateX(-50%);
}
#mpl-instantor i{
    padding: 6px 11px;
    cursor: pointer;
    float: left;
    transition: background 250ms ease;
}
#mpl-instantor i:hover, #mpl-instantor i.active, #mpl-instantor select:hover{
    background-color: #86c724;
    color: #fff !important; 
}
#mpl-instantor input{
    box-shadow: none;
    border: none;
    height: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.1);
    color: #eee;
    font-size: 13px;
    margin-right: 5px;
}
#mpl-instantor.imgclick i{
    padding: 10px 16px;
    border-right: 1px solid rgba(255,255,255,.2);
}
#mpl-instantor.imgclick i[data-act="removeimage"]:hover{
    color: #eee;
    background: #DC4D4D;    
}
#mpl-instantor label{
    margin: 0 0 0 10px; 
}
#mpl-instantor select{
    -webkit-appearance: initial;
    border: none;
    color: #eee;
    line-height: inherit;
    height: 30px;
    appearance: initial;
    font-size: 13px;
    position: relative;
    background: transparent url(../images/arrow-select-white.png) no-repeat right center;
    padding: 0 0 0 10px;
    background-size: 20px;
    cursor: pointer;
    float: left;
    margin: 0px;
}
#mpl-instantor .instmostuse, #mpl-instantor .instmore{
    float: left;
    display: block;
    clear: both;
    width: 100%;
}
#mpl-instantor .instmore{
    border-bottom: 1px dotted rgba(255,255,255,.3);
    display: none;
}
#mpl-instantor.ismore .instmore{
    display: block;
}
#mpl-instantor.ismore i[data-act="more"]{
    color: #86c724;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
    }

    1% {
        opacity: 0;
        -webkit-transform: scale(0.95);
    }

    100% {
        opacity: 1
        -webkit-transform: scale(1);
    }
}

@keyframes fadeInFromNoneIE {
    0% {
        opacity: 0;
       transform: scale(0.95);
    }

    1% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1
        transform: scale(1);
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    1% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes mpl-spinner {
  0% {
      transform: scale(1) rotate(0deg);
      -o-transform: scale(1) rotate(0deg);
  }
  100% {
      transform: scale(1) rotate(720deg);
      -o-transform: scale(1) rotate(720deg);
  }
}

@-webkit-keyframes mpl-spinner {
  0% {
      -webkit-transform: scale(1) rotate(0deg);
  }
  100% {
     -webkit-transform: scale(1) rotate(720deg);
  }

}

@keyframes kcnotice {
  0% {
      -webkit-transform: translateX(-50%) translateY(-30%);
      opacity: 0.5;
  }
  50% {
      -webkit-transform: translateX(-50%) translateY(0%);
      opacity: 1;
  }
  100% {
      -webkit-transform: translateX(-50%) translateY(-30%);
      opacity: 0.5;
  }
}
@keyframes kcopen {
  0% {
      transform: scale(0.5);
      opacity: 0;
  }
  1% {
      transform: scale(0.5);
       opacity: 0;
  }
  100% {
      transform: scale(1);
       opacity: 1;
  }
}

.mpl-group-rows.disable_button .mpl-add-group,
.mpl-group-rows.disable_button .delete,
.mpl-group-rows.disable_button .double{
    display:none;
}

.mpl-templates {
    padding: 0 10px 10px;
    height: 540px;
}

.mpl-templates ul.mpl-templates-list{
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    
}
.mpl-templates .mpl-template-item {  
    float: left;
    width: 25%;
    text-align: left;
    padding: 10px;
    border: none;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    text-align:center;
}

.mpl-templates .mpl-template-item img {
    max-width: 100%;
}

.mpl-templates-list-main {
    overflow: hidden;
}

.mpl-templates li.mpl-template-item:hover{
    
}

.mpl-template-item strong {
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
}

.mpl-params-popup.wp-pointer-top .wp-pointer-arrow-inner,
.mpl-params-popup.wp-pointer-undefined .wp-pointer-arrow-inner {
    border-bottom-color: #86c724;
}

.mpl-params-popup.wp-pointer-top .wp-pointer-arrow,
.mpl-params-popup.wp-pointer-undefined .wp-pointer-arrow {
    border-bottom-color: transparent;
}
.mpl-close{
    float:right;
    font-size:18px;
    cursor:pointer;
}




.mpl-row-control {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 40px;
    height: 100%;
    background-color: #86c724;
    border-radius: 0 5px 5px 0;
}

.mpl-row-control li {
    float: none;
    display: block;
    width: 100%;
}

.mpl-row {
    width: 100%;
    margin-top: 30px;
    background-color: none;
}

.mpl-column>.mpl-column-control {
    display: none;
}

.mpl-column-wrap {
    padding: 15px;
    border-radius: 5px 0 0 5px;
}

.mpl-row-control li {
    color: #fff;
    font-size: 16px;
}

.mpl-row-control li.close {
    position: absolute;
    bottom: 0;
}

.mpl-row-control li.rowStatus i {
    height: 20px;
    width: 20px;
    background: #ccc;
    border-radius: 50px;
    
}

.mpl-row-control li.rowStatus i:after {
    background: #86c724;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-left: 1px;
}

.mpl-element {
    padding: 30px;
}

.mpl-element.mpl_undefined {
    padding: 15px;
}

.mpl-add-new {
    width: 100%;
    background: transparent;
    border: 3px dashed #ccc;
    padding: 30px 0;
    text-align: center;
}

ul.mpl-controls {
    border-radius: 100px;
    overflow: hidden;
}

ul.mpl-controls li {
    box-sizing: border-box;
    text-align: center;
}

ul.mpl-controls {
    border-radius: 3px;
    overflow: hidden;
}

ul.mpl-controls li {
    box-sizing: border-box;
    text-align: center;
}

.mpl-row {
    background: #fff;
}

.mpl-column-wrap {
    background: #fff;
}

.mpl-element,
.mpl-element.mpl_undefined {
    background: #f5f5f5;
}

#mpl-controls .button.collapse i, #mpl-controls .button.post-settings i, #mpl-controls .button.save-page-content i {
    color: #666;
}


/*magee start*/
#cf-all{
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    color: #555;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 10000000;
    max-height: 100vh;
}
.confirm-frame{
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    width:300px;
    height:150px;
}

.confirm-frame .confirm-title{
    width: 300px;
    height:40px;
    line-height: 40px;
    font-size: 1.5em;
    background: #86C724;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;

}

.confirm-frame .cf-ok{
    margin-bottom: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 36px;
    padding: 2px 20px;
    font-size: 13px;
    background: #86C724;
    cursor: pointer;
    color: #fff;

}
.confirm-frame .cf-cancel{
    margin-left: 20px;
    margin-bottom: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 36px;
    padding: 2px 8px;
    font-size: 13px;
    background: #86C724;
    cursor: pointer;
}
.confirm-frame .cf-content{
     padding: 3px 10px;
}
/*
 * Pro Logo
 */
.mpl-element-item[data-support="pro"] {
    position: relative;
}

.mpl-element-item[data-support="pro"]:after {
    content: "PRO";
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    background-color: #ff8c4b;
    color: #fff;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .05em;
}


.section-tools{
    position: absolute;
    top:20px;
    left: 20px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    overflow: hidden;
    z-index: 999999;
    box-shadow:1px 1px 5px 2px rgba(0,0,0,.1);
}
.section-tools .section-name{
    height: 30px;
    background: #86c724;
    line-height: 30px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
}
.section-tools .tool-group{
    height: 30px;
    background: #ffffff;
}
.section-tools .tool-group ul{
    margin: 0;
    font-size: 0;
    list-style:none;
    text-align: center;
}
.section-tools .tool-group li{
    position: relative;
    display: inline-block;
    font-size:16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
}

.section-tools .tool-group i{
    line-height: 30px;
    font-weight: 500;
    box-sizing: border-box;
}
.section-tools .tool-group span{
    position: absolute;
    right: -4px;
}

.mpl-button-group {
    list-style-type: none;
    margin: 10px auto;
}
.mpl-button-group li {
    display: inline-block;
    margin: 0;
    width: 60px;
    background-color: #e14d43;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
}
.mpl-button-group li:nth-child(1) {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #eee;
}
.mpl-button-group li:nth-child(2) {
    border-radius: 0 5px 5px 0;
}
.mpl-button-group a {
    display: inline-block;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}
.mpl-button-group li:hover,
.mpl-button-group li.focus {
    transform: translateY(1px);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2) inset;
}

#mpladminbar{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100000;
    background: #86C724;
    font-size: 0;
    font-family: "Open Sans", sans-serif;
}

#mpladminbar .mpl-logo {
    display:block;
    color: #fff;
    content: "MPL";
    font-size: 16px;
    line-height: 32px;
}

#mpladminbar .mpl-bar-left{
    float: left;
    margin: 0 0 0 20px;
    height: 32px;
    background: url(../images/page_layout_icon.png) no-repeat center left;
    padding: 0 0 0 35px;
}
#mpladminbar .mpl-bar-left li{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}
#mpladminbar .mpl-bar-left li + li {
    border-left: 1px solid rgba(255,255,255,.4);
}
#mpladminbar .mpl-bar-left li:hover {
    background-color: #74ad20;
}
#mpladminbar .mpl-bar-left i{
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 0 10px 0 10px;
}
@media screen and (max-width: 782px){
    #mpladminbar .mpl-bar-left {
        float: left;
    }
}

#mpladminbar .mpl-bar-right{
    float: right;
    margin:0;
}
#mpladminbar .mpl-bar-right li{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    margin: 0;
}
#mpladminbar .mpl-bar-right li + li {
    border-left: 1px solid rgba(255,255,255,.4);
}
#mpladminbar .mpl-bar-right li:hover {
    background-color: #74ad20;
}
#mpladminbar .mpl-bar-right i{
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 0 10px 0 10px;
}
@media screen and (max-width: 782px){
    #mpladminbar .mpl-bar-right {
        float: left;
    }
}

.mpl-templates-list-main .mpl-template-item[data-support="pro"]:before{
    content: "PRO";
    position: absolute;
    display: block;
    left: 5px;
    top: 15px;
    background-color: #ff8c4b;
    color: #fff!important;
    text-align: center;
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: .05em;
    z-index: 999;
}


.mpl-templates-list-main .mpl-template-item[data-support="pro"]:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 33px;
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #ff8c4b;
    border-bottom-color: #ff8c4b;
}

#wp-mpl-fronteditor-wrap{
    display: none;
}

.mpl-microwidgets {
    margin-top: -25px;
    height: 340px;
}
.mpl-microwidgets ul.mpl-microwidgets-list {
    margin: 20px 0 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    overflow: auto;
    max-height: 460px;
}
.mpl-microwidgets ul.mpl-microwidgets-list li.mpl-element-item {
    float: left;
    width: 33.3%;
    text-align: left;
    padding: 10px;
    border: none;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 0px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.mpl-small-screen-pop .mpl-microwidgets ul.mpl-microwidgets-list li.mpl-element-item {
    width: 50%;
}
.mpl-microwidgets ul.mpl-microwidgets-list li.mpl-element-item:hover,
.mpl-components ul.mpl-components-list li.item-preset-active {
    background: #f5f5f5;
}
.mpl-microwidgets ul.mpl-microwidgets-list li.mpl-element-item>div {
    display: inline-block;
    width: 100%;
}

#wpcontent, #wpfooter, #wpbody-content {
    margin: 0px !important;
    padding: 0px !important;
}
#wpcontent, #wpbody, #wpbody-content, #mpl-live-frame-wrp, #mpl-live-frame {
    height: calc(100vh - 32px);
    width: 100%;
    position: fixed;
    top: 32px;
    left: 0px;
}

#mpl-preload .mpl-msgbox-body {
    display: inline-block;
    background: #fff;
    width: 470px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}

#mpl-msgbox-body ul.mpl-actions button.save:hover {
    background-color: #77b41b;
}

#mpl-preload .mpl-msgbox-body ul.mpl-actions button.cancel:hover {
    background-color: #e5e5e5;
}

#mpl-preload .mpl-msgbox-body {
    font-size: 20px;
    padding: 50px 0;
}

#mpl-preload .mpl-msgbox-body ul.mpl-actions {
    margin: 30px 0 0;
}

#mpl-preload .mpl-msgbox-body ul.mpl-actions li {
    display: inline-block;
    width: auto;
    background: none;
    border: none;
    margin: 0 5px;
    padding: 0;
}

#mpl-preload .mpl-msgbox-body ul.mpl-actions button {
    border: 1px solid #999;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

#mpl-preload .mpl-msgbox-body ul.mpl-actions button.cancel {
    background-color: #fff;
    color: #666;
}

body.mpl-request-iframe .update-nag,
body.mpl-request-iframe .error ,
body.mpl-request-iframe .notice ,
body.mpl-request-iframe .warning {
    display: none;
}

#preloader_1{ position:relative; } 
#preloader_1 span{ display:block; bottom:0px; width: 9px; height: 5px; background:#9b59b6; position:absolute; animation: preloader_1 1.5s infinite ease-in-out; } 
#preloader_1 span:nth-child(2){ left:11px; animation-delay: .2s; } 
#preloader_1 span:nth-child(3){ left:22px; animation-delay: .4s; } 
#preloader_1 span:nth-child(4){ left:33px; animation-delay: .6s; } 
#preloader_1 span:nth-child(5){ left:44px; animation-delay: .8s; } 
@keyframes preloader_1 { 0% {height:5px;transform:translateY(0px);background:#9b59b6;} 25% {height:30px;transform:translateY(15px);background:#3498db;} 50% {height:5px;transform:translateY(0px);background:#9b59b6;} 100% {height:5px;transform:translateY(0px);background:#9b59b6;} }

.mpladminbar-loading{
    height:33px;
	text-align: center;
}
#preloader_1{
    height: 15px; 
    text-align: center;
    display: inline-block;
}
