/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14/07/2020, 10:27:56
    Author     : Nicolas Guzman
*/
#float-sm {
  /*    .float-1 {
        top: 160px;
    }
    .float-2 {
        top: 210px;
    }
    .float-3 {
        top: 260px;
    }
    .float-4 {
        top: 310px;
    }
    .float-5 {
        top: 360px;
    }
    .float-6 {
        top: 410px;
    }*/
}

#float-sm .fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -155px;
  z-index: 2;
  font: normal normal 12px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#float-sm .fl-fl .fa,
#float-sm .fl-fl .fab,
#float-sm .fl-fl .fas,
#float-sm .fl-fl .fad {
  font-size: 18px;
  color: #fff;
  padding: 8px 0;
  width: 30px;
  margin-right: 10px;
  margin-left: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
}

#float-sm .fl-fl .fa.fa-tripadvisor {
  margin-left: 3px;
}

#float-sm .fl-fl p {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 33px !important;
  vertical-align: top !important;
  width: 134px;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  line-break: anywhere;
  margin-bottom: 0;
}

#float-sm .fl-fl:hover {
  right: 0;
}
