/* Block editorial */
#slidetopcontent {
  background-color: #D57148 !important;
  color: #fff !important;
  padding: 0px;
  max-height: 0px;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
#slidetopcontent.showed {
  max-height: 800px;
}
/*
#slidetopcontentShower:before{
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 20px;
  width: 24px;
  height: 15px;
  text-align: center;
  display: block;
  color: #fff;

}*/
#slidetopcontentShower {
  background: url('../../../img/close-white.png') no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: right;
  position: absolute;
  left: 77%;
  /*
	cursor: pointer;
  color: #fff!important;
	width: 24px;
	height: 15px;
	position: absolute;
  top: 2px;
  left:85%;
	margin-left:-12px;*/
  /*-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;*/
}
@media (max-width: 991px) {
  #slidetopcontentShower {
    left: 90%;
  }
}
/*
#slidetopcontentShower:hover{
	filter: alpha(opacity=100);
	opacity: 1.0;
  color: #fff;

}*/
#slidetopcontentShower.showed {
  /*-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
	-o-transform: rotate(180deg); 
	transform: rotate(180deg);  */
  top: 9px;
}
#slidetopcontent.showed {
  overflow: visible;
  padding: 15px 0 20px;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif !important;
}
#slidetopcontent ul {
  list-style-type: none;
}
#slidetopcontent li img {
  width: 100%;
  filter: alpha(opacity=100);
  opacity: 1.0;
  height: auto;
  zoom: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  display: block;
}
#slidetopcontent li img:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.slidetopcontent .rte {
  line-height: 16px;
}
#slidetopcontent .rte li {
  list-style-type: disc;
  float: none;
  margin-left: 20px;
}
.slidetopcontent h1 {
  padding: 0;
  background: none;
}
.slidetopcontent .h4 {
  font-size: 21px;
  line-height: 20px;
  background: none;
  display: inline-block;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif !important;
}
.slidetopcontent .h4 a {
  color: #fff;
}
.slidetopcontent .h4 a:hover {
  color: #fff;
}
.slidetopcontent .see-more {
  display: inline-block;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
}
.slidetopcontent .see-more a {
  color: #fff;
}
.slidetopcontent .see-more a:hover {
  color: #fff;
}
#slidetopcontent p {
  padding-left: 0;
}
#slidetopcontent ul {
  margin: 0;
}
#slidetopcontent #more-info > p:first-of-type {
  padding-top: 27px;
  margin: 0;
  font-size: 14px;
  font-style: oblique;
}
#slidetopcontent #more-info a {
  /*margin-right: 22px;
    margin-left: 22px;
    margin-bottom: 15px;
*/
  border-radius: 0;
  /*&:hover{
      background-color: #977b50!important;
    }*/
  border: 1px solid #fff;
  background-color: transparent!important;
  color: #fff;
  padding: 6px 15px;
  margin: 20px 14px 0 0;
  margin-right: 0;
  font-family: 'Calibri', Arial, 'Sans Serif';
}
#slidetopcontent #more-info #close-slidetop {
  background-color: #D57148 !important;
  padding: 7px 30px;
  margin: 20px 14px 0 0;
  border: 0;
}
