.resizable {
  font-size: 18px;
}

.resizable span {
  font-size: 25px;
  float: right;
}

.resizable span {
  font-size: 25px;
  float: right;
  display: block;
  font-weight: bold;
}

.increase,
.decrease,
.reset {
  margin: 4px;
  text-decoration: none;
}
.decrease {
  font-size: 24px;
}
.increase {
  font-size: 30px;
}
.resizable a:hover {
  text-decoration: none !important;
}

#block-exposedformsearchpage {
  background-color: #efefef;
}

@media only screen and (max-width: 479px) {
  section#block-testresize {
    padding: 10px;
    padding-right: 0;
  }
  .resizable {
    padding: 0 !important;
    margin: 0 !important;
  }
}

button.reset {
  font-size: 18px !important;
}

header#navbar .navbar-header {
  margin: auto;
  float: none;
  display: block;
}

#controls {
  cursor: pointer;
  margin: 0 5px;
  /* float: right; */
  /* padding: 2px; */
  /* left: 50%; */
  /* top: 36%; */
  /* z-index: 999; */
  /* text-align: center; */
}
#controls button {
  background-color: #f7c856;
  color: #000;
  width: 36px;
  height: 36px;
  padding: 3px;
  margin: 3px;
  vertical-align: bottom;
}
#controls a {
  font-size: 24px;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 5px;
}
#controls a:hover {
  color: #000;
  background: #ccc;
}
a.selected {
  background-color: #ccc;
  color: #fff !important;
}
#small {
  font-size: 18px !important;
  line-height: 1.8;
}
#medium {
  font-size: 22px !important;
  line-height: 1.5;
}
#large {
  font-size: 30px !important;
  line-height: 1;
}
.small {
  font-size: 75%;
}

@media only screen and (max-width: 479px) {
  li.print {
    display: none;
  }
  #controls {
    float: left;
  }
}

@media only screen and (max-width: 736px) { 
  .block-views-exposed-filter-blocksearch-page.stickdiv {
    top: 52px;
    left: 88px; 
    height: 60px !important;
    display: flex;
    width: 88%;
    padding: 0;
  }
  section#block-headerbannerimagemobilelanguagebar {
    display: block;
    position: fixed; 
    left: 0;
    z-index: 999999;
  }
}

@media only screen and (max-width: 479px) {
  section#block-testresize {
    padding: 10px;
    padding-right: 0;
  }
  .resizable {
    padding: 0 !important;
    margin: 0 !important;
  }
  header#navbar {
    background-color: #434343;
  }
  header#navbar .navbar-header { 
    display: flex !important;
    align-items: center;
  }
  ul.menu.navbar-nav {
    display: block;
  }
  header#navbar .navbar-header button.navbar-toggle.collapsed {
    transform: rotate(270deg);
  }
}
@media only screen and (max-width: 736px) {
  header#navbar {
    position: fixed;
    top: 42px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  section#block-textresize {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999; 
    height: 50px !important;    
    width: 50%;
  }
  .main-container > .row {
    margin-top: 180px !important;
  }
}

@media only screen and (max-width: 479px) { 
  .block-views-exposed-filter-blocksearch-page.stickdiv { 
    width: 80% !important;
  }
} 

@media only screen and (max-width: 396px) {
  section#block-exposedformsearchpage-2 form#views-exposed-form-search-page {
    padding: 5px;
    padding: 0 30px;
  }
  .block-views-exposed-filter-blocksearch-page.stickdiv {
    left: 70px !important;
    width: 84% !important;
  }
  .stickdiv input#edit-search,
  .stickdiv input#edit-search--2 {
    height: 35px !important;
    width: 94% !important;
  }
}
