/* ==========================================================================
   Styles for Egsa by Paul Farley
   ========================================================================== */
/*! Generated by Live LESS Theme Customizer */
@font-face {
  font-family: 'Montserrat';
  font-weight: 200;
  font-style: normal;
  src: url('../fonts/montserrat-hairline-webfont.eot');
  src: url('../fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'), local('Montserrat hairline'), local('Montserrat hairline'), url('../fonts/montserrat-hairline-webfont.woff2') format('woff2'), url('../fonts/montserrat-hairline-webfont.woff') format('woff'), url('../fonts/montserrat-hairline-webfont.ttf') format('truetype'), url('../fonts/montserrat-hairline-webfont.svg#montserratultra_light') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/montserrat-ultralight-webfont.eot');
  src: url('../fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'), local('Montserrat Ultra Light Regular'), local('Montserrat Ultra Light'), url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/montserrat-ultralight-webfont.woff') format('woff'), url('../fonts/montserrat-ultralight-webfont.ttf') format('truetype'), url('../fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/montserrat-light-webfont.eot');
  src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), local('Montserrat Light Regular'), local('Montserrat Light'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/montserrat-semibold-webfont.eot');
  src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), local('Montserrat Semi Bold Regular'), local('Montserrat Semi Bold'), url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
}
html,
body {
  background-color: #fff;
}
body {
  font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  color: #93A4AA;
}
h1 {
  color: #242B30;
  font-weight: 700;
  letter-spacing: -1px;
}
h2 {
  font-size: 26px;
  color: #242B30;
  font-weight: 700;
  letter-spacing: -1px;
}
h3 {
  font-size: 18px;
  color: #242B30;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 0;
}
a:focus {
  outline: 0;
}
a:focus,
a:visited,
a:active {
  text-decoration: none;
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #f2f2f2;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.7s, opacity 0.5s linear;
  transition: visibility 0s linear 0.7s, opacity 0.5s linear;
}
#overlay .spinner {
  height: 100%;
  width: 100%;
  margin: auto;
}
.loading #overlay {
  visibility: visible;
  opacity: 1;
}
.divisor {
  height: 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
}
.border-left {
  border-left: solid 1px #bbb;
}
.border-right {
  border-right: solid 1px #bbb;
}
.escondido {
  opacity: 0;
}
.visible {
  opacity: 1 !important;
}
.truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.text-muted {
  color: #AFC3CA;
}
.shadow1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shadow2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shadow3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shadow4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shadow4-danger {
  -webkit-box-shadow: 0 14px 28px rgba(105, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 14px 28px rgba(105, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shadow5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shadowRed {
  -webkit-box-shadow: 0 14px 30px rgba(138, 13, 13, 0.3);
          box-shadow: 0 14px 30px rgba(138, 13, 13, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shadowSoft {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shadowSoft2 {
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-0 {
  margin-top: 0px !important;
}
.top-5 {
  margin-top: 5px;
}
.top-10 {
  margin-top: 10px !important;
}
.top-20 {
  margin-top: 20px;
}
.top-25 {
  margin-top: 25px;
}
.top-30 {
  margin-top: 30px;
}
.top-40 {
  margin-top: 40px;
}
.top-50 {
  margin-top: 50px;
}
.top-60 {
  margin-top: 60px;
}
.top-70 {
  margin-top: 70px;
}
.top-80 {
  margin-top: 80px;
}
.top-90 {
  margin-top: 90px !important;
}
.top-100 {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .top-xs-0 {
    margin-top: 0px !important;
  }
  .top-xs-5 {
    margin-top: 5px;
  }
  .top-xs-10 {
    margin-top: 10px;
  }
  .top-xs-20 {
    margin-top: 20px;
  }
  .top-xs-25 {
    margin-top: 25px;
  }
  .top-xs-30 {
    margin-top: 30px;
  }
  .top-xs-40 {
    margin-top: 40px;
  }
  .top-xs-50 {
    margin-top: 50px;
  }
  .top-xs-60 {
    margin-top: 60px;
  }
  .top-xs-70 {
    margin-top: 70px;
  }
  .top-xs-80 {
    margin-top: 80px;
  }
  .top-xs-90 {
    margin-top: 90px;
  }
  .top-xs-100 {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-sm-0 {
    margin-top: 0px !important;
  }
  .top-sm-5 {
    margin-top: 5px;
  }
  .top-sm-10 {
    margin-top: 10px;
  }
  .top-sm-20 {
    margin-top: 20px;
  }
  .top-sm-25 {
    margin-top: 25px;
  }
  .top-sm-30 {
    margin-top: 30px;
  }
  .top-sm-40 {
    margin-top: 40px;
  }
  .top-sm-50 {
    margin-top: 50px;
  }
  .top-sm-60 {
    margin-top: 60px;
  }
  .top-sm-70 {
    margin-top: 70px;
  }
  .top-sm-80 {
    margin-top: 80px;
  }
  .top-sm-90 {
    margin-top: 90px;
  }
  .top-sm-100 {
    margin-top: 100px;
  }
}
.bottom-0 {
  margin-bottom: 0px !important;
}
.bottom-5 {
  margin-bottom: 5px;
}
.bottom-10 {
  margin-bottom: 10px;
}
.bottom-15 {
  margin-bottom: 15px !important;
}
.bottom-20 {
  margin-bottom: 20px;
}
.bottom-25 {
  margin-bottom: 25px;
}
.bottom-30 {
  margin-bottom: 30px;
}
.bottom-40 {
  margin-bottom: 40px;
}
.bottom-50 {
  margin-bottom: 50px;
}
.bottom-60 {
  margin-bottom: 60px;
}
.bottom-70 {
  margin-bottom: 70px;
}
.bottom-80 {
  margin-bottom: 80px;
}
.bottom-90 {
  margin-bottom: 90px;
}
.bottom-100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .bottom-xs-0 {
    margin-bottom: 0px !important;
  }
  .bottom-xs-5 {
    margin-bottom: 5px;
  }
  .bottom-xs-10 {
    margin-bottom: 10px;
  }
  .bottom-xs-20 {
    margin-bottom: 20px !important;
  }
  .bottom-xs-25 {
    margin-bottom: 25px;
  }
  .bottom-xs-30 {
    margin-bottom: 30px;
  }
  .bottom-xs-40 {
    margin-bottom: 40px;
  }
  .bottom-xs-50 {
    margin-bottom: 50px;
  }
  .bottom-xs-60 {
    margin-bottom: 60px;
  }
  .bottom-xs-70 {
    margin-bottom: 70px;
  }
  .bottom-xs-80 {
    margin-bottom: 80px;
  }
  .bottom-xs-90 {
    margin-bottom: 90px;
  }
  .bottom-xs-100 {
    margin-bottom: 100px;
  }
}
.left-0 {
  margin-left: 0px;
}
.left-5 {
  margin-left: 5px;
}
.left-10 {
  margin-left: 10px;
}
.left-20 {
  margin-left: 20px;
}
.left-40 {
  margin-left: 40px;
}
.right-0 {
  margin-right: 0px;
}
.right-5 {
  margin-right: 5px;
}
.right-10 {
  margin-right: 10px;
}
.right-20 {
  margin-right: 20px;
}
.right-40 {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .left-xs-0 {
    margin-left: 0px;
  }
  .left-xs-10 {
    margin-left: 10px;
  }
  .left-xs-20 {
    margin-left: 20px;
  }
  .left-xs-40 {
    margin-left: 40px;
  }
  .right-xs-0 {
    margin-right: 0px;
  }
  .right-xs-10 {
    margin-right: 10px;
  }
  .right-xs-20 {
    margin-right: 20px;
  }
  .right-xs-40 {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-xs-20 {
    /*Celulares*/
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    /*Celulares*/
    text-align: center;
  }
}
.text-white {
  color: #fff;
}
.text-danger {
  color: #ED1C24;
}
.text-success {
  color: #449d44;
}
.text-dark {
  color: #242B30;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-darker {
  background-color: #242B30;
  color: #FFF;
}
.bg-darker h1 {
  color: #fff;
}
.bg-darker h2 {
  color: #fff;
}
.bg-dark {
  background-color: #444E51;
  color: #fff;
}
.bg-dark h1 {
  color: #fff;
}
.bg-gray {
  background-color: #5F6C73;
  color: #fff;
}
.bg-light {
  background-color: #9EB3BF;
  color: #242B30;
}
.bg-lighter {
  background-color: #eeeeee;
  color: #242B30;
}
.bg-primary {
  background-color: #4a90e2;
  color: #fff;
}
.bg-primary h1 {
  color: #fff;
}
.bg-success {
  background-color: #5cb85c;
  color: #242B30;
}
.bg-info {
  background-color: #5bc0de;
  color: #242B30;
}
.bg-warning {
  background-color: #FFD370;
  color: #242B30;
}
.bg-danger {
  background-color: #ED1C24;
  color: #fff;
}
.bg-danger h1 {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.well.bg-white {
  background-image: none;
}
.btn-huge {
  font-weight: 300;
  padding: 20px 60px;
  font-size: 18px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .btn-huge {
    padding: 10px 40px;
    font-weight: 400;
  }
}
.btn-rounded {
  border-radius: 50%;
}
.btn-default {
  color: #333333;
}
.btn-danger {
  color: #ffffff;
}
.btn-warning {
  color: #ffffff;
}
.btn-primary {
  color: #ffffff;
}
.btn-success {
  color: #ffffff;
}
.btn-info {
  color: #ffffff;
}
.btn-grey {
  background-color: #5F6C73;
  color: #fff;
}
.btn-pill {
  border-radius: 20px;
  font-weight: 400;
  padding: 5px 30px;
  background-color: #fff;
  border: solid 2px #FFD370;
  color: #93A4AA;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-pill:hover {
  background-color: #FFD370;
  color: #242B30;
}
#toTop {
  color: #5F6C73;
  font-size: 36px;
  opacity: 0.7;
  bottom: 30px;
  left: 50px;
}
#toTop.affix-bottom {
  position: absolute;
}
.has-error .form-control {
  border: 2px solid #ED1C24;
}
.checkboxBtn input {
  display: none;
}
.checkboxBtn input[type=checkbox] + label > span {
  opacity: 0;
}
.checkboxBtn input[type=checkbox]:checked + label > span {
  opacity: 1;
}
#pageAlert {
  width: 400px;
  position: fixed;
  z-index: 100000;
  top: 0;
  margin-top: 20px;
  margin-left: -200px;
  left: 50%;
  text-align: center;
}
#pageAlert.escondido {
  top: -200000px;
}
#pageAlert.alert-danger {
  color: #fff;
  background-color: #4cd28a;
  background-image: none;
  border: 0;
}
#pageAlert.alert-success {
  color: #fff;
  background-color: #eb414f;
  background-image: none;
  border: 0;
}
.navbar {
  background-color: #fff;
  background-image: none !important;
  border-color: #fff;
}
.navbar .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #93A4AA;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.navbar .navbar-brand {
  padding: 11px 15px;
  height: auto;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #242B30;
  font-weight: 700 !important;
  background-color: #f3f3f3;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .navbar .navbar-toggle {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .navbar .navbar-brand {
    padding: 7px 15px;
  }
  .navbar .navbar-brand img {
    width: 80%;
    height: auto;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#home_billboard {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/home_Billboard.jpg);
  background-size: cover;
  position: relative;
}
#home_billboard .homeHeroWarper {
  width: 80%;
  position: relative;
}
#home_billboard .homeHero {
  width: 60%;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  #home_billboard .homeHero {
    width: 100%;
  }
}
#home_billboard h1 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 0;
}
@media (max-width: 767px) {
  #home_billboard h1 {
    font-size: 30px;
  }
}
#home_billboard p {
  font-weight: 400;
}
#home_billboard ul.text-warning li {
  color: #FFD370;
  font-weight: 400;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
#home_billboard ul.text-warning li a {
  color: #FFD370;
}
@media (max-width: 767px) {
  #home_billboard ul.text-warning li {
    display: block;
  }
}
#scroll-clientes {
  height: 110px;
  width: 100%;
  overflow: hidden !important;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #scroll-clientes {
    margin-bottom: 0;
  }
}
#scroll-marcas {
  height: 110px;
  width: 100%;
  overflow: hidden !important;
  text-align: center;
  margin-bottom: 20px;
}
#scroll-marcas ul {
  margin: 0;
  padding: 0;
  height: 110px;
}
#scroll-marcas ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 10px 0 10px 1%;
  height: 90px;
  width: 30%;
  text-align: center;
  color: #fff;
}
#scroll-marcas ul li img {
  max-height: auto;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  #scroll-marcas ul li img {
    max-height: 100% !important;
    max-width: auto !important;
    height: 100% !important;
    width: auto !important;
  }
}
#footer {
  font-size: 14px;
}
#footer h5 {
  color: #93A4AA;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
#footer a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer small {
  color: #93A4AA;
}
.internal-header {
  width: 100%;
  height: 360px;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .internal-header {
    margin-bottom: 200px;
  }
}
#head_industrias {
  background-image: url('../img/industrias_header.jpg');
}
#head_fluidos {
  background-image: url('../img/fluidos_header.jpg');
}
#head_productos {
  background-image: url('../img/productos_header.jpg');
}
.header-contact {
  width: 360px;
  height: auto;
  background-color: #444E51;
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-align: left;
  padding: 20px;
  position: relative;
  margin-top: 230px;
}
.header-contact h1 {
  color: #FFD370;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -1px;
  margin: 0;
}
.header-contact h2 {
  font-weight: 200;
  color: #fff;
  font-size: 30px;
  margin: 0;
}
.header-contact h2 small {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.header-contact span {
  display: block;
}
.header-contact a {
  color: #fff;
  display: block;
}
.header-contact a:hover {
  color: #4a90e2;
}
.header-contact h1.title {
  width: 400px;
  position: absolute;
  bottom: 0;
  right: -420px;
  color: #242B30;
}
@media (max-width: 767px) {
  .header-contact {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .header-contact h1 {
    font-size: 26px;
  }
  .header-contact h2 {
    font-size: 24px;
  }
  .header-contact span {
    font-size: 14px;
  }
  .header-contact h1.title {
    right: 0;
    bottom: -120px;
    width: 100%;
    font-size: 40px;
  }
}
.industria {
  padding: 80px;
  height: 450px;
  font-size: 14px;
  line-height: 25px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .industria {
    height: auto;
    padding: 80px 40px;
  }
}
.industria h1 small {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .industria h1 {
    font-size: 30px;
  }
}
.col-sm-12.industria {
  height: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .col-sm-12.industria {
    text-align: left;
  }
}
.industria1 {
  background-image: url(../img/industira1.jpg);
}
.industria2 {
  background-image: url(../img/industira2.jpg);
}
.industria4 {
  background-image: url(../img/industira4.jpg);
}
.industria5 {
  background-image: url(../img/industira5.jpg);
}
.industria6 {
  background-image: url(../img/industira6.jpg);
}
.industria7 {
  background-image: url(../img/industira7.jpg);
}
.industria8 {
  background-image: url(../img/industira8.jpg);
}
.industria9 {
  background-image: url(../img/industira9.jpg);
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}
/* Alignment styles for images, videos and iframes in editable regions */
/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/* Left align */
[data-editable] .align-left {
  clear: initial;
  float: left;
  margin-right: 0.5em;
}
/* Right align */
[data-editable].align-right {
  clear: initial;
  float: right;
  margin-left: 0.5em;
}
/* Alignment styles for text in editable regions */
[data-editable] .text-center {
  text-align: center;
}
[data-editable] .text-left {
  text-align: left;
}
[data-editable] .text-right {
  text-align: right;
}
