html, body {
  overflow-x: hidden; 
}
.link-out {
	cursor: pointer;
} 
.off-canvas__nav {
    position: fixed;
    top: 40px;
    left: -250px;
    width: 250px;
    padding: 20px;
    height: 100%;
    background: #FFF;
    z-index: 999;
    border-right: 1px solid #CCC;
}
  .nav-toggle {
      color: #666;
      background: #FFF;
      font-size: 20px;
      position: absolute;
      top: 100px;
      left: 10px;
      z-index: 9;
      border: 1px solid #ccc;
      padding: 0px;
      border-radius: 4px;
      width: 33px;
      height: 33px;
      text-align: center;
      z-index: 999999;
  }
  .off-canvas__nav  .nav-toggle {
      left: 190px;
      top: 90px;
  }
  hr {
      border: none;
      clear: both;
      height: 5px
  }
.off-canvas__nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.off-canvas__nav li {
    margin-bottom: 10px;
}
.off-canvas__nav li .btn-block {
    text-align: left;
}

.draggable {
    cursor: move;
}
#canvas  {
    width: 100%;
    min-height: 400px;
}
#canvas .page-block {
    display: inline-block;
    width: 100%;
    border: 1px solid  #eee;
    height: 2px;
    background: #999;
    overflow: hidden;
}
#canvas .page-block span {
    display: none;
}
#canvas li span {
    min-height: 100px;
}
.placeholder-block {
    height: 100px;
    text-align: center;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    width: 100%;
}
.fullscreen-modal {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #eee;
    z-index: 999;
}
#page {
    position: relative;
}
#page li, #page {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative
}
#canvas li.block {
    min-height: 300px;
}
.block {
     min-height: 300px;
     position: relative;
}
.close-modal {
      color: #666;
      background: #FFF;
      font-size: 20px;
      z-index: 999;
      border: 1px solid #ccc;
      padding: 0px 10px;
      border-radius: 4px;
      margin: 20px 10px;
}
.ace_editor { min-height: 400px; }
.file-list li  {
    list-style-type: none;
    cursor: pointer;
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-align: center;
}
.file-list i {
    font-size: 32px;
    color: #999;
}
.file-list i:hover {
    color: #333
}
.dragging {
    opacity: 0.5;
}
.thumb {
    width: 100px;
    height: 100px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #999;
    margin: 10px auto;
}
#dropzone {
    border-radius: 6px;
}
#image-list li {
    cursor: move;
}
.sortable-ghost {
    display: inline-block;
    width: 170px;
    border: 1px solid  #eee;
    height: 170px;
    margin-bottom: 20px;
}
#page-block-list .sortable-ghost {
    display: none;
}
.sortable-ghost div {
    display: none;
}
.form-field {
    border-bottom: 1px dashed #ccc;
}
.form-actions.btn-group {
    display: none !important;
}
.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blockUI {
    border-radius: 4px;
}
.edit-block {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99999;
}
.edit-block a {
    font-family: Arial, Helvetica, sans-serif !important;
}

/** page base styles **/
.slide {
    min-height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bx-wrapper {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    bottom: 30px !important;
}
#page .form {
    max-width: 500px;
    margin: 40px auto;
    padding-bottom: 40px;
}
#page .form label {
    font-weight: bold;
    font-size: 14px;
}
#page .form input[type="text"], #page .form select {
    background: #FFF;
    padding-left: 10px;
}
.image {
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
}
.grid-stack-item .image {
	height: 100%;
}
.file-upload {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 10px;
}
.caption-box.vertical-align {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15%;
}
.grid-stack.grid-stack-one-column-mode>.grid-stack-item {
    margin-bottom: 0 !important;
}
.arrow-type {
    font-size: 20px;
}
.arrow-type span {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
}
#submit .blockUI {
    z-index: 1000;
    border: none !important;
    border-radius: 0 !important;
    margin: 0px;
    padding: 0px;
    width: 76px !important;
    height: 100%;
    top: 0px;
    left: 0px !important;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: absolute;

}
.no-nav  {
	margin-left: 0 !important;
	margin-top: 0 !important;
}
.footer {
	line-height: 1.6em;
}
.footer .list-unstyled {
	margin-top: 0 !important;
}
.featherlight {
	opacity: 1 !important;
} 
