html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  margin: 30px 0 10px 0;
  padding: 0;
}

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 {
  clear: both;
  display: none;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

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

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

/* INFO BAR TOP */
.info_bar {
  width: calc(100% - 4%);
  height: 40px;
  padding: 5px 2%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #111111;
  overflow: hidden;
}

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

.slogan {
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
}

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

@media screen and (max-width: 767px) {
  .slogan {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    margin: 0 auto 2px auto;
    display: table;
  }
}

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

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

@media screen and (max-width: 767px) {
  .quick_links {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: table;
  }
}

.contacts {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
}

@media screen and (max-width: 767px) {
  .contacts {
    margin: 0 auto;
    clear: both;
    float: none;
  }
}

.contact_holder {
  width: auto;
  height: auto;
  padding: 10px 0;
  margin: 0 0 0 20px;
  position: relative;
  clear: none;
  float: right;
  color: #ffffff;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
}

@media screen and (max-width: 1080px) {
  .contact_holder {
    font-size: 0.9em;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact_holder {
    float: none;
    display: inline-block;
    text-align: center;
    padding: 0;
  }
}

.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;
  text-decoration: none;
}

.contact_holder .fas,
.contact_holder .fab {
  color: #588fc8;
}

.socials {
  width: auto;
  height: auto;
  padding: 10px 20px 10px 0;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

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

.socials .fas,
.socials .fab {
  color: #588fc8;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 1.1em;
}

.socials .fas:hover,
.socials .fab:hover {
  transform: scale(1.3, 1.3);
  z-index: 2;
  color: #3b699a;
}

/* HEADER */
.header {
  width: calc(100% - 4%);
  height: 80px;
  padding: 10px 2%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1001;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1080px) {
  .header {
    background-color: rgba(255, 255, 255, 1);
    height: 60px;
  }
}

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

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

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
}

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

@media screen and (max-width: 1080px) {
  .logo {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 130px;
  }
}

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

.logo.sticky {
  width: 100px;
}

.navigation_bar {
  width: calc(100% - 200px - 20px);
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  .navigation_bar {
    width: calc(100% - 160px - 20px);
  }
}

@media screen and (max-width: 767px) {
  .navigation_bar {
    width: calc(100% - 130px - 20px);
  }
}

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

.navigation_bar.sticky {
  width: calc(100% - 100px - 20px);
}

.letter_e,
.letter_l,
.letter_r,
.letter_o {
  fill: none;
  stroke-width: 1px;
  stroke: none;
  stroke-linecap: round;
}

.letter_e {
  animation: animateLetter 2.5s ease-in-out 1s forwards;
}

.letter_l {
  animation: animateLetter 2.5s ease-in-out 1.5s forwards;
}

.letter_r {
  animation: animateLetter 2.5s ease-in-out 2s forwards;
}

.letter_o {
  animation: animateLetter 2.5s ease-in-out 2.5s forwards;
}

.icon_filler {
  fill: none;
  stroke-width: 1px;
  stroke: none;
  stroke-linecap: round;
  animation: animateIconFiller 2.5s ease-in-out 2.5s forwards;
}

.icon {
  fill: #000000;
  stroke: none;
  animation: animateIcon 3s ease-in-out 4.5s forwards;
  opacity: 0;
}

.logo_name {
  fill: rgba(37, 37, 37, 0);
  opacity: 0;
  animation: animateName 4s ease-in-out 2s forwards;
}

@keyframes animateLetter {
  0% {
    stroke-dasharray: 0 1000;
    stroke: #5a8fc6;
    fill: #ffffff;
  }

  100% {
    stroke-dasharray: 1000 0;
    stroke: #5a8fc6;
    fill: #5a8fc6;
  }
}

@keyframes animateIconFiller {
  0% {
    fill: none;
  }

  100% {
    fill: #aac4e5;
  }
}

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

  100% {
    opacity: 1;
  }
}

@keyframes animateName {
  0% {
    opacity: 0;
    fill: rgba(37, 37, 37, 0);
  }

  100% {
    opacity: 1;
    fill: rgba(37, 37, 37, 1);
  }
}

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

@media screen and (max-width: 1080px) {
  .slider {
    margin: 0 auto;
    top: 0;
  }
}

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

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

@-webkit-keyframes animateSliderInfo {
  0% {
    top: -100%;
  }

  100% {
    top: 50%;
  }
}

@keyframes animateSliderInfo {
  0% {
    top: -100%;
  }

  100% {
    top: 50%;
  }
}

.slider_info {
  -webkit-animation: animateSliderInfo 3s ease-in-out 0s 1 forwards;
  animation: animateSliderInfo 3s ease-in-out 0s 1 forwards;
  top: 50%;
  transform: translateY(calc(-50% + 40px));
  height: auto;
  left: 0;
  margin: 0 auto;
  padding: 0 5%;
  position: absolute;
  right: 0;
  width: 90%;
}

@media screen and (max-width: 1080px) {
  .slider_info {
    transform: translateY(-50%);
  }
}

.slider_title {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.2em;
  font-weight: 700;
  line-height: 1.1em;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

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

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

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

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

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

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

.slider_title_line {
  width: 30%;
  height: 2px;
  padding: 0;
  margin: 10px auto;
  position: relative;
  clear: both;
  background-color: #3b699a;
}

@media screen and (max-width: 560px) {
  .slider_title_line {
    margin: 5px auto 0 auto;
  }
}

.slider_description {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 10px auto;
  padding: 0;
  text-align: center;
}

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

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

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

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

/* BENEFITS */
.benefits {
  width: calc(100% - 4%);
  height: auto;
  padding: 20px 2%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #111111;
  overflow: hidden;
}

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

@media screen and (max-width: 560px) {
  .benefits {
    padding: 0;
  }
}

.benefit_holder {
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .benefit_holder {
    clear: both;
    float: none;
    width: calc(100% - 20px - 20px - 2px) !important;
    margin: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.benefit_icon {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  color: #588fc8;
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .benefit_icon {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .benefit_icon {
    font-size: 25px;
  }
}

.benefit_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  color: #c4c4c4;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1em;
  font-family: "Barlow Condensed", sans-serif;
}

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

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

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

.benefit_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  color: #ffffff;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.9em;
  font-family: "Barlow Condensed", sans-serif;
}

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

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

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

.benefits_arrow {
  width: 70px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  background-image: url("../images/benefits_arrow.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center top;
}

/* MAIN CONTENT */
.content {
  width: 1000px;
  height: auto;
  padding: 20px 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
}

@media screen and (max-width: 1080px) {
  .content {
    width: calc(100% - 4%);
    padding: 20px 2%;
  }
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  color: #3f3f3f;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}

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

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

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

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

.page_image {
  width: 400px;
  height: auto;
  padding-bottom: 240px;
  margin: 20px 0 10px 15px;
  position: relative;
  clear: none;
  float: right;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media screen and (max-width: 1080px) {
  .page_image {
    width: 350px;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .page_image {
    width: 320px;
    padding-bottom: 180px;
  }
}

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

.page_image_frame {
  width: calc(100% - 10px - 4px);
  height: calc(100% - 10px);
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  left: 5px;
  clear: both;
  display: table;
  border: 2px solid #588fc8;
}

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

.contact_blocks_left {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 5px 0 5px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

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

.contact_blocks_right {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 5px 0 5px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 560px) {
  .contact_blocks_right {
    width: 100%;
    float: none;
    clear: both;
    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: 36px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: top;
  font-family: "FontAwesome", sans-serif;
}

.contact_block_icon .fas {
  font-size: 34px;
  color: #3b699a;
}

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

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #363636;
  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: 500;
  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;
}

/* 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_bottom {
  display: none;
}

@media screen and (max-width: 560px) {
  .content_box_photo_bottom {
    display: table;
    margin: 10px 0 0 0;
    width: 100%;
    padding-bottom: 50%;
    height: 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: 260px;
  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: "Barlow Condensed", 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;
  }
}

.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: "Barlow Condensed", 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;
  }
}

.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;
}

/* PHOTO GALLERY */
.album_gallery,
.photo_gallery {
  background-color: #ffffff;
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.album_header_name {
  width: calc(100% - 20px - 2px);
  height: auto;
  padding: 5px 10px;
  margin: 0 auto 2px auto;
  position: relative;
  clear: both;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  text-transform: uppercase;
  font-family: "FontAwesome", "Barlow", sans-serif;
  line-height: 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 {
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  border: 2px solid #ffffff;
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding-bottom: calc(100% / 3 - 4px);
  position: relative;
  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% / 3 - 4px);
}

@media screen and (max-width: 1080px) {
  .album_holder {
    padding-bottom: calc(100% / 2 - 4px);
    width: calc(100% / 2 - 4px);
  }
}

.album_holder_stretch_1 {
  padding-bottom: calc(100% / 3 - 4px);
  width: calc(100% / 3 - 4px);
}

@media screen and (max-width: 560px) {
  .album_holder_stretch_1 {
    padding-bottom: calc(100% / 1 - 4px);
    width: calc(100% / 1 - 4px);
  }
}

.album_holder_stretch_2 {
  padding-bottom: calc(100% / 3 - 4px);
  width: calc(100% / 3 * 2 - 4px);
}

@media screen and (max-width: 560px) {
  .album_holder_stretch_2 {
    padding-bottom: calc(100% / 1 - 4px);
    width: calc(100% / 1 - 4px);
  }
}

.album_holder_stretch_3 {
  padding-bottom: calc(100% / 3 - 4px);
  width: calc(100% / 3 * 3 - 4px);
}

@media screen and (max-width: 560px) {
  .album_holder_stretch_3 {
    padding-bottom: calc(100% / 1 - 4px);
    width: calc(100% / 1 - 4px);
  }
}

.album_title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  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: #588fc8;
  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: "FontAwesome", 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: "FontAwesome", "Barlow Condensed", 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 {
  background-color: #ffffff;
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 5px 0 0 0;
  position: relative;
  width: 100%;
}

.video_gallery_holder {
  background-color: #eeeeee;
  clear: none;
  display: table;
  float: left;
  height: 100%;
  margin: 10px;
  overflow: hidden;
  padding-bottom: calc(100% / 4 - 20px);
  position: relative;
  width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 767px) {
  .video_gallery_holder {
    clear: both;
    float: none;
    padding-bottom: calc(100% / 2 - 20px);
    width: calc(100% / 1 - 20px);
  }
}

.resp_iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* THE TEAM */
.team {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.team_holder {
  width: calc(100% / 4 - 20px - 20px);
  height: auto;
  padding: 10px;
  margin: 10px;
  position: relative;
  clear: none;
  float: left;
  background-color: #111111;
}

@media screen and (max-width: 1080px) {
  .team_holder {
    width: calc(100% / 3 - 20px - 20px);
  }
}

@media screen and (max-width: 767px) {
  .team_holder {
    width: calc(100% / 2 - 20px - 20px);
  }
}

@media screen and (max-width: 560px) {
  .team_holder {
    width: calc(100% / 1 - 20px - 20px);
  }
}

.team_photo {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
}

.team_photo:hover {
  opacity: 0.5;
}

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

.team_name {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  color: #588fc8;
  font-size: 1.1em;
  line-height: 1.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 560px) {
  .team_name {
    height: auto;
    margin: 0 auto 5px 0;
  }
}

.team_designation {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  line-height: 1.1em;
  font-size: 1em;
  text-align: center;
  color: #c4c4c4;
}

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

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

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

@media screen and (max-width: 767px) {
  .inserts {
    padding: 30px 5%;
  }
}

@media screen and (max-width: 560px) {
  .inserts {
    background-image: none !important;
    background-color: #3b699a;
  }
}

.insert_header {
  clear: both;
  color: #ffffff;
  display: table;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  height: auto;
  margin: 10px auto;
  padding: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

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

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

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

.insert_header_line {
  width: 30%;
  height: 2px;
  padding: 0;
  margin: 10px auto;
  position: relative;
  clear: both;
  background-color: #3b699a;
}

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

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

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

.insert_button a,
.insert_button a:visited {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  border-radius: 4px;
  clear: both;
  color: #ffffff;
  display: table;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  height: auto;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  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;
  width: auto;
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: rgba(0, 0, 0, 1);
  border: 2px solid #588fc8;
  color: #588fc8;
}

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

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

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

/* MEDIA BOXES GALLERY */
.page_images_container {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

/* FOOTER */
.footer {
  background-color: #111111;
  clear: both;
  display: table;
  height: auto;
  margin: 5px auto 0 auto;
  padding: 20px 10%;
  position: relative;
  width: calc(100% - 20%);
}

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

.footer_address_holder {
  width: auto;
  height: auto;
  padding: 2px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  color: #ffffff;
  font-size: 0.9em;
}

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

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

.footer_socials .fas,
.footer_socials .fab {
  border: 0;
  color: #111111;
  background-color: #588fc8;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 0 8px;
  padding: 0;
  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;
  width: 35px;
  border-radius: 50%;
}

.footer_socials .fas:hover,
.footer_socials .fab:hover {
  background-color: #3b699a;
  color: #111111;
}

.credentials {
  clear: both;
  color: #ffffff;
  display: table;
  font-family: "Barlow", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  width: 100%;
}

.credits {
  clear: both;
  color: #ffffff;
  display: table;
  font-family: "Barlow", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  width: 100%;
}

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

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

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

.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 2% 0 0;
  padding: 0;
  position: relative;
  width: 48%;
}

@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 2%;
  padding: 0;
  position: relative;
  width: 48%;
}

@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 2% 0 0;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

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

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

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

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

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    margin: 0 0 25px 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: #4d4d4d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

label.error {
  color: #ff0000;
  font-size: 0.7em;
  font-weight: 700;
  position: relative;
}

label.error:before {
  content: "\f071";
  font-family: "FontAwesome", sans-serif;
  padding: 0 4px 0 0;
}

.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"] {
  background-color: #ffffff;
  border: 2px solid rgba(88, 147, 200, 0.4);
  font-family: "Barlow", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  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: calc(100% - 40px - 4px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
  background-color: #f2f2f2;
  border: 2px solid rgba(88, 147, 200, 1);
}

.form_field select {
  background-color: #ffffff;
  border: 2px solid rgba(88, 147, 200, 0.4);
  font-family: "Barlow", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  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: 2px solid rgba(88, 147, 200, 1);
}

.form_field textarea {
  background-color: #ffffff;
  border: 2px solid rgba(88, 147, 200, 0.4);
  font-family: "Barlow", sans-serif;
  height: 125px;
  margin: 0;
  outline: none;
  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: calc(100% - 40px - 4px);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
  border: 2px solid rgba(88, 147, 200, 1);
}

.form_group_full .enquire_btn {
  background-color: #3f3f3f;
  border: 0;
  clear: none;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-family: "FontAwesome", "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  margin: 0;
  padding: 10px 30px;
  border-radius: 4px;
  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;
}

.form_group_full .enquire_btn:hover {
  border: 0;
  color: #ffffff;
  background-color: #000000;
}

.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: "FontAwesome", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
}

.hfield {
  display: none;
}

/* PAGING */
.paging_current,
.paging_nonactive,
.paging_link {
  border: 2px solid #c4c4c4;
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  margin: 0 2px;
  padding: 0;
  text-align: center !important;
  text-decoration: none;
  width: 22px;
  font-family: "FontAwesome", sans-serif;
}

.paging_link {
  background-color: transparent;
}

.paging_link:hover {
  background-color: #686b3e;
  color: #ffffff;
}

.paging_current {
  background-color: #afb374;
  color: #ffffff;
}

.paging_nonactive {
  background-color: #e1e1e1;
}

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