/* ==========================================================================
   IMPORTED FONTS & ICON LIBRARIES
   ========================================================================== */
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Quattrocento:400,700);
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption');
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);

/* ==========================================================================
   CUSTOM FONT CLASSES
   ========================================================================== */
.hurricane-regular        { font-family: "Hurricane", cursive; font-weight: 400; font-style: normal; }
.qwigley-regular          { font-family: "Qwigley", cursive; font-weight: 400; font-style: normal; }
.poiret-one-regular       { font-family: "Poiret One", sans-serif; font-weight: 400; font-style: normal; }
.kalam-bold               { font-family: "Kalam", cursive; font-weight: 700; font-style: normal; }
.pt-sans-caption-regular  { font-family: "PT Sans Caption", sans-serif; font-weight: 400; font-style: normal; }
.pt-sans-caption-bold     { font-family: "PT Sans Caption", sans-serif; font-weight: 700; font-style: normal; }

/* ==========================================================================
   CSS RESET (Based on Meyer Reset v2.0 | 20110126)
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,t
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   GLOBAL BASE STYLES
   ========================================================================== */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  background: #4e4d4f;
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 30px;
  font-family: "Open Sans", Corbel, Helvetica, Arial, Verdana;
  flex: 1;
}
* {
  outline: none;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all ease;
}
.clear {
  clear: both;
}
.min-body {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .min-body {
    width: 1300px;
  }
}
@media (max-width: 1400px) {
  .min-body {
    width: auto;
  }
}

/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
header {
  background-color: #ffffff;
  padding-top: 7px;
}
.header-navigation {
  padding-top: 21px;
  /*float: left;*/
}
/* ==========================================================================
   HEADING & TITLE STYLES
   ========================================================================== */
h1 {
  font-family: corbel, Quattrocento, Tahoma, Helvetica, Arial, Verdana;
  font-size: 3rem;
  line-height: 2px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
    font-family: Arial;
    color: red;
  }
}
@media (max-width: 767px) {
  h1 {
    line-height: 60px;
  }
}
h11 {
  font-family: "Times New Roman", corbel, Quattrocento, Tahoma, Helvetica, Arial, Verdana;
  font-size: 4.8rem;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  margin-top: 10px;
}
h13 {
  font-size: 0.8rem;
  line-height: 36px;
}

/* ==========================================================================
   TITLE PAGE STYLES
   ========================================================================== */
.title-page {
  font-size: 2.25rem;
  line-height: 85px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: corbel, "Open Sans";
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
}
.title-page h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-page h2 span {
  display: inline-block;
  padding: 0 15px;
  background: url('../images/back_texture.jpg') repeat;
  z-index: 2;
}
.title-page h2::before {
  position: absolute;
  left: 0; right: 0;
  top: 47%;
  margin-top: -1px;
  content: "";
  border-top: 6px solid #2a292b;
  z-index: -1;
}
/*========================================================
                    titles
=========================================================*/
.title-page {
  font-size: 36px;
  line-height: 85px;
  text-transform: uppercase;
  letter-spacing:1px;
  text-align: center;
  font-family: corbel, Open Sans;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .title-page {
    line-height: 52px;
    font-family:arial;
  }
}
.title-page h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-page h2 span {
  display: inline-block;
  padding: 0 15px;
  background: url('../images/back_texture.jpg') repeat;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .title-page h2 span {
    font-size: 30px;
    width: 400px;
        font-family:arial;
  }
}
@media only screen and (max-width: 979px) {
  .title-page h2 span {
    width: 350px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-page h2 span {
    width: 300px;
    line-height: 30px;
    font-size: 30px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .title-page h2 span {
    width: 250px;
  }
}
.title-page h2:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 47%;
  margin-top: -1px;
  content: "";
  border-top: 6px solid #2a292b;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .title-page h2:before {
    display: none;
  }
}
.title-page2 {
  font-size: 36px;
  line-height: 85px;
  text-transform: uppercase;
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  padding-bottom: 2px;
  color: #ffffff;
}
.title-page2 h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-page2 h2:before {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 20%;
  top: 20px;
  right: 0;
  top: 47%;
  width: 28%;
  margin-top: -1px;
  content: "";
  border-top: 6px solid #2a292b;
}
@media only screen and (max-width: 979px) {
  .title-page2 h2:before {
    width: 20%;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-page2 h2:before {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .title-page2 h2:before {
    display: none;
  }
}
.title-page2 h2:after {
  position: absolute;
  width: 28%;
  right: 0;
  top: 47%;
  margin-top: -1px;
  content: "";
  border-top: 6px solid #2a292b;
}
@media only screen and (max-width: 979px) {
  .title-page2 h2:after {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .title-page2 h2:after {
    display: none;
  }
}
h3 {
  font-size: 36px;
  line-height: 44px;
  color: #39373a;
  font-weight: 700;
  padding-top: 21px;
}
h3 {
  padding-bottom: 0px;
  padding-top: 0px;
}
.back-2-title {
  padding-top: 29px;
  padding-bottom: 28px;
}
h4.white-4-title {
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 979px) {
  h4.white-4-title {
    line-height: 28px;
  }
}
h4.white-4-title a:hover {
  color: #da917a;
}
h4.white-4-title-up {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  h4.white-4-title-up {
    line-height: 18px;
  }
}
h4.black-4-title {
  color: #39373a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  h4.black-4-title {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4.black-4-title {
    padding-left: 0px;
    padding-top: 5px;
  }
}
h4.black-4-title-small {
  color: #39373a;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .title-page h2 span {
    font-size: 1.87rem;
    width: 400px;
    font-family: Arial;
  }
}
@media (max-width: 979px) {
  .title-page h2 span {
    width: 350px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .title-page h2 span {
    width: 300px;
    line-height: 30px;
    font-size: 1.87rem;
    padding-bottom: 35px;
  }
  .title-page h2::before {
    display: none;
  }
}
@media (max-width: 320px) {
  .title-page h2 span {
    width: 250px;
  }
}
/*========================================================
                        Colors
=========================================================*/
.white_bg {
  background-color: #ffffff;
}
.grey {
  color: #676568;
}
.white {
  color: white;
}
.light-grey {
  color: #cccccc;
}

/*========================================================
                       Header Styles
=========================================================*/
.header-logo a {
  font-family: 'PT Sans Caption', sans-serif, corbel, Quattrocento, Tahoma, Helvetica, Arial, Verdana;
  font-size: 35px !important;
  line-height: 33px;
  font-weight: inherit !important;
  color: grey;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
/* Smaller screens adjustments */
@media only screen and (max-width: 768px) {
  .header-logo a {
    font-size: 20px !important;
    font-weight: inherit !important;
  }
}

/* Specific device pixel ratio and orientation queries */
@media only screen and (min-width: 414px) and (max-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .header-logo a {
    margin-left: 10px !important;
    font-size: 23px !important;
  }
}
@media only screen and (min-width: 414px) and (max-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header-logo a {
    margin-left: 70px !important;
    font-size: 23px !important;
  }
}

/* Header logo container */
.header-logo {
  display: block;
  margin: 0 auto;
  font-family: arial;
  margin-left: 0px !important;
  margin-top: 15px;
}

/* Header logo container responsive tweaks */
@media only screen and (max-width: 1199px) {
  .header-logo {
    padding-right: 20px;
    text-align: center;
    font-family: arial;
  }
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    float: none;
    padding-right: 0px;
    font-family: arial;
  }
}

/*========================================================
                    Font Face Classes
=========================================================*/
.pt-sans-caption-regular {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-caption-bold {
  font-weight: 700;
}
/*========================================================
                    SLIDER POSITIONING
=========================================================*/
.slider {
  position: relative;
  z-index: 0;
}
.main-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
main, .main-content {
  flex: 1;
}
/*========================================================
                    SUPERFISH MENU (DESKTOP)
=========================================================*/
.sf-menu {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1400px;
}

/* Accessibility focus outlines */
.sf-menu a:focus-visible,
#menu-toggle:focus-visible,
#menu-close:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  background-color: #e0eaff;
}

/* Menu button sizing */
#menu-toggle,
#menu-close
 {
  min-width: 44px;
  min-height: 44px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.current {
  background-color: #ffffff;
  color: #888888;
}
/* Highlight current desktop menu item */
.sf-menu > li.current > a {
  color: #888888 !important;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 15px 25px;
  color: #a9a9a9;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  font-family: corbel, "Open Sans", Tahoma, Helvetica, Arial, Verdana;
  font-weight: 600;
  letter-spacing:1px;
  width: auto;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  background-color: #ccc;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 1;
  top: 0;
  bottom: 0;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: none;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  margin-top: 10px;
  position: absolute;
  top: 40px;
  left: -70px !important; /*Submenu moving*/
  background: #fff;
  padding: 9px 20px;
  width: 235px;
  z-index: 2;
  display: none;
  padding: 10px 25px 10px 25px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
}
.sf-menu ul li.sfHover > a {
  color: black;
}
.sf-menu ul li a {
  font: 14px;
  line-height: 36px;
  color: #a9a9a9;
  text-decoration: none;
  font-family: corbel, "Open Sans", Tahoma, Helvetica, Arial, Verdana;
  font-weight: 600;
}
.sf-menu ul li a:hover {
  color: #000000;
}
.sf-menu ul li.sfHover > a {
  /* color: @color3;*/
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .sf-menu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.sf-menu > li {
    margin: 0 2px;
    position: relative;
}
/* Default: Desktop */
#menu-toggle,
#menu-close {
  display: none;
}
nav, #main-nav { /*desktop menu changing*/
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  display: flex;
  align-items: center;
  padding-top:50px;
}
}
/* === MOBILE STYLES START === */
@media (max-width: 768px) {
  /* Hamburger icon (☰) styling */
  #menu-toggle {
    display: block;                    /* Show it on mobile */
    position: fixed;                   /* Keep it always visible */
    top: 5px;                         /* Distance from top */
    left: -7px;                       /* Distance from right */
    font-size: 2.5rem;                 /* Large font size for visibility */
    background: none;                 /* Remove button background */
    border: none;                     /* Remove border */
    z-index: 10002;                   /* High z-index so it's clickable above everything */
    cursor: pointer;                 /* Show pointer cursor */
    color: #ffffff;                      /* Icon color */
  }
  /* Main nav panel (slides in from left) */
  #main-nav {
    position: fixed;                 /* Fix it to screen */
    top: 0;                          /* Align to top */
    left: 0;                         /* Start from left */
    transform: translateX(-100%);   /* Start hidden (off-screen) */
    transition: transform 0.3s ease;/* Smooth slide-in animation */
    background: rgba(245, 245, 245, 0.1);            /* Background color */
    color: #ffffff;
    width: 100vw;                   /* Full screen width */
    height: 100vh;                  /* Full screen height */
    overflow-y: auto;               /* Scroll if too tall */
    padding: 80px 20px;            /* Space for top bar / close button */
    padding-left: 0px;
    z-index: 10001;                 /* Just under the hamburger */
    display: block;                 /* Ensure it renders */
    position: fixed;
    text-align: left;
    align-items: flex-start;
    backdrop-filter: blur(12px);
  }
  /* When hamburger is clicked and nav becomes active */
  #main-nav.active {
    transform: translateX(0%);      /* Slide into view */
  }
  /* Make the <ul class="sf-menu"> behave like vertical list */
  .sf-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
    flex-direction: column;        /* Stack menu items vertically */
    align-items: flex-start;       /* Align items to the left */
    text-align: left;
    width: 100%;                        /* No spacing between items */
  }
  .sf-menu > li {
    width: 100%;                   /* Each <li> fills full width */
    margin: 0;                     /* Remove horizontal spacing */
  }
  .sf-menu > li > a {
    width: 100%;                   /* Full width clickable */
    padding: 20px 25px ;                 /* Add spacing inside */
    display: block;                /* Block display for full width area */
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    background: none;
  }
  /* Sub-menus (dropdowns) in mobile – hidden by default */
  .sf-menu li ul {
    display: none;                 /* Hide unless toggled */
    width: 100%;                   /* Full width submenu */
    margin-right: 0px;
    position: relative !important;
    left: 0 !important;
    background: rgb(0, 0, 0, 0.1);
    padding-left: 35px;
  }
  .sf-menu ul {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
  }
    .sf-menu ul li {
    padding-left: 15px; /* Optional: slight indent for submenu items */
  }
  .sf-menu li:hover ul {
      display:block;
  }
  .sf-menu li.submenu-open > ul {
      display: block;
  }

/* === Force second-level submenu to behave on mobile === */
.sf-menu ul ul {
    position: absolute;
  background: #ffffff;
  padding: 10px 20px;
  z-index: 4;
  position: static !important;    /* Cancel absolute position */
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  padding-left: 10px !important;  /* Indent for clarity */
  box-sizing: border-box;
  display: none;
}
.sf-menu li:hover > ul,
.sf-menu li.active > ul {
  display: block !important;
}
.sf-menu ul ul li {
  width: 100%;
}
.sf-menu ul ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0px;
  display: block;
}
  /* ✕ Close button inside the nav menu */
  #menu-close {
    display: none !important;                /* Show it on mobile */
    position: absolute;           /* Position relative to nav */
    top: 20px;                     /* Distance from top */
    right: 40px;                   /* Distance from right */
    font-size: 1.8rem;             /* Size of the X */
    background: none;
    border: none;
    color: #333;                   /* Icon color */
    cursor: pointer;
    z-index: 10002;
  }
    #main-nav{
    overflow-x: hidden;
    }
  body.mobile-menu-open footer {
    margin-bottom: 120px;
  }

  #main-nav.active .sf-menu li {
    padding-left: 0;
    padding-right: 0;
  }

  #main-nav.active .sf-menu ul {
    position: relative;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  /* Prevent hover styles on mobile */
  #main-nav.active .sf-menu li.current > a:hover {
    color: white !important;
    background-color: transparent !important;
    cursor: default;
  }
  /* Ensure home link always clickable */
  #main-nav.active .sf-menu li.current > a {
    color: black !important;
    background-color: transparent !important;
    pointer-events: auto;
  }
  .sf-menu li.submenu-open > ul {
    display: block;
  }
  nav#main-nav ul.sf-menu ul {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-left: 0;
}
.sf-menu ul li a {
  color: #ffffff;             /* Make submenu text black for contrast */
}
  /* Hide elements in mobile view */
  .social {
    display: none;
    margin-bottom: -35px;
  }
  .slider,
  #camera_wrap,
  #owl {
    display: none !important;
  }
  .center_buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    font-family: Corbel;
    letter-spacing: 1px;
    padding: 10% 0 0 0;
  }
  .social ul li img {
    width: 22px;
    height: 22px;
  }
  html, header,
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
/*========================================================
                    MOBILE SOCIAL ICONS (ALWAYS VISIBLE)
=========================================================*/
.mobile-social-always {
  position: fixed;
  top: 47px;
  left: 3px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: transparent;
  padding: 10px;
  border-radius: 12px;
}
.mobile-social-always a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  transition: transform 0.2s ease;
}
.mobile-social-always a:hover {
  transform: scale(1.1);
}

/*========================================================
                    DESKTOP-ONLY STYLES (≥769px)
=========================================================*/
@media (min-width: 769px) {
  #menu-toggle,
  #menu-close {
    display: none !important;
  }

  .mobile-social-always {
    display: none !important;
  }

  .IndexTitleName {
    display: block;
  }

  .owl-dots {
    bottom: 20px !important;
    position: absolute;
    width: 100%;
  }
}

/*========================================================
                    ULTRA-WIDE MONITOR NAV WIDTH CAP
=========================================================*/
@media (min-width: 1920px) {
  #main-nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .sf-menu {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
  }
}

/*========================================================
                    TRANSPARENT STICKY NAV
=========================================================*/
#stuck_container,
#main-nav {
  background: transparent !important;
  box-shadow: none !important;
}
/*========================================================*/
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  padding: 0px 0;
  z-index: 999;
  height: 165px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    opacity:0.8;
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .header_logo_slogan {
  top: 69px;
}
.isStuck .header_navigation {
  margin: 0 auto;
  float: none;
  display: block;
  text-align: center;
  padding-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none;
  }
}
#stuck_container {
  margin-top: -25px;
}
.header-socials {
position:relative;
  float: left;
}
.header-socials li {
  float: left;
  margin-left: 4px;
  text-align: center;
}
.header-socials li:first-child {
  margin-left: 0;
  opacity:0.5;
}
@media only screen and (max-width: 1199px) {
  .header-socials li {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 979px) {
  .header-socials li {
    margin-left: 2px;
  }
}
.header-socials li a {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #ccc;
}
.header-socials li a .fa {
  line-height: 30px;
  font-size: 24px;
}
.header-socials li a:hover {
  background-color: #39373a;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .header-socials {
    text-align: center;
    float: none;
    padding-bottom: 15px;
  }
  .header-socials li {
    float: none;
    display: inline-block;
  }
}
/*========================================================
                    block back1
=========================================================*/
.back1 {
  background: url('../images/back_texture.jpg') repeat;
}
.back1-block1 {
letter-spacing:1px;
font-family:corbel;
  padding: 0 58px;
  padding-top: 13px;
  padding-bottom: 56px;
}
.big-text {
  text-align: right;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .big-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.dotted-border {
  background: url('../images/dotted_border.png') repeat-x;
  height: 8px;
}
.dotted-border:before {
  content: '';
}
.number-title {
  padding-top: 46px;
  padding-bottom: 25px;
}
.big-date {
  font-size: 120px;
  line-height: 85px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .big-date {
    font-size: 94px;
  }
}
@media only screen and (max-width: 979px) {
  .big-date {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .big-date {
    font-size: 94px;
  }
}
.big-month {
  font-size: 100px;
  line-height: 85px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 8px;
  padding-left: 5px;
}
@media only screen and (max-width: 1200px) {
  .big-month {
    font-size: 76px;
  }
}
@media only screen and (max-width: 979px) {
  .big-month {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .big-month {
    font-size: 76px;
    line-height: 73px;
  }
}
.small_text {
  font-size: 18px;
  line-height: 30px;
}
/*========================================================
                    block back 2
=========================================================*/
.back2 {
  background-color: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 19px;
  padding-left: 0px;
  padding-bottom: 46px;
}
.side_article {
  padding-bottom: 12px;
}
.side_article_text {
  font-size: 14px;
  line-height: 30px;
  color: #39373a;
  padding-bottom: 20px;
}
.more_link {
  background-color: #39373a;
  display: inline-block;
  padding: 11px 20px 8px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.more_link._secondary {
  display: block;
}
.more_link._pine {
  background: #da917a;
  margin-top: 20px;
  padding: 10px 33px 9px 32px;
}
.more_link._pine:hover {
  color: #da917a;
  background: white;
}
.more_link:hover {
  background-color: #da917a;
}
@media only screen and (max-width: 1200px) {
  .more_link {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 979px) {
  .more_link {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.back2-title {
  float: left;
}
/*========================================================
                    block back 4
=========================================================*/
.back4 {
  background-color: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 19px;
  padding-left: 0px;
  padding-bottom: 46px;
}
.back5 {
    opacity:0.9;
  background-color: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 19px;
  padding-left: 0px;
  padding-bottom: 46px;
}
.side_article {
  padding-bottom: 12px;
}
.side_article_text {
  font-size: 14px;
  line-height: 30px;
  color: #39373a;
  padding-bottom: 20px;
}
.more_link {
  background-color: #39373a;
  display: inline-block;
  padding: 11px 20px 8px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.more_link._secondary {
  display: block;
}
.more_link._pine {
  background: #da917a;
  margin-top: 20px;
  padding: 10px 33px 9px 32px;
}
.more_link._pine:hover {
  color: #da917a;
  background: white;
}
.more_link:hover {
  background-color: #da917a;
}
@media only screen and (max-width: 1200px) {
  .more_link {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 979px) {
  .more_link {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.back4-title {
  float: left;
  opacity:0.3;
}
/*=======================================
=           GALLERY CAROUSEL           =
========================================*/

/* Wrapper */
.wrapper {
  width: 100%;
  overflow: hidden;
}

/* Main Owl Container */
#owl {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 1;
}

/* Owl Items */
#owl .owl-item {
  float: left;
}

#owl .item {
  padding: 0;
  position: relative;
  line-height: 21px;
}

/* Arrows (Image version) */
#owl .owl-prev,
#owl .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
}

#owl .owl-prev {
        background: none;
  background-image: url('images/prev.png');
  left: 10px;
}

#owl .owl-next {
    background: none;
  background-image: url('images/next.png');
  right: 10px;
}

/* Owl Inner Wrappers */
.owl-wrapper-outer,
.owl-wrapper {
  overflow: hidden;
  padding-top: 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}

.owl-carousel {
  display: none;
}

/* Gallery Thumbnails */
.gal_img {
  float: left;
}

.gal_img img {
  width: 1400px;
  height: auto;
  display: block;
}

.gal_img:first-child {
  margin-left: 0;
}

.gal_img a {
  position: relative;
  display: block;
}

/* Hover Overlay Text */
.gal_img a .img-span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5%;
  background-color: transparent;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  visibility: hidden;
  transition: 0.3s ease;
}

.gal_img a .img-span .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #da917a;
  font-size: 0;
  transition: 0.3s ease;
}

.gal_img:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}

.gal_img:hover a .img-span .fa {
  font-size: 16px;
  transition-delay: 0.2s;
}

/* OWL FEATURED CONTROLS (FontAwesome arrow style) */
#owl-featured .owl-prev,
#owl-featured .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  filter: brightness(90%);
  transition: filter 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

#owl-featured:hover .owl-prev,
#owl-featured:hover .owl-next {
  opacity: 1;
  pointer-events: auto;
  filter: brightness(110%);
}

#owl-featured .owl-prev {
  left: 10px;
}

#owl-featured .owl-next {
  right: 10px;
}
#owl-featured .item img {
  filter: brightness(100%);
  transition: filter 0.4s ease;
  cursor: pointer;
}

#owl-featured .item:hover img {
  filter: brightness(110%);
}
/*=======================================
=           MEDIA QUERIES              =
========================================*/

@media only screen and (max-width: 979px) {
  .gal_img {
    float: none;
  }
}

/*=======================================
=           MISC STYLES                =
========================================*/

/* Navigation buttons */
.nav_buttons {
  float: right;
}

.nav_buttons ul li {
  float: left;
  text-align: center;
}

.nav_buttons ul li a {
  width: 15px;
  height: 15px;
  border-radius: 500px;
  background-color: #39373a;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

/* Dotted border under gallery */
.dotted_border2 {
  background: url('../images/dotted_border2.png') repeat-x;
  height: 8px;
  margin: 38px 0 20px;
}

/* Recent posts */
.recent_posts {
  font-size: 14px;
  line-height: 24px;
  color: #39373a;
}

.recent_posts a {
  color: inherit;
}

.recent_posts a:hover {
  color: #d86648;
}

.recent_posts .post_date {
  color: #d86648;
}

.recent_posts .thumbnail {
  float: left;
  margin: 0 30px 0 0;
  padding-top: 10px;
}

@media only screen and (max-width: 979px) {
  .recent_posts .thumbnail {
    margin: 0 10px 5px 0;
  }
  .recent_posts .extra-wrap {
    overflow: visible;
  }
}

/* Accordion */
dl#accordion {
  padding-top: 10px;
}

dl#accordion dt {
  margin-bottom: 3px;
  margin-left: 2px;
  overflow: hidden;
}

dl#accordion dt a {
  display: block;
  position: relative;
  height: 69px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #da917a;
}

dl#accordion dt a .month {
  float: left;
  width: 70px;
  padding-left: 10px;
  font-size: 24px;
}

dl#accordion dt a .month:after {
  content: '';
  position: absolute;
  left: 69px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ebebeb;
}

dl#accordion dd {
  display: none;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 24px;
  color: #39373a;
  overflow: hidden;
}

dl#accordion dd .indent {
  margin: 0 0 1px 70px;
  padding: 11px 53px 11px 30px;
  background: #ebebeb;
}

dl#accordion dd a {
  color: inherit;
}

dl#accordion dd a:hover {
  color: #da917a;
}

dl#accordion dd .post_date {
  color: #da917a;
}

/* Month label layout */
.month {
  line-height: 69px;
}

.month_text {
  padding-left: 92px;
  line-height: 69px;
}

@media only screen and (max-width: 1199px) {
  .month_text {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 979px) {
  .month_text {
    line-height: 27px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .month_text {
    padding-left: 4px;
    line-height: 70px;
    font-size: 13px;
    padding-top: 0;
  }

  dl#accordion dd .indent {
    line-height: 21px;
  }

  .extra-wrap {
    padding-top: 20px;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .month_text {
    line-height: 19px;
    font-size: 14px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .extra-wrap {
    line-height: 16px;
  }
}
/*========================================================
                    block back3
=========================================================*/
.back3 {
  padding-top: 20px;
  padding-bottom: 46px;
  background: url('../images/abstract-back.jpg') bottom center;
}
@media only screen and (max-width: 767px) {
  .back3 {
    background-size: cover;
  }
}
.figure_section {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px #797a7d solid;
  border-right: 1px #797a7d solid;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .figure_section {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .over-max {
    margin-bottom: 30px;
  }
}
/* ========================================================
   Scroll To Top Button
======================================================== */



/* ========================================================
   Responsive Heading Fix
======================================================== */
@media only screen and (max-width: 479px) {
  .title-page h2 span {
    width: 250px;
  }
}
/*========================================================
=                   GALLERY STYLES                      =
========================================================*/

.back1-5 {
  background: url('../images/back_texture.jpg') repeat;
  padding-top: 50px;
}

.wrap-4-big-image {
  padding-top: 19px;
}

.wrap-4-big-image .post {
  margin-bottom: 50px;
  box-sizing: border-box;
  line-height: 24px;
}

.wrap-4-big-image .post .post-info {
  padding: 14px 5px 4px 17px;
  border-left: 1px solid #797a7d;
  border-right: 1px solid #797a7d;
}

.wrap-4-big-image .post .post-info p {
  padding-top: 2px;
}

/* Responsive spacing */
@media only screen and (max-width: 767px) {
  .wrap-4-big-image .post {
    margin-bottom: 35px;
  }
}

.double-photo {
  overflow: hidden;
}

.img-item a,
.double-photo .figure a {
  position: relative;
  display: block;
}

.img-item a .img-span,
.double-photo .figure a .img-span {
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}

.img-item a .img-span .fa,
.double-photo .figure a .img-span .fa {
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #da917a;
  font-size: 0;
}

.img-item:hover .img-span,
.double-photo .figure:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}

.img-item:hover a .img-span .fa,
.double-photo .figure:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
}

.back-2-title-2 {
  padding: 18px 0 10px;
}

/*========================================================
                    PAGE TEXT BLOCK STYLES
=========================================================*/
.page-block {
  padding-top: 9px;
}
.page-block p {
  padding-bottom: 30px;
}

/*========================================================
                    BACKGROUND TEXTURE SECTION
=========================================================*/
.back1-7 {
  background: url('../images/back_texture.jpg') repeat;
  padding: 50px 0 51px 0;
}

/*========================================================
                    MAIL LINK STYLING
=========================================================*/
.mail-link a {
  text-decoration: underline;
}
.mail-link a:hover {
  color: #da917a;
}

/*========================================================
                    VIDEO/DISC STYLING
=========================================================*/
.cdsonglist {
  letter-spacing: 1px;
  font-size: 16px;
  padding: 10px;
  float: left;
  font-family: Corbel;
}

.img {
  float: right;
  margin: 0 0 10px 10px;
}

.buyAlbum {
  text-align: right;
  letter-spacing: 1px;
  padding: 430px 10px 10px 10px;
  font-family: Corbel;
  font-size: 16px;
  color: grey;
}

/*========================================================
                    LANGUAGE MENU ICON (HIDDEN)
=========================================================*/
.menuIcons .lang {
  display: none;
  float: right;
  padding: 2px;
}
li.lang {
  margin-left: 50px;
}
/*========================================================
                    SOCIAL ICONS
=========================================================*/
.social {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
}
.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social ul li {
  display: inline-block;
  margin: 0;
}
.social ul li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  vertical-align: middle;
}
/* Hide specific icons */
.social img[src*="twitter-logo.png"] {
  display: none !important;
}
/*========================================================
                    FOOTER
=========================================================*/
body .menu-open footer {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
footer {
  text-align: center;
  padding-top: 10px;
}

.footer_text {
  justify-content: center;   /* Center text horizontally */
  align-items: center;       /* Center text vertically */
}
footer a:hover {
  color: #da917a;
}
.IndexTitleName {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .footer_text {
    font-size: 13px;  /* Slight override for smaller devices */
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: transparent !important;
  }
  .footer_text {
    font-size: 0.75rem;  /* ≈12px */
  }
    .social ul li img {
    width: 20px;
    height: 20px;
  }
}
/*========================================================
                    totop
=========================================================
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  /*bottom: 80px;
  right: 50px !important;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  background-color: #ccc;
  text-align: center;
  color: #ffffff;
  z-index: 999;
  color: white;
  font-size: 22px;
  line-height: 45px;
}
#toTop:hover {
  background-color: #da917a;
}
@media only screen and (min-width: 1025px) {
  #toTop {
      display: none !important;
  }
        */
}
