/*navlngs,
section {
  display: block;
}*/


a.plain:link
{ color: #e52b50; text-decoration: none }
a.plain:active
{ color: #c2183a; text-decoration: none }
a.plain:visited
{ color: #d23e5b; text-decoration: none }
a.plain:hover
{ color: #dc143c; text-decoration: none }

.status-bar {
    height: 60px;
}

.about-icon {
    float: left;
    margin-right: 12px;
}

.thumbnail {
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    /*margin:0 auto;*/
}

.thumbnail .thmbcenter{
   display:inline-block;
   vertical-align: middle;
   /*margin-left: autopx;
   margin-right: auto;*/
   float: none;
}

#presenta {
  margin-left: 20px;  
  position: relative;
    
}

/*.logo{*/
 /* background-image: url('../LogoSTB.png');*/
 /* background-repeat: no-repeat; 
  height: 170px;
  background-position: 200px 0px;
  background-repeat: no-repeat;
  position: relative;  
}*/

/*.logoit {
  background-image: url('../LogoSTBit.png');
  background-repeat: no-repeat; 
  height: 170px;
  object-fit: contain;
  background-position: 200px -900px;
  background-repeat: no-repeat;
  position: relative;  
}

.logoen {
  background-image: url('../LogoSTBen.png');
  background-repeat: no-repeat; 
  height: 270px;
  object-fit: contain;
  background-position: 200px -1200px;
  background-repeat: no-repeat;
  position: relative;
    
}*/

/*.linguait{ background-image: url('../Logostbit.png'); }
.linguaen{ background-image: url('../Logostben.png'); }*/

.imgcenter{
  border-radius: 8px;
  width: 450px;
  text-align: center;
  display: inline-block;
}

.imgstyle{
  border-radius: 60%;
  /*width: 180px;*/
  width: 160px;
  height: 120px;
}

.imgdetails{
  border-radius: 8px;
  width: 320px;
  text-align: center;
  display: block;
}

/*.navlngs {
  margin-bottom: 18px;
  margin-left: 0;
  list-style: none;
}*/

.lngs {
    float: right;
    display: block;
    border-radius: 60%;
    margin-top: 4px;    
    width: 8px;
    height: 8px; 
    transform: scale(.8);   
    padding: 10px 15px;
}

.lngs:hover {
  transform: scale(0.9);
}

.lngsit{
    background-image: url('../img/it.png');
/*    background-image: -webkit-image-set(url(../img/it.png) 1x, url(../img/it.png) 2x); // per modificare le dimensioni immagine in base a dimensione pagina html
    background-image: image-set(url(../img/it.png) 1x, url(../img/it.png) 2x); */
}

.lngsen{
    background-image: url('../img/gb.png');
}

.lngssc{
    background-image: url('../img/gb-sct.png');
}
  
.pull-end {
  margin-top: 8px;
  float: right;
  padding-left: 0;
  border-left: 0;
}

.welldw {
    
   margin-left: -60px;
   margin-right: 60px;
    
  min-height: 40px;
  padding: 19px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.legenddw {
  display: block;
  width: 93%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}