html,
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background: #fff;
}

.form-group .iconButtons {
  background: #eee;
  border: 1px #ccc solid;
  padding: 3px;
}

div.innerContent {
  margin: 100px auto;
  padding: 20px;
  background-position: center;
  background-size: cover;
}

section {
  padding: 0;
}

.section.preview {
  min-height: 225px;
}

hr {
  border-color: #fff;
  max-width: 100%;
}

body a {
  color: #333;
}

p {
  margin: 0;
}

h1 {
  font-family: inherit;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #ff0000;
}

.limitMaxWidth {
  max-width: 100%;
}

.position-top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}

.position-top-right {
  position: absolute !important;
  top: 0;
  right: 0;
}

.header {
  color: white;
  text-align: center;
  /*background: url(images/House01.jpg) no-repeat fixed;*/
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  position: relative;
}

.control-btn {
  height: 34px;
}

.backgroundColor, .backgroundFilter, .backgroundImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*z-index: -1;*/
  /*background: rgba(7, 53, 71, 0.75);*/
  /*-webkit-box-shadow: inset 0 0 100px black;*/
  /*box-shadow: inset 0 0 100px black;*/
}

.noRepeat {
  background-repeat: none;
}

.backgroundFilter {
  z-index: -1;
}

.backgroundImage {
  z-index: -2;
}

.backgroundColor {
  background: #fff;
  z-index: 0;
}

.innerShadow {
  -webkit-box-shadow: inset 0 0 100px black;
  box-shadow: inset 0 0 100px black;
}

.backgroundImage.fixed {
  position: fixed;
}

.mapLP0 {
  clip-path: inset(0px -15px);
  -webkit-clip-path: inset(0px -15px);
}

.mapLP1 {
  -webkit-clip-path: ellipse(160% 100% at 50% 0%);
  clip-path: ellipse(160% 100% at 50% 0%);
}

.hover.mapLP1:hover {
  min-height: 550px;
}

.aBtn {
  z-index: 9999;
}

.paragraph-container, .containerSize {
  border: #ccc 2px dashed;
  min-height: 25px;
}

.paragraph-container .active-container-size {
  color: #4cae4c;
  border-color: #4cae4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.containerSize:hover {
  color: #3dc03d;
  border-color: #3dc03d;
}

.containerSize .btn {
  width: 100%;
  margin: 6px auto;
}

.containerItems {
  width: 100%;
  display: block;
}

.containerItems li {
  background: #eee;
  list-style: none;
  padding: 3px;
  width: 100px;
  float: left;
}

.guide-layout .help-block.has-error.error-msg {
  padding: 109px 30px;
}

.circleSwatch {
  width: 25px;
  height: 25px;
  margin: 4px;
  display: inline-block;
  border: rgba(192, 192, 192, 0.6) 1px solid;
  background-size: contain;
  border-radius: 25px;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.move {
  cursor: move;
}

.addElementCursor {
  cursor: url(/pages/img/cursor_Edit.png), auto;
}

.pointer {
  cursor: pointer;
}

.copy {
  cursor: copy;
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.help {
  cursor: help;
}

.notAllowed {
  cursor: not-allowed;
}

.backdrop {
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.pageSpinner {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  font-stretch: ultra-expanded;
  font-size: 43px;
  opacity: .6;
  color: green;
  z-index: 0;
}

#page-top {
  font-size: 15px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-bottom-sm {
  margin-bottom: 6px;
}

.Slider {
  -ms-touch-action: none;
  touch-action: none;
}

.slide-container {
  margin-top: 10px;
}

.deleteInput {
  text-align: right;
  font-size: 14px;
  padding-right: 2px;
}

.requireInput {
  text-align: left;
  font-size: 12px;
  padding: 2px;
  margin-bottom: 0;
}

.deleteInput:hover {
  font-size: 16px;
}

.requireInput:hover {
  font-size: 14px;
}

.btn {
  border-radius: 2px;
  white-space: normal !important;
}

.submitButton {
  cursor: pointer;
  border-radius: 10px;
}

/*.btnEditColor {
    color: rgba(192,192,192, 1);
    border-top: rgba(192,192,192,0.6) 1px solid;
    border-left: rgba(192,192,192,0.6) 1px solid;
    border-right: rgba(192,192,192,0.6) 1px solid;
}*/
.header-content-inner {
  border-radius: 15px;
  padding: 20px 20px 40px 20px;
  display: inline-table;
}

.header-content-inner.dark {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.header-content-inner.light {
  background: rgba(225, 225, 225, 0.7);
  color: #000;
}

.header-content-inner.transparent {
  background: transparent;
}

.header-content-inner.light h1 {
  color: #292929;
}

.header-content .header-content-inner.light p {
  color: #292929;
}

header hr {
  max-width: 40%;
}

#clone {
  min-height: 420px;
}

.align-icon {
  font-size: 12;
}

.clearfix {
  width: 100%;
}

/*.popBox {
    position: fixed;
    width: 300px;
    top: -25%;
    right: -50%;
    left: -50%;
    overflow: auto;
    padding: 10px;
    opacity: 1.0;
    font-size: 1em;
    z-index: 1002;
    border-width: 3px;
    box-sizing: border-box;
    background: #ffffff;
    border-color: #6FB3E0;
    border-width: 1px;
    margin: 0 auto;
    max-height: 600px;
}*/
.popBox {
  position: absolute;
  top: -125px;
  right: 25%;
  color: #292929;
  border: #fff 10px solid;
  width: 300px;
  opacity: 0;
  margin: 0 auto;
  background: rgba(238, 238, 238, 0.9);
  position: fixed;
  z-index: 999;
}

.popBox.whiteBox {
  border: #d9edf7 1px solid;
  background: white;
}

.popBody {
  overflow-y: auto;
}

.formHolder {
  position: relative;
}

.borderBottom .form-control .borderBottom {
  border: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-family: montserrat;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
}

.min-height-18px {
  min-height: 18px;
}

.color-patch {
  width: 25px;
  height: 25px;
  margin: 4px;
  background-color: #ff4444;
  display: inline-block;
  border: rgba(192, 192, 192, 0.6) 1px solid;
}

.color-circle {
  width: 25px;
  height: 25px;
  margin: 4px;
  display: inline-block;
  border: rgba(192, 192, 192, 0.6) 1px solid;
  background-size: contain;
  border-radius: 25px;
}

.color-circle .small {
  width: 15px;
  height: 15px;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.sideMenu {
  position: fixed;
  right: -1500%;
  top: 0;
  /*padding-top: 40px;*/
  width: 310px;
  min-width: 310px;
  background: rgba(238, 238, 238, 0.8);
  z-index: 10;
  -webkit-box-shadow: 0 0 20px 0 #ccc;
  box-shadow: 0 0 20px 0 #ccc;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sideMenu .nav {
  background: #fff;
  border: red solid 2px;
  min-height: 45px;
  margin-bottom: 10;
}

.imageMenu {
  width: 100px;
  z-index: 2;
  height: 30px;
  border: blue 1px solid;
  position: absolute;
  top: -30px;
}

.text-ghost {
  color: #ccc;
}

.color-patch {
  width: 25px;
  height: 25px;
  padding: 3px 19px 23px 7px;
  margin-top: 12px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

.patch-box-before {
  margin: 15px 3px 0px 3px;
  float: left;
}

.patch-box-after {
  margin: 0px auto;
  float: left;
}

.patch-box {
  width: 81px;
  float: right;
}

.settings-btn,
.settings-btn-close {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 12;
  border-radius: 6px 0 0 6px !important;
  display: inline-block;
  float: left;
  margin: 0;
  opacity: 0.75;
  text-align: center;
  vertical-align: top;
}

.sideMenu .nav > li > a {
  padding: 2px 15px;
}

.nav-tools .nav > li > a {
  padding: 2px 6px;
}

.nav-success > li > a:focus,
.nav-success > li > a:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #fff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #fff;
}

.nav .nav-success .open > a,
.nav .nav-success .open > a:focus,
.nav .nav-success .open > a:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #fff;
}

.nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-content {
  padding: 0 10px 0 10px;
  width: 100%;
  margin: 0;
}

.menu-header {
  border-bottom: 1px solid;
  width: 100%;
  line-height: 2.0em;
  font-weight: 600;
}

.menu-header.sub {
  border: 0px;
  font-weight: 300;
  line-height: 0.8em;
}

.badge-facebook {
  color: #fff;
  background: #3B5998;
  border: 1px solid #fff;
}

.badge-facebook:hover {
  color: #fff;
  background: #3B5998;
  border: 1px solid #fff;
}

.badge-google {
  color: #fff;
  background: #db3236;
  border: 1px solid #fff;
}

.badge-google:hover {
  color: #fff;
  background: #db3236;
  border: 1px solid #fff;
}

.badge-icon {
  border: 1px solid #fff;
}

.colorLabel {
  margin: 40% auto;
  color: #ccc;
  opacity: 0;
}

.colorLabel:hover {
  opacity: 1;
}

.badge-icon:hover,
.badge-icon:mousedown {
  border: rgba(225, 225, 225, 0.6);
  border: 1px solid #fff;
}

.section {
  overflow-x: hidden;
}

.section.hover:hover {
  min-height: 125px;
}

section.active {
  border: #4cae4c 4px dashed;
}

section.active .editSection {
  opacity: 1.0;
}

.editSection {
  border: #fff 2px solid;
  left: 0;
  top: 0;
  color: #fff;
  border-radius: 0;
  opacity: 0.7;
  font-size: 18px;
}

.editSection:hover, .editSection:focus, .editSection:active {
  border-color: #fff;
  opacity: 0.9;
}

.pulse {
  -webkit-animation-name: pulse_animation;
          animation-name: pulse_animation;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.section-icon {
  width: 40px;
  height: 40px;
  border-radius: 40px !important;
  margin: 0;
  padding: 3px;
  margin: 2px;
  font-size: 20px;
}

.section-icon .view {
  font-size: 14px;
}

.svg-danger svg {
  color: #a94442;
}

.svg-ghost svg {
  color: #ccc;
}

.btn-ghost {
  color: #ccc;
  background: #eee;
  height: 23px;
}

#editBackground,
#editMyImages,
#uploadImage {
  overflow: scroll;
}

.image-patch {
  width: 150px;
  height: 150px;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-position: center;
  border: rgba(192, 192, 192, 0.6) 1px solid;
}

.cover-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.control {
  width: 100%;
}

.text-truncate {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inprogress {
  margin: 0 auto;
  text-align: center;
}

.sideMenu .nav > li > a {
  padding: 10px 15px;
}

textarea {
  resize: vertical;
}

textarea.edit {
  border-radius: 0px 0px 30px 5px;
}

.sideMenu .btn {
  border-radius: 5px;
}

.bulletList {
  text-align: left;
}

.text-truncate {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.checkmark li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  color: #5bb75b;
  margin: 2px 8px 2px -15px;
  font-size: 22px;
  text-align: left;
}

ul.checkmark {
  list-style-type: none;
}

.menu-content .menu-header {
  margin-top: 0px;
}

.selector {
  margin-left: 20px;
}

.control {
  width: 100%;
}

.group {
  width: 99%;
  border: 2px solid lightblue;
  padding: 8px;
  border-radius: 5px;
}

.group input,
.group .btn {
  margin-top: 5px;
}

.auto-form {
  margin: 0 auto;
  text-align: left;
  line-height: 1;
}

.auto-form .selector input {
  margin-top: -1px;
  margin-left: -25px;
  width: 25px;
  height: 20px;
}

.view input[type=radio],
.view input[type=checkbox] {
  border: 0px;
  width: 22px;
  height: 2em;
  margin-left: -28px;
}

.popover {
  max-width: 100%;
}

.hint {
  float: right;
}

i.hint {
  font-size: 24px;
  padding: 2px;
  margin-right: 4px;
}

.text-success {
  color: #5cb85c;
}

.fade {
  display: none;
}

.fade.in {
  display: inline;
}

.editOptions {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #46b8da;
  background: white;
}

.editBox {
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.74);
}

.editBox.text-left {
  text-align: left;
}

.editBox.clear {
  padding: 0px;
  margin-bottom: 5px;
  /*border-radius: 5px;*/
  text-align: center;
  border: 0px solid #ffffff;
  background: rgba(255, 255, 255, 0);
}

.editBox.small {
  width: 130px;
}

.editBox.medium {
  width: 135px;
}

.editBox.large {
  width: 207px;
}

span.box-label {
  display: inline-block;
  margin: 0 0 5px 0;
}

.box-group > .editBox.medium:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.box-group > .editBox.medium:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.box-group > .editBox.medium:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-top, .input-top {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top: rgba(192, 192, 192, 0.6) 1px solid;
  border-left: rgba(192, 192, 192, 0.6) 1px solid;
  border-right: rgba(192, 192, 192, 0.6) 1px solid;
}

.btn-bottom, .input-bottom {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom: rgba(192, 192, 192, 0.6) 1px solid;
  border-left: rgba(192, 192, 192, 0.6) 1px solid;
  border-right: rgba(192, 192, 192, 0.6) 1px solid;
}

.btn-dropdown-lg {
  padding: 15px;
  margin-bottom: 15px;
  background: white;
  border: rgba(192, 192, 192, 0.6) 1px solid;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  z-index: 3;
}

.btn-dropdown {
  background: white;
  border: rgba(192, 192, 192, 0.6) 1px solid;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  z-index: 3;
}

.label.tab-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.tab-content {
  margin-top: 15px;
}

.tab-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.layoutIcon {
  width: 74px;
}

.viewButton {
  font-size: 24px;
  width: 60px;
}

.tabOwlIcon {
  width: 37px;
  margin: -10px;
}

.sideMenuFooter {
  min-height: 100px;
}

.cards {
  overflow-x: scroll;
  max-width: 1030px;
}

.card {
  float: left;
  width: 196px;
  height: 310px;
}

.scroll-cards-left, .scroll-cards-right {
  margin-top: 137px;
  z-index: 999;
  position: absolute;
}

.scroll-cards-right {
  right: 0;
}

/* button bar for edit landing page */
.btn-bar {
  position: fixed;
  right: 0px;
  top: 40px;
  width: 40px;
  height: 100px;
  background: #fff;
  border-radius: 3px 0px 0px 3px;
}

.btn-menu {
  width: 40px;
  height: 40px;
  padding: 9px 4px 4px 4px;
  margin: 2px;
  border: #fff 2px solid;
}

.btn-menu:hover {
  margin-left: -6px;
  border-color: white;
}

.btn-stack {
  position: fixed;
  right: 10px;
  top: 45px;
  width: 40px;
}

.radius-0 > .btn {
  border-radius: 0;
}

.barOwlIcon {
  /*sizes image in button*/
  width: 26px;
  margin: 3px 0px;
}

.sideNav {
  position: fixed;
  background-color: rgba(238, 238, 238, 0.8);
  top: 0;
  width: 100%;
  z-index: 9;
}

.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframeVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editYtVideo {
  position: absolute;
  text-align: left;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 1001;
  width: 240px;
  margin-top: 32px;
  /*display: none;*/
}

.editYtButton {
  position: absolute;
  left: 0;
  z-index: 999;
  border-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  /*display: none;*/
}

.dropdown .open > .btn .btn-success .dropdown-toggle .editYtButton {
  display: block;
}

.open > .dropdown-menu.ytDropdown {
  display: contents;
}

/*.ytVideo:hover > .editYtButton {
    display: block;
}*/
.mEditLabel {
  width: 100%;
  margin-top: 16px;
}

.mEditContainer {
  text-align: left;
  border: 2px solid #46b8da;
  padding: 10px;
  border-radius: 5px;
}

.btn.active {
  border-bottom: 3px solid #4cae4c;
}

.btn-fa {
  /* padding: 10px;*/
}

.btn-xs-fa {
  /* padding: 4px;
    width: 30px;*/
}

.btn.btn-app {
  display: inline-block;
  width: 112px;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2) !important;
  border: 0;
  border-radius: 12px;
  padding: 12px 0 8px;
  margin: 2px;
  line-height: 1.7;
  position: relative;
  padding: 20px;
  min-height: 80px;
}

#sectionMenu .btn.btn-app {
  font-size: 14px;
  padding: 20px 0 10px 0;
  min-height: 80px;
}

.modal .cover-modal {
  width: 118%;
  margin: -14px auto 0 -9%;
  overflow: hidden;
}

.menu-group-modal {
  width: 100%;
  margin: 10px auto 0;
  float: left;
}

.modal h5.top {
  margin-top: -18px;
}

.modal-content .btn {
  border-radius: 0;
}

.modal-content .btn.submitButton {
  border-radius: 10px;
}

.modal-content .btn.radius_5 {
  border-radius: 5px;
}

.modal-dialog {
  margin: 50px auto;
}

.modal-backdrop {
  background: transparent;
}

.image-patch, .image-patch-hero, .image-patch-banners {
  width: 150px;
  height: 150px;
  margin: 4px;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-position: center;
}

.resetPreview {
  width: 100%;
  text-align: center;
  background: url(/secure/assets/images/backgroundTexture.jpg);
  padding: 10px;
}

.image-patch-hero {
  width: 189px;
  height: 95px;
}

.image-patch-banners {
  width: 400px;
  height: 80px;
}

.editImage {
  max-width: 310px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.QapTcha .bgSlider {
  width: 200px !important;
}

.deleteContainerButton {
  padding: 10px;
  min-width: 33px;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  z-index: 999;
}

.iconButton {
  padding: 10px;
  min-width: 33px;
  margin: 20px;
}

.selectedIcon svg {
  font-size: 75px;
  margin-top: -7px;
}

.thisSectionButton {
  opacity: 0.6;
}

.btn-on-hover {
  position: absolute;
  display: none;
  opacity: 0.7;
  z-index: 9999;
}

.btn-on-hover .btn {
  height: 23px;
}

.btn-on-hover:hover {
  opacity: 1;
}

.btn-on-hover:hover > .btn {
  z-index: 9999;
}

.bar-xs-top {
  top: -23px;
}

.bar-xs-bottom {
  bottom: -23px;
}

.paragraph-container:hover > .btn-on-hover {
  display: block;
}

.thisSectionButton:hover, .thisSectionButton.open {
  opacity: 1;
}

.paragraph-container:hover {
  position: relative;
  display: block;
  /*min-height: 330px;*/
  border: #4cae4c 2px dashed;
  /*padding-top: 23px;
    padding-bottom: 23px;*/
}

.editButtonLeft, .editTextbutton {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin: 20px 20px 20px 20px;
}

.paragraph-container:hover > .editButtonLeft, .thisSection:hover > .editButton {
  display: block;
}

.paragraph-container:hover > button.editButton, .paragraph-container:hover > .editYtButton {
  display: block;
}

.paragraph-container:hover span > .editTextbutton, .paragraph-container:hover > .deleteContainerButton, .paragraph-container:hover > .editYtButton {
  display: inline-block;
  z-index: 999;
}

button.editButton, .dropdown-toggle .editButton {
  padding: 10px;
  min-width: 33px;
}

cat {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0 0 0 6px;
  font-weight: bold;
  color: #000;
}

.editSection {
  border: #fff 2px solid;
  left: 0;
  top: 0;
  color: #fff;
  border-radius: 0;
  opacity: 0.7;
  font-size: 18px;
}

.section-icon {
  width: 40px;
  height: 40px;
  border-radius: 40px !important;
  margin: 0;
  padding: 3px;
  margin: 2px;
  font-size: 20px;
}

.dropdown-editSection {
  padding: 10px;
  border: #fff 3px solid;
  margin-bottom: 10px;
  min-width: 48px;
}

.dropdown-menu.sectionEdit {
  margin: -5px 0 0;
}

/* Editor input layout for margin */
.guide-layout {
  position: relative;
  height: 120px;
  width: 250px;
}

.guide-borders {
  border: #ccc solid 1px;
  position: absolute;
  width: 186px;
  height: 70px;
  left: 30px;
  display: block;
  top: 25px;
  bottom: 0;
}

.guide-input {
  width: 56px;
  text-align: center;
  position: absolute;
}

.guide-input.top {
  top: 11px;
  left: 100px;
}

.guide-input.right {
  right: 1px;
  top: 46px;
}

.guide-input.bottom {
  bottom: 10px;
  left: 100px;
}

.guide-input.left {
  top: 47px;
  left: 8px;
}

.guide-buttons-center {
  position: absolute;
  top: 46px;
  left: 70px;
}

.guide-buttons-center .btn {
  min-width: 40px;
}

.btn-link.clear {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* The ribbons */
.corner-ribbon {
  width: 200px;
  /*background: #e43;*/
  background: #cf000f;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 999;
}

/* Custom styles */
.QapTcha .dropError {
  color: #cc0000;
}

.QapTcha .bgSlider {
  border: rgba(207, 0, 15, 0.8) 2px solid;
  background-color: #cf000f;
}

.QapTcha .bgSlider.unlocked {
  border: 2px solid rgba(0, 230, 64, 0.8);
  background-color: #00e640;
}

.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #39d;
}

.corner-ribbon.green {
  background: #2c7;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #cf000f;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #ec0;
}

.palette {
  width: 252px;
  max-height: 350px;
  float: left;
  margin: 0 auto;
  margin-left: 20px;
}

.show-sm, .show-md {
  display: none;
}

.btn, .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

.scrollable-modal {
  height: 450px;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .noShow-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .noShow-md {
    display: none;
  }
  .show-md {
    display: block;
  }
  .cards {
    max-width: 412px;
  }
}

@media only screen and (max-width: 480px) {
  .cards {
    max-width: 210px;
  }
  .image-patch, .image-patch-hero, .image-patch-banners {
    width: 100%;
    height: 150px;
    margin: 4px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .pallet {
    float: none;
    margin: 0 auto;
  }
  .noShow-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}

/* Preview Button Styles */
.landing--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: flex-end; */
}

.landing--btns p {
  margin: 5px;
}

/* Landing Page Cards */
.card-container {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.lp--cards {
  /* border: 2px solid blue; */
}

.lp--cards .lp--card {
  /* border: 1px solid red; */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  height: 340px;
  min-width: 220px;
  border-radius: 4px;
  /* border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 5px solid #3489fc; */
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp--cards .lp--card:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.65);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.65);
}

.lp--cards .lp--card .lp--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
}

.lp--cards .lp--card .lp--caption h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.lp--cards .lp--card .lp--caption p {
  margin: 0;
  padding: 0;
  height: 100px;
  overflow: auto;
  font-size: 14px;
}

.lp--cards .lp--footer {
  padding-top: 5px;
  background-color: rgba(237, 240, 238, 0.829);
}

.lp-img- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.lp-img- p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: rgba(0, 0, 0, 0.55);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  padding-bottom: 2px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.lp--btn {
  border: none !important;
  border-radius: 4px;
  height: 30px;
  width: 96px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 16px;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-weight: 400;
  background-color: #056cbf;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-right: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.lp--btn:hover {
  text-decoration: none !important;
  color: #fff;
}

.lp--btn--create {
  background-color: #00b92c;
}
/*# sourceMappingURL=landingPage.css.map */