body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
/*
    Helpers
*/

.relative {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
/*
    Header
*/

.pinkbox {
  margin-bottom: -40px;
}
.pinkbox .custom-toggler {
  font-size: 35px;
  outline: 0;
}
.nav-bar-lag-col {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.nav-bar-lag-col .table tbody + tbody {
  border-top: 0px solid #dee2e6;
}
.nav-bar-lag-col .table th {
  border-top: 0px solid #dee2e6;
}
/*
    Karrusel
*/

.homecarousel .carousel-caption {
  left: 15px;
  margin-bottom: 10%;
}
.homecarousel .carousel-indicators {
  justify-content: start;
  margin-right: auto;
  margin-left: auto;
  max-width: 1110px;
}
.homecarousel .slider-login {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  line-height: 2.1rem;
  padding-bottom: 0rem;
}
.homecarousel .slider-login .arrowBtn {
  background: #4A4A4A;
}
.homecarousel .slider-login a {
  z-index: 25;
}
/*
    Share/del
*/

.share {
  /*position:absolute;*/
  /*top: -60px;
    right: -30px;*/
  display: inline-block;
  min-width: 50px;
  padding: 5px 10px;
  background: #fff;
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.share .round {
  display: inline-block;
  top: 2px;
  background: #9a9a9a;
  color: #fff;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  line-height: 25px;
}
.share i {
  position: absolute;
  left: 4px;
  top: -2px;
  line-height: 18px;
  color: #fff;
  line-height: 22px;
}
.share .addthis_sharing_toolbox {
  position: absolute;
  top: 5px;
  right: 10px;
}
.share .addthis_sharing_toolbox .at-icon-wrapper {
  background-color: transparent !important;
}
.share .addthis_sharing_toolbox .at-icon-wrapper svg {
  display: none;
}
@media (max-width: 768px) {
  .share {
    top: -50px;
    right: -20px;
  }
}
/*md568*/
