html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 30px 0 10px 0;
  color: #525252;
  font-family: "Italiana", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

iframe {
  border: 0;
}

.hide_meta {
  display: none;
}

.top_notice {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  display: none;
  clear: both;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.red_notice {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 10px auto;
  position: relative;
  display: table;
  clear: both;
  background-color: red;
  color: #ffffff;
  text-align: center;
}

*:focus {
  outline: none;
}

.gen_btn {
  width: auto;
  height: auto;
  padding: 10px 35px;
  background-color: #333652;
  color: #ffffff;
  font-size: 1.1em;
  font-family: 'Cabin', sans-serif;
  border-radius: 4px;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.gen_btn:hover {
  background-color: #000000;
}

@media only screen and (max-width: 440px) {
  .gen_btn {
    width: 100%;
  }
}

.gen_btn_right {
  float: right;
}

.gen_btn.disabled {
  background-color: #ccc;
  /* Grey out the button */
  cursor: not-allowed;
  /* Show a not-allowed cursor */
}

/* HEADER TOP */
.header {
  width: calc(100% - 10%);
  height: 160px;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: flex;
  background-color: #333652;
  z-index: 1001;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .header {
    width: calc(100% - 40px);
    height: 140px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 120px;
  }
}

@media screen and (max-width: 560px) {
  .header {
    height: 100px;
  }
}

.header.sticky {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 560px) {
  .header.sticky {
    height: 70px;
  }
}

.header.sticky+.content {
  padding-top: 160px;
}

@media screen and (max-width: 1080px) {
  .header.sticky+.content {
    padding-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .header.sticky+.content {
    padding-top: 120px;
  }
}

@media screen and (max-width: 560px) {
  .header.sticky+.content {
    padding-top: 100px;
  }
}

.is-active {
  color: #c4c4c4 !important;
}

@media screen and (max-width: 1080px) {
  .is-active {
    color: #c4c4c4 !important;
  }
}

.link_no_click {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .link_no_click {
    pointer-events: all;
  }
}

.logo {
  width: auto;
  height: auto;
  padding: 10px 20px 10px 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.logo.sticky {
  padding: 5px 20px 5px 0;
}

.logo_main {
  width: auto;
  height: 100%;
  display: table;
}

.quick_links {
  width: 100%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.contacts {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 560px) {
  .contacts {
    display: none;
  }
}

.contacts.sticky {
  display: none;
}

.contact_holder {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 0 35px;
  position: relative;
  clear: none;
  float: right;
  color: #ffffff;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .contact_holder {
    margin: 0 0 0 30px;
    font-size: 16px;
  }
}

.contact_holder a,
.contact_holder a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
  color: #c4c4c4;
}

.contact_holder i {
  color: #afafaf;
}

@media screen and (max-width: 767px) {
  .socials {
    display: none;
  }
}

.socials i {
  margin: 0 0 0 4px;
  transition: all 0.3s ease-in-out;
}

.socials i:hover {
  transform: scale(1.2, 1.2);
  z-index: 2;
}

.navigation_bar {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
}

@media screen and (max-width: 560px) {
  .navigation_bar {
    height: 100%;
  }
}

.navigation_bar.sticky {
  height: 100%;
}

/* SLIDER IMAGES */
.slider {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px auto 0 auto;
  display: table;
  position: relative;
  clear: both;
  z-index: 1;
  overflow-x: hidden;
}

.slider_holder {
  width: 100%;
  height: 100%;
  padding: 0;
  background: no-repeat scroll;
  position: relative;
  display: table-cell;
  clear: both;
  background-size: cover !important;
}

.bxslider {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bxslider {
    padding-bottom: 60% !important;
  }
}

@media screen and (max-width: 560px) {
  .bxslider {
    padding-bottom: 80% !important;
  }
}

.slider_info {
  width: 60%;
  height: auto;
  padding: 0;
  margin: 50px;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .slider_info {
    width: 70%;
    margin: 20px;
  }
}

@media screen and (max-width: 560px) {
  .slider_info {
    width: 80%;
  }
}

.slider_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  clear: both;
  font-size: 2.8em;
  line-height: 1.0em;
  font-family: 'Italiana', serif;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .slider_title {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 1080px) {
  .slider_title {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 767px) {
  .slider_title {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 560px) {
  .slider_title {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 440px) {
  .slider_title {
    font-size: 1.4em;
  }
}

.slider_info_left .slider_title {
  text-align: left;
  opacity: 0.0;
  transform: translateX(-100%);
  animation: animateSliderTitleLeft 1s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleLeft {
  0% {
    opacity: 0.0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1.0;
    transform: translateX(0);
  }
}

.slider_info_right .slider_title {
  text-align: right;
  opacity: 0.0;
  transform: translateX(100%);
  animation: animateSliderTitleRight 1s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleRight {
  0% {
    opacity: 0.0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1.0;
    transform: translateX(0);
  }
}

.slider_info_dark .slider_title {
  color: #251f21;
}

.slider_info_light .slider_title {
  color: #ffffff;
}

.slider_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  clear: both;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
}

@media screen and (max-width: 1080px) {
  .slider_description {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 767px) {
  .slider_description {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .slider_description {
    font-size: 0.8em;
  }
}

.slider_info_left .slider_description {
  text-align: left;
  opacity: 0.0;
  transform: translateX(-100%);
  animation: animateSliderDescriptionLeft 1s ease-in-out 0.4s 1 forwards;
}

@keyframes animateSliderDescriptionLeft {
  0% {
    opacity: 0.0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1.0;
    transform: translateX(0);
  }
}

.slider_info_right .slider_description {
  text-align: right;
  opacity: 0.0;
  transform: translateX(100%);
  animation: animateSliderDescriptionRight 1s ease-in-out 0.4s 1 forwards;
}

@keyframes animateSliderDescriptionRight {
  0% {
    opacity: 0.0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1.0;
    transform: translateX(0);
  }
}

.slider_info_light .slider_description {
  color: #ffffff;
}

.slider_info_dark .slider_description {
  color: #000000;
}

.slider_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 5px 0;
  position: relative;
  clear: both;
  display: table;
  opacity: 0.0;
  filter: blur(15px);
  animation: animateSliderButton 1s ease-in-out 0.5s 1 forwards;
}

@keyframes animateSliderButton {
  0% {
    opacity: 0.0;
    filter: blur(15px);
  }

  100% {
    opacity: 1.0;
    filter: blur(0);
  }
}

.slider_info_left .slider_button {
  float: left;
}

.slider_info_right .slider_button {
  float: right;
}

.slider_button a,
.slider_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  font-size: 1.0em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  display: table;
}

@media screen and (max-width: 767px) {

  .slider_button a,
  .slider_button a:visited {
    padding: 8px 20px;
    font-size: 0.9em;
  }
}

.slider_info_light .slider_button a,
.slider_info_light.slider_button a:visited {
  color: #ffffff;
  background-color: #333652;
}

.slider_info_dark .slider_button a,
.slider_info_dark.slider_button a:visited {
  color: #ffffff;
  background-color: #333652;
}

.slider_info_light .slider_button a:hover,
.slider_info_light .slider_button a:visited:hover {
  background-color: #26283e;
}

.slider_info_dark .slider_button a:hover,
.slider_info_dark .slider_button a:visited:hover {
  background-color: #26283e;
}

.slider_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* MAIN CONTENT */
.content {
  height: auto;
  padding: 0;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  color: #333333;
}

.content_stretched {
  width: 100%;
}

.content_boxed {
  width: 1000px;
}

@media screen and (max-width: 1080px) {
  .content_boxed {
    width: 100%;
  }
}

.content_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.content_cover_image {
  width: 40%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .content_cover_image {
    width: 100%;
    padding-bottom: 100%;
    display: table;
    clear: both;
    position: relative;
  }
}

.content_info {
  width: 60%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .content_info {
    width: calc(100% - 40px);
    display: table;
    position: relative;
    clear: both;
  }
}

.content_info_cover_image_left {
  padding: 140px 5% 140px 100px;
}

.content_info_cover_image_right {
  padding: 140px 100px 140px 5%;
}

@media screen and (max-width: 1080px) {
  .content_info_cover_image_left {
    padding: 120px 20px 120px 50px;
  }

  .content_info_cover_image_right {
    padding: 120px 50px 120px 20px;
  }
}

@media screen and (max-width: 767px) {
  .content_info_cover_image_left {
    padding: 60px 20px 20px 20px;
  }

  .content_info_cover_image_right {
    padding: 50px 20px 60px 20px;
  }
}

.content_stretched .content_info_full {
  width: calc(100% - 10%);
  padding: 80px 5% 50px 5%;
}

@media screen and (max-width: 1080px) {
  .content_stretched .content_info_full {
    width: calc(100% - 40px);
    padding: 70px 20px 20px 20px;
  }
}

@media screen and (max-width: 560px) {
  .content_stretched .content_info_full {
    width: calc(100% - 40px);
    padding: 50px 20px 20px 20px;
  }
}

.content_boxed .content_info_full {
  width: 100%;
  padding: 80px 0 20px 0;
}

@media screen and (max-width: 1080px) {
  .content_boxed .content_info_full {
    width: calc(100% - 40px);
    padding: 80px 20px 20px 20px;
  }
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 2.2em;
  line-height: 1.0em;
  font-weight: 400;
  font-family: 'Italiana', serif;
  color: #333652;
  text-transform: lowercase;
}

@media screen and (max-width: 1200px) {
  .content_h2_header {
    font-size: 2.1em;
  }
}

@media screen and (max-width: 1080px) {
  .content_h2_header {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 767px) {
  .content_h2_header {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 560px) {
  .content_h2_header {
    font-size: 1.7em;
  }
}

.content_h2_header_left {
  text-align: left;
}

.content_h2_header_center {
  text-align: center;
}

.content_h2_sub_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 3.4em;
  line-height: 1.0em;
  font-weight: 400;
  font-family: 'Italiana', serif;
  color: #000000;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .content_h2_sub_header {
    font-size: 3.2em;
  }
}

@media screen and (max-width: 1080px) {
  .content_h2_sub_header {
    font-size: 3.0em;
  }
}

@media screen and (max-width: 767px) {
  .content_h2_sub_header {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 560px) {
  .content_h2_sub_header {
    font-size: 2.6em;
  }
}

.content_h2_sub_header_left {
  text-align: left;
}

.content_h2_sub_header_center {
  text-align: center;
}

.content p {
  text-align: justify;
  line-height: 1.4em;
}

@media screen and (max-width: 560px) {
  .content p {
    text-align: left;
  }
}

.rm_button {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 20px 0 0 0;
  display: table;
  position: relative;
  background-color: #333652;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
  .rm_button {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 1.0em;
  }
}

.rm_button_left {
  margin: 0;
}

.rm_button_center {
  margin: 0 auto;
}

.rm_button:hover {
  background-color: #26283e;
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.content ul li,
.content ol li {
  padding: 0;
  margin: 4px 0;
  line-height: 1.3em;
}

/* LOGO SLIDER */
.logo_slider {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 5px auto 0 auto;
  position: relative;
  background-color: #ffffff;
  display: table;
  clear: both;
  overflow: hidden;
}

/* MAP */
.mapouter {
  text-align: right;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
}

.gmap_canvas {
  background: none !important;
  overflow: hidden;
  width: 100%;
}

#gmap_canvas {
  padding: 0;
  margin: 0;
  display: table;
}

/* PAGE IMAGES */
.page_images {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 5px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .page_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .page_images {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_images_stretched {
  width: calc(100% - 10%);
  padding: 0 5%;
}

@media screen and (max-width: 1080px) {
  .page_images_stretched {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.page_images_boxed {
  width: 1000px;
  padding: 0;
}

@media screen and (max-width: 1080px) {
  .page_images_boxed {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.page_image_link {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.page_images_container {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.page_images_container_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.page_images_container_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 440px) {
  .page_images_container_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_images_container_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .page_images_container_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 440px) {
  .page_images_container_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_image_title {
  width: calc(100% - 20px);
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: table;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  color: #ffffff;
  z-index: 2;
}

.page_image_link:hover .page_image_title {
  display: none;
}

.page_image_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page_image_link:hover .page_image_filter {
  background-color: rgba(0, 0, 0, 0);
}

/* PAGE BUTTONS */
.page_buttons {
  width: calc(100% - 10%);
  height: auto;
  padding: 0 5%;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .page_buttons {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.pg_btn {
  min-width: 220px;
  height: auto;
  padding: 10px;
  margin: 10px 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #333652;
  color: #333652;
  text-decoration: none;
  font-size: 1.0em;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pg_btn {
    min-width: 180px;
  }
}

@media screen and (max-width: 560px) {
  .pg_btn {
    min-width: 0;
    display: table;
    width: calc(100% - 20px - 10px);
  }
}

.pg_btn:hover {
  background-color: #333652;
  color: #ffffff;
}

/* READ MORE BOXES */
.qboxes {
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #333333;
}

@media screen and (max-width: 767px) {
  .qboxes {
    padding: 40px 0;
  }
}

.qboxes_outer {
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .qboxes_outer {
    padding: 0 25px;
  }
}

.qbox_link {
  text-decoration: none;
}

.qbox_holder {
  width: calc(100% - 20px);
  height: auto;
  padding: 0;
  margin: 0 10px;
  position: relative;
  clear: both;
}

.qbox_image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

.qbox_info {
  width: calc(80% - 40px);
  height: auto;
  padding: 20px;
  margin: -80px 10% 0 10%;
  position: relative;
  clear: both;
  display: table;
  background-color: #ffffff;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.qbox_holder:hover .qbox_info {
  background-color: #252525;
}

.qbox_title {
  width: 100%;
  height: 70px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.8em;
  line-height: 1.0em;
  font-weight: 600;
  font-family: 'Italiana', serif;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
  .qbox_title {
    height: 60px;
    padding: 0 0 10px 0;
    font-size: 1.6em;
  }
}

.qbox_holder:hover .qbox_title {
  color: #ffffff;
}

.qbox_icon {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  font-size: 32px;
  text-align: center;
  color: #333652;
  transition: all 0.3s ease-in-out;
}

.qbox_holder:hover .qbox_icon {
  color: #ffffff;
}

.qbox_description {
  width: 100%;
  height: 115px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #333333;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
  .qbox_description {
    height: 145px;
  }
}

.qbox_holder:hover .qbox_description {
  color: #ffffff;
}

.qboxes .slick-prev,
.qboxes .slick-next {
  filter: invert(1);
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.contact_blocks_stretched {
  width: calc(100% - 10%);
  padding: 10px 5% 50px 5%;
}

@media screen and (max-width: 1080px) {
  .contact_blocks_stretched {
    width: calc(100% - 40px);
    padding: 10px 20px 50px 20px;
  }
}

.contact_blocks_boxed {
  width: 1000px;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 1080px) {
  .contact_blocks_boxed {
    width: calc(100% - 40px);
    padding: 0 20px 50px 20px;
  }
}

.contact_blocks_left {
  width: calc(50% - 30px);
  height: auto;
  padding: 0 30px 0 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_left {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_blocks_right {
  width: calc(50% - 30px);
  height: auto;
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_right {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_block_holder {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 10px 5px;
  position: relative;
  clear: none;
  float: left;
  display: table;
}

.contact_block_icon {
  width: 40px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.contact_block_icon i {
  font-size: 40px;
  color: #333652;
}

.contact_block_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.contact_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.2em;
  font-weight: 500;
  color: #252525;
  line-height: 1em;
}

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #525252;
  line-height: 1em;
}

.contact_block_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

/* INSERTS */
.inserts {
  width: calc(100% - 10%);
  height: auto;
  padding: 80px 5%;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media screen and (max-width: 1080px) {
  .inserts {
    width: calc(100% - 40px);
    padding: 70px 20px;
  }
}

@media screen and (max-width: 767px) {
  .inserts {
    padding: 50px 20px;
  }
}

.insert_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-family: "Italiana", sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 1200px) {
  .insert_header {
    font-size: 3.2em;
  }
}

@media screen and (max-width: 1080px) {
  .insert_header {
    font-size: 3.0em;
  }
}

@media screen and (max-width: 767px) {
  .insert_header {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 560px) {
  .insert_header {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 440px) {
  .insert_header {
    font-size: 2.0em;
  }
}

.insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto;
  position: relative;
  display: table;
  clear: both;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (max-width: 1080px) {
  .insert_description {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .insert_description {
    font-size: 0.9em;
  }
}

.insert_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
}

.insert_button a,
.insert_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: #333652;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {

  .insert_button a,
  .insert_button a:visited {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: #26283e;
}

/* PHOTO GALLERY */
.album_gallery,
.photo_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {

  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {

  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.portfolio_stretched {
  width: calc(100% - 10%);
  padding: 0 5%;
}

@media screen and (max-width: 1080px) {

  .portfolio_stretched {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.portfolio_boxed {
  width: 1000px;
  padding: 0;
}

@media screen and (max-width: 1080px) {

  .portfolio_boxed {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.album_header_name {
  width: calc(100% - 20px - 2px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto 5px auto;
  position: relative;
  clear: both;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Font Awesome 6 Pro", "Cabin", sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .album_header_name {
    font-size: 1em;
  }
}

.album_header_name a,
.album_header_name a:visited {
  color: #ffffff;
  text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}

.album_holder {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.album_title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  height: 20px;
  left: 0;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% - 20px);
}

.album_holder:hover .album_title {
  height: calc(100% - 10px);
}

.album_icon {
  color: #ffffff;
  display: none;
  font-size: 50px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  width: 100%;
  z-index: 3;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.album_holder:hover .album_icon {
  display: table;
  opacity: 1;
}

.album_button {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  text-align: center;
  width: auto;
}

.album_button a,
.album_button a:visited {
  border: 1px solid #afb374;
  color: #afb374;
  font-family: "Font Awesome 6 Pro", "Cabin", sans-serif;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
  border: 1px solid #4e502e;
  color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  clear: both;
}

@media screen and (max-width: 1080px) {
  .video_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .video_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video_gallery_holder {
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  margin: 0;
  position: relative;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.video_icon i {
  text-align: center;
  font-size: 5.0vw;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .video_icon i {
    font-size: 7.0vw;
  }
}

@media screen and (max-width: 560px) {
  .video_icon i {
    font-size: 14.0vw;
  }
}

.video_gallery_holder:hover i {
  color: #ff0000;
}

/* CALL TO ACTION */
.cta {
  width: calc(100% - 10%);
  height: auto;
  padding: 60px 5%;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1080px) {
  .cta {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}

.cta_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  z-index: 2;
}

.cta_left {
  width: 50%;
  height: auto;
  padding: 0 25px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cta_left {
    width: 100%;
    padding: 0 0 40px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.cta_header_title {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 3.6em;
  line-height: 1.0em;
  font-family: 'Italiana', serif;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .cta_header_title {
    font-size: 3.4em;
  }
}

@media screen and (max-width: 1080px) {
  .cta_header_title {
    font-size: 3.0em;
  }
}

@media screen and (max-width: 767px) {
  .cta_header_title {
    font-size: 2.6em;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .cta_header_title {
    font-size: 2.4em;
  }
}

.cta_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: 'Italiana', serif;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .cta_description {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .cta_description {
    text-align: center;
  }
}

.cta_right {
  width: 50%;
  height: auto;
  padding: 0 0 0 25px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cta_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.cta_form {
  width: calc(100% - 60px);
  height: auto;
  padding: 30px;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
}

.cta_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* CONTENT BOXES */
.content_boxes {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.content_box_holder {
  width: calc(100% - 30px - 2px);
  height: auto;
  padding: 15px;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.content_box_photo {
  width: 260px;
  height: 260px;
  padding: 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .content_box_photo {
    width: 230px;
    height: 230px;
  }
}

@media screen and (max-width: 560px) {
  .content_box_photo {
    display: none;
  }
}

.content_box_photo_top {
  display: block;
}

.content_box_photo_bottom {
  display: none;
}

@media screen and (max-width: 560px) {
  .content_box_photo_bottom {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    margin: 10px auto 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .content_box_photo_top {
    display: none;
  }
}

.content_box_info {
  width: calc(100% - 25px - 260px);
  height: 260px;
  padding: 0 10px 0 15px;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .content_box_info {
    width: calc(100% - 25px - 230px);
    height: 230px;
  }
}

@media screen and (max-width: 560px) {
  .content_box_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
}

/* width */
.content_box_info::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.content_box_info::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.content_box_info::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.content_box_info::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content_box_info_full {
  width: calc(100% - 10px);
  height: auto;
  overflow: auto;
  padding: 0 10px 0 0;
}

.content_box_main_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #646464;
  line-height: 1.1em;
  font-family: "Italiana", sans-serif;
}

@media screen and (max-width: 1080px) {
  .content_box_main_title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_main_title {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_main_title {
    font-size: 1.3em;
    text-align: center;
  }
}

.content_box_sub_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 1.2em;
  color: #6d6d6d;
  line-height: 1.1em;
  font-family: "Italiana", sans-serif;
}

@media screen and (max-width: 1080px) {
  .content_box_sub_title {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_sub_title {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_sub_title {
    font-size: 1em;
    text-align: center;
  }
}

.content_box_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
}

.content_box_content p {
  text-align: justify;
  line-height: 1.4em;
  font-size: 0.9em;
  padding: 0;
  margin: 0 0 5px 0;
}

/* PRICE LIST */
.price_list {
  height: auto;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.price_list_stretched {
  width: calc(100% - 10%);
  padding: 0 5%;
}

@media screen and (max-width: 1080px) {
  .price_list_stretched {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.price_list_boxed {
  width: 1000px;
}

@media screen and (max-width: 1080px) {
  .price_list_boxed {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.price_list_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.price_list_group {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: table;
  position: relative;
  clear: both;
}

.price_list_header {
  width: 100%;
  height: auto;
  padding: 2px 0 0 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.price_list_category_name {
  width: 100%;
  height: auto;
  padding: 0 0 2px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.8em;
  line-height: 1.0em;
  font-weight: 600;
  font-family: 'Italiana', serif;
  color: #333652;
}

@media screen and (max-width: 560px) {
  .price_list_category_name {
    font-size: 1.6em;
    text-align: center;
  }
}

@media screen and (max-width: 440px) {
  .price_list_category_name {
    font-size: 1.5em;
  }
}

.price_list_category_description {
  width: 100%;
  height: auto;
  padding: 2px 0 0 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 600;
  font-size: 0.7em;
}

.price_list_items {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.price_list_items_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f0f0f0;
}

@media screen and (max-width: 560px) {
  .price_list_items_table {
    font-size: 0.9em;
  }
}

.price_list_items_table_header {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent !important;
  font-family: 'Italiana', serif;
  font-weight: 600;
  color: #525252;
  border-bottom: 2px solid rgba(51, 54, 82, 0.336);
}

@media screen and (max-width: 560px) {
  .price_list_items_table_header {
    font-size: 0.9em;
  }
}

.price_list_items_table_header th {
  width: 60%;
  background-color: transparent;
  padding: 8px 10px;
}

.price_list_items_table_header td {
  width: 20%;
  background-color: transparent;
  font-weight: 800;
  text-align: right;
  padding: 8px 10px;
}

.price_list_items_table th {
  width: 60%;
  padding: 5px 10px;
  text-align: left;
  font-weight: 600;
  background-color: transparent;
  color: #333333;
}

.price_list_items_table td {
  width: 20%;
  padding: 5px 10px;
  text-align: right !important;
  font-weight: 400;
  background-color: transparent;
  color: #525252;
  border-right: 1px dashed #c4c4c4;
}

.price_list_items_table td:last-child {
  border-right: 0;
}

.price_list_item_name {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 400;
}

.price_list_item_name_bold {
  font-weight: 800;
}

.price_list_item_name_italic {
  font-style: italic;
}

.price_list_item_name_bold_italic {
  font-style: italic;
  font-weight: 800;
}

.price_list_item_description {
  font-weight: 400;
}

.price_list_items_spacer {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

/* PRODUCTS */
.products {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
}

.products_stretched {
  width: calc(100% - 10%);
  padding: 0 5%;
}

@media screen and (max-width: 1080px) {
  .products_stretched {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.products_boxed {
  width: 1000px;
}

@media screen and (max-width: 1080px) {
  .products_boxed {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.products_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1080px) {
  .products_outer {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .products_outer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .products_outer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product_holder {
  width: calc(100% - 22px);
  height: auto;
  padding: 10px;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  border: 1px solid #e6e6e6;
}

.product_image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.product_info {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.product_name {
  width: 100%;
  height: 65px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.7em;
  line-height: 1.01em;
  font-weight: 600;
  color: #333652;
  font-family: 'Italiana', serif;
}

@media screen and (max-width: 440px) {
  .product_name {
    height: auto;
    padding: 0 0 10px 0;
    font-size: 1.6em;
  }
}

.product_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 400;
  color: #333333;
}

/* FOOTER */
.footer {
  width: calc(100% - 10%);
  height: auto;
  padding-top: 50px;
  padding-right: 5%;
  padding-left: 5%;
  margin: 5px auto 0 auto;
  position: relative;
  display: table;
  clear: both;
  overflow: hidden;
  background-color: #ffffff;
  border-top: 5px solid #333652;
}

@media screen and (max-width: 1080px) {
  .footer {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer_nowapp {
  padding: 10px 20px 20px 20px !important;
}

.footer_socials {
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.footer_socials i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #333652;
  color: #333652;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer_socials i {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    font-size: 14px;
  }
}

.footer_socials i:hover {
  background-color: #333652;
  color: #ffffff;
}

.footer_socials a {
  text-decoration: none;
}

.footer_addresses {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer_addresses {
    padding: 0;
  }
}

.footer_address_holder {
  width: 50%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder {
    width: 100%;
    display: table;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    font-size: 0.9em;
    text-align: center;
  }
}

.footer_address_header {
  font-size: 1.4em;
  font-weight: 600;
  padding: 0 0 6px 0;
  font-family: "Italiana", serif;
}

.footer_address_holder img {
  width: auto;
  height: 220px;
  display: table;
  text-align: right;
  float: right;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder img {
    width: 50%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    float: none;
  }
}

@media only screen and (max-width: 560px) {
  .footer_address_holder img {
    width: 60%;
  }
}

.footer_address_info {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 400;
  font-size: 1em;
}

.privacy_policy {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  display: table;
  color: #333333;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 560px) {
  .privacy_policy {
    font-size: 1em;
  }
}

.privacy_policy a,
.privacy_policy a:visited {
  color: #333333;
  text-decoration: none;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {

  .privacy_policy a,
  .privacy_policy a:visited {
    width: 100%;
    padding: 5px 0;
    clear: both;
    display: table;
  }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
  color: #000000;
}

.credentials {
  clear: both;
  color: #333333;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  color: #333333;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #333333;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
  width: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-image: url("../images/wa_bg_filter.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1005;
}

.whatsapp_button i {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
  width: auto;
  white-space: nowrap;
  height: auto;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 5;
  background-color: #ffffff;
  border: 2px solid #525252;
  border-radius: 6px 6px 0 6px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
  color: #525252;
  opacity: 0;
  animation: animateWhatsappPopup 1.5s ease-in-out 5s 1 forwards;
}

@keyframes animateWhatsappPopup {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.whatsapp_link:hover i {
  transform: scale(1.1, 1.1);
}

/* FORM STYLING */
.form_group {
  clear: both;
  display: table;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_double {
  margin: 30px 0 15px 0;
}

.form_group_full {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_left {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_1_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_1_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_group_2_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
  .form_group_2_3 {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}

.form_group_3_3 {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 2px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #ffffff;
  font-family: "Cabin", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  display: none;
}

.form_label_show label {
  display: table;
}

.form_field {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="email"] {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 4px solid #333652;
  border-left: 0;
  font-family: "Cabin", sans-serif;
  height: 25px;
  font-size: 1.0em;
  margin: 0;
  color: #ffffff;
  outline: none;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="email"]:hover,
.form_field input[type="email"]:focus .form_field input[type="number"]:hover,
.form_field input[type="number"]:focus {
  border-bottom: 4px solid #26283e;
}

.form_field select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Cabin", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  font-size: 1.0em;
  color: #ffffff;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field textarea {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 4px solid #333652;
  border-left: 0;
  font-family: "Cabin", sans-serif;
  height: 80px;
  margin: 0;
  color: #ffffff;
  font-size: 1.0em;
  outline: none;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field textarea:hover,
.form_field textarea:focus {
  border-bottom: 4px solid #26283e;
}

.form_field input::placeholder,
.form_field textarea::placeholder {
  font-weight: 400;
  font-size: 1.1em;
  color: #ffffff;
}

.form_oneliner_label {
  display: table-cell;
  height: auto;
  padding: 0 2% 0 0;
  vertical-align: middle;
  width: 48%;
}

.form_oneliner_field {
  display: table-cell;
  height: auto;
  padding: 0 0 0 2%;
  vertical-align: middle;
  width: 48%;
}

.form_note {
  clear: both;
  color: #c4c4c4;
  display: table;
  font-size: 0.8em;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.red_asterisk {
  color: red;
  font-size: 0.6em;
  vertical-align: super;
}

.red_asterisk:before {
  color: red;
  content: "\f069";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
}

.hfield {
  display: none;
}

/* ADMIN DIV TOOLTIPS */
.admin-div:hover {
  filter: grayscale(100%);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.admin-div:hover::before {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 50000;
}

.admin-div:hover::before {
  opacity: 1;
}

.admin-tooltip {
  width: calc(100% - 20px);
  height: auto;
  padding: 5px 10px;
  background-color: #00000050;
  color: #ffffff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Cabin", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  z-index: 50001;
}

/* PRELOADER */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 180px;
  height: auto;
  animation: pulse 1.2s infinite ease-in-out;
}

@media screen and (max-width: 1080px) {
  #preloader img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #preloader img {
    width: 140px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}