:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "JuliusSansOne";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }


@font-face {
 
  src: url(../fonts/Halimun.ttf);
  font-family: Halimun;
   src: url(../fonts/OptimusPrinceps.ttf);
  font-family: OptimusPrinceps;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  height: 100%;
   }

html {
  overflow-x: hidden;
   width: 100%;
}

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }



.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }


body {
  font-family: 'Cinzel', serif !important;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  color: #a6a6a6; }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

span {
  color: #000; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #397d80; }
  a:hover, a:active, a:focus {
    color: #397d80!important;
    outline: none !important;
    text-decoration: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.4;
  color: #000;
  font-weight: 400; }

.text-primary {
  color: #397d80 !important; }

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000 !important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  .ftco-navbar-light.ftco-navbar-light-2 {
    position: relative !important;
    top: 0; }
  .ftco-navbar-light .navbar-brand {
    color: #397d80; }
    .ftco-navbar-light .navbar-brand span {
      color: #397d80;
      font-size: 28px; }
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
      color: #000; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 1 !important;
    font-family: 'Cinzel', serif;
    font-weight: 800!important;}
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #000; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff; } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 14px; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: transparent;
        color: #000; }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000; }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #397d80; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #397d80; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:after {
      opacity: 1;
      background: #397d80; }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)!important; }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #397d80 !important; }
    .ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #397d80;
      border: none !important; }
      .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #397d80; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #397d80 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out;
      height: 110px;}
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000; }

.navbar-brand {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: #397d80 !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.hero-wrap {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}



  @media (max-width: 991.98px) {
    .hero-wrap {
      background-position: top center !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 68%;
    content: '';
    opacity: 0; }
    @media (max-width: 991.98px) {
      .hero-wrap .overlay {
        width: 100%; }
		
}
  .hero-wrap.hero-wrap-2 {
    height: 470px; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 400px !important;
    }
  .hero-wrap .slider-text {
    color: rgba(0, 0, 0, 0.4);
     }
    .hero-wrap .slider-text .icon {
      position: relative;
      z-index: 0;
      margin-bottom: 20px;
      width: 100%; }
      .hero-wrap .slider-text .icon span {
        font-size: 80px;
        line-height: 1.2;
        color: #397d80; }
      .hero-wrap .slider-text .icon:after {
        position: absolute;
        left: 0;
        right: 25%;
        bottom: 0;
        content: '';
        max-width: 500px;
        height: 2px;
        background: #397d80;
        margin: 0 auto; }
    .hero-wrap .slider-text .breadcrumbs {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 20px;
      z-index: 99;
      font-weight: 400;
      letter-spacing: 4px; }
      .hero-wrap .slider-text .breadcrumbs span {
        color: rgba(0, 0, 0, 0.7); }
        .hero-wrap .slider-text .breadcrumbs span a {
          color: #000; }
    .hero-wrap .slider-text h1 {
      font-size: 35px;
      color: #000;
      font-weight: normal;
      font-family: 'Cinzel', serif;
      text-transform: uppercase;
      letter-spacing: 10px;
      padding-bottom: 2%; }

      .hero-wrap .slider-text .header-p {
        padding-bottom: 2%;
        font-size: 16px;
      }


    .hero-wrap .slider-text h2 {
      font-weight: 200;
      font-size: 18px; }
    .hero-wrap .slider-text .bread {
      font-size: 40px;
      color: #000;
      line-height: 1.2;
      font-weight: 200; }
      @media (max-width: 991.98px) {
        .hero-wrap .slider-text .bread {
          font-size: 30px;
          letter-spacing: 10px; } }
    .hero-wrap .slider-text .btn-primary, .hero-wrap .slider-text .btn-outline-primary {
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .hero-wrap .slider-text .btn-primary, .hero-wrap .slider-text .btn-outline-primary {
          width: 100%;
          margin-bottom: 10px; } }
    .hero-wrap .slider-text .btn-primary {
      border: 1px solid rgba(255, 255, 255, 0.4); }
    .hero-wrap .slider-text {
      position: absolute;
      top: 40%;
      left: 45%;
    }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.bg-light {
  background: #fafafa !important; }

.bg-white {
  background: #fff !important; }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.bg-primary {
  background: #397d80; }

.container {
  max-width: 1240px; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1rem!important;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: transparent !important;
    border: 1px solid #397d80 !important;
    color: #397d80;
    padding: 1% 3% 1% 3% !important;
    margin-top: 6%; }
    .btn.btn-primary:hover {
      border: 1px solid #397d80;
      background: #397d80 !important;
      color: #fff!important;
       }


  .btn.btn-outline-primary {
    border: 1px solid #397d80;
    background: transparent;
    color: #397d80; }
    .btn.btn-outline-primary:hover {
      border: 1px solid transparent;
      background: #397d80;
      color: #fff; }
  .btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    -webkit-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.26) !important;
    -moz-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.26) !important;
    box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.26) !important; }
    .btn.btn-white span {
      color: #000; }
    .btn.btn-white:hover {
      border: 1px solid #397d80;
      background: #397d80;
      color: #fff; }
      .btn.btn-white:hover span {
        color: #fff; }
    .btn.btn-white.btn-outline-white {
      border-color: rgba(255, 255, 255, 0.8);
      background: none;
      border-width: 1px;
      color: #fff; }
      .btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
        background: #397d80;
        border-color: #397d80;
        color: #000; }
  .btn.btn-outline-black {
    border-color: black;
    background: none;
    border-width: 1px;
    color: #000; }
    .btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black:active {
      background: #000;
      border-color: #000;
      color: #fff; }

.ftco-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.do-list {
  margin: 0;
  padding: 0; }
  .do-list li {
    list-style: none;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 300; }
    .do-list li span {
      color: #397d80;
      font-size: 22px; }

.offer-deal {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em; }
  .offer-deal.active {
    background: #faf7ef; }
  .offer-deal .img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 991.98px) {
      .offer-deal .img {
        width: 150px;
        height: 150px; } }
  .offer-deal .text h3 {
    font-size: 24px; }

.ftco-gallery {
  padding: 0; }

.ftco-gallery h2{
 font-size: 28px!important; }


.ftco-animate {
margin-left: 0!important;
    margin-right: 0!important;
    padding: 0!important;
}


.gallery {
  display: block;
  height: 270px;
  position: relative;
   }

.gallery:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.gallery:hover:after {
    opacity: 1;
}
  .gallery .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    position: relative;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 999; }
    .gallery .icon span {
      color: #fff;
      font-size: 22px; }
  .gallery:hover .icon, .gallery:focus .icon {
    opacity: 1;
    }
.ftco-services {
  padding: 3em 0;
}
.services {
  width: 100%;
  display: block;
 }
  .services .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .services .icon span {
      font-size: 44px;
      color: #fff; }
    .services .icon span img {
      width: 60px;
      height: auto;
    }
  .services .text {
    width: 100%; }
    .services .text h3 {
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      color: #000; }

      .services .text p {
        color: #565656;
        font-size: 14px;
      }

@media (max-width: 767.98px) {
  .treatment.border {
    border: none !important; } }

.treatment .icon span {
  font-size: 60px;
  line-height: 1;
  color: #397d80; }

.treatment h3 {
  font-size: 20px; }

.myaccordion {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #faf7ef; }

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  background: transparent; }

.myaccordion .card-header {
  border-bottom-color: #e6e6e6;
  background: transparent; }

.myaccordion .fa {
  font-size: 24px; }

.myaccordion .btn {
  width: 100%;
  font-weight: normal;
  color: #000;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 20px; }

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none; }

[data-toggle="collapse"] .fa:before {
  content: "\f1fc";
  font-family: "Ionicons";
  font-style: normal; }

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f102";
  font-family: "Ionicons";
  font-style: normal; }

.card-body ul {
  padding: 0; }
  .card-body ul li {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 15px; }
    .card-body ul li span {
      color: #000; }
      .card-body ul li span:first-child {
        width: 60%; }
      .card-body ul li span:nth-child(2) {
        width: 30%; }
      .card-body ul li span:last-child {
        width: 10%; }

.btn-custom {
  color: #fff;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .btn-custom span {
    color: #fff; }
  .btn-custom:hover, .btn-custom:focus {
    color: #fff; }

.coach {
  width: 100%;
  display: block;
  margin-bottom: 30px; }
  .coach .img, .coach .text {
    width: 100%; }
  .coach .img {
    height: 380px;
    background-position: top center !important; }
  .coach .text .subheading {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500; }
  .coach .text h3 {
    font-size: 22px;
    color: #000; }
    .coach .text h3 a {
      color: #000; }
  .coach .text .ftco-social-media {
    padding: 0; }
    .coach .text .ftco-social-media li {
      list-style: none; }
      .coach .text .ftco-social-media li a {
        display: block;
        width: 40px;
        height: 40px;
        background: #397d80;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .coach .text .ftco-social-media li a span {
          font-size: 24px;
          color: #fff; }

.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #000; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #397d80; }

.testimony-wrap {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.8); }
  .testimony-wrap .user-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #000; }
  .testimony-wrap .position {
    font-size: 13px; }
  .testimony-wrap .line {
    position: relative;
    border-left: 1px solid #e6e6e6; }
  .testimony-wrap .quote {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #397d80;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .testimony-wrap .quote i {
      color: #fff; }

.ftco-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 2px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .ftco-social a span {
    color: #397d80; }

.form-control {
  height: 44px !important;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding-right: 0;
  padding-left: 0; }
  .form-control:focus, .form-control:active {
    border-color: #397d80; }

textarea.form-control {
  height: inherit !important; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #397d80 !important; }

.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-bg-dark {
  background: #090808; }

.ftco-footer {
  font-size: 15px;
  padding: 3em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    padding-top: 10%;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600; }
  .ftco-footer .ftco-footer-widget ul li a i {
    color: #000!important;
    font-size: 22px;
    text-transform: lowercase!important; }
     .ftco-footer .ftco-footer-widget ul li a i:hover {
      color:#397d80!important;
     }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer a {
    color: #000;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-family: Montserrat-Regular, sans-serif;
     }
    .ftco-footer a:hover {
      color: #397d80; }

     .ftco-footer .ftco-footer-widget .text a {
      font-size: 15px;
    font-family: 'Roboto', sans-serif!important;
    text-transform: none!important;
    }
    .ftco-footer .link-terms {
      font-size: 15px;
    ffont-family: Montserrat-Regular;
    text-transform: none!important;
    }

    .ftco-footer .checkbox {
      font-family: 'Roboto', sans-serif;
    text-transform: none!important;
    }

  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000; }
  .ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .ftco-footer .categories li a span {
      color: rgba(255, 255, 255, 0.5) !important; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    position: relative;
    color: #397d80 !important; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff !important; }
    .ftco-footer-social li a:hover {
      color: #fff; }

#map {
  width: 100%; }
  #map.map {
    height: 400px; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(217, 191, 119, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(217, 191, 119, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(217, 191, 119, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(217, 191, 119, 0.2);
    -webkit-box-shadow: 0 0 0 0 rgba(217, 191, 119, 0.2);
    box-shadow: 0 0 0 0 rgba(217, 191, 119, 0.2); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(217, 191, 119, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(217, 191, 119, 0);
    box-shadow: 0 0 0 30px rgba(217, 191, 119, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(217, 191, 119, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(217, 191, 119, 0);
    box-shadow: 0 0 0 0 rgba(217, 191, 119, 0); } }

.heading-section {
  z-index: 0; }
  .heading-section .subheading {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #397d80;
    line-height: 1;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px; }

  
  .heading-section h2 {
    z-index: -1;
    font-size: 45px;
    font-weight: 300;
    position: relative;
    font-family: Halimun !important; }
    @media (max-width: 767.98px) {
      .heading-section h2 {
        font-size: 28px; } }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media (max-width: 767.98px) {
  .img-about {
    height: 400px;
    margin-bottom: 30px; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #397d80;
    opacity: 0; }

.ftco-counter {
  padding: 7em 0; }
  @media (max-width: 1199.98px) {
    .ftco-counter {
      background-position: center center !important; } }
  .ftco-counter .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    z-index: 0; }
    .ftco-counter .icon:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      bordeR: 1px solid #397d80;
      z-index: -1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .ftco-counter .icon span {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #397d80; }
  .ftco-counter .text strong.number {
    font-weight: 500;
    font-size: 50px;
    color: #397d80; }
  .ftco-counter .text span {
    font-weight: 600;
    font-size: 14px;
    color: #397d80;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .ftco-counter .text:hover .icon span, .ftco-counter .text:focus .icon span {
    color: #000; }
  .ftco-counter .text:hover .icon:after, .ftco-counter .text:focus .icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #397d80; }
  @media (max-width: 991.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 40px !important; } }
  .ftco-counter .ftco-number {
    display: block;
    color: #fff; }
  .ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em; }

.block-20 img {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 300px; }

.block-20 a {
  z-index: 9999;
}

.blog-entry {
  overflow: hidden; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 80px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    position: relative;
    margin-top: -13px;
    width: 100%;
   }
    .blog-entry .text .heading {
      font-size: 18px;
      margin-bottom: 16px;
      font-weight: 400; }
      .blog-entry .text .heading a {
        color: #000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #397d80; }

  .blog-entry .text a:hover {
  color: #397d80;
  }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px; }
    .blog-entry .meta > div a {
      color: gray;
      font-size: 15px; }
      .blog-entry .meta > div a:hover {
        color: #666666; }
  .blog-entry .one {
    width: 100%;
    text-transform: uppercase; }
  
  .blog-entry span.day {
    font-size: 16px;
    font-weight: 300;
    color: #397d80;
    line-height: 1; }
  .blog-entry span.yr, .blog-entry span.mos {
    display: block;
    color: #b3b3b3;
    font-size: 16px; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 2; }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
     }
  .block-23 ul li .icon {
    width: 32px!important;
    font-size: 24px!important;
    padding-top: 2px!important;
    color: #397d80!important;
    letter-spacing: 1px; }
.icon-envelope {
  width: 30px!important;
}


.logo-footer img {
  padding-bottom: 5%;
}

.footer-copywrites {
  font-size: 14px;
}

.ftco-footer .footer-copywrites a {
  text-transform: capitalize!important;
}

.ftco-footer p {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
}



.contact-section .contact-info p span {
  color: #000; }

.contact-form .form-group {
  position: relative;
  
 }

 .contact-form .submit{
float: right;
  margin-top: 5%;
}

.contact-form .form-control {
  border: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  height: 58px !important;
  padding-left: 0;
  padding-right: 0;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 13px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.9); }
  .contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.9); }
  .contact-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.9); }
  .contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.9); }
  .contact-form .form-control:focus, .contact-form .form-control:active {
    border-color: #397d80 !important; }

.contact-form textarea.form-control {
  height: inherit !important; }

  .contact-info a {
    color: #000;
  }

   .contact-info a:hover {
    color: #000;
  }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 16px; }
    .block-21 .text .heading a {
      color: #000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #397d80; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: gray; }

.custom-pagination {
  width: 100%;
  text-align: center;
  display: inline-block; }
  .custom-pagination li {
    display: inline-block; }
  .custom-pagination .prev a, .custom-pagination .next a {
    font-size: 20px !important;
    line-height: 38px !important; }
  .custom-pagination li a, .custom-pagination .prev a, .custom-pagination .next a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px; }
  .custom-pagination li.active a, .custom-pagination .prev.active a, .custom-pagination .next.active a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
    background: #397d80;
    color: #fff; }
    .custom-pagination li.active a:hover, .custom-pagination li.active a:focus, .custom-pagination .prev.active a:hover, .custom-pagination .prev.active a:focus, .custom-pagination .next.active a:hover, .custom-pagination .next.active a:focus {
      color: #fff; }
  .custom-pagination .prev {
    float: left; }
  .custom-pagination .next {
    float: right; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #e6e6e6;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.sidebar-wrap {
  padding: 20px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px; }
  .sidebar-wrap .heading {
    font-size: 18px; }
  .sidebar-wrap .fields {
    width: 100%;
    position: relative; }
    .sidebar-wrap .fields .form-control {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: transparent;
      background: #fff !important;
      color: #4d4d4d !important;
      border: 1px solid #e6e6e6;
      font-size: 14px;
      width: 100%;
      height: 52px !important;
      padding: 10px 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .sidebar-wrap .fields .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #4d4d4d; }
    .sidebar-wrap .fields .icon {
      position: absolute;
      top: 50%;
      right: 30px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 767.98px) {
        .sidebar-wrap .fields .icon {
          right: 10px; } }
    .sidebar-wrap .fields .select-wrap {
      position: relative; }
      .sidebar-wrap .fields .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  .sidebar-wrap .form-group .btn {
    width: 100%;
    display: block !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.sidebar-box {
  margin-bottom: 30px;
  /*padding: 25px;*/
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3.heading-2 {
    font-size: 18px;
    margin-bottom: 30px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block;
    color: #000; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.search-form {
  background: #f2f2f2;
  padding: 10px; }
  .search-form .form-group {
    position: relative;
    background: #fff; }
    .search-form .form-group input {
      padding-right: 50px;
      padding-left: 1px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }


.navbar .navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: fixed;
  top: 0;

}

@media (min-width: 767.98px) {
  .navbar .left {
  left: 0;
  padding-left: 5%;
  padding-top: 4%;
  position: absolute;
}

.navbar .right {
  right: 0;
  padding-right: 5%;
  padding-top: 4%;
  position: absolute;
}

}

.navbar-nav i {
  color: #000;
  font-size: 20px;
}

.navbar-nav i:hover {
  color: #397d80;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
 
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content h1 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-top: 5%;
}

.dropdown-content a {
  font-size: 15px;
  letter-spacing: 1px;

}
 
 .dropdown-content img {
  width: 70%;
  padding-top: 3%;
 }


/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: #397d80;
}

.product-section {
  position: relative;
  margin-bottom: 2%;
}



.product-section-container {
  padding: 6em 0;
}

.product-section img {
  width: 100%;
  border-bottom: 5px solid #397d80;

}


.product-section:after {
    content: '\A';
    position: absolute;
    height:100%;
    width: 100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.product-section:hover:after {
    opacity: 1;

}
.product-section .content {
  position: absolute;
  bottom: 5%;
  left:50%;
  -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

 
}


.product-section:hover .content {
  bottom: 40%;
  z-index: 3;
  
}

.product-section:hover h1 {
  color: #fff!important;
  z-index: 999!important;
}

.product-section .buttom-frame:before {
  position: absolute; 
    bottom: 5%;
    width: 20%;
    left:50%;
    -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
    height: 1px; 
    border-bottom: 1px solid #000;
    z-index: 1; 
    content: ""

} 


.product-section .title-small {
 position: absolute;
 top: -100%;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
 text-align: center;
 color: #fff;
 z-index: 100!important;
}

.title-small a {
  color: #fff;
}

.title-small a:hover {
  color: #fff;
  border: solid 1px #397d80;
  padding: 6% 6% 6% 6%;
}

/* New overlay appearance on hover */
.product-section:hover .title-small {
 opacity: 1;

}

.subscribe .form-group {
  position: relative;
}

.subscribe input[type="email"] {
  padding-right: 40px;
}

.subscribe button {
  border: none;
  background: none;
  cursor: pointer;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.subscribe button span {
  font-size: 30px;
}

.subscribe button span:hover {
  color: #397d80;
}

/* Index page - About us section */ 

.about-us {
  position: relative;
  padding: 10% 0 5% 0;
}

.about-us-container img {
  width: auto;
  height: 710px;
}

.about-us .img-about {
  padding-right: 0px!important;
}

.about-us-container .text-about {
    top: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-left: 0;
    text-align: center;
    height: 710px;
  
}

.about-us-container .quote {
  font-style: italic;
  color: #737373;
}

.about-us h3 {
  font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #397d80;
    line-height: 1;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 15%;
}

.about-us h1 {
 padding-top: 2%;
 padding-bottom: 5%;
 font-size: 28px;
}

.about-us p {
  text-align: left;
  padding: 0% 0% 0% 2%;
  font-size: 0.9rem;

}

.about-us .text-about a {
  text-align: left!important;
  margin-top: 10%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  z-index: 3;
  font-weight: 600;
}

a .ion-ios-arrow-thin-right {
  font-size: 20px;
  top: 0;
  bottom: 0;
  color: #397d80;
}

.about-us .text-about a:hover .ion-ios-arrow-thin-right {
  color: #397d80;
}

.about-us .text-about a:hover {
  color: #397d80;
}

.hvr-forward {
  display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.about-us .text-about a:hover .ion-ios-arrow-thin-right {
  color:#397d80;
}


section .about-us-container {
  position: relative;
}

@media (max-width: 767px) {
  .about-us {
    padding: 40% 0 5% 0;
  }
   .about-us-container .text-about {
height: 620px;
}
	.background-text-intro img {
  top: -80px;
  position: relative;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.about-us {
    padding: 10% 0 10% 0;
  }

.about-us h3 {
  padding-top: 9%;
}

 
}

.background-text-intro { 
  position: absolute; 
  bottom: 0!important;
    height: auto;
    max-width: 100%;
    padding:0px;
    margin:0px;
    outline: 0;
    z-index: 1;
 }

.background-text-intro img {
  width: 100%;
  height: auto;
  z-index: -999;
 
}

.background-text {
 position: absolute; 
  bottom: 0!important;
    height: auto;
    max-width: 100%;
    padding:0px;
    margin:0px;
    outline: 0;
    z-index: -1;
  
}

.background-text img {
  width: 100%;
  height: auto;
  z-index: -999;
}

.news-link {
z-index: 2;
color: #000;
font-weight: 600;
position: relative;

}

.news-link:hover {
  color: #397d80;
}

/* instagram section */

.container-instagram h4 {
  font-family: 'Roboto', sans-serif;
  color: #d4d4d4;
  letter-spacing: 1px;
  padding-top: 2%;
  font-size: 18px;
}

.container-instagram a {
  color: #000;
}

.container-instagram a:hover {
  color: #397d80;
}

.full {
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

.header-first {
  position: relative;
}


.overlay {
 position: absolute;
    top: 40%;
    left: 48%;
    right: 0;
    bottom: 0;
    content: '';
    width: 50%;
}

.overlay h1 {
  font-size: 34px;
  letter-spacing: 1px;
}

.overlay .title-header-white {

}

@media (max-width: 768px) {
  .overlay {
    left: 8%;
    width: 86%;
	top: 17%;
  }
}




/* Our world page */
.our-story {
  position: relative;
  padding: 7% 0% 7% 0%;
  overflow: hidden !important;
  height: 100%;

}
.sticky {
 position: sticky !important;
  position: -webkit-sticky !important;
  top: 0; /* required */
}

.sticky {
  position: sticky;
     position: -webkit-sticky;
     height: 70px;
     top: 25%;
}

@media (max-width: 767.98px) {
.sticky {
  position: relative!important;
     padding: 6em 0;

}
}


.our-story img {
width: 100%;
height: 300px;

}

.overlay .title-header-white {
  color: #fff;
}


.about-artist {
   padding: 9% 0% 7% 0%;
   position: relative;
   text-align: center;
}

.about-artist h3 {
  font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #397d80;
    line-height: 1;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.about-artist h1 {
  padding-top: 2%;
    padding-bottom: 5%;
    font-size: 28px;
}

.about-artist p {
  padding-bottom: 6%;
}


 .about-us-container .text-about-world {
      top: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-left: 0;
    text-align: center;
    height: 710px;
 }





.background-text-artist {
 position: absolute; 
  bottom: 0!important;
    height: auto;
    max-width: 100%;
    padding:0px;
    margin:0px;
    outline: 0;
    z-index: 2;
  
}

.background-text-artist img {
  width: 100%;
  height: auto;
}

.contact-artist {
  background: url(../images/our-story-cover.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 450px;
}

.contact-artist-txt {
  text-align: center;
  padding: 5% 0% 0% 0%;
  color: #fff;
}

.contact-artist-txt a {
 font-size: 18px;
 letter-spacing: 1px;
}

.contact-artist-txt p {
  margin-bottom: 3rem;
}

.contact-artist-txt span {
 color: #fff!important;
 font-size: 20px;
}

.contact-artist-txt span:hover {
 color: #397d80!important;
}

.contact-artist-txt a:hover {
 color: #397d80!important;
}





.contact-artist-txt h1 {
  color: #397d80;
  padding-bottom: 3%;
  letter-spacing: 1px;
}

.img-our-world {
  padding-right: 0px!important;

}

.img-our-world img {
  -webkit-filter: grayscale(1);
    -webkit-transition: all .4s ease-in-out;
    filter: #575756;
}

.img-our-world img:hover {
  filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}


@media (max-width: 767px) {
  .about-artist {
    padding: 40% 0 5% 0;
  }

  .about-us-container .text-about-world {
    height: 957px;
  }

  .contact-artist-txt {
    padding: 24% 0% 0% 0%;
  }

}

@media (min-width: 768px) and (max-width: 1024px){
.about-artist-world{
    padding: 25% 0 5% 0;
  }

  .contact-artist-txt {
    padding: 8% 13% 0% 13%;
  }

.about-artist {
  padding: 19% 0% 7% 0%;
}
 
}


@media (min-width: 768px) and (max-width: 1023px){
.about-us-container img {
  width: 100%;
  height: auto;
}

.about-us-container .text-about-world {
  top: -154px;
    right: 15px;
  }
}

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

.about-us-container img {
  width: 100%;
  height: auto;
}

.about-us-container .text-about-world {
  top: -154px;
    right: 9px;
  }

  .contact-artist-txt {
    padding: 24% 4% 0% 4%;
  }

  .about-us-container .text-about {
    top: -82px;
    right: 8px;

  }

  .ftco-animate {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }


  }

/* Custom page */ 


.custom-experience {
  padding: 7% 0% 7% 0%;
}
.custom-experience img {
  border-bottom: 5px solid #397d80;
 width: 100%;
}

.custom-experience .services-row {
  padding-bottom: 10%;
}

.services-row h4 {
  position: absolute;
   font-family: 'Cinzel', serif;
    -webkit-font-smoothing: antialiased;
    font-size: 120px;
    color: #b9e0e2;
    font-weight: 600;
    line-height: 1.42857;
    z-index: -1;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 7%;
}


.custom-experience h3 {
  font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #397d80;
    line-height: 1;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.custom-experience h1 {
     padding-top: 8%;
    padding-bottom: 5%;
    font-size: 28px;
    margin-left: 10%;
}

.text-custom li {
  font-family: 'Roboto', sans-serif;
}

.text-custom li::before {
  color: #397d80;
  
}


.product-section-container {
  padding: 6em 0;

}


.product-section-container h1{
    padding-top: 2%;
    padding-bottom: 5%;
    font-size: 28px;
    text-align: center;

}

.product-section-container h3 {
  font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #397d80;
    line-height: 1;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.custom-experience {
  text-transform: none!important;
}


/* news page */ 

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #397d80;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #e6e6e6; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #397d80;
      color: #fff;
      border: 1px solid transparent; }
.blog-single h2 {
  padding-bottom: 5%;
}

.blog-single .details {
  padding-top: 2%;
  text-transform: uppercase;
  color: #397d80;
  font-family: 'Cinzel', serif;
}

.blog-single a  {
  color: #575756;
}

.blog-single a:hover {
  color: #397d80;
}


.blog-single .instagram-p  {
  color: #397d80;
  font-style: italic;
}

.blog-single .instagram-p:hover {
  color: #575756;
}

.news-teaser {
  height: 180px;
}

/* Shop page */ 
.popular-items {
  padding: 10% 0% 10% 0%;
}
  .popular-items .single-popular-items .popular-img{overflow:hidden;border-bottom:3px solid #316b6d;margin-bottom:19px;position:relative}
  .popular-items .single-popular-items .popular-img img{width:100%}
  .popular-items .single-popular-items .popular-img .img-cap{position:absolute;bottom:-20%;width:100%;opacity:0;visibility:hidden;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s}
  .popular-items .single-popular-items .popular-img .img-cap span{color:#fff;background:#316b6d;padding:9px 0;display:block;cursor:pointer}
  .popular-items .single-popular-items .popular-img .favorit-items{position:absolute;top:12px;right:20px;opacity:0;visibility:hidden;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s}
  .popular-items .single-popular-items .popular-img .favorit-items span{color:#333333;font-size:30px;cursor:pointer}
  .popular-items .single-popular-items .popular-caption h3 a{color:#444444;font-weight:700;font-size:19px;margin-bottom:12px}
  @media only screen and (min-width: 576px) and (max-width: 767px){
    .popular-items .single-popular-items .popular-caption h3 a{font-size:17px}}
  @media (max-width: 575px){.popular-items .single-popular-items .popular-caption h3 a{font-size:20px}}
  .popular-items .single-popular-items .popular-caption span{color:#444444;font-size:16px;font-weight:500;display:block}

.popular-items .single-popular-items .popular-img .img-cap {
    position: absolute;
    bottom: -20%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.popular-items .single-popular-items .popular-img .img-cap span {
    color: #fff;
    background: #316b6d;
    padding: 9px 0;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
  }

    .single-popular-items:hover .popular-img .img-cap {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }

  .popular-items .single-popular-items .popular-img .favorit-items {
    position: absolute;
    top: 12px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}


.single-popular-items:hover .popular-img .favorit-items {
    opacity: 1;
    visibility: visible;
}

.popular-items .single-popular-items .popular-img .favorit-items span {
    color: #333333;
    font-size: 30px;
    cursor: pointer;
}

.flaticon-heart:before {
    content: "\f103";
}

.popular-items .nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center;
    z-index: 0;
   font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    font-size: 18px;
}

.popular-items .nav-tabs .nav-item {
    padding-bottom: 10px;
    display: block;
    color: #1b1b1b;
    text-transform: capitalize;
    font-size: 16px;
}

.popular-items .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.popular-items .nav-tabs .nav-item.show .nav-link, .popular-items .nav-tabs .nav-link.active {
    background: none;
    border-bottom: 2px solid #316b6d;
    z-index: 5;
    position: relative;
}

.section-collection {
  padding: 10% 0% 5% 0%;
  text-align: center;
}

.section-collection h1 {
  font-size: 32px;
  padding-bottom: 3%;
}

.section-collection p {
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.dropdown li {
    white-space: nowrap;
    display: inline;
}

@media (max-width: 1199.98px) {
.section-collection {
    padding: 30% 0% 5% 0%;} }



/* End shop page*\




/* Single Product Area css
============================================================================================ */

.s_product_img .carousel {
  position: relative;
}

.product_slider_img img {
  max-width: 100%;
}


.s_product_img .carousel .carousel-indicators {
  margin: 0px;
  right: 20px;
  width: auto;
  left: auto;
  bottom: 30px;
}


.s_product_img .carousel .carousel-indicators li {
  height: 60px;
  width: 60px;
  background: transparent;
  text-indent: 0;
  margin-right: 10px;
  position: relative;
}


.s_product_img .carousel .carousel-indicators li:after {
  display: none;
}


.s_product_img .carousel .carousel-indicators li:before {
  content: "";
  background: rgba(197, 50, 45, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}


.s_product_img .carousel .carousel-indicators li.active:before {
  opacity: 1;
}

.s_product_text img {
  width: 7%;
}

@media (max-width: 576px) {
  
  .s_product_text {
    margin-top: 30px;
  }
}


.s_product_text h5 {
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  
  .s_product_text h5 {
    margin-bottom: 15px;
  }
}


.s_product_text h5 span {
  margin: 0 10px;
}


.s_product_text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
}


.s_product_text h2 {
  font-size: 20px;
  font-weight: bold;
  color: silver;
  margin-bottom: 15px;
}


.s_product_text .list li {
  margin-bottom: 5px;
  list-style: none;
}
.list {
  padding-left: 0px!important;
}


.s_product_text .list li a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #555555;
}



.s_product_text .list li:last-child {
  margin-bottom: 0px;
}

.s_product_text .list .made-order {
  color: #397d80;
}


.s_product_text p {
  padding-top: 20px;
  border-top: 1px solid #397d80;
  margin: 20px 0;
  text-transform: none;
}

.s_product_text .btn {
margin-top: 10%;
}



@media (max-width: 576px) {
  /* line 749, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
  .cart_area .media {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 754, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
  .cart_area .media {
    display: block;
  }
}

/* line 761, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
.product_description_area {
  padding-bottom: 120px;
  margin-top: 60px;
}

@media (max-width: 991px) {
  /* line 761, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
  .product_description_area {
    margin-top: 0px;
    padding-bottom: 70px;
  }
}

/* line 771, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
.product_description_area .nav.nav-tabs {
  display: block;
  border: none;
  padding: 10px 0px;
}

/* line 776, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
.product_description_area .nav.nav-tabs li {
  display: inline-block;
  margin-right: 7px;

}

/* line 780, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
.product_description_area .nav.nav-tabs li:last-child {
  margin-right: 0px;
}

/* line 784, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
.product_description_area .nav.nav-tabs li a {
  padding: 0px;
  border: none;
  line-height: 38px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 30px;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: normal;
  border-radius: 50px;
}

.s_product_text .product_count {
    display: flex;
    align-items: center;
    padding: 2% 5% 2% 5%;
    border: 1px solid #b9e0e2;
    font-size: 12px;
}
.s_product_text .card_area .product_count input {
    border: 0px solid transparent;
    text-align: center;
}
.s_product_text .product_count .input-number {
    display: inline-block;
    width: 60px;
}

.btn_3 {
   background: #397d80;
    color: #fff;
    padding: 2% 6% 2% 6%;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn_3:hover {
  color: #397d80;
  border: 1px solid #397d80;
  background: #fff;
}

.like_us {
  color: #000;
  font-size: 20px;
}

.like_us:hover {
  color: #397d80;

}

.single-popular-items {
  margin-bottom: 4%;
}



@media (max-width: 991px) {
  /* line 784, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_product.scss */
  .product_description_area .nav.nav-tabs li a {
    padding: 0px 20px;
    margin-bottom: 10px;
  }
}

.section_padding {
  padding: 20% 0% 6% 0%;
}

.s_product_text .no-border p {
  border-top: 0px;
}

.product-size select {
  border:none;
}
.product-size select:focus {
  border:none;
  background: #fff;
}

.status {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 300;
    background: #316b6d;
    font-size: 12px;
    font-weight: bold;

}

.status p {
  padding: 4px 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
}


/* Targeting the second level menu */
nav li ul {
    color: #333;
    display: none;
    position: absolute; 
    width:850px;
}
nav li ul li {
    display: inline;
}
nav li ul li a {
    background: #fff;
    border: none;
    line-height: 34px;
    margin: 0;
    padding: 0 8px 0 10px;
}
nav li ul li a:hover {
    background-color:red;
    color:#FFF;
    opacity:1;
}

/* Third level menu */
nav li ul li ul{
    top: 0;
}
ul.child {
background-color:#FFF;  
}
/* A class of current will be added via jQuery */
nav li.current > a {
    background: #f7f7f7;
    float:left;
}
/* CSS fallback */
nav li:hover > ul.child {
    left:0;
    top:34px;
    display:inline;
    position:absolute;
    text-align:left;
}
nav li:hover > ul.grandchild  {
    display:block;
}

.selector option {
   display:inline-block;
}





/* End Single Product Area css
============================================================================================ */


/*********************************
6. Cart
*********************************/

.cart_section
{
  width: 100%;
  background: #FFFFFF;
  padding-top: 68px;
  padding-bottom: 100px;
}
.cart_bar
{
  width: 100%;
  padding-bottom: 28px;
  border-bottom: solid 1px #ededed;
}
.cart_bar_list
{
  display: block;
}
.cart_bar_list li
{
  font-family: 'Roboto', sans-serif;
  width: 68px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  list-style-type: none;
}
.cart_bar_list li:first-child
{
  width: auto;
}
.cart_bar_list li:not(:first-child):not(:last-child)
{
  margin-right: 30px;
}
.item_list > *:first-child
{
  text-align: left;
}
.cart_items
{
  
}
.cart_items_list
{
  display: block;
}
.cart_item
{
   width: 100%;
   height: 126px;
   padding-top: 23px;
   padding-bottom: 23px;
   border-bottom: solid 1px #ededed;
}
.cart_item > div:not(:first-child)
{
  width: 68px;
}
.cart_item > div:not(:first-child):not(:last-child)
{
  margin-right: 30px;
}
.product
{
  height: 100%;
}
.product_image
{
  width: 67px;
  height: 75px;
}
.product_image img
{
  max-width: 100%;
}
.product_number
{
  width: 98px;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
}
.product_name_container
{
  padding-left: 30px;
}
.product_name a
{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 500;
}
.product_name a:hover
{
  color: #397d80;
}
.product_text
{
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
}
.product_color
{
  text-transform: uppercase;
}
.product_price
{
  font-size: 16px !important;
}
.product_total
{
  font-size: 16px !important;
  font-weight: 500 !important;
}
.product_text
{
  font-size: 14px;
  font-weight: 300;
  color: #4a4a4a;
}
.product_quantity
{
  width: 68px;
  height: 32px;
  border: solid 2px #969696;
  border-radius: 3px;
}
.product_quantity > span
{
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #4a4a4a;
  text-align: center;
}
.qty_button
{
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  line-height: 28px;
  cursor: pointer;
  font-size: 16px!important;
  color: #414141;
}
.qty_button span
{
  -webkit-user-select: none;     
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qty_button:hover
{
  color: #bbe432;
}
.qty_add
{
 right: 116px;

}
.product_text > span
{
  display: none;
}
.cart_buttons
{
  margin-top: 30px;
}
.button
{
  height: 44px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 3px;
}
.button:not(:last-child)
{
  margin-right: 21px;
}
.button a
{
  display: block;
  line-height: 44px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
.button a:hover {
  color: #397d80!important;
background: #fff;
border: 1px solid #397d80 !important;
}

.button_continue
{
  background: #397d80;
}
.button_continue:hover
{
  background: #000000;
}
.button_clear
{
  background: #b2b2b2;
}
.button_clear:hover
{
  background: #414141;
}
.button_clear:hover a
{
  color: #FFFFFF;
}
.cart_extra_row
{
  margin-top: 53px;
}
.cart_extra_1
{
  
}
.cart_extra_2
{
  
}
.cart_extra_content
{
  background: #f8f8f8;
  padding-top: 51px;
  padding-left: 30px;
  padding-right: 30px;
}
.cart_extra_coupon
{
  padding-bottom: 54px;
}
.cart_extra_title
{
  font-size: 22px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 0.75;
}
.coupon_form_container
{
  max-width: 400px;
  margin-top: 31px;
}
.coupon_form
{
  display: block;
}
.coupon_input
{
  width: calc(100% - 120px);
  height: 44px;
  border: none;
  background: #FFFFFF;
  outline: none;
  margin-right: 30px;
  padding-left: 20px;
}
.coupon_button
{
  position: absolute;
  width: 90px;
  height: 44px;
  background: #397d80;
  border-radius: 3px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border: none;
  outline: none;
  cursor: pointer;
}
.coupon_text
{
  font-size: 14px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 1.75;
  margin-top: 26px;
  font-family: 'Roboto', sans-serif;
}
.shipping
{
  margin-top: 38px;
  max-width: 363px;
}
.shipping ul
{
  margin-top: 47px;
  padding-left: 0px!important;
}
.shipping ul li:not(:last-child)
{
  margin-bottom: 7px;
}
.shipping_option input
{
  display: inline-block;
  vertical-align: middle;
}
.radio_container
{
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #838383;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.shipping_radio
{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.radio_mark
{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -22px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: solid 2px #838383;
  border-radius: 50%;
}
.radio_mark::after
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #397d80;
  content: '';
  visibility: hidden;
  opacity: 0;
}
.radio_container input:checked ~ .radio_mark
{
  border-color: #397d80;
}
.radio_container input:checked ~ .radio_mark::after
{
  visibility: visible;
  opacity: 1;
}
.radio_container input:checked ~ .radio_text
{
  color: #397d80;
}
.radio_text
{
  font-size: 14px;
  font-weight: 500;
  color: #838383;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.radio_text a {
  color: #838383;
}
.shipping_price
{
  font-size: 14px;
  font-weight: 600;
  color: #838383;
  text-transform: uppercase;
}
.cart_extra_total
{
  padding-bottom: 67px;
  padding-right: 68px;
}
.cart_extra_total_list
{
  margin-top: 97px;
  padding-right: 48px;
  padding-left: 20px;
}
.cart_extra_total_list li
{
  position: relative;
}
.cart_extra_total_list li:not(:last-child)
{
  margin-bottom: 24px;
}
.cart_extra_total_title,
.cart_extra_total_value
{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #969696;
}


.cart_extra_total_value
{
  color: #4a4a4a;
}
.cart_extra_total_list li:last-child .cart_extra_total_value
{
  color: #000!important;
  font-weight: 800;
}
.cart_extra_total_list li:last-child::before
{
  display: block;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 41px;
  content: '';
  z-index: 0;
  color: #000!important;
}

.cart_extra_total_list .total  {
  background: #fff;
  text-transform: uppercase;
  padding-right: 2%;
  padding-left: 2%;
}
.checkout_button
{
  width: 100%;
  height: 44px;
  text-align: center;
  background: #397d80;
  border-radius: 3px;
  margin-top: 70px;
}
.checkout_button a
{
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 44px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;

}

.checkout_button a:hover {
color: #397d80;
background: #fff;
border: 1px solid #397d80 !important;
}
.checkout_button:hover
{
  background: #4a4a4a;
}

.home_container {
    width: 100%;
    height: 100%;
    padding-bottom: 43px;
}

.home {
    width: 100%;
    height: 222px;
    margin-top: 121px;
     background-image: url(../images/card-img.png);
}
.home ul {
  padding: 0px;

}
.home_title {
    font-size: 36px;
    color: #397d80;
    font-weight: 700;
    line-height: 0.75;
}

.breadcrumbs {
    margin-top: 15px;
}
.breadcrumbs ul li, .breadcrumbs ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    list-style-type: none;
}

.breadcrumbs ul li:not(:last-of-type)::after {
    display: inline-block;
    content: '/';
    font-size: 16px;
    font-weight: 500;
    color: #397d80;
    margin-left: 4px;
    margin-right: 4px;
}



/*********************************
6. END Cart
*********************************/

/*********************************
6. Checkout
*********************************/

.checkout
{
  width: 100%;
  background: #FFFFFF;
  padding-top: 101px;
  padding-bottom: 101px;
}

/*********************************
6.1 Billing
*********************************/

.billing
{
  padding-top: 51px;
  padding-left: 68px;
  padding-right: 68px;
  padding-bottom: 32px;
  background: #f8f8f8;
}
.checkout_box
{
  background: #edf4f6;
}
.checkout_title
{
  font-weight: 600;
  color: #4a4a4a;
  font-size: 22px;
  line-height: 0.75;
}
.checkout_form_container
{
  margin-top: 31px;
}
.checkout_form > div:not(:last-child)
{
  margin-bottom: 20px;
}
.checkout_form label
{
  font-size: 13px;
  font-weight: 600;
  color: #414141;
  margin-bottom: 9px;
}
.checkout_input
{
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-bottom: solid 2px #FFFFFF;
  padding-left: 20px;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.checkout_input:hover,
.checkout_input:focus
{
  border-bottom: solid 2px #397d80;
}
.checkout_input::-webkit-input-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #969696 !important;
}
.checkout_input:-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #969696 !important;
}
.checkout_input::-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #969696 !important;
} 
.checkout_input:-ms-input-placeholder
{ 
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #969696 !important;
}
.checkout_input::input-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #969696 !important;
}
.checkout_input:focus::-webkit-input-placeholder
{
  color: #000000 !important;
}
.checkout_input:focus:-moz-placeholder
{
  color: #000000 !important;
}
.checkout_input:focus::-moz-placeholder
{
  color: #000000 !important;
} 
.checkout_input:focus:-ms-input-placeholder
{ 
  color: #000000 !important;
}
.checkout_input:focus::input-placeholder
{
  color: #000000 !important;
}
.checkout_input:hover::-webkit-input-placeholder
{
  color: #000000 !important;
}
.checkout_input:hover:-moz-placeholder
{
  color: #000000 !important;
}
.checkout_input:hover::-moz-placeholder
{
  color: #000000 !important;
} 
.checkout_input:hover:-ms-input-placeholder
{ 
  color: #000000 !important;
}
.checkout_input:hover::input-placeholder
{
  color: #000000 !important;
}
.dropdown_item_select
{
  -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  background-image: url(../images/down.png);
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #969696 !important;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.checkout_address_2
{
  margin-top: 16px;
}
.checkout_extra
{
  margin-top: 22px;
}
.checkbox_container
{
  position: relative;
  padding-left: 29px;
}
.billing_checkbox
{
  display: none;
}
.checkbox_mark
{
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 13px;
    height: 13px;
  background: #FFFFFF;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 0;
  border: solid 2px #969696;
}
.billing_checkbox:checked ~ .checkbox_mark
{
  background: #397d80;
}
.checkbox_text
{
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}


/*********************************
6.1 Cart Total
*********************************/

.cart_total
{
  padding-top: 51px;
    padding-bottom: 59px;
    background: #f8f8f8;
}
.cart_extra_total_list
{
  margin-top: 36px;
  padding-right: 48px;
  padding-left: 20px;
}
.cart_extra_total_list li
{
  position: relative;
}
.cart_extra_total_list li:not(:last-child)
{
  margin-bottom: 24px;
}
.cart_extra_total_title,
.cart_extra_total_value
{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #969696;
}
.cart_extra_total_value
{
  color: #4a4a4a;
}
.cart_extra_total_list li:last-child .cart_extra_total_value
{
  color: #000!important;
  font-weight: 800;
}
.cart_extra_total_list li:last-child::before
{
  display: block;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 41px;
  content: '';
  z-index: 0;
  color: #000!important;
  background: #fff;
}

.cart_extra_total_list .total  {
  background: #fff;
}
.payment_options
{
  margin-top: 53px;
}
.checkout_button
{
  width: 100%;
  height: 44px;
  text-align: center;
  background: #397d80;
  border-radius: 3px;
  margin-top: 32px;
}
.checkout_button a
{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 44px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.checkout_button:hover
{
  background: #4a4a4a;
}
.payment_options ul
{
  margin-top: 37px;
}
.payment_options ul li:not(:last-child)
{
  margin-bottom: 9px;
}
.payment_options input
{
  display: inline-block;
  vertical-align: middle;
}
.radio_container
{
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #838383;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.payment_radio
{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.radio_mark
{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -22;
  width: 16px;
  height: 16px;
  background: transparent;
  border: solid 2px #838383;
  border-radius: 50%;
}
.radio_mark::after
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #397d80;
  content: '';
  visibility: hidden;
  opacity: 0;
}
.radio_container input:checked ~ .radio_mark
{
  border-color: #397d80;
}
.radio_container input:checked ~ .radio_mark::after
{
  visibility: visible;
  opacity: 1;
}
.radio_container input:checked ~ .radio_text
{
  color: #397d80;
}
.radio_text
{
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  font-family: 'Cinzel', serif;
}
.radio_text a
{
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
}
.radio_text a:hover
{
  
  color: #397d80;
}
.cart_text
{
  margin-top: 26px;
}
.cart_text p
{
  font-size: 13px;
  color: #969696;
  font-weight: 300;
  line-height: 1.85;
}


/*********************************
7. END Checkout page
*********************************/



.card-description {
  padding-bottom: 5%;

}

@media only screen and (max-width: 768px) {
	.card-description {
  padding-bottom: 5%;
  padding-top: 10%;
}
}

.card {
  border: none!important;
}

.card li {
  padding: 2% 6% 1% 0%;
}

.card a {
  color: #000;
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  letter-spacing: 1px;

}

.card a:hover {
color: #000;
}

.card .new-classe {
  border: 0;
    border-bottom: 2px solid transparent;
}


.card .new-classe.active {
  border-bottom: 2px solid #316b6d;
}

.card h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.tab-pane {
  padding-top: 3%;
}

.tab-content a {
  font-weight: bold;
}

.tab-content a:hover {
  color: #397d80;
}


.product-size div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}


.background-text-shop {

  bottom: 0!important;
    height: auto;
    max-width: 100%;
    padding:0px;
    margin:0px;
    outline: 0;
    z-index: 2;
  
}

.background-text-shop img {
  width: 100%;
  height: auto;
}




/* Start Terms & Conditions - Privacy Policy  - Size Guide */


.section_terms {
  background: #fff;
  padding: 6%;
}

.section_terms h1 {
  color: #397d80;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5%;
}

.section_terms h3 {
  color: #397d80;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 3%;
}

.section_terms h4 {
  color: #212529;
  font-size: 16px;
}

.section_terms p {
  color: #212529;
  font-size: 16px;
}

.section_terms a {
  color: #397d80;
  font-weight: bold;
}

.section_terms h5 {
  color: #212529;
  font-size: 17px;
}

.link-terms{
  color: #999999;
}

.link-terms:hover{
  color: #397d80;
  text-decoration: none
}

.section_terms li {
  text-transform: none!important;
  font-family: 'Roboto', sans-serif;
  color: #565657;
}

.section_terms .mark-text {
  font-style: italic!important;
  color: #397d80!important;
}

.section_terms .subtitle-text {
  letter-spacing: 1px;
  color: #397d80;
}

.section_terms .table-guide {
  width: 60%!important;
}

.section_terms span {
  font-style: italic;
  color: #397d80;
}


@media only screen and (min-width: 0px) and (max-width: 767px){
   .section_terms .table-guide {
  width: 100%!important;
}}

/* Start Terms & Conditions - Privacy Policy  - Size Guide */

.site-menu-toggle .icon-menu {
  color: #000!important;
}






.submit .btn-submit {
    background: transparent !important;
    border: 1px solid #397d80 !important;
    color: #397d80;
    padding: 8% 15% 8% 15% !important;
    margin-top: 6%; 
  }
  .submit .btn-submit:hover {
    border: 1px solid #397d80!important;
      background: #397d80 !important;
      color: #fff!important;
  }



