@-webkit-keyframes motopress-animation-preview-device-panel-show {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes motopress-animation-preview-device-panel-show {
  0.00% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes motopress-animation-preview-device-panel-hide {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes motopress-animation-preview-device-panel-hide {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes motopress-animation-navbar-show {
  0.00% {
    margin-top: -53px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes motopress-animation-navbar-show {
  0.00% {
    margin-top: -53px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes motopress-animation-navbar-hide {
  0.00% {
    margin-top: 0;
  }
  100% {
    margin-top: -53px;
  }
}
@keyframes motopress-animation-navbar-hide {
  0.00% {
    margin-top: 0;
  }
  100% {
    margin-top: -53px;
  }
}
*:focus {
  outline: none;
}
#motopress-content-editor {
  position: relative;
  top: 32px;
  left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  height: 0;
  height: -moz-calc(100% - 32px);
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px);
}
#motopress-content-editor .motopress-content-editor-navbar {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  background-repeat: repeat;
  box-shadow: inset 0 0 0 1px #ffffff, 0 0 3px 2px rgba(6, 6, 6, 0.15);
  z-index: 1002;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner {
  padding: 0 9px;
  min-height: 53px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner #motopress-logo {
  display: inline-block;
  float: left;
  margin-top: 19px;
  margin-right: 25px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner #motopress-logo img {
  max-height: 16px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-page-name {
  color: #858585;
  font-family: Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  float: left;
  margin-top: 15px;
  min-width: 168px;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-page-name #motopress-title {
  display: inline-block;
  vertical-align: bottom;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 148px;
  background-color: #efefef;
  padding: 0 5px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-page-name #motopress-title:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner #motopress-input-edit-title {
  font-size: 13px;
  height: 24px;
  padding: 3px 5px !important;
  border-color: #dbdbdb;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-control-btns {
  float: left;
  margin-top: 12px;
  margin-left: 20px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-leftbar-control-btns > .mpce-widgets-btn-hidden {
  display: none;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-object-control-btns {
  display: none;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-object-control-btns button {
  padding: 4px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-object-control-btns button:not(:first-of-type) {
  margin-left: 5px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-object-control-btns button#motopress-content-editor-delete .motopress-content-editor-delete-icon {
  width: 20px;
  height: 20px;
  background-image: url('../../../images/ce/dialogIcon.png?ver=2.2.0');
  background-repeat: no-repeat;
  background-position: -20px -234px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-object-control-btns button#motopress-content-editor-duplicate .motopress-content-editor-duplicate-icon {
  width: 20px;
  height: 20px;
  background-image: url('../../../images/ce/dialogIcon.png?ver=2.2.0');
  background-repeat: no-repeat;
  background-position: 0px -234px;
}
@media (min-width: 980px) {
  #motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-page-name span {
    max-width: 246px;
  }
  #motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-control-btns {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  #motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-page-name span {
    max-width: 416px;
  }
  #motopress-content-editor .motopress-content-editor-navbar .navbar-inner .motopress-control-btns {
    margin-left: 40px;
  }
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .navbar-btns {
  display: inline-block;
  float: right;
  margin-top: 12px;
  font-weight: bold;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .navbar-btns button {
  margin: 0px 2px;
}
#motopress-content-editor .motopress-content-editor-navbar .navbar-inner .navbar-btns button:last-child {
  margin-left: 10px;
}
#motopress-content-editor .motopress-content-editor-navbar.motopress-ce-navbar-hide {
  -webkit-animation-name: motopress-animation-navbar-hide;
  animation-name: motopress-animation-navbar-hide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#motopress-content-editor .motopress-content-editor-navbar.motopress-ce-navbar-show {
  -webkit-animation-name: motopress-animation-navbar-show;
  animation-name: motopress-animation-navbar-show;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#motopress-content-editor #motopress-content-editor-device-mode-preview {
  vertical-align: top;
}
#motopress-content-editor #motopress-content-editor-device-mode-preview > div {
  width: 21px;
  height: 20px;
  background-image: url('../../../images/ce/dialogIcon.png?ver=2.2.0');
  background-repeat: no-repeat;
  background-position: -9px -265px;
}
#motopress-content-editor #motopress-content-editor-close {
  vertical-align: top;
}
#motopress-content-editor #motopress-content-editor-close > div {
  width: 20px;
  height: 20px;
  background-image: url('../../../images/ce/dialogIcon.png?ver=2.2.0');
  background-repeat: no-repeat;
  background-position: -38px -234px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel {
  position: fixed;
  top: 60px;
  right: 30px;
  z-index: 9999;
  border: 1px solid #cccccc;
  background-color: #fff;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel.motopress-content-editor-preview-device-panel-hide {
  -webkit-animation-name: motopress-animation-preview-device-panel-hide;
  animation-name: motopress-animation-preview-device-panel-hide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel.motopress-content-editor-preview-device-panel-show {
  -webkit-animation-name: motopress-animation-preview-device-panel-show;
  animation-name: motopress-animation-preview-device-panel-show;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div {
  padding: 1px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div {
  width: 38px;
  height: 38px;
  background-image: url('../../../images/ce/dialogIcon.png?ver=2.2.0');
  background-repeat: no-repeat;
  cursor: pointer;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="desktop"] {
  background-position: 0px -254px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="tablet"] {
  background-position: -38px -254px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="tablet-landscape"] {
  background-position: -38px -254px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="phone"] {
  background-position: 0px -292px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div[data-mode="phone-landscape"] {
  background-position: 0px -292px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div.motopress-content-editor-preview-edit {
  background-position: -38px -292px;
}
#motopress-content-editor #motopress-content-editor-preview-device-panel > div > div:hover {
  background-color: #eeeeee;
}
#motopress-content-editor #motopress-flash {
  position: absolute;
  width: 50%;
  margin: 0 25%;
  text-align: center;
  z-index: 1001;
}
#motopress-content-editor #motopress-flash .alert .motopress-close {
  opacity: 0.5;
}
#motopress-content-editor #motopress-flash .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#motopress-content-editor #motopress-flash .fade.in {
  opacity: 1;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper {
  width: 100%;
  height: 0;
  height: -moz-calc(100% - 53px);
  height: -webkit-calc(100% - 53px);
  height: calc(100% - 53px);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAIElEQVQImWNgYGBgeP369X8GKHj9+vV/TAFkgFcAp3YA65UhwWzfAo8AAAAASUVORK5CYII=") repeat scroll 0 0 #d6d6d6 !important;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper.motopress-ce-full-height {
  height: 100%;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper > form#mpce-form {
  display: none;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene {
  width: 100% !important;
  height: 100%;
  border: none;
  display: block;
  background-color: #fff;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene.motopress-ce-device-mode-desktop {
  max-width: 100%;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene.motopress-ce-device-mode-tablet-landscape {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene.motopress-ce-device-mode-tablet {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene.motopress-ce-device-mode-phone-landscape {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper #motopress-content-editor-scene.motopress-ce-device-mode-phone {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#motopress-content-editor #motopress-content-editor-scene-wrapper .motopress-tmp-iframe-width {
  min-width: 1200px !important;
  width: 1200px !important;
}
.motopress-close,
.motopress-close:hover {
  float: right;
  cursor: pointer;
  margin-top: 4px !important;
  margin-right: -6px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  background-image: none;
}
.modal-backdrop.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.modal-backdrop.fade.in {
  display: block;
}
.motopress-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.motopress-modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.motopress-modal.fade.in {
  top: 50%;
  opacity: 1;
}
@media (max-width: 767px) {
  .motopress-modal {
    left: 50%;
    right: auto;
  }
  .motopress-modal.fade.in {
    top: 50%;
  }
}
@media (max-width: 480px) {
  .motopress-modal {
    left: 50%;
    right: auto;
  }
  .motopress-modal.fade.in {
    top: 50%;
  }
}
.motopress-modal .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.motopress-modal .modal-header .close {
  margin-top: 2px;
}
.motopress-modal .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.motopress-modal .modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.motopress-modal .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.motopress-modal .modal-footer:before,
.motopress-modal .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.motopress-modal .modal-footer:after {
  clear: both;
}
.motopress-modal .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.motopress-modal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#motopress-code-editor-modal .modal-body {
  overflow: hidden;
}
#motopress-code-editor-modal .modal-body .mce-resizehandle {
  display: none;
}
#motopress-code-editor-modal .modal-body .mce-edit-area {
  overflow-y: auto;
}
#motopress-code-editor-modal #motopresscodecontent_ifr {
  min-height: 100%;
}
.modal-form {
  margin-bottom: 0;
}
#motopress-tutorials-modal {
  background-image: url("../../../images/ce/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 24px;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.34);
  top: 10%;
  width: 80%;
  height: 80%;
  margin: 0;
  margin-left: -40%;
  overflow: hidden;
  min-height: 300px;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper {
  float: right;
  overflow: auto;
  width: 350px;
  height: inherit;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dl {
  border: 4px solid #F0F0F0;
  margin: 0 0 20px;
  overflow: hidden;
  cursor: pointer;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dl.active-thumbnail {
  border: 4px solid #FF0000;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dt {
  float: left;
  width: 150px;
  height: 83px;
  background-position: center center;
  background-size: 100% auto;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dd {
  float: right;
  font-weight: bold;
  height: 100%;
  margin: 0 10px 0 0;
  width: 110px;
}
#motopress-tutorials-modal #motopress-framewrapper {
  float: left;
}
#motopress-tutorials-modal #motopress-framewrapper iframe {
  width: 100%;
  height: 100%;
}
#motopress-tutorials-modal .tutorials-thumbnails-container {
  padding: 0 15px;
}
#motopress-tutorials-modal .motopress-tutorials-wrapper {
  overflow: hidden;
}
#motopress-tutorials-modal .modal-body {
  oveflow: hidden;
}
#motopress-tutorials-modal .modal-footer {
  width: 100%;
  padding: 14px 0 15px;
}
#motopress-tutorials-modal .modal-footer .motopress-btn-default {
  margin-right: 15px;
}
#motopress-code-editor-modal,
#motopress-tutorials-modal,
#motopress-ce-save-preset-modal {
  background-color: #f0f0f0;
  width: 50%;
  margin: -250px 0 0 -25%;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#motopress-code-editor-modal .modal-header,
#motopress-tutorials-modal .modal-header,
#motopress-ce-save-preset-modal .modal-header {
  background-color: #454545;
  font: bold 12px/16px Arial, sans-serif;
  color: #fff;
}
#motopress-code-editor-modal .modal-header .modal-header-label,
#motopress-tutorials-modal .modal-header .modal-header-label,
#motopress-ce-save-preset-modal .modal-header .modal-header-label {
  margin-top: 0;
  margin-bottom: 0;
}
#motopress-code-editor-modal,
#motopress-tutorials-modal,
#motopress-ce-save-preset-modal {
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.34);
  top: 10%;
  width: 80%;
  height: 80%;
  margin: 0;
  margin-left: -40%;
  overflow: hidden;
  min-height: 300px;
}
#motopress-code-editor-modal .modal-header,
#motopress-tutorials-modal .modal-header,
#motopress-ce-save-preset-modal .modal-header {
  height: 16px;
}
#motopress-code-editor-modal .modal-body,
#motopress-tutorials-modal .modal-body,
#motopress-ce-save-preset-modal .modal-body {
  max-height: none;
  margin: 15px 0;
  padding: 0 15px;
}
#motopress-code-editor-modal .modal-body #motopress-code-editor-wrapper,
#motopress-tutorials-modal .modal-body #motopress-code-editor-wrapper,
#motopress-ce-save-preset-modal .modal-body #motopress-code-editor-wrapper,
#motopress-code-editor-modal .modal-body #wp-motopresscodecontent-wrap,
#motopress-tutorials-modal .modal-body #wp-motopresscodecontent-wrap,
#motopress-ce-save-preset-modal .modal-body #wp-motopresscodecontent-wrap,
#motopress-code-editor-modal .modal-body #motopresscodecontent_parent,
#motopress-tutorials-modal .modal-body #motopresscodecontent_parent,
#motopress-ce-save-preset-modal .modal-body #motopresscodecontent_parent {
  height: 100%;
}
#motopress-code-editor-modal .modal-body #motopresscodecontent_tbl,
#motopress-tutorials-modal .modal-body #motopresscodecontent_tbl,
#motopress-ce-save-preset-modal .modal-body #motopresscodecontent_tbl {
  height: 100% !important;
}
#motopress-code-editor-modal .modal-body #motopresscodecontent_tbl tr.mceFirst,
#motopress-tutorials-modal .modal-body #motopresscodecontent_tbl tr.mceFirst,
#motopress-ce-save-preset-modal .modal-body #motopresscodecontent_tbl tr.mceFirst {
  height: 61px;
}
#motopress-code-editor-modal .modal-body #motopresscodecontent_tbl tr.mceLast,
#motopress-tutorials-modal .modal-body #motopresscodecontent_tbl tr.mceLast,
#motopress-ce-save-preset-modal .modal-body #motopresscodecontent_tbl tr.mceLast {
  height: 21px;
}
#motopress-code-editor-modal .modal-body .mceIframeContainer,
#motopress-tutorials-modal .modal-body .mceIframeContainer,
#motopress-ce-save-preset-modal .modal-body .mceIframeContainer {
  background-color: #fff;
}
#motopress-code-editor-modal .modal-body #motopresscodecontent,
#motopress-tutorials-modal .modal-body #motopresscodecontent,
#motopress-ce-save-preset-modal .modal-body #motopresscodecontent {
  resize: none;
  margin: 0;
}
#motopress-code-editor-modal .modal-footer,
#motopress-tutorials-modal .modal-footer,
#motopress-ce-save-preset-modal .modal-footer {
  position: absolute;
  bottom: 0;
  height: 30px;
}
#motopress-ce-save-preset-modal {
  margin-left: -165px;
  width: 330px;
  height: auto;
}
#motopress-ce-save-preset-modal .motopress-ce-modal-control-wrapper {
  margin-bottom: 10px;
}
#motopress-ce-save-preset-modal .motopress-ce-modal-control-wrapper select,
#motopress-ce-save-preset-modal .motopress-ce-modal-control-wrapper input[type="text"] {
  display: block;
  width: 300px;
}
#motopress-ce-save-preset-modal .motopress-ce-modal-control-wrapper .description {
  margin: 0;
}
#motopress-ce-save-preset-modal .modal-footer {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
}
#motopress-tutorials-modal {
  background-image: none;
  height: 85%;
  margin: 0 0 0 -47%;
  width: 94%;
}
#motopress-tutorials-modal .modal-header {
  background-color: #F7F7F7;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0 4px 3px #D5D5D5;
  height: 30px;
}
#motopress-tutorials-modal .modal-header p {
  color: #444444;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
}
#motopress-tutorials-modal .massive-modal-close {
  line-height: 0;
  font-size: 25px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 13px;
  background-color: transparent;
  color: #444444;
  margin-top: 4px !important;
  border: 0 none;
}
#motopress-tutorials-modal .massive-modal-close:hover {
  color: #1b1b1b;
  cursor: pointer;
}
#motopress-tutorials-modal .massive-modal-close:focus {
  padding-right: 6px;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dl {
  border: 1px solid #d8d8d8;
  margin: 0 0 4px;
  background-color: #FFF;
  padding: 6px;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dl.active-thumbnail {
  border: 1px solid #909090;
}
#motopress-tutorials-modal .tutorials-thumbnails-wrapper dd {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #444444;
  margin: 0 15px 0 0;
  width: 135px;
}
#motopress-tutorials-modal .tutorials-thumbnails-container {
  padding: 0 3px;
}
#motopress-tutorials-modal #motopress-framewrapper {
  background-image: url("../../../images/ce/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1024px) {
  #motopress-tutorials-modal .motopress-tutorials-thumbnail dd {
    font-size: 14px;
    float: none;
    width: 140px;
  }
  #motopress-tutorials-modal .tutorials-thumbnails-wrapper {
    width: auto;
  }
  #motopress-tutorials-modal .motopress-tutorials-thumbnail dt {
    display: none;
  }
}
#motopress-preload {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("../../../images/loading.gif?ver=2.2.0");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 10000;
}
#motopress-preload > div:first-child {
  display: block !important;
  position: relative;
  top: -moz-calc(50% - 68px);
  top: -webkit-calc(50% - 68px);
  top: calc(50% - 68px);
  left: -moz-calc(50% - 68px);
  left: -webkit-calc(50% - 68px);
  left: calc(50% - 68px);
}
#motopress-preload #motopress-error {
  display: none;
  position: relative;
  top: 43%;
  background-color: #fbfbfb;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 80%;
  margin: 0 auto;
  padding: 18px;
}
#motopress-preload #motopress-error #motopress-error-title,
#motopress-preload #motopress-error #motopress-error-message p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #404040;
  margin: 0;
}
#motopress-preload #motopress-error #motopress-error-title {
  font-weight: bold;
  text-align: center;
}
#motopress-preload #motopress-error #motopress-error-message {
  max-height: 110px;
  overflow: auto;
  margin: 10px 0;
}
#motopress-preload #motopress-error .motopress-terminate {
  text-align: center;
}
.motopress-hide {
  display: none !important;
}
.motopress-soft-hide {
  display: none;
}
.motopress-btn-red {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: normal;
  padding: 5px 8px 5px 8px;
  display: inline-block;
  height: 30px;
  border: #cc3e2d 1px solid;
  background: #dc4a38;
  background: -moz-linear-gradient(top, #dc4a38 0%, #d04836 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc4a38), color-stop(100%, #d04836));
  background: -webkit-linear-gradient(top, #dc4a38 0%, #d04836 100%);
  background: -o-linear-gradient(top, #dc4a38 0%, #d04836 100%);
  background: -ms-linear-gradient(top, #dc4a38 0%, #d04836 100%);
  background: linear-gradient(to bottom, #dc4a38 0%, #d04836 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc4a38', endColorstr='#d04836', GradientType=0);
  -moz-box-shadow: 1px 1px 1px #f7e8e6;
  -webkit-box-shadow: 1px 1px 1px #f7e8e6;
  box-shadow: 1px 1px 1px #f7e8e6;
}
.motopress-btn-red:hover {
  border: #b0281a 1px solid;
  color: #ffffff;
  -moz-box-shadow: 1px 1px 0px #e0d1d1;
  -webkit-box-shadow: 1px 1px 0px #e0d1d1;
  box-shadow: 1px 1px 0px #e0d1d1;
}
.motopress-btn-red:active,
.motopress-btn-red.active {
  border: #b72b1a 1px solid;
  background: #c63927;
  background: -moz-linear-gradient(top, #c73927 0%, #c53927 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c73927), color-stop(100%, #c53927));
  background: -webkit-linear-gradient(top, #c73927 0%, #c53927 100%);
  background: -o-linear-gradient(top, #c73927 0%, #c53927 100%);
  background: -ms-linear-gradient(top, #c73927 0%, #c53927 100%);
  background: linear-gradient(to bottom, #c73927 0%, #c53927 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c73927', endColorstr='#c53927', GradientType=0);
  box-shadow: inset 0 0 4px 1px #be3220;
}
.motopress-btn-red:disabled {
  border: #e08b81 1px solid;
  background: #e99288;
  background: -moz-linear-gradient(top, #e99288 0%, #e39186 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e99288), color-stop(100%, #e39186));
  background: -webkit-linear-gradient(top, #e99288 0%, #e39186 100%);
  background: -o-linear-gradient(top, #e99288 0%, #e39186 100%);
  background: -ms-linear-gradient(top, #e99288 0%, #e39186 100%);
  background: linear-gradient(to bottom, #e99288 0%, #e39186 100%);
  -moz-box-shadow: 1px 1px 1px #f7e8e6;
  -webkit-box-shadow: 1px 1px 1px #f7e8e6;
  box-shadow: 1px 1px 1px #f7e8e6;
  cursor: default;
}
.motopress-btn-blue {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: normal;
  padding: 5px 8px 5px 8px;
  display: inline-block;
  height: 30px;
  background: #4787ed;
  border: #3079ed 1px solid;
}
.motopress-btn-blue:hover {
  border: #1b67df 1px solid;
  color: #ffffff;
  -moz-box-shadow: 1px 1px 0px #b8c3d5;
  -webkit-box-shadow: 1px 1px 0px #b8c3d5;
  box-shadow: 1px 1px 0px #b8c3d5;
}
.motopress-btn-blue:active,
.motopress-btn-blue.active {
  border: #1762da 1px solid;
  background: #407de0;
  background: -moz-linear-gradient(top, #4a89ee 0%, #3874d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a89ee), color-stop(100%, #3874d6));
  background: -webkit-linear-gradient(top, #4a89ee 0%, #3874d6 100%);
  background: -o-linear-gradient(top, #4a89ee 0%, #3874d6 100%);
  background: -ms-linear-gradient(top, #4a89ee 0%, #3874d6 100%);
  background: linear-gradient(to bottom, #4a89ee 0%, #3874d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a89ee', endColorstr='#3874d6', GradientType=0);
  box-shadow: inset 0 0 4px 1px #2a68ca;
}
.motopress-btn-blue:disabled {
  border: #78a8f3 1px solid;
  background: #87b1f3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.motopress-btn-default {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: normal;
  padding: 5px 8px 5px 8px;
  display: inline-block;
  height: 30px;
  background: #f0f0f0;
  color: #5f5f5f;
  border: #d8d8d8 1px solid;
}
.motopress-btn-default:hover {
  border: #c6c6c6 1px solid;
  -moz-box-shadow: 1px 1px 0px #ededed;
  -webkit-box-shadow: 1px 1px 0px #ededed;
  box-shadow: 1px 1px 0px #ededed;
  color: #505050;
}
.motopress-btn-default:active,
.motopress-btn-blue.active {
  border: #bdbdbd 1px solid;
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #dedede 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dedede', GradientType=0);
  box-shadow: inset 0 0 4px 1px #d4d4d4;
}
.motopress-btn-default:disabled {
  border: #e8e8e8 1px solid;
  color: #9f9f9f;
  background: #f6f6f6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.motopress-wpwrap-hidden {
  display: none !important;
}
.motopress-ce-jumping-fix {
  height: auto !important;
}
#motopress-content-editor-tutorials {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #DDDDDD;
  border-radius: 12px;
  color: #8F8F8F;
  font-size: 12px;
  height: 24px;
  line-height: 13px;
  margin: 3px 10px 0px 2px !important;
  padding-top: 4px;
  vertical-align: top;
  width: 24px;
}
#motopress-content-editor-tutorials:hover {
  background-color: #F3F3F3;
  border-color: #c6c6c6;
  color: #505050;
}
