/* ----------------------------------------------------------------------------- */
/*  Document Setup
/* ----------------------------------------------------------------------------- */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  height: 100%; }

body {
  overflow-x: hidden;
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  background: #fff9e9;
  background: -moz-linear-gradient(-45deg, #fff9e9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(-45deg, #fff9e9 0%, #ffffff 100%);
  background: linear-gradient(135deg, #fff9e9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e9', endColorstr='#ffffff',GradientType=1 );
  background-repeat: no-repeat;
  background-attachment: fixed; }

*:focus {
  outline: none; }

#wrapper {
  /*    max-width: 1400px;*/
  margin: 0 auto;
  /*    border: 1px solid $gray-lighter;
      border-top: none;
      border-bottom: none;*/
  background-image: url("../images/bg/bg_main_2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto; }
  @media only screen and (min-width: 1800px) {
    #wrapper {
      background-position: center calc(100% - 150px); } }

.lead {
  line-height: 1.5;
  margin-bottom: 2.5rem;
  color: #000000;
  font-weight: 400; }

a, a > * {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

a.readmore {
  position: relative;
  display: block;
  padding: 1rem 0;
  font-size: 1.3rem;
  line-height: 1;
  vertical-align: middle; }

a.readmore span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ffc900;
  text-align: center;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

a.readmore i {
  color: #fff; }

strong, b {
  color: #000000;
  font-weight: 600; }

.hidden {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, transform;
  transition-duration: 0.3s; }

.visible {
  opacity: 1 !important;
  visibility: visible !important; }

ul, ol {
  padding-left: 2.5rem;
  list-style-position: outside; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px; }

#main-content h1 {
  color: #228a8b;
  margin-bottom: 5.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700; }

#main-content .bordered::after {
  position: relative;
  content: '';
  left: 0px;
  bottom: -1.5rem;
  margin-bottom: 4rem;
  width: 35px;
  height: 2px;
  display: block;
  background-color: #bc9456; }

.table thead th {
  vertical-align: top !important;
  line-height: 1.4; }

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
  /*    border: none;*/ }

#main-content .default-article ul {
  list-style: none;
  /*    list-style-image: url("");*/ }

#main-content .default-article ul {
  list-style: none; }

#main-content .default-article ul li::before {
  content: "\2022";
  color: #228a8b;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

#main-content .default-article img {
  max-width: 100%; }

/* ----------------------------------------------------------------------------- */
/*  Skeleton
/* ----------------------------------------------------------------------------- */
/* Header ----------------------------------------------------------------------------- */
#header {
  position: relative;
  display: block;
  z-index: 2;
  background: #fff;
  min-height: 117px;
  border-bottom: 1px solid #228a8b; }

#head-main {
  position: relative;
  top: 0;
  z-index: 3; }

a#logo {
  z-index: 3;
  position: absolute;
  height: 90px;
  top: 8px;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    a#logo {
      height: 90px; } }

a#logo img {
  height: 100%; }

/* icons ----------------------------------------------------------------------------- */
.header-top {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  z-index: 3;
  float: right;
  margin: 10px 0; }

.header-infosmall {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #bc9456;
  vertical-align: middle;
  margin-left: 15px;
  position: relative; }

.header-infosmall.last::after {
  display: none; }

.header-infosmall a {
  color: #bc9456; }

.header-infosmall a .text {
  display: inline-block;
  position: relative; }

.header-infosmall a .text:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 50%;
  background: #a7a7a7;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4 ease 0s;
  -o-transition: all 0.4s ease 0s; }

.header-infosmall a:hover .text:after {
  width: 100%;
  left: 0%; }

.header-infosmall.start a {
  color: #000000; }

.header-infosmall.start a .text:after {
  background: #000000; }

.header-infosmall .infosmall-bg {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #228a8b;
  text-align: center !important;
  line-height: 26px;
  color: #228a8b;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.header-infosmall i {
  color: #228a8b; }

.header-infosmall.shop,
.header-infosmall.shop .infosmall-bg,
.header-infosmall.shop i,
.header-infosmall.shop a {
  color: #228a8b;
  border-color: #228a8b; }

.header-infosmall.shop a .text:after {
  background: #228a8b; }

.header-infosmall.water,
.header-infosmall.water .infosmall-bg,
.header-infosmall.water i,
.header-infosmall.water a {
  color: #1b98e0;
  border-color: #1b98e0; }

.header-infosmall.water a .text:after {
  background: #1b98e0; }

/* Main Page Title ----------------------------------------------------------------------------- */
.page-title {
  position: relative;
  padding: 3rem 0px 3rem;
  margin-bottom: 4rem;
  text-align: left;
  z-index: 1;
  /*    background: $gray-lightest;
      background-size: cover;pattern_new*/
  background: #228a8b;
  /*    background: $brand-primary;
      background-size: cover;*/
  /*    background-attachment: fixed;*/
  background: url("../images/bg/bg_title.png") repeat-y right center #228a8b;
  border-bottom: 1px solid #228a8b;
  background-attachment: fixed; }

@media (min-width: 1200px) {
  .page-title:before {
    z-index: 0;
    /*    background-image:  url('../images/bg/mandala_pattern.png');
        background-repeat: repeat;
        background-position: left top;    */
    background: url("../images/bg/bg_title.png") repeat-y right center transparent;
    background-attachment: fixed;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block; } }
.page-title:after {
  z-index: 0;
  background-image: url("../images/bg/mandala_pattern.png");
  background-repeat: repeat;
  background-position: left top;
  content: "";
  right: 0;
  left: 0;
  position: absolute;
  top: 100%;
  height: 4rem;
  width: 100%;
  display: block;
  border-bottom: 1px solid #eeeeee; }

.page-title .container {
  position: relative;
  z-index: 2; }

.page-title .title {
  max-width: 75%; }
  @media (max-width: 1199px) {
    .page-title .title {
      max-width: 60%; } }
  @media (max-width: 767px) {
    .page-title .title {
      max-width: 100%; } }

.page-title h2.head-menu {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000000;
  display: block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  vertical-align: bottom;
  margin-right: 2rem;
  max-width: 15%;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .page-title h2.head-menu {
      font-size: 1.7rem; } }

.page-title h1.head-menu {
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 1;
  color: #228a8b;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  text-align: left;
  max-width: 85%;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .page-title h1.head-menu {
      font-size: 3.5rem; } }

.page-title h1 span {
  font-size: 2rem;
  line-height: 1;
  color: #000000;
  text-transform: none;
  font-family: "Maven Pro", sans-serif;
  display: block;
  /*            color: #fff;*/
  font-weight: 400;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .page-title h1 span {
      font-size: 1.7rem; } }

/* Breadcrumbs ----------------------------------------------------------------------------- */
#breadcrumbs {
  position: absolute;
  bottom: -2px;
  right: 0;
  max-width: 30%; }
  @media (max-width: 1199px) {
    #breadcrumbs {
      max-width: 40%; } }

#breadcrumbs .breadcrumb {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: right;
  font-size: 0; }

#breadcrumbs .breadcrumb li {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 1.2rem;
  color: #fff; }

#breadcrumbs .breadcrumb li:after {
  content: '\f3d1';
  font-family: 'Ionicons';
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  text-align: left;
  font-size: 1.2rem; }

#breadcrumbs .breadcrumb li:last-child {
  margin-right: 0;
  color: #000000; }

#breadcrumbs .breadcrumb li:last-child:after {
  display: none; }

#breadcrumbs .breadcrumb li a {
  color: #fff; }

#breadcrumbs .breadcrumb li a:hover {
  color: #000000;
  padding: 0; }

/* Main-content ----------------------------------------------------------------------------- */
#main-content {
  position: relative;
  padding: 5.5rem 0px 5.5rem;
  /*    background: #fff9e9;
      background: -moz-linear-gradient(-45deg, #fff9e9 0%, #ffffff 100%);
      background: -webkit-linear-gradient(-45deg, #fff9e9 0%,#ffffff 100%);
      background: linear-gradient(135deg, #fff9e9 0%,#ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e9', endColorstr='#ffffff',GradientType=1 );*/
  /*    background-image:  url('../images/bg/mandala_pattern.png');
      background-repeat: repeat-x;
      background-position: center 500px;
  
      background-size: 15%;*/ }

.content {
  width: 74.0%;
  position: relative;
  z-index: 0;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .content {
      width: 100%; } }

.sidebar {
  width: 26%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .sidebar {
      width: 100%;
      margin-top: 5rem; } }

@-moz-document url-prefix() {
  .sidebar {
    position: sticky;
    top: 55px;
    z-index: 1; } }
/* Footer ----------------------------------------------------------------------------- */
#push {
  position: relative;
  height: 0px;
  width: 100%;
  background: none; }

/* footer-middle ----------------------------------------------------------------------------- */
.footer-middle {
  position: relative;
  padding: 5rem 0 4rem;
  background: url("../images/bg/bg_footer.png") no-repeat scroll center top #fffefd;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #000000;
  border-top: 1px solid #228a8b;
  z-index: 2; }

.footer-middle a {
  color: #000000; }

.footer-middle a:hover {
  color: #000000; }

.footer-middle h5 {
  font-size: 2rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #228a8b;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.footer-link ul {
  list-style: none outside none;
  margin: 0 0 1rem;
  padding: 0; }

.footer-link ul li {
  margin-bottom: 8px; }

.footer-link ul li a {
  padding: 0 .5rem 0 1.5rem;
  position: relative;
  display: block; }

.footer-link ul li a:after {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: '\f3d1';
  font-family: 'Ionicons';
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  color: #000000; }

.footer-link li > a:hover {
  padding: 0 0 0 2rem;
  color: #228a8b; }

/* logo */
/*.footer-link {
    color: #ddd;
}*/
.logo-footer #logo-footer {
  height: 120px;
  width: auto;
  margin: 0 3rem 2rem 0;
  display: block;
  float: left; }

.logo-footer p {
  display: block;
  width: auto; }

#footer {
  position: relative;
  padding: 2rem 0;
  background: #228a8b;
  height: auto;
  color: #000000;
  font-size: 1.3rem;
  z-index: 1; }

#footer * {
  color: #fff; }

/* Copyrights ----------------------------------------------------------------------------- */
#copyrights a {
  color: #fff; }

.copyright_links {
  margin: 0;
  padding: 0; }

.copyright_links li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
  list-style: outside none none; }

.copyright_links li:after {
  background: #fff;
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 1px; }

.copyright_links li:last-child:after {
  display: none; }

.copyright_links li a:hover {
  text-decoration: underline; }

.copyright_design {
  margin-bottom: 0 !important;
  padding: 0;
  float: right;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .copyright_design {
      clear: both;
      float: left;
      margin-top: 10px; } }

.copyright_design a {
  height: 16px;
  width: 16px;
  float: right;
  margin-left: 5px;
  margin-top: 2px;
  text-indent: -9999px;
  background: url("../images/progressiv-pl.png") no-repeat scroll left bottom transparent;
  transition: none; }

.copyright_design a:hover {
  background-position: left top;
  transition: none; }

/* ----------------------------------------------------------------------------- */
/*  Menu Sidebar
/* ----------------------------------------------------------------------------- */
.sidebar .sidebarMenu {
  padding: 2rem 2rem 1rem;
  margin-bottom: 1rem;
  background: #fff;
  /*    background: url('../images/bg/bg_menu_bottom.jpg') center bottom no-repeat #fff;*/
  /*    background-size: cover;*/
  background: url("../images/bg/bg_sidebar_menu.png") right bottom no-repeat #fff;
  -webkit-box-shadow: -13px 21px 21px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -13px 21px 21px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -13px 21px 21px 0px rgba(0, 0, 0, 0.1); }

.sidebar .sidebarMenu .widget-title:after {
  content: '\f123';
  font-family: 'Ionicons';
  font-weight: normal;
  font-size: 1.7rem;
  text-decoration: inherit;
  display: inline-block;
  float: right;
  z-index: 2; }

.sidebarMenu a {
  text-transform: uppercase;
  color: #000000; }

.sidebarMenu ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }

.sidebarMenu ul li a {
  padding: 0 0 0 1.5rem;
  position: relative;
  display: block; }

.sidebarMenu ul li a:after {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: '\f3d1';
  font-family: 'Ionicons';
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  color: #000000; }

.sidebarMenu li > a:hover,
.sidebarMenu li.current.active > a,
.sidebarMenu li a.active,
.sidebarMenu li.current.active > a:after {
  color: #bc9456 !important; }

.sidebarMenu .hidden-menu-module {
  display: none; }

.sidebarMenu li > a:hover {
  padding-left: 2rem; }

.sidebarMenu li.separator > span {
  padding: 0 0 0 0;
  position: relative;
  display: block;
  color: #626262;
  color: #000000; }

.sidebarMenu ul li {
  padding: 1rem 0 1rem 0;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee; }

.sidebarMenu ul li:last-child {
  border-bottom: none; }

/*    .sidebarMenu ul ul {background: rgba( $gray-lightest, 1 )}*/
.sidebarMenu ul li li {
  margin-left: 1rem; }

.sidebarMenu ul li li:last-child {
  padding-bottom: 0; }

/* ----------------------------------------------------------------------------- */
/*  Widgets
/* ----------------------------------------------------------------------------- */
.widget {
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .widget * {
    font-size: 1.3rem; } }

.widget-title {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  /*    text-transform: uppercase;*/
  font-size: 2rem;
  line-height: 1.15; }

.widget .item-title {
  text-transform: uppercase; }

.custom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

/* Cookies ----------------------------------------------------------------------------- */
#cookiesinfo {
  background: #fafafa;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 0;
  color: #000000; }
  @media (max-width: 991px) {
    #cookiesinfo {
      font-size: 1.5rem;
      padding: 15px 0; } }

.cookieClose {
  color: #000000;
  float: right; }
  @media (max-width: 991px) {
    .cookieClose {
      float: left;
      display: block;
      width: 100%;
      padding-top: 10px; } }

/* Scroll to top ----------------------------------------------------------------------------- */
.scroll-to-top {
  background: #228a8b;
  text-align: center;
  position: fixed;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 40px;
  cursor: pointer;
  bottom: 35px;
  right: 25px;
  z-index: 3;
  display: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

.scroll-to-top:hover {
  background: #2cb3b4; }

/* ----------------------------------------------------------------------------- */
/*  Pagination
/* ----------------------------------------------------------------------------- */
ul.pagination {
  border-top: 1px solid #626262;
  margin: 3rem 0 0 !important;
  padding: 2rem 0 0 !important;
  float: left;
  position: relative;
  width: 100%; }

.pagination li {
  float: left;
  margin: 0;
  background: none  !important;
  padding: 0 !important;
  list-style: none;
  border-right: 1px solid #626262; }

.pagination li:last-child {
  border-right: none; }

.pagination a {
  padding: 0 !important;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  display: block; }

.pagination a:hover,
.pagination .active a,
.pagination a.inactive {
  color: #626262 !important; }

/* image styles ------------------------------------------------------------------------------- */
.default-article .article-with-big-pic {
  position: relative;
  display: block;
  /*    width: calc(100% - 20px);
      height: calc(100% - 20px);
      margin-top: 20px;
      margin-left: 20px;*/
  width: 100%;
  /*    -webkit-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2);
      -moz-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2);
      box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2);        */ }
  @media (max-width: 991px) {
    .default-article .article-with-big-pic {
      margin-bottom: 4rem; } }

.article-with-big-pic img {
  /*        position: relative;
          left: -20px;
          top: -20px;*/ }

.article-with-big-pic .ontop {
  width: 50%;
  position: absolute;
  top: 25%;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  border: 10px solid #fff; }

.ontop.left {
  left: -25%; }

.ontop.right {
  right: -25%; }
