fieldset {
    min-width: 100%;
}

fieldset.vue-form-generator .form-group label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 12px; /* Rouz said it should be 12px, but 8px matches PSD. Vuong fixed it in AM-1920 */
}

fieldset.vue-form-generator .form-group:nth-child(2n + 1) {
  clear: left;
}
fieldset.vue-form-generator .form-group.clear-none {
  clear: none;
}
fieldset.vue-form-generator .form-group.field-mk-visual-selector {
  margin-bottom: 55px;
}

input.mka-textfield {
    width: calc( 100% - 60px );
    min-width: auto;
}

/* Visual Selector */
.mk-visual-selector {
  margin-top: 10px;
}
.mk-visual-selector a {
  position: relative;
  display: inline-block;
  line-height: 4px;
  margin: 26px 10px 0 0;
  border: 3px solid transparent;
  vertical-align: top;
}
.mk-visual-selector a.current:before {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../../assets/images/selector-tick.png) no-repeat;
  z-index: 2;
}
.mk-visual-selector a.current {
  border: 3px solid #14a5ed;
}
.mk-visual-selector.shape-selector a {
  border: 3px solid #e4e4e4;
  border-radius: 8px;
  margin-right: 15px;
}
.mk-visual-selector.shape-selector a.current {
  border: 3px solid #14a5ed;
}
.mk-visual-selector {
  margin-top: 20px;
}

.visual_preloader {
  width: 130px;
  height: 130px;
  background: #525252;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ball-pulse > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  background-color: #fff;
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: ball-pulse 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: ball-pulse 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: ball-pulse 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: ball-pulse 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: ball-pulse 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: ball-pulse 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@-webkit-keyframes ball-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  display: inline-block;
  width: 20px;
  height: 20px;
}
.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}
.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 36px;
  width: 36px;
  top: 7px;
  left: -7px;
  -webkit-animation: ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ball-clip-rotate-pulse-scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin {
  display: inline-block;
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
      -ms-transform: translate(-25px, -25px);
          transform: translate(-25px, -25px);
  display: inline-block;
}
.cube-transition > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
          animation: cube-transition 1.6s 0s infinite ease-in-out;
}
.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.ball-scale > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite;
}
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.line-scale > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 50px;
  border-radius: 2px;
  margin: 2px;
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  display: inline-block;
  top: -50px;
  left: 5px;
}
.ball-scale-multiple > div {
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  margin: 2px;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
          animation: ball-scale-multiple 1s 0s linear infinite;
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.ball-pulse-sync {
  display: inline-block;
}
.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.transparent-circle {
  display: inline-block;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: transparent-circle 1.1s infinite linear;
          animation: transparent-circle 1.1s infinite linear;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.transparent-circle:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes transparent-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes transparent-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
}
.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s 0s infinite linear;
          animation: ball-spin-fade-loader 1s 0s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.05px;
  left: 17.05px;
  -webkit-animation: ball-spin-fade-loader 1s 0.12s infinite linear;
          animation: ball-spin-fade-loader 1s 0.12s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s 0.24s infinite linear;
          animation: ball-spin-fade-loader 1s 0.24s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.05px;
  left: 17.05px;
  -webkit-animation: ball-spin-fade-loader 1s 0.36s infinite linear;
          animation: ball-spin-fade-loader 1s 0.36s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fa-de-loader 1s 0.48s infinite linear;
          animation: ball-spin-fade-loader 1s 0.48s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.05px;
  left: -17.05px;
  -webkit-animation: ball-spin-fade-loader 1s 0.6s infinite linear;
          animation: ball-spin-fade-loader 1s 0.6s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s 0.72s infinite linear;
          animation: ball-spin-fade-loader 1s 0.72s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.05px;
  left: -17.05px;
  -webkit-animation: ball-spin-fade-loader 1s 0.84s infinite linear;
          animation: ball-spin-fade-loader 1s 0.84s infinite linear;
}
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* -------------------------------------------------------
 * Header switrcher
 */
#mk-header-switcher {
  margin-top: 60px;
  width: 100%;
  min-width: 700px;
}
.header-style-unit {
  max-width: 800px;
  height: 117px;
  border: 7px solid #d4d4d4;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}
.mk-header-styles-number {
  position: absolute;
  top: -45px;
  right: -7px;
}
.mk-header-styles-number span {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  border-radius: 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border: 2px solid #d4d4d4;
  color: #d4d4d4;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}
.mk-header-styles-number span:hover {
  border-color: #bababa;
}
.mk-header-styles-number span.active {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.mk-header-style-tools {
  position: absolute;
  top: -50px;
  left: -7px;
  background-color: #d4d4d4;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  display: inline-block;
  padding: 8px 8px 8px 16px;
}
.mk-header-align {
  float: left;
  margin-right: 20px;
}
.mk-header-align .label {
  font-size: 13px;
  color: #5f5f5f;
  float: left;
  display: inline-block;
  line-height: 32px;
  padding-right: 10px;
}
.mk-header-align span {
  background-image: url(../../assets/images/header-align.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  float: left;
  border-radius: 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  margin-right: 5px;
  cursor: pointer;
}
.mk-header-align span:hover {
  background-color: #ccc;
}
.mk-header-align span.active {
  background-color: #555555;
}
.header-align-left {
  background-position: -2px 0;
}
.header-align-left.active {
  background-position: -2px -48px;
}
.header-align-center {
  background-position: -59px 0;
}
.header-align-center.active {
  background-position: -59px -48px;
}
.header-align-right {
  background-position: -106px 0;
}
.header-align-right.active {
  background-position: -106px -48px;
}
.mk-header-toolbar-toggle {
  float: left;
}
.mk-header-toolbar-toggle .label {
  font-size: 13px;
  color: #5f5f5f;
  float: left;
  display: inline-block;
  line-height: 32px;
  padding-right: 10px;
}
.mk-header-toolbar-toggle span {
  background: url('../../assets/images/header-toolbar-toggle.png') 0px -52px no-repeat;
  width: 89px;
  height: 33px;
  display: block;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}
.mk-header-toolbar-toggle span.enabled {
  background-position: 0 0;
}
.mk-header-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  z-index: 10;
}
.mk-header-preview div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-image: url('../../assets/images/header-sen-sprite.jpg');
}
@media handheld, only screen and (max-width: 1450px) {
  #mk-metaboxes-styling #mk-header-switcher {
    padding-top: 30px;
  }
  #mk-metaboxes-styling .mk-header-style-tools {
    width: 100%;
    display: block;
    right: 0;
    padding-left: 6px;
  }
  #mk-metaboxes-styling .mk-header-styles-number {
    top: -95px;
  }
  .mk-metabox-wrapper .mk-upload-url {
    width: 50%;
  }
}
.style-1-align-left .mk-header-preview div {
  background-position: 0 -465px;
}
.style-1-align-left.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-1-align-center .mk-header-preview div {
  background-position: 0 -775px;
}
.style-1-align-center.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-1-align-right .mk-header-preview div {
  background-position: 0 -620px;
}
.style-1-align-right.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-2-align-left .mk-header-preview div {
  background-position: 0 0;
}
.style-2-align-left.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-2-align-center .mk-header-preview div {
  background-position: 0 -155px;
}
.style-2-align-center.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-2-align-right .mk-header-preview div {
  background-position: 0 -310px;
}
.style-2-align-right.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-3-align-left .mk-header-preview div {
  background-position: 0 -1085px;
}
.style-3-align-left.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-3-align-center .mk-header-preview div {
  background-position: 0 -2527px;
}
.style-3-align-center.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-3-align-right .mk-header-preview div {
  background-position: 0 -1240px;
}
.style-3-align-right.toolbar-false .mk-header-preview div {
  top: -24px;
}
.style-4-align-left .mk-header-preview div {
  background-position: 0 -1705px;
}
.style-4-align-left.toolbar-false .mk-header-preview div {
  background-position: 0 -1729px;
}
.style-4-align-center .mk-header-preview div {
  background-position: 0 -1731px;
}
.style-4-align-center.toolbar-false .mk-header-preview div {
  background-position: 0 -1707px;
}
.style-4-align-right .mk-header-preview div {
  background-position: 0 -1884px;
}
.style-4-align-right.toolbar-false .mk-header-preview div {
  background-position: 0 -1908px;
}

/* -------------------------------------------------------------------
 * Range
 */

.mka-range-unit {
    position: absolute;
    left: 107%;
    top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #c5c5c5;
}

/* -------------------------------------------------------------------
* Background selector
*/

.mk-general-bg-selector {
    position: relative;
    width: calc( 100% - 420px );
    min-width: 290px;
    max-width: 100%;
    height: 665px;
}
.mk-general-bg-selector .outer-wrapper {
    border: 4px solid #e6e6e6;
    padding: 0;
    position: relative;
    border-radius: 3px;
}
.mk-general-bg-selector.full_width_layout .body-section {
    display: none;
}
.mk-general-bg-selector.boxed_layout .body-section .mk-transparent-bg-indicator,
.mk-general-bg-selector.boxed_layout .body-section .mk-bg-preview-layer {
    display: block !important;
}
.mk-general-bg-selector.boxed_layout .body-section {
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    z-index: 50;
    width: 100%;
}
.mk-general-bg-selector.boxed_layout .body-section .hover-state-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #cbeeff;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    z-index: 10;
}
.mk-general-bg-selector .body-section .hover-state-body .mka-button {
    position: absolute;
    top: 38px;
    left: 9px;
    padding: 5px 11px;
}
.mk-general-bg-selector.boxed_layout .body-section .section-indicator {
    position: absolute;
    top: 10px;
    left: 14px;
    color: rgba(34, 34, 34, 0.5);
    font-weight: bold;
    display: inline-block;
    z-index: 60;
}
.mk-general-bg-selector.boxed_layout .body-section .hover-state-body:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}
.mk-general-bg-selector .header-section {
    height: 128px;
    border-bottom: 4px solid #e6e6e6;
}
.mk-general-bg-selector .banner-section {
    height: 87px;
    border-bottom: 4px solid #e6e6e6;
}
.mk-general-bg-selector .page-section {
    height: 323px;
    border-bottom: 4px solid #e6e6e6;
}
.mk-general-bg-selector .footer-section {
    height: 112px;
}
.mk-general-bg-selector.boxed_layout .main-sections-wrapper {
    margin: 0 68px;
    background-color: #e6e6e6;
    padding: 0 4px;
    position: relative;
    z-index: 55;
}
.mk-general-bg-selector .header-section,
.mk-general-bg-selector .page-section,
.mk-general-bg-selector .footer-section,
.mk-general-bg-selector .banner-section {
    cursor: pointer;
    position: relative;
}

.mk-general-bg-selector .body-section.active:before,
.mk-general-bg-selector .header-section.active:before,
.mk-general-bg-selector .page-section.active:before,
.mk-general-bg-selector .footer-section.active:before,
.mk-general-bg-selector .banner-section.active:before {
    content: '';
    border: 4px solid #88d7fc;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: -4px;
    left: -4px;
    border-radius: 3px;
}
.mk-general-bg-selector .header-section .hover-state,
.mk-general-bg-selector .page-section .hover-state,
.mk-general-bg-selector .footer-section .hover-state,
.mk-general-bg-selector .banner-section .hover-state {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #cbeeff;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
}
.mk-general-bg-selector .header-section .hover-state .mka-button,
.mk-general-bg-selector .page-section .hover-state .mka-button,
.mk-general-bg-selector .footer-section .hover-state .mka-button,
.mk-general-bg-selector .banner-section .hover-state .mka-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -49px;
    padding: 11.5px 35px;
    font-size: 15px;
}
.mk-general-bg-selector .header-section .section-indicator,
.mk-general-bg-selector .page-section .section-indicator,
.mk-general-bg-selector .footer-section .section-indicator,
.mk-general-bg-selector .banner-section .section-indicator {
    position: absolute;
    top: 10px;
    left: 14px;
    color: rgba(34, 34, 34, 0.5);
    font-weight: bold;
    display: inline-block;
    z-index: 60;
}
.mk-general-bg-selector .header-section .hover-state:hover,
.mk-general-bg-selector .page-section .hover-state:hover,
.mk-general-bg-selector .footer-section .hover-state:hover,
.mk-general-bg-selector .banner-section .hover-state:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}
.mk-transparent-bg-indicator,
.mk-bg-preview-layer {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mk-bg-preview-layer {
    z-index: 2;
}
.mk-transparent-bg-indicator {
    background-image: url(../../assets/images/transparent-bg.png);
    z-index: 1;
}
.mk-bg-edit-panel {
    z-index: 90;
    display: none;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    border: 2px solid #aaa;
    background: #f0f0f0;
}
.mk-bg-panel-heading {
    border-bottom: 1px solid #ccc;
}
.mk-bg-panel-heading .mk-bg-edit-panel-heading-cancel {
    display: block;
    float: right;
    margin: 13px 13px 0 0;
    font-size: 24px;
    color: #14a5ed;
}
.mk-bg-panel-heading .mk-bg-edit-panel-heading-text {
    color: #252525;
    line-height: 50px;
    font-size: 18px;
    margin: 10px 0 0 20px;
    text-transform: capitalize;
    font-weight: bold;
}
.mk-bg-edit-left {
    width: 33%;
    float: left;
}
.mk-bg-edit-right {
    width: 67%;
    border-left: 1px solid #ccc;
    margin-right: -1px;
    float: right;
    min-height: 500px;
}
.mk-bg-edit-bg-color {
    border-bottom: 1px solid #ccc;
}
.mk-bg-edit-option {
    display: block;
    padding: 7px 10px;
}
.bg-edit-panel-color {
    float: left;
    padding: 0 20px 10px 0;
}
.mk-bg-edit-label {
    display: block;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 5px;
}
.panel-gradient-element.is-hidden,
.panel-linear-gradient-el.is-hidden {
    display: none;
}
.bg-repeat-option,
.bg-attachment-option,
.bg-position-option {
    float: right;
    line-height: 4px;
    overflow: hidden;
}
.bg-repeat-option a,
.bg-attachment-option a,
.bg-position-option a {
    width: 31px;
    height: 31px;
    display: inline-block;
    margin: 4px;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background-image: url(../../images/background-selector.png);
    background-repeat: no-repeat;
    background-position: -49px -97px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.bg-repeat-option a:hover,
.bg-attachment-option a:hover,
.bg-position-option a:hover {
    background-color: #f4f4f4;
}
.bg-repeat-option a.selected,
.bg-attachment-option a.selected,
.bg-position-option a.selected,
.bg-repeat-option a:focus,
.bg-attachment-option a:focus,
.bg-position-option a:focus {
    background-color: #dbdbdb;
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.3) !important;
}
.bg-repeat-option a.repeat,
.bg-attachment-option a.repeat,
.bg-position-option a.repeat {
    background-position: -41px -3px;
}
.bg-repeat-option a.no-repeat,
.bg-attachment-option a.no-repeat,
.bg-position-option a.no-repeat {
    background-position: 0px -3px;
}
.bg-repeat-option a.repeat-y,
.bg-attachment-option a.repeat-y,
.bg-position-option a.repeat-y {
    background-position: -125px -3px;
}
.bg-repeat-option a.repeat-x,
.bg-attachment-option a.repeat-x,
.bg-position-option a.repeat-x {
    background-position: -84px -3px;
}
.bg-repeat-option a.fixed,
.bg-attachment-option a.fixed,
.bg-position-option a.fixed {
    background-position: -37px -46px;
}
.bg-repeat-option a.scroll,
.bg-attachment-option a.scroll,
.bg-position-option a.scroll {
    background-position: -78px -47px;
}
.bg-position-option a.selected {
    background-position: -1px -96px;
}
.mk-bg-edit-option-repeat {
    padding-bottom: 25px !important;
}
.mk-bg-edit-option-repeat,
.mk-bg-edit-option-attachment {
    border-bottom: 1px solid #ccc;
}
.mk-bg-edit-option-stretch {
    border-top: 1px solid #ccc;
}
.mk-bg-edit-buttons {
    display: block;
    text-align: right;
    padding: 30px;
}
.bg-image-preset-wrapper {
    margin: 0px;
}
.bg-background-type-panes {
    min-height: 230px;
}
.bg-background-type-panes .bg-background-type-pane {
    display: none;
}
.bg-edit-panel-upload .mk-upload-bg-wrapper {
    position: relative;
}
.bg-edit-panel-upload .mk-upload-url {
    margin: 0 !important;
    width: 280px !important;
}
.bg-edit-panel-upload .bg-edit-panel-upload-title {
    margin: 10px 30px 10px 0px;
    display: block;
}
.bg-edit-panel-upload .custom-image-preview-block {
    overflow: hidden;
    max-width: 400px !important;
    height: 100px;
    text-align: left;
}
.vc-mk-upload-url {
    width: 70% !important;
}
.bg-background-type-tabs {
    text-align: left;
    margin: 0;
    padding: 0;
}
.bg-background-type-tabs li {
    float: left;
    padding: 0;
    margin: 0 10px 10px 0;
}
.bg-background-type-tabs li a.bg-image-buttons {
    float: right;
    display: inline-block;
    margin: 4px;
    padding: 7px 16px;
    background-color: #fff;
    color: #848484;
    border-radius: 30px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.bg-background-type-tabs li a.bg-image-buttons:hover {
    color: #848484;
}
.bg-background-type-tabs li.current a {
    background-color: #dbdbdb;
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.3) !important;
}
.page-composer-icon-filter {
    margin-bottom: 10px;
}
.mk-system-diagnose {
    margin-bottom: 20px;
}
.mk-system-diagnose ul li {
    display: block;
    padding: 6px 10px;
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 1px;
}
.mk-system-diagnose ul li strong {
    margin-right: 10px;
}
.mk-system-diagnose ul li .error {
    color: red;
}

/* new */
.mk-bg-panel {
    border: 1px solid #ccc;
    padding: 0;
    position: absolute;
    left: calc( 100% + 11px );
    top: 0;
    width: 407px;
    height: 100.5%;
    background-color: #fafafa;
    border-radius: 3px;
    text-align: center;
    line-height: 100%;
    max-height: 668px;
}

.mk-bg-panel-text {
    line-height: 665px;
    font-size: 14px;
    color: #999;
}

[data-section="background-selector-options"] {
    position: absolute;
    display: none;
    width: 407px;
    height: 668px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    background-color: #fafafa;
    border-radius: 3px;
    z-index: 90;
}

[data-section="background-selector-options"] > div {
    //padding: 1rem 3rem !important;
}

[data-section="background-selector-options"] .mka-select {
    width: 140px;
}

[data-section="background-selector-options"] fieldset {
    margin: 0;
    padding: 27px 0;
}

[data-section="background-selector-options"] .form-group {
    margin-bottom: 11px !important;
    min-height: auto !important;
    padding-left: 20px;
    padding-right: 20px;
}

[data-section="background-selector-options"] .form-group.mk-divider {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px;
}

[data-section="background-selector-options"] .form-group label {
    margin-bottom: 9px !important;
}

[data-section="background-selector-options"] svg {
    height: 18px;
    vertical-align: bottom;
}

[data-section="background-selector-options"] .current .cls-1 {
    fill: #FFF;
}

.bg-panel-repeat.field-mk-select-box {
    padding: 0 0 0 20px;
}

.bg-panel-attachment.field-mk-select-box {
    padding: 0 0 0 20px;
}

.bg-panel-position .mka-options {
    height: 99px;
    width: 99px;
    padding: 6px 6px;
}

.bg-panel-position .mka-options-item-wrap .mka-options-item {
    padding: 3.5px 9px;
    width: 25px;
    height: 25px;
}

.bg-panel-position .mka-options-item-wrap {
    padding: 2px;
}

/* Fixes empty space on toggleing options */
[data-section="background-selector"] {
    margin-bottom: 0;
    border-bottom: 0;
}

/* Fixes 2nd color picker position in gradient style */
[data-section="background-selector-options"] .field-mk-color + .field-mk-color .wp-picker-holder {
    right: 66px;
}

/* -------------------------------------------------------------------
* Alert
*/

.mk-field-alert .mk-icon {
    float: left;
    padding: 1.5px 10px 0 0;
}

/* -------------------------------------------------------------------
* Fonts
*/

.mk-fonts {
    margin-top: -12px;
}

.mk-fonts div {
    box-sizing: border-box;
}

.mk-fonts .mk-ui-lib-lbl {
    margin-bottom: 12px;
}

.mk-font {
    position: relative;
    border: 1px solid #e8eaeb;
    border-radius: 7px;
    margin-bottom: 20px;
	transition: all .4s;
}

.mk-font-family {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    background-color: rgb(238, 244, 249);
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.mk-font-family-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
}

.mk-font-family-title small {
  font-size: 14px;
}

.mk-font-family .mk-badge {
    border: 1px solid rgb(249, 87, 89);
    font-size: 12px;
    color: rgb(249, 87, 89);
    padding: 2.5px 11px;
    border-radius: 20px;
    margin-left: 5px;
    vertical-align: 2px;
}

.mk-font-actions {
    position: absolute;
    top: 16px;
    right: 13px;
}

.mk-font-actions .mka-clist-edit {
    margin: -2px 6px;
}

.mk-font-preview {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
}

.mk-preview-label {
    font-size: 12px;
    color: rgb(179, 179, 179);
    font-weight: bold;
    margin-bottom: -2px;
}

.mk-preview-label span,
.wf-loading .mka-previewing .mk-preview-label span {
    display: inline-block;
}

.mk-preview-label span {
    display: none;
}

.mk-preview-title {
    font-size: 32px;
    color: #222;
    margin: 0 0 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.mk-preview-title:focus {
    outline: 0;
}

.wf-loading .mka-previewing .mk-preview-title {
    visibility: hidden;
}

.mk-font-fields {
    border-top: 1px solid #e8eaeb;
    padding: 25px 5px;
}

.mk-fonts .mka-font {
    width: 100%;
}

.mka-add-font {
    position: static;
    display: block;
    margin: 0 auto;
}

.mka-font-edit-column {
    padding-right: 0;
}

@media (max-width: 991px) {
    .mka-font-edit-column {
        padding-right: 15px;
        margin-bottom: 20px;
    }
}

.mka-font-field.mka-textfield--error {
    border: 1px solid #f95759;
}

.mka-subsets-hidden .mka-select-wrap {
    display: none !important;
}

.mk-fonts .mka-select {
    width: 100%;
    margin-top: 17px;
}

.mk-fonts .mka-select-wrap {
    width: calc(100% - 100px);
    display: inline-block;
}

.mk-fonts .mka-select-wrap .mk-ui-lib-lbl {
    white-space: nowrap;
}

.mk-fonts .mka-select-wrap .mk-ui-lib-lbl .mka-tip-content {
    white-space: normal;
}

.mka-font-edit-family-actions {
    position: relative;
    display: inline-block;
    top: -15px;
}

.Safari .mka-font-edit-family-actions {
    top: -2px;
}

.mka-subsets-hidden .mka-font-edit-family-actions {
    top: 30px;
    padding-bottom: 45px;
}

@media (max-width: 991px) {
    .mka-subsets-hidden .mka-font-edit-family-actions {
        top: 0;
        padding-bottom: 30px;
    }
}

.mka-font-edit-family-actions .mka-button {
    margin-left: 8px;
}

.mka-font-edit-family-actions .mka-button--green svg {
    position: relative;
    top: 5px;
}

.mk-fonts .mka-font-field {
    width: 100%;
    color: #222;
}

.mk-fonts ::-webkit-input-placeholder {
  color: #bababa;
}

.mk-fonts ::-moz-placeholder {
  color: #bababa;
}

.mk-fonts :-ms-input-placeholder {
  color: #bababa;
}

.mk-fonts :-moz-placeholder {
  color: #bababa;
}

.mk-fonts .mk-field-alert {
    padding: 0 20px;
}

.mk-fonts .mka-font .mka-bubbling {
    display: block;
    margin: -3px;
}

.mk-fonts .mka-multiselect-search.searching .mka-bubbling {
    display: block;
}

.mk-fonts .mka-multiselect-search.searching .mka-search-icon {
    display: none;
}

.mk-fonts .mk-migrate-notice {
    margin: 0 0 15px -15px;
}

.slide-fade-enter-active {
  transition: all .2s ease;
}

.slide-fade-leave-active {
  transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateY(10px);
  opacity: 0;
}

.mka-disabled {
    opacity: .4;
	pointer-events: none;
}

/* -------------------------------------------------------------------
* Image + width
*/
.mka-upload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 10px;
}

.mka-image-upload-wrap  .mk-field-wrap {
	position: relative;
}

.mka-image-upload-wrap .mka-upload-btn {
	min-width: 50px;
}

.mka-image-upload-wrap .mka-textfield {
	width: 100%;
}

.mka-image-upload-view-btn {
	right: 10px;
	left: auto;
}

.mka-image-upload-wrap .mka-range-bg {
	margin-left: 10px;
	width: 62px;
	min-width: 62px;
}

.mka-image-upload-wrap .mka-range-bg label {
	position: relative;
	top: -26px;
	color: #999;
}

.mka-image-upload-wrap .mka-range-val {
	padding-right: 15px;
}
