@import url(https://fonts.googleapis.com/css?family=Oswald);


/* TextBox */

  .textbox {
      margin: 0em 0 2em;
      font-weight: bold;
  }

.brand .name {
  font-size: 2.24em;
}

.brand .address {
  font-size:0.86em;
}

.tile.languages  {
  text-align:right;
}

.tile.languages div {
  display: inline-block;
}
  
.yourstay {text-decoration:none;}

#domotica {
    border: 8px solid #83082b;
    border-radius: 4px;
    margin: 16px 0px;
    padding: 4px 2px 4px 18px;
    height: 92px;
}


  #domotica div:nth-child(1){
    width:100%;
    text-align:center;
/*     text-transform: uppercase; */
  }

  /*#domotica div:nth-child(2){
    width:calc(100%);
  }*/

  /*#domotica div:nth-child(3){
    width:calc(70% - 0px);
  }*/

  #domotica .icon {
    color: #83082b;
    font-size: 2.4em;
  }
  
    #domotica .icon > i {
      font-size:3em;
    }
  
  #domotica .messages  {
    background:#fff;
    border: none;
    margin: 24px 4px;
    position: relative;
  }
  
    #domotica .messages .message {
      color: black;
      display:none;
      font-size: 1.62em;
      margin: 0;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      -ms-transform: translateY(-50%);
    }
    
    
      #domotica .messages .message,
      #domotica .messages .message.title {
        font-size: 2em;
      }
      
      #domotica .messages .message .fas ,
      #domotica .messages .message .fal {
        /*color: black;*/
        font-size: 1.32em;
      }
      
      #domotica .messages .message i {
        color: #83082b;
      }
      
      /*#domotica .messages .message .fa-house-night {
        color: #044aa7;
      }*/
      
      #domotica .messages .message .fa-lightbulb-on ,
      #domotica .messages .message .fa-smile {
        color: orange;
      }    

      #domotica .messages .message .fa-thumbs-up {
        color: #065fd4;
      }

.currency-exchange {
    border: 1px dashed #83082b;
    border-radius: 2px;
    margin: 16px 0px;
    padding: 4px 2px 4px 18px;
    height: 92px;
    min-height: 440px;
}


.tagline {
  font-weight: 900;
  font-size: 1.4em;
  text-align:center;
  margin: 0.8em auto;
}

/* end currency 2 */

.currency-widget {
  display: flex;
  flex-direction: row;
  margin-top: 22px;
}

.currency-widget .in  {
  font-weight:900;
}

.currency-widget:first-child {
  margin-top: 0;
}

.currency-widget:first-child .currency-icon {
	background: #5a91bf;
	border-bottom: 3px solid #2b506e;
}

.currency-widget:nth-child(2) .currency-icon {
	background: lightcoral;
	border-bottom: 3px solid #784040;
}

.currency-widget:nth-child(3) .currency-icon {
	background: darkseagreen;
	border-bottom: 3px solid #396039;
}

.currency-widget:nth-child(4) .currency-icon {
	background: #5a91bf;
	border-bottom: 3px solid #396039;
}

.currency-icon  {
  height: 75px;
  width: 75px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
}

.currency-icon i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2.6em;
}

.currency-icon i.fa-chf-sign:before {
  content: "CHF";
  font-size: 0.8em;
}

.currency-icon i.fa-gbp-sign:before {
  content: "\f154";
}

.currency-icon i.fa-usd-sign:before {
  content: "\f155";
}

.currency-widget .info {
  height: 75px;
  width: 200px;
  background: #FFF;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  border-top-right-radius: 5px;
  border-bottom: 3px solid #777;
}

.currency-widget  .info div {
  text-align:center;
}

.currency-widget  .info div.value {
  font-size: 2.2em;
}

.currency-widget  .info div.small {
  font-size: 1em;
}

.currency-widget  .info div:first-child {}

.currency-widget  .info div:nth-child(2) {
  margin-bottom: 2px;
}

.currency-exchange .stats {

  margin: 1em auto;
  font-size:0.68em;


}

/* end currency 2 */


    /* TextBox icons */

    .textbox > .icons  {
      cursor: pointer;
    }

    .textbox > .icons  ul{
      list-style: disc;
      margin: 0 0 0.42em 0;
      padding-left: 0.2em;
    }

      .textbox > .icons  ul li{
        display:inline;
        padding-left: 0;
      }


        .textbox > .icons ul li i{
          /*display:block;*/
        }

          .textbox .icons  ul li i span{
              color:grey;
              display:none;
              font-family:arial;
              font-size:0.861em;
          }



