/* =========================================
   Demo Pharmaceuticals GmbH — Static Site
   Faithfully recreated from original theme
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Condensed:wght@400;700&display=swap');

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Helvetica, 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #58585A;
  background: #87AED7 !important;
}

a { color: #282576; text-decoration: none; transition: all 0.3s ease; }
a:hover { color: #1c449c; }

img { max-width: 100%; height: auto; display: block; }

p { color: #58585A; margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, 'Roboto', Arial, sans-serif !important;
  color: #1c449c !important;
  line-height: 1.2;
  margin-bottom: .5em;
}
h4 { font-size: 17px !important; }

/* ── Container / Grid ── */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.row { margin: 0 -15px; }
.row::after { content: ''; display: table; clear: both; }

/* Bootstrap 2-style spans */
[class*="span"] { float: left; padding: 0 15px; box-sizing: border-box; }
.span12 { width: 100%; }
.span8  { width: 66.6667%; }
.span6  { width: 50%; }
.span4  { width: 33.3333%; }
.span3  { width: 25%; }
.span2  { width: 16.6667%; }

/* ── HEADER ── */
.header {
  background: #1C449C;
  border: 0;
  position: relative;
  z-index: 99;
  padding: 0;
}

.header-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

/* Logo */
.logo a { display: block; }
.logo img { height: 65px; width: auto; }

/* Navigation */
.nav__primary {
  position: relative;
  float: none;
  z-index: 100;
}

.sf-menu {
  display: flex;
  list-style: none;
  margin: 0; padding: 0;
  float: right;
  align-items: center;
}

.sf-menu > li {
  position: relative;
  margin: 30px 9px 25px;
}

.sf-menu > li > a {
  font: bold 16px/19px Helvetica, 'Roboto Condensed', sans-serif !important;
  color: #FFF;
  display: block;
  padding: 0;
  text-transform: none !important;
  white-space: nowrap;
  border: none;
  background: none;
}

.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a { color: #d2daeb; }

.sf-menu > li.current-menu-item > a { color: #eee; }

/* Dropdown */
.sf-menu > li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 35%;
  width: 200px;
  background: rgba(255,255,255,.8);
  list-style: none;
  padding: 5px 0;
  z-index: 200;
  margin: 0;
}

.sf-menu > li:hover > .sub-menu { display: block; }

.sub-menu .menu-item a {
  color: #1c449c !important;
  font: normal 14px/14px Helvetica, sans-serif !important;
  display: block;
  padding: 10px 15px;
  text-transform: none !important;
}

.sub-menu .menu-item a:hover {
  font-weight: bold !important;
  color: #1c449c !important;
  text-decoration: underline;
}

/* Social icons in nav */
li.social { margin: 27px 0 25px 10px !important; }

li.social.yt a {
  background: url('../images/1390911253_YouTube.png') no-repeat center rgba(0,0,0,0) !important;
  width: 20px; height: 20px;
  display: block;
  text-indent: -9999px;
  margin-top: 3px;
}

li.social.li a {
  background: url('../images/1390911321_linkedin.png') no-repeat center rgba(0,0,0,0) !important;
  width: 20px; height: 20px;
  display: block;
  text-indent: -9999px;
  margin-top: 3px;
}

/* Search icon in nav */
li.search-menu-item { margin-left: 15px !important; }
li.search-menu-item a {
  background: url('../images/search.png') no-repeat 11px 0 rgba(0,0,0,0);
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: block;
  height: 17px;
  overflow: hidden;
  padding: 0 10px;
  width: 17px;
  text-indent: 9999px;
  top: 1px;
  position: relative;
}
li.search-menu-item a:hover { background-position: 11px -17px !important; }

/* Search form dropdown */
#search-header {
  background: #1C449C;
  border-radius: 0 0 5px 5px;
  padding: 6px 15px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 74px;
  width: 300px;
  z-index: 2147483647;
  display: none;
}
#search-header.open { display: block; }
#search-header input[type="text"] {
  width: 220px;
  padding: 6px 10px;
  border: none;
  border-radius: 25px;
}
#search-header input[type="submit"] {
  padding: 6px 12px;
  background: #B1C9E5;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 4px;
}

/* Language selector */
#lang_sel_footer {
  position: static;
  z-index: 2147483645;
  font: 11px Verdana, sans-serif;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
#lang_sel_footer ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
#lang_sel_footer ul li { display: inline; }
#lang_sel_footer ul li a { padding: 0; display: inline-block; }
#lang_sel_footer ul li img { width: 24px; height: 16px; display: block; border: 1px solid rgba(255,255,255,0.3); }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none; border: none;
  padding: 6px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; }

/* ── SLIDER ── */
.slider-wrap { margin-bottom: 0; }
.camera_wrap { height: 400px !important; position: relative; overflow: hidden; background: #333; }

.hero { position: relative; overflow: hidden; background: #1c449c; }
.hero-slide { display: none; position: relative; }
.hero-slide.active { display: block; }
.hero-slide img { width: 100%; height: 400px; object-fit: cover; }

.camera_caption {
  position: absolute;
  top: 35%;
  left: 0; right: 0;
  z-index: 10;
}
.camera_caption > div {
  color: #fff !important;
  font: bold 45px/1.2em 'Roboto', sans-serif !important;
  text-shadow: 1px 0px 8px #666;
  margin: 0;
}
.camera_caption > div p {
  color: #FFF;
  font: bold 42px/1.2em 'Roboto', sans-serif;
  margin: 0 auto;
  text-align: left;
  background: rgba(0,0,0,0.3);
  width: 900px;
  max-width: 100%;
  padding: 10px 20px;
}

.hero-dots {
  position: absolute;
  top: 300px;
  right: 0;
  display: block;
  width: 300px;
  z-index: 20;
}
.hero-dots ul { display: flex; list-style: none; gap: 6px; padding: 0; margin: 0; }
.hero-dots ul li {
  background: #fff;
  width: 16px; height: 16px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.hero-dots ul li span {
  display: block; width: 16px; height: 16px;
  border-radius: 50%;
  position: absolute; top: 0; left: 0;
}
.hero-dots ul li.active span { background: #82C1E4; }

/* ── MAIN CONTENT HOLDER ── */
.main-holder {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.content-holder {
  background: #EAEBEB;
}

.home .content-holder {
  background: #87AED7;
  padding: 0;
}

/* ── GRAY WRAP (alternating section bg) ── */
.gray-wrap {
  background: #E6EFF8;
  padding: 0 0 10px;
  position: relative;
}
.gray-wrap::before {
  background: #E6EFF8;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 101%;
  z-index: 1;
}
.gray-wrap::after {
  background: #E6EFF8;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 101%;
  z-index: 1;
}

/* ── WHITE WRAP ── */
.white-wrap {
  background: #FFFFFF;
  padding: 25px 0;
  position: relative;
  margin-left: 28px;
}
.white-wrap h1, .white-wrap h2, .white-wrap h3, .white-wrap h4, .white-wrap h5, .white-wrap h6 {
  color: #272475 !important;
  font-weight: 500;
}
.white-wrap h3 { color: #636365 !important; }
.white-wrap h2 { padding-left: 45px; }

/* ── SERVICE / POSTS GRID ── */
.posts-grid.services-main {
  display: flex;
  list-style: none;
  margin: 0; padding: 0;
  gap: 0;
}

.posts-grid.services-main li {
  flex: 1;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.posts-grid.services-main li img {
  width: 100%;
  height: 307px;
  object-fit: cover;
  display: block;
}

.posts-grid.services-main li h5 {
  background: #CFD0D2;
  margin: 0;
  padding: 14px 10px;
  font-size: 13px;
}

.posts-grid.services-main li h5 a {
  color: #1c449c;
  font-weight: bold;
  text-decoration: none;
  text-transform: none !important;
}

/* 4-color scheme for service cards */
.posts-grid.services-main li:nth-child(1) h5 { background: #009D72; }
.posts-grid.services-main li:nth-child(2) h5 { background: #EE3F22; }
.posts-grid.services-main li:nth-child(3) h5 { background: #CFD0D2; }
.posts-grid.services-main li:nth-child(4) h5 { background: #71A332; }

.posts-grid.services-main li h5 a { color: #FFF !important; }
.posts-grid.services-main li:hover h5 a { text-decoration: underline; }

/* Hover excerpt overlay */
.posts-grid.services-main li p.excerpt {
  color: #fff !important;
  display: block;
  font: 500 16px/1.2em 'Roboto', sans-serif;
  margin: 0;
  position: absolute;
  text-transform: none !important;
  top: 500px;
  padding: 0 10px;
  text-align: left;
  height: 88% !important;
  transition: all 0.4s ease 0s;
  left: 0; right: 0;
}
.posts-grid.services-main li:nth-child(1) p.excerpt { background: #009D72; }
.posts-grid.services-main li:nth-child(2) p.excerpt { background: #EE3F22; }
.posts-grid.services-main li:nth-child(3) p.excerpt { background: #CFD0D2; }
.posts-grid.services-main li:nth-child(4) p.excerpt { background: #71A332; }
.posts-grid.services-main li:hover p.excerpt { top: 15px; }

/* ── TIMELINE ── */
.white-wrap .caroufredsel_wrapper {
  border: 1px solid #1c449c;
}

.timeline-outer {
  background: #fff;
  padding: 20px 0 30px;
  margin: 0 0 0 28px;
}

.timeline-nav-wrap {
  position: relative;
  padding: 0 30px;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-strip {
  display: flex;
  overflow: hidden;
  gap: 0;
  border: 1px solid #1c449c;
}

.timeentry {
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
}

.timeentry span {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  width: 145px;
  position: relative;
}

#ttip {
  position: absolute;
  padding: 5px 10px;
  background: #87aed7;
  width: auto;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  height: 26px;
  vertical-align: middle;
  display: table-cell;
  white-space: nowrap;
  min-width: 100%;
}

.timeentry.bottom #ttip {
  bottom: 10px;
}

.timeentry.bottom #ttip .ttiparrow {
  background: #87aed7;
  display: block;
  height: 15px;
  left: 60px;
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  width: 15px;
}

/* Timeline */
.timeline-section {
  background: #fff;
  padding: 20px 30px 30px 58px;
}
.timeline-section h2 {
  color: #272475 !important;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.timeline-items {
  display: flex;
  border: 1px solid #1c449c;
  overflow: visible;
  position: relative;
}
.timeline-item {
  flex: 1;
  min-width: 110px;
  text-align: center;
  padding: 0;
  border-right: 1px solid #dce6f0;
  position: relative;
  cursor: default;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-item:last-child { border-right: none; }
.timeline-item .year {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1c449c;
  text-align: center;
}
/* Tooltip — alternating top/bottom */
.timeline-item .tip {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #87aed7;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  white-space: nowrap;
  z-index: 100;
  min-width: 100%;
  text-align: center;
  height: 26px;
  line-height: 16px;
}
.timeline-item.tip-bottom .tip { bottom: 10px; }
.timeline-item.tip-top    .tip { top: 10px; }

/* Arrow for bottom tooltip */
.timeline-item.tip-bottom .tip::after {
  content: '';
  background: #87aed7;
  display: block;
  height: 15px;
  left: 60px;
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  width: 15px;
}
/* Arrow for top tooltip */
.timeline-item.tip-top .tip::after {
  content: '';
  background: #87aed7;
  display: block;
  height: 15px;
  left: 60px;
  position: absolute;
  bottom: -8px;
  transform: rotate(45deg);
  width: 15px;
}
.timeline-item:hover .tip { display: block; }
.timeline-item:hover { background: #f0f5fb; }

/* ── PAGE CONTENT ── */
.page-template .content-holder {
  background: #EAEBEB;
}

.page-hero { overflow: hidden; }
.page-hero img { width: 100%; max-height: 400px; object-fit: cover; }

.page-content {
  padding: 30px 20px 50px;
  max-width: 1170px;
  margin: 0 auto;
}
.page-content-inner {
  background: #fff;
  padding: 30px;
}

/* Title section */
.title-section {
  margin: 10px 0 13px;
  padding: 0;
  position: relative;
}
.title-section .title-header {
  font-size: 23px;
  color: #666 !important;
  font-weight: 500;
}

/* ── BUTTONS ── */
.btn, .reply a {
  background: #B1C9E5 !important;
  border: 0;
  border-radius: 30px;
  box-shadow: none;
  color: #333 !important;
  height: auto;
  letter-spacing: 0;
  text-decoration: none !important;
  text-shadow: none;
  text-transform: none !important;
  padding: 8px 22px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}
.btn:hover,
.btn-primary:hover { background: #B1C9E5 !important; opacity: .85; }
.btn.btn-primary, .reply a.btn-primary {
  padding: 5px 25px;
  color: #fff !important;
  font-size: 17px;
}
.white-wrap .btn-primary { color: #fff !important; font-size: 22px; }

/* Form inputs */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
input[type="search"], textarea, select {
  padding: 7px 10px;
  margin: 0 0 10px;
  font-size: 16px;
  color: #7a7a7a;
  border-radius: 25px;
  border: 1px solid #4c4c4c !important;
  background: #fff !important;
  box-shadow: none;
  transition: all 0.3s ease;
  font-family: inherit;
  width: 100%;
}
input:focus, textarea:focus { outline: none; border-color: #1c449c !important; }
textarea { border-radius: 10px !important; resize: vertical; }
select { border-radius: 25px; height: 40px; }

/* Submit button */
.submit.button, input[type="submit"] {
  background: #B1C9E5 !important;
  border: none;
  border-radius: 30px;
  color: #fff !important;
  padding: 5px 25px;
  cursor: pointer;
  font-size: 14px;
  width: auto;
}

/* ── FOOTER ── */
.footer {
  position: relative;
  z-index: 100;
  overflow: visible;
}

.footer-widgets {
  background: #C2D4EC;
  padding: 20px 0 10px;
}

.footer-widgets-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 20px 20px;
  display: grid;
  grid-template-columns: max-content 1fr;  /* left col = exact DocCheck width, no extra space */
  gap: 40px;
}

.footer-col h4 {
  color: #1c449c !important;
  font: bold 18px/1.2em Helvetica, 'Roboto', sans-serif !important;
  margin: 0 0 14px;
  text-transform: none !important;
}

/* DocCheck iframe wrapper — clips internal padding (bottom + right) */
.doccheck-iframe-wrap {
  width: 314px;      /* clips ~26px of DocCheck's internal right padding */
  max-width: 100%;
  height: 178px;     /* clips gray area at bottom */
  overflow: hidden;
  display: block;
}
.doccheck-iframe-wrap iframe {
  display: block;
  width: 314px !important;
  height: 250px !important;
  border: 0;
  margin-top: -1px;
}

/* DocCheck login mock */
.doccheck-widget {
  border: 1px solid #bbb;
  border-radius: 4px;
  overflow: hidden;
  max-width: 420px;
  background: #fff;
  font-family: Arial, sans-serif;
}
.doccheck-header {
  background: #B22222;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.doccheck-header .dc-logo {
  width: 38px; height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: bold; font-size: 10px; color: #B22222;
  flex-shrink: 0;
}
.doccheck-header span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.doccheck-body { padding: 16px 20px; background: #fff; }
.doccheck-body input {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 8px 4px !important;
  font-size: 14px !important;
  color: #999 !important;
  background: #fff !important;
  margin-bottom: 12px !important;
}
.doccheck-body input:focus { border-bottom-color: #666 !important; color: #333 !important; }
.doccheck-signin {
  width: 100%;
  padding: 10px;
  background: #7DB640;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-transform: none !important;
  margin-bottom: 10px;
}
.doccheck-signin:hover { background: #6aa535; }
.doccheck-links {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  padding: 8px 0 4px;
  border-top: 1px solid #eee;
}
.doccheck-links a { color: #999; font-size: 12px; }
.doccheck-links a:hover { color: #666; }

/* Contact info with icons */
.contact-info-widget { font-size: 13px; }
.contact-info-widget .ci-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  color: #555;
}
.contact-info-widget .ci-icon {
  font-size: 15px;
  color: #9BACC5;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
  margin-top: 1px;
}
/* Font Awesome 3 icon styling in contact widget */
.contact-info-widget .ci-icon i {
  font-size: 15px;
  color: #9BACC5;
}
.contact-info-widget .ci-text { line-height: 1.4; }
.contact-info-widget a { color: #282576; }
.contact-info-widget a:hover { color: #1c449c; }

.karte-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 22px;
  background: #D0DAE8;
  color: #555 !important;
  border-radius: 20px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.karte-btn:hover { background: #b8c9de; }

/* Footer bottom copyright bar */
.footer-copyright {
  background: #1c449c;
  padding: 14px 0;
}
.footer-copyright-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer-copyright .copy-text {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.footer-copyright a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.footer-copyright a:hover { text-decoration: underline; }

/* Map popup */
#karte-popup {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 8px 30px rgba(0,0,0,.3);
  width: 500px;
  max-width: 95vw;
}
#karte-popup .karte-close {
  position: absolute; top: 6px; right: 10px;
  font-size: 20px; cursor: pointer; color: #666;
  background: none; border: none; line-height: 1;
}
#karte-popup iframe { width: 100%; height: 320px; border: 0; display: block; }

/* ── BREADCRUMB ── */
.title-section .breadcrumb { font-size: 12px; }
.title-section .breadcrumb a { color: #333; }
.breadcrumb-wrap {
  background: #fff;
  padding: 8px 20px;
  font-size: 12px;
  color: #888;
  border-bottom: 1px solid #ddd;
}
.breadcrumb-wrap a { color: #282576; }
.breadcrumb-wrap span { margin: 0 5px; }

/* ── PRODUCTS TABLE ── */
.products-table { width: 100%; overflow-x: auto; }
.products-table table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 13px;
}
.products-table th {
  background: #1c449c;
  color: #fff;
  padding: 8px 10px;
  text-align: left;
  font-weight: bold;
}
.products-table td {
  padding: 6px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.products-table tr:nth-child(even) td { background: #f0f5fb; }
.products-table .category-header td {
  background: #1c449c;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
  padding: 6px 10px;
}

/* Filter buttons */
.filter-btn {
  background: #B1C9E5 !important;
  border: none;
  border-radius: 30px;
  color: #333 !important;
  padding: 5px 14px;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 6px;
}
.filter-btn.active { background: #1c449c !important; color: #fff !important; }

/* PDF link */
.pdflink {
  color: #666;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 22px;
  background: url('../images/pdf.png') no-repeat left center;
  font-size: 13px;
  line-height: 1.4;
}

/* Contact form */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.contact-info address { font-style: normal; line-height: 2; font-size: 13px; }
.contact-form label { display: block; font-size: 12px; color: #444; margin-bottom: 3px; font-weight: bold; }

/* Legal text */
.legal-content { max-width: 860px; }
.legal-content h3 { font-size: 15px; margin-top: 20px; margin-bottom: 8px; }
.legal-content p { font-size: 13px; margin-bottom: .7em; }

/* ── RESPONSIVE ── */
@media (max-width: 979px) {
  .span4 { width: 50%; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body { padding: 0; }
  .header { padding: 0 20px; }

  .nav-toggle { display: flex; }

  .nav__primary {
    display: none;
    position: absolute;
    top: 80px; left: 0; right: 0;
    background: #1C449C;
    flex-direction: column;
    padding: 10px 20px 20px;
    z-index: 500;
  }
  .nav__primary.open { display: flex; }
  .sf-menu { flex-direction: column; float: none; gap: 0; }
  .sf-menu > li { margin: 0; border-bottom: 1px solid rgba(255,255,255,.15); float: none; }
  .sf-menu > li > a { padding: 12px 0; font-size: .9rem; }
  .sf-menu > li > .sub-menu { position: static; width: 100%; background: rgba(255,255,255,.1); }
  .sub-menu .menu-item a { color: #fff !important; padding: 8px 15px; }

  .posts-grid.services-main { flex-direction: column; }
  .posts-grid.services-main li img { height: 200px; }

  .span4, .span6, .span8 { width: 100%; float: none; }
  .footer-widgets-inner { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .hero-slide img { height: 220px; }
  .camera_wrap { height: 220px !important; }
  .camera_caption > div p { width: 100%; font-size: 22px !important; }
  .white-wrap { margin-left: 0; }
  .page-content-inner { padding: 15px; }
  #lang_sel_footer { display: none; }
}

@media (max-width: 480px) {
  .header-inner { padding: 10px 16px; min-height: 65px; }
  .logo img { height: 50px; }
}
