/* responsiveness redesign start */
.content {
  /*background: #E0D5B4;*/
  margin-top: 30px;
  position: relative;
  z-index: 100;
  padding: 50px 90px 100px;
}
@media (max-width: 767px) {
  .content {
    padding: 40px 15px 80px;
  }
}
#background-middle {
  position: absolute;
  top: 27px;
  bottom: 30px;
  left: 0;
  background: #E0D5B4;
  z-index: -100;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
.navbar-main .navbar-toggle .icon-bar {
  background-color: #000000;
  width: 24px;
  height: 3px;
}
.navbar-main .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .navbar-main__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.navbar-main__link {
  line-height: 33px !important;
}
/* responsiveness redesign end */
/* Header styles */
a.big-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
a.extrabig-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
a.big-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
/* Listings custom styles  */
div.other-articles ul li a {
  font-size: 16px;
  line-height: 18px;
  padding: 5px 0;
}
#content {
  height: auto;
  width: 96%;
}
/* New background  */
div.main-content {
  background: none !important;
}
#background-top {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/design/top_bg.png');
  width: 100%;
  height: 255px;
  z-index: -98;
  background-repeat: no-repeat;
  background-size: cover;
}
#background-bottom {
  position: absolute;
  bottom: -80px;
  left: 0;
  background-image: url('../images/design/bottom_bg.png');
  width: 100%;
  height: 94px;
  z-index: -100;
  background-repeat: no-repeat;
  background-size: cover;
}
div#footer {
  padding-top: 100px;
}
.nano > .nano-content {
  position: relative;
}
div.main-content-wrap {
  height: auto;
}
div.box form div select {
  transform: none;
}
div.box form div button.send {
  right: -50px;
  bottom: -63px;
}
div.box form div select {
  background: none;
}
div.box form div select option {
  font-size: 15px;
}
.full-width {
  width: 100%;
}
div.box form div button.send {
  right: -30px;
  bottom: -30px;
}
div.box form input {
  padding-left: 30px;
  padding-right: 30px;
}
#categories-filter {
  margin-top: 0;
}
#buxus-generated {
  padding-bottom: 20px;
  color: #ffc800;
  font-family: 'Kalam', serif;
}
#categories {
  background: none;
  transform: none;
  border: none ! important;
  border-radius: 5px;
  height: 43px !important;
  width: 50%;
  cursor: pointer;
  font-family: 'RobotoCondensed', serif;
  font-weight: normal;
  font-size: 25px;
  color: #000;
  padding: 0px 45px 0 15px;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
#categories:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
}
#categories:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 3px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
}
#categories::-ms-expand {
  display: none;
}
#categories option {
  font-family: 'RobotoCondensed', serif;
  font-size: 15px;
}
.next-year-appointment {
  color: darkred;
}
.yellow-rectangle {
  background-color: #ffc800;
  padding: 1px 5px;
  margin-left: 10px;
  font-size: 13px;
  text-transform: uppercase;
}
.yellow-rectangle a {
  text-decoration: none;
  color: black;
}
#cookie-bar {
  background: #3c3a33;
  height: auto;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-family: "Sarala", sans-serif;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #777777;
}
#cookie-bar .cb-enable:hover {
  background: #4c4c4c;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #777777;
}
#cookie-bar .cb-policy:hover {
  background: #4c4c4c;
}
