
.panel {
    box-shadow: none !important;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}
.flex-vcenter {
  align-content: center
}

.border-0 {
    border:none 0px #fff !important;
    border-size:0px !important;
}

.align_right {
  float: right;
}
.align_left {
  float: left;
}

/* TEXT Color
-------------------------------------------------- */
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-grey {
  color: #434343 !important;
}
.text-dark-red {
  color: #551a02 !important;
}

/* HEADINGs
-------------------------------------------------- */
.headingtight {
    margin-top: 5px;
    margin-bottom: 3px;
}
h1, h2, h3, h4, h5, a h1, a h2, a h3, a h4, a h5, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1, h2, h3, h4, h5, h6, a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
/*	color: #242424 !important;*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-weight: 200 !important;*/
}
h5, .h6 {
}
h2, .h2 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 2.5em !important;
}
h3, .h3 {
	font-size: 2em !important;
}
h4, .h4 {
	font-size: 1.75em !important;
}
h5, .h5 {
	font-size: 1.25em !important;
}

/* Heading Updates
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: 200 !important;
  margin-top: 10px;
  margin-bottom: 5px !important;
  font-size: 125% !important;
}


h1 {
  font-size: 2em !important;
}
h2 {
  font-size: 1.75em !important;
}
h3 {
  font-size: 1.5em !important;
}
h4 {
  font-size: 1.25em !important;
}



/* Padding Helpers Updates
-------------------------------------------------- */
.padding-bottom-none {
  padding-bottom: 0em !important;
}
.padding-bottom-xs {
  padding-bottom: .5em !important;
}
.padding-bottom-sm {
  padding-bottom: 1em !important;
}
.padding-bottom-md {
  padding-bottom: 1.5em !important;
}
.padding-bottom-lg {
  padding-bottom: 2.0em !important;
}
.padding-bottom-xl {
  padding-bottom: 3.0em !important;
}
.padding-top-none {
  padding-top: 0em !important;
}
.padding-top-xs {
  padding-top: .5em !important;
}
.padding-top-sm {
  padding-top: 1em !important;
}
.padding-top-md {
  padding-top: 1.5em !important;
}
.padding-top-lg {
  padding-top: 2.0em !important;
}
.padding-top-xl {
  padding-top: 3.0em !important;
}
.padding-left-none {
  padding-left: 0em !important;
}
.padding-left-xs {
  padding-left: .5em !important;
}
.padding-left-sm {
  padding-left: 1em !important;
}
.padding-left-md {
  padding-left: 1.5em !important;
}
.padding-left-lg {
  padding-left: 2.0em !important;
}
.padding-left-xl {
  padding-left: 3.0em !important;
}
.padding-right-none {
  padding-right: 0em !important;
}
.padding-right-xs {
  padding-right: .5em !important;
}
.padding-right-sm {
  padding-right: 1em !important;
}
.padding-right-md {
  padding-right: 1.5em !important;
}
.padding-right-lg {
  padding-right: 2.0em !important;
}
.padding-right-xl {
  padding-left: 3.0em !important;
}
.padding-none {
  padding: 0em !important;
}
.padding-xs {
  padding: .5em !important;
}
.padding-sm {
  padding: 1em !important;
}
.padding-md {
  padding: 1.5em !important;
}
.margin-auto {
  margin: auto !important;
}
.margin-left-auto {
  margin-left: auto !important;
}
.margin-right-auto {
  margin-right: auto !important;
}
.margin-none {
  margin: 0em !important;
}
.margin-xs {
  margin: .15em !important;
}
.margin-sm {
  margin: .3em !important;
}
.margin-md {
  margin: .6em !important;
}
.margin-lg {
  margin: 1.5em !important;
}
.margin-xl {
  margin: 3em !important;
}
.margin-top-none {
  margin-top: 0em !important;
}
.margin-top-sm {
  margin-top: .3em !important;
}
.margin-top-md {
  margin-top: .6em !important;
}
.margin-top-lg {
  margin-top: 1.5em !important;
}
.margin-top-xl {
  margin-top: 3em !important;
}
.margin-bottom-none {
  margin-bottom: 0em !important;
}
.margin-bottom-sm {
  margin-bottom: .3em !important;
}
.margin-bottom-md {
  margin-bottom: .6em !important;
}
.margin-bottom-lg {
  margin-bottom: 1.5em !important;
}
.margin-bottom-xl {
  margin-bottom: 3em !important;
}
.margin-left-none {
  margin-left: 0em !important;
}
.margin-left-sm {
  margin-left: .3em !important;
}
.margin-left-md {
  margin-left: .6em !important;
}
.margin-left-lg {
  margin-left: 1.5em !important;
}
.margin-left-xl {
  margin-left: 3em !important;
}
.margin-right-none {
  margin-right: 0em !important;
}
.margin-right-sm {
  margin-right: .3em !important;
}
.margin-right-md {
  margin-right: .6em !important;
}
.margin-right-lg {
  margin-right: 1.5em !important;
}
.margin-right-xl {
  margin-right: 3em !important;
}
/* Clears
-------------------------------------------------- */
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}

@media (max-width: 768px) {
  .clear-left-sm {
    clear: inherit !important;
  }
  .clear-left-xs {
    clear: left !important;
  }
}
@media (min-width: 768px) {
  .clear-left-sm {
    clear: left !important;
  }  
  .clear-left-xs {
    clear: none !important;
  }
}
@media (min-width: 992px) {
  .clear-left-sm {
    clear: left !important;
  }  
  .clear-left-xs {
    clear: none !important;
  }
}
@media (min-width: 1200px) {
  .clear-left-sm {
    clear: left !important;
  }
  .clear-left-xs {
    clear: none !important;
  }
}

/* Text Helpers Updates
-------------------------------------------------- */
.nowrap {
  white-space: nowrap;
}
.text-10px {
  font-size: 10px !important;
}
.text-11px {
  font-size: 11px !important;
}
.text-12px {
  font-size: 12px !important;
}
.text-28px {
  font-size: 28px !important;
}
.text-36px {
  font-size: 36px !important;
}
.text-sm {
  font-size: 90% !important;
}
.text-xs {
  font-size: 75% !important;
}
.font-default {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-family: 'Muli', sans-serif;
}
.text-bold {
  font-weight: bold !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000;
}
.text-underline {
  text-decoration: underline;
}
.text-green {
  color: #0e733b;
}
.text-blue {
  color: #0066cc;
}
.text-muted, .text-grey {
  color: #86878B !important;
}
.text-tight {
  line-height: normal;
}
/* Border Helpers Updates
-------------------------------------------------- */
.border-bottom {
  border-bottom: 2px #333 solid;
}
.border-top {
  border-top: 2px #333 solid;
}
.border-left {
  border-left: 2px #333 solid;
}
.border-left-sm {
  border-left: 2px #333 solid;
}
.border-left-md {
  border-left: 4px #333 solid;
}
.border-left-lg {
  border-left: 10px #333 solid;
}
.border-left-xl {
  border-left: 20px #333 solid;
}
.border-right {
  border-right: 2px #333 solid;
}
.border {
  border: 2px #333 solid;
}
.border-white-md {
  border: 5px #fff solid;
}
.bg-white {
  background-color: #fff;
}
.container-border-shadow .container, .border-shadow{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
}
.container-border-shadow .container-trans {
  box-shadow: none;
}
.border-round, .border-rounded {
  border-radius: 10px;
}


.editelement {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
  z-index: 10000;
  background-color: #99cc99;
  display: inline-block;
  right: 0px;
}

.editpage {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 0px;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
  right: 0px;
  z-index: 10000;
  background-color: #99cc99;
}