/*
 
@media (max-width: @screen-xs-max) { ... }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg-min) { ... }

*/
.footer-widgets {
  padding: 10px 0 35px !important; }

.linkbox {
  /* @debug only screen and (max-width: 991px) */
  display: flex;
  width: 100%;
   }
  @media only screen and (max-width: 991px) {
    .linkbox {
      display: block; } }
  .linkbox span {
    display: inline-block;
    border: 1px solid #dedede; }
    .linkbox span a {
      display: block;
      width: 100%;
      padding: 5px 7px;
      color: rgba(0, 0, 0, 0.6);
      line-height: 16px;
      font-size: 12px !important;
      font-weight: normal; }
            #linkbox span a:hover {
        background-color: #9E2558 !important;
        color: white!important; }
  .linkbox .linkbox-label {
    display: flex;
    align-items: center;
    justify-content: center; }

.linkbox-more-text {
  white-space: nowrap;
  overflow: hidden; }

.footer-main-wrap .adcontainer {
  background-color: white; }
