.rl_class_full_width > .rl_template_span {
  max-width: 100% !important;
}

.button.arrow {
  padding-right: 50px;
}
.button.arrow:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  bottom: 0;
  right: 0;
  width: 40px;
  background-image: url(../img/arrow-r.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}

.share {
}
.share > * {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  color: #8e93a0;
  vertical-align: middle;
}
.share > span {
  padding: 0 30px;
}
.share > a {
  width: 35px;
  margin-left: 10px;
  position: relative;
}
.share > a > img {
  position: absolute;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.paginator_prev {
  color: black !important;
}
.paginator_curr {
  color: #cda582 !important;
  font-weight: 600;
}

.gallery_image_border {
}
.gallery_info {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.gallery_info span.mobile {
  display: none;
}
@media (max-width: 800px) {
  .gallery_info span.desktop {
    display: none;
  }
  .gallery_info span.mobile {
    display: inline-block;
  }
  .share > span {
    padding: 0 20px;
  }
}
.gallery_image > span {
  display: block;
}
.gallery_image .magnifier {
  border: 1px solid silver;
  background-color: white;
}
.gallery .image_list li > .thumbnail {
  display: inline-block;
  border: 1px solid silver;
  border-radius: 2px;
  padding: 2px;
  transition: 400ms;
}
.gallery .image_list li > .thumbnail:hover {
  border-color: black;
  transition: 400ms;
}
.gallery .image_list li.selected > .thumbnail {
  border-color: #b99860;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  display: block;
  overflow: auto;
}
.list_item {
  overflow: hidden;
  margin-bottom: 100px;
}
.list_title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ac2425;
  margin-top: 0;
}
.list_item > .list_title {
  display: none;
}
.list_item.with_image .list_image {
  float: left;
  width: 400px;
  border: 1px solid silver;
}
.list_item.with_image .list_image > img {
  width: 100%;
  display: block;
}
.list_item.with_image .list_content {
  margin-left: 420px;
}
.list_date {
  color: gray;
  display: block;
}

.product_slider {
  position: relative;
}
.product_slider .carousel {
  margin-left: 50px;
  margin-right: 50px;
}
.product_slider .slider_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 45px;
  /* bottom: 0; */
  width: 45px;
  background-image: url(../img/product-slider-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  cursor: pointer;
}
.product_slider .slider_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  height: 45px;
  width: 45px;
  background-image: url(../img/product-slider-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  cursor: pointer;
}

.site_popup .overlay_popup {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  padding: 6px;
}

.site_popup .overlay_header {
  background-color: white;
  font-size: 18px;
  color: black;
  height: 30px;
  overflow: hidden;
  padding: 3px 10px;
  border: 1px solid silver;
}

.site_popup .overlay_main {
  border: 1px solid #c4c4c4;
  background-color: white;
  border-top: 0;
  padding: 0;
}

.site_popup .overlay_popup.overlay_noheader .overlay_main {
  border-top: 1px solid #c4c4c4;
}
.site_popup .overlay_controls {
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: black;
  height: 36px;
}
.site_popup .overlay_buttons input + input {
  margin-left: 20px;
}
.site_popup .overlay_control_max {
  display: none;
}
.site_popup .overlay_control_close {
  background-image: url(../img/close.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 36px;
}
.site_popup .overlay_content {
  margin: 0;
  padding: 10px 5px;
}

.image_slider {
  position: relative;
}
.image_slider > a {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  transition: background-color 200ms linear;
}
.image_slider > a.disabled {
  opacity: 0.4;
  cursor: default;
}
.image_slider > a:not(.disabled):hover {
  opacity: 1;
}
.image_slider_prev {
  left: 0;
  background-image: url("../img/arrow-bl.png");
}
.image_slider_next {
  right: 0;
  background-image: url("../img/arrow-br.png");
}
.image_slider > div {
  margin: 0 30px;
}
.image_slider li {
  cursor: pointer;
  text-align: center;
  margin: 0px 30px;
}

.form {
}
.form table {
  width: 100%;
  margin-bottom: 20px;
}
.form .required {
  color: darkred;
}
.form .ac_bullet {
  top: 10px;
}
.form .ac_border {
  height: 30px;
}
.form .message_content {
  padding-top: 0;
  text-transform: none;
}
.form_menu {
  margin-top: 20px;
  margin-bottom: 50px;
}

.news_list > ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
  overflow: hidden;
}
.news_list_item {
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.news_list_item .adaptive_image {
  padding-top: 100%;
  overflow: hidden;
}
.news_list_item .adaptive_image_content {
  transition: transform 0.7s;
}
.news_list_item:hover .adaptive_image_content {
  transform: scale(1.1);
}
.news_list_content {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: background-color 400ms;
}
.news_list_date {
  color: white;
  position: absolute;
  top: 10px;
  left: 10px;
}
.news_list_item:hover .news_list_content {
  background-color: rgba(0, 0, 0, 0.1);
}
.news_list_content > h3 {
  font-weight: 700;
  margin: 0;
  color: white;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
}
.news_list_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}

.paginator {
  text-align: center;
  position: relative;
  top: 30px;
}
.paginator > * {
  color: black;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 37px;
  height: 37px;
  min-width: 37px;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none !important;
  margin: 0 3px;
}
.paginator_page {
  cursor: pointer;
  transition: 400ms;
}

.paginator_next {
  background-image: url(../img/arrow-icon.svg);
  color: transparent !important;
  background-color: transparent !important;
  background-size: 20%;
  transform: rotate(180deg);
}
.paginator_prev {
  background-image: url(../img/arrow-icon.svg);
  color: transparent !important;
  background-color: transparent !important;
  background-size: 20%;
}
.paginator_next:hover {
  background-color: #ffffff !important;
  color: white;
  transition: 300ms;
  border: 3px solid #ffffff;
}
.paginator_prev:hover {
  background-color: #ffffff !important;
  color: white;
  transition: 300ms;
  border: 3px solid #ffffff;
}

.side_menu ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  /*border-top: 1px solid #B8C8BB;*/
}
.side_menu > ul {
  padding-left: 0;
  border-top: 0;
}

.side_menu > ul > li > ul > li > div > a {
  text-transform: uppercase;
  color: black;
  font-size: 18px;
}

.side_menu > ul > li > ul > li {
  padding-left: 0;
}

.side_menu li {
  padding-left: 20px;
}

.side_menu li > div > a {
  color: #868686;
}

.side_menu ul:empty {
  border-top: 0;
}
.side_menu ul a {
  display: block;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none !important;
  transition: background-color 250ms linear;
  position: relative;
  text-transform: lowercase;
  text-transform: capitalize;
}

.menu_item_container button {
  padding: 10px 20px;
}

.menu_item_container button:hover {
  background-color: #e1e1e1;
  transition: background-color 100ms linear;
}

.side_menu ul a:hover {
  background-color: #e1e1e1;
  transition: background-color 100ms linear;
}

.side_menu li.active > div > a,
.side_menu li.active_parent > div > a {
  font-weight: 700;
}
.side_menu li.active > a:before,
.side_menu li.active_parent > a:before {
}
.side_menu li.active_parent > a:before {
  background-color: gray;
}
.side_menu_title {
  display: none;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  color: black;
}
.side_menu_button {
  position: absolute;
  top: 0;
  left: -6px;
  width: 50px;
  height: 50px;
  background-image: url(../img/img/icons8-hamburger-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  cursor: pointer;
  display: none;
}

@media (max-width: 700px) {
  .side_menu_title {
    display: block;
  }
  #user_form .form_menu .button {
    width: 100%;
  }
  .side_menu_title.with_menu .side_menu_button {
    display: block;
  }
  .side_menu_title.with_menu {
    padding-left: 60px;
    /*min-height: 40px;   */
  }
  .side_menu > ul {
    display: none;
  }

  .list_item.with_image .list_image {
    float: none;
    width: auto;
    text-align: center;
  }
  .list_item.with_image .list_image > img {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  .list_item.with_image .list_content {
    margin-left: 0;
  }
  .list_item.with_image .list_content .list_title {
    display: none;
  }
  .list_item.with_image > .list_title {
    display: block;
  }
  .side_menu_title.with_menu {
    padding-left: 50px !important;
  }
}

@media (max-width: 500px) {
  .side_menu_title.with_menu {
    padding-left: 50px !important;
  }
  .layout.with_side_menu .layout_side_menu {
  }
}

.google_map {
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.google_map:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.google_map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.google_map_popup {
  position: absolute;
  background-color: white;
  z-index: 1000;
  top: 0;
  display: none;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  font-size: 12px;
  padding: 5px;
}

.google_map_title {
  color: #2b2d62;
  font-weight: bold;
  padding-bottom: 2px;
}
