@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Roboto:wght@300;400;500;700;900&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');

.article-mce{
  display: block;
  width: 760px;
  margin: 0 auto;
  border: 1px solid #eee;

  font-family: 'Lato', 'Source Sans Pro', sans-serif;

  font-size: 17px;
  line-height: 1.2em;
  font-weight: 200;

  background-color: #fff;
  padding: 20px;

}

.article-mce.article-mce-production{
  width: auto;
  border: 0 none transparent;
  margin: auto auto;
  display: block;
  background-color: transparent;
  padding: 0;
}

.article-mce.article-mce-note{
  width: 450px;
}

.article-mce.article-mce-note.article-mce-production{
  width: auto;
}

.article-mce h1,
.article-mce h2,
.article-mce h3,
.article-mce h4,
.article-mce h5,
.article-mce h6{
  color: #000;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-transform: none;
  line-height: 1.5em;
}


.article-mce h1{
  font-size: 38px;
  font-weight: 700;
}

.article-mce h2{
  font-size: 24px;
  font-weight: 700;
}

.article-mce h3{
  font-size: 22px;
  font-weight: 200;
}

.article-mce h4{
  font-size: 20px;
  font-weight: 200;
}

.article-mce h5{
  font-size: 18px;
  font-weight: 200;
}

.article-mce h6{
  font-size: 16px;
  font-weight: 200;
}


.article-mce p{
  margin-bottom: 15px;
  font-family: 'Lato', 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #333;
  overflow-x: hidden;
  line-height: 28px;
  word-spacing: 1px;
}

.article-mce p:first-child{

}

.article-mce strong{
  font-weight: 700;
}

.article-mce p.grey{
  color: #eee;
}

.article-mce p.red{
  color: #ff0000;
}

.article-mce p.credits{
  font-size: 16px;
  font-style: italic;
  color: #333;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
  top: -30px;
  text-align: right;
}

.article-mce p.cit{
  font-size: 16px;
  font-style: italic;
  padding: 20px 20px 20px 20px;
  background-color: #f4efe2;
  color: #333;
  border-left: 4px solid #DDBB11;
}

.article-mce p.cat{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-mce img.img-article-mce{
  width: 100%;
  height: auto;
}

.article-mce .dida-div{
  padding:5px 0;
}


.article-mce .sh-cols{
  display: block;
  width: auto;
  padding:10px 0;
}

.article-mce .sh-cols:after {
  content: "";
  display: table;
  clear: both;
}

.article-mce .sh-col{
  display: block;
  float: left;
}

.article-mce .sh-col-content{
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.article-mce .sh-col:first-child .sh-col-content{
  padding-left: 0;
}

.article-mce .sh-col:last-child .sh-col-content{
  padding-right: 0;
}

.article-mce .sh-col-2{
  width: 50%;
}

.article-mce .sh-col-2.col-33-67:first-child{
  width: 33%;
}

.article-mce .sh-col-2.col-33-67:last-child{
  width: 67%;
}

.article-mce .sh-col-2.col-67-33:first-child{
  width: 67%;
}

.article-mce .sh-col-2.col-67-33:last-child{
  width: 33%;
}

.article-mce .sh-col-3{
  width: 33.333%;
}

@media (max-width: 767px) {
  .article-mce.article-mce-production .sh-col{
    display: block;
    float: none;
    margin-top: 15px;
  }

  .article-mce.article-mce-production .sh-col-content{
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .article-mce.article-mce-production .sh-col:first-child .sh-col-content{
    padding-left: 0;
  }

  .article-mce.article-mce-production .sh-col:last-child .sh-col-content{
    padding-right: 0;
  }

  .article-mce.article-mce-production .sh-col-2{
    width: auto;
  }

  .article-mce.article-mce-production .sh-col-2{
    width: auto;
  }

  .article-mce.article-mce-production .sh-col-2.col-33-67:first-child{
    width: auto;
  }

  .article-mce.article-mce-production .sh-col-2.col-33-67:last-child{
    width: auto;
  }

  .article-mce.article-mce-production .sh-col-2.col-67-33:first-child{
    width: auto;
  }

  .article-mce.article-mce-production .sh-col-2.col-67-33:last-child{
    width: auto;
  }

  .article-mce.article-mce-production .sh-col-3{
    width: auto;
  }
}

.article-mce .sh-cmd{
  padding: 15px;
  border: 2px dashed #ccc;
  background-color: #eee;
  color: #ccc;
  text-transform: uppercase;
}

.article-mce .sh-cmd-str{
  display: none;
}

.article-mce.article-mce-production .sh-cmd{
  /*display: none;*/
  padding: 0;
  border: 0 none transparent;
  background-color: transparent;
  color: #2d2d2d;
  text-transform: none;
}

.mce-content-body *[contentEditable=false] *[contentEditable=true] {
  outline: 1px dotted #ddd;
}

.mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
  outline: 2px solid #ddd;
}

.article-mce a{
  border-bottom: 2px solid #DDBB11; 
}

.article-mce a.btn-download,
.article-mce a.btn-download:hover,
.article-mce a.btn-download:visited,
.article-mce a.btn-download:focus,
.article-mce a.btn-download:active{
  display: inline-block;
  padding: 0 20px 0 24px;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 14px 23px;
  background-image: url('../../img/Site/icon-download.png');
  min-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
  padding-top: 2px;
}

.article-mce a.btn-download:hover{
  color: #999;
}

.article-mce img{
  float: none;
  display: block;
  padding: 0;
  max-width: 100%;
  margin: 20px 0;
}

.article-mce img:first-child{
  margin-top: 0;
}

.article-mce img.img-sx{
  float: left;
  padding-right: 20px;
  width: 50%;
}

@media (max-width: 767px){
  .article-mce img.img-sx{
    float: none;
    padding-right: 0;
    width: auto;
  }
}

.article-mce img.img-dx{
  float: right;
  padding-left: 20px;
  width: 50%;
}

@media (max-width: 767px){
  .article-mce img.img-dx{
    float: none;
    padding-left: 0;
    width: auto;
  }
}

.article-mce img.img-full{
  float: none;
  width: 100%;
}

.article-mce ul,
.article-mce ol{
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 15px 0;
  margin-left: 15px;
}

.article-mce ul > li{
  position: relative;
  padding-left: 0;
}

.article-mce ul > li::before {
  content: "\25AA";
  color: #DDBB11;
  display: inline-block;
  width: 1.2em;
  position: absolute;
  top: 2px;
  left: -15px;
}

.article-mce ol {
  counter-reset: li
}

.article-mce ol li::before {
  content: counter(li)'.';
  color: #DDBB11;
  display: inline-block;
  width: 1.2em;
  margin-left: -1em
}

.article-mce ol li {
  counter-increment: li
}

.article-mce hr{
  padding: 0;
  margin: 20px 0;
}

.article-mce .mce-video{
  position: relative;
  margin-top: 15px;
}

.article-mce .mce-video .video-img{
  display: block;
  width: 100%;
}

.article-mce .mce-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
