.article-presentation .article-headings .article-authors{
	border-left: 1px solid #666;
	font-size:12px;
	text-transform: uppercase;
	margin:10px 0;
}

.article-presentation .article-headings h1.article-title{
	text-transform: uppercase;
	font-weight: bold;
	font-size:34px !important;
	margin:20px 0;
}

.article-presentation .article_body .articlecontents{
    padding-right:0;
}

.article-presentation .article_body .articlecontents .carousel-caption{
    width:100%;
    left:auto;
    right:auto;
    bottom:0;
    background: rgba(0,0,0,0.4);
}

.article-presentation .article_body .articlecontents .textual_contents{
  padding-right: 30px;
  overflow-y:auto;
}

.article-presentation .article_body .articlecontents .textual_contents{
  line-height: 28px;
  font-size: 18px;
}

.article-presentation .article_body .articlecontents .textual_contents a{
  color:#4c4c4c;
  text-decoration:underline;
}



.article-presentation .article_body .articlecontents .textual_contents .text_min{
  font-size:11px;
  line-height:14px;
}

.article-presentation .article_body .sidebuttons{
    padding-left:0;
}

.article-presentation .article_body .sidebuttons ul{
    font-family: 'Gudea', sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
    text-align: center;
    text-transform: uppercase;
}

.article-presentation .article_body .sidebuttons ul>li{
    width:100%;
    position:relative;
    list-style-type: none;
    display: block;
    background: #4c4c4c;
    color:#fff;
    margin:0 0 4px 0;
    padding:0;
    cursor:pointer;
}

.article-presentation .article_body .sidebuttons ul>li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.article-presentation .article_body .sidebuttons ul>li.btn_disabled{
    background:#ccc;
    cursor:not-allowed;
}

.article-presentation .article_body .sidebuttons ul>li.btn_disabled:hover{
    background: #282828;
}

.article-presentation .article_body .sidebuttons ul>li>div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.article-presentation .article_body .sidebuttons ul>li>div>img{
    width:50%;
    padding-top:14%;
    margin-bottom:5%;
}

.article-presentation .article_body .sidebuttons ul>li:hover{
    background: #484848;
}

.article-presentation .article_bottom{
	text-transform: uppercase;
	clear:both;
}

.article-presentation .article_bottom>div.col-sm-10{
  padding-right:0;
}

.article-presentation .article_bottom>div>span{
  font-family: 'Gudea', sans-serif;
  display: block;
  width:100%;
  padding:7px;
  color:#fff;
  background: rgba(0,0,0,0.6);
  height:100%;
  line-height:25px;
}

.article-presentation .article_bottom>div.col-sm-2{
  padding-left:0;
  font-size:17px;
  line-height: 20px;
  font-weight: bold;
}

.article-presentation .article_bottom>div.col-sm-2>span{
  width:100%;
}

.article-presentation .article_bottom>div.col-sm-2>span img{
  width:22px;
}

.article-presentation .article_bottom>div.col-sm-2>span img:hover{
  opacity: 0.5;
}

.article-presentation .commentarybox{
  background: #EEEEEE;
  margin-right:20px;
  margin-top:40px;
  padding:15px;
}

.article-presentation .commentarybox img{
  float:left;
  margin-right:20px;
}

.article-presentation .internal_border{
  border:1px solid #bbb;
  border-right:0;
  padding:0 20px;
  height:100%;
}

.article-presentation .related-images-demo{
  text-align: center;
  margin-top:50px;
}

.article-presentation .colortoggler{
  position:absolute;
  z-index: 1000;
  background:#000;
  cursor: pointer;
  opacity: 0.7;
  padding:10px;
}

.article-presentation .colortoggler img{
  width:50px;
}

.article-presentation .colortoggler:hover {
    opacity: 1;
}

.article-presentation h1.article-titlepage{
  font-size:42px !important;
  color:#fff !important;
}

.article-presentation .article-titlepage-authors{
  font-size:22px;
  color:#fff;
  padding-bottom:15px;
  display:block;
}

.article-presentation .article-titlepage-enter a{
  font-size:12px;
  color:#fff !important;
  text-decoration:none !important;
  padding:10px;
  border:2px solid #fff;
  text-transform:uppercase;
}

.article-presentation .article-titlepage-enter a:hover{
  background:#fff;
  color:#000 !important;
}

.download .text-center a{
  text-decoration:none !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1201px) {
  .article-presentation .article_bottom>div.col-sm-2{
    font-size:10px;
  }
}

@media only screen and (max-width: 992px) {
  .article-presentation .authors p{
    font-size:9px;
  }

  .article-presentation .article_bottom>.col-sm-10{
    display:none;
  }

  .article-presentation .article_bottom>div.col-sm-2{
    padding-left:15px;
    max-width:96%;
    flex:none;
  }

  .article-presentation .article_bottom>div.col-sm-2>span{
    width:100% !important;
  }
}


@media only screen and (max-width: 667px) {
  .article-titlepage-authors p{
    font-size: 14px;
    line-height: 23px;
  }

  .textual_contents{
    padding-bottom:30px !important;
  }

  .download .text-center a img{
    max-width:120px;
    width:100%;
    margin-bottom:20px;
  }

  .article_bottom{
    display:none;
  }

  .article-presentation .article_body .articlecontents .textual_contents {
    padding-right: 15px;
    height: 100%; 
    max-height: auto;
    border:0;
  }

  .article-presentation .article_body .articlecontents .textual_contents {
    padding-right: 15px;
    height: 100%; 
    max-height: auto;
    border:0;
  }

  .article-presentation .article_body .articlecontents .textual_contents ul{
    margin:0;
    padding:0;
  }

  .article-presentation .siteheader img{
    max-width: 50%;
  }

  .article-presentation .siteheader span{
    display:block;
    clear:both;
    font-size:21px;
  }

  .article-presentation .authors p{
    text-align: left;
  }

  .article-presentation .article_body .articlecontents{
    padding-right:15px;
  }

  .article-presentation .article_body .sidebuttons ul{
    position:fixed;
    bottom: 0;
    z-index: 1000;
  }

  .article-presentation .article_body .sidebuttons ul>li{
      width:50px;
      float:left;
      font-size: 7px;
  }

  .article-presentation .article_body .sidebuttons ul>li span{
      display:none;
  }

  .article-presentation .article_bottom>.col-sm-10{
    display:none;
  }

  .article-presentation .article_bottom>div.col-sm-2{
    padding-left:15px;
  }

  .article-presentation .article_bottom>div.col-sm-2>span{
    width:100% !important;
  }

  .article-presentation .related-images-demo{
    margin-top:0;
    margin-left:0;
  }

  .article-presentation footer{
    padding-bottom:50px;
  }
}

@media screen and (min-width: 667px){
  .d-block{
    object-fit: cover;
    width: 100%;
  }
}

@media screen and (min-width: 100px) and (max-width: 375px) {
  .article-presentation .article_body .articlecontents .textual_contents {
    overflow-y: auto;
    min-height:600px;
  }

  .d-block {
    max-width: 325px;
  }

  .feedback h3{
    font-size: 14px !important;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .download .text-center a img{
    max-width:120px;
    width:100%;
    margin-bottom:20px;
  }

  .article-presentation .article_body .articlecontents .textual_contents {
    overflow-y: auto;
    min-height:600px;
        padding-bottom: 75px !important;
  }

  .feedback h3{
    font-size: 14px !important;
  }



  .article-presentation .article_body .articlecontents .textual_contents {
      height: auto;
  }

  .d-block{
    max-width: 400px;
    height:400px;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1510px) {
  .logged .title-home h2 {
      font-size: 23px !important;
  }

  .ash-logo {
    /*max-width: 540px;*/
  }

  .article-presentation .article_body .sidebuttons ul>li {
        width: 70% !important;
  }

  .article-presentation .article_body .sidebuttons ul>li>div {
    font-size:10px;
  }

}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .article-presentation .article_body .sidebuttons ul>li {
    width: 93%;
    font-size: 11px;
  }

  .article-presentation .article_bottom>div.col-sm-2 {
     width: 713px;
     max-width:100%;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

.article-copyright{
  display: block;
    padding:20px 20px 10px 20px;
    font-size:12px;
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 667px) {
  .article-copyright{
    margin:20px 5px 80px 5px;
  }