/**
* Template Name: Rhedge
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/Rhedge-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}
/*FFCC66 - NEW COLOR - REPLACE RED/ORANGE */
a {
  color: #FFCC66;
  text-decoration: none;
}

a:hover {
  color: #FFCC66; /* #fd5c28*/
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7, 
{
  font-family: "Muli", sans-serif;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FFCC66;  /*#f03c02*/
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fd541e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f8f6f5;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #FFCC66; /*f03c02*/
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #009193;  /*#2b2320*/
    
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #FFCC66; /*f03c02*/
}

#topbar .social-links a {
  color: #009193; /*#65534c*/
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
}

#topbar .social-links a:hover {
  color: #FFCC66; /*f03c02*/
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 96px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #009193; /*#2b2320 RHEDGE LOGO COLOR*/
  text-decoration: none;
}

#header .logo img {
  padding: 5px 5px 5px 20px;
  margin: 20;
  max-height: 92px;

}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 13px;
  color: #65534c;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #009193; /*MENU - #f03c02*/
    
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #FFCC66; /*#f03c02*/
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #CC9900; /*#fd490f*/
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
  color: #581601;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FFCC66; /*f03c02*/
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2b2320;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #581601;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #FFCC66; /*f03c02*/
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #FFCC66; /*f03c02*/
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
 align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 110px;
  left: 50px;
  right: 50px;
}

#hero .carousel-content {
  background: rgba(0, 128, 128, 0.8); /*rgba(28, 23, 21, 0.7)*/
  padding: 20px;
  color: #fff;
  animation-duration: 0.5s;
  border-top: 5px solid #FFCC66; /*#f03c02*/
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #FFCC66; /*#f03c02*/
}

#hero .btn-get-started:hover {
  background: #FFCC66; /*f03c02*/
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


/*--------------------------------------------------------------
# PRODUCTS & SERVICES
--------------------------------------------------------------*/
.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: left;
    border: 1px solid #ebe6e4;
    height: 270px;
    position: relative;
    background: #faf9f8; /*#faf9f8;*/
}
.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #FFD479; /* *#fe825a* /CC9900/#f03c02*/
}

.services .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.services .title a {
    color: #343a40;
}

.services .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #FFCC66; /*#f03c02*/
}

.services .icon-box:hover .icon i {
    color: #FFCC66; /*f03c02*/
}

.services .icon-box:hover .title a {
    color: #FFCC66; /*f03c02*/
}

.services .description {
    line-height: 24px;
    font-size: 14px;
}


/*--------------------------------------------------------------
# ABOUT US PAGE Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs INSIDE MID-TOP BAR
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #009193; /*#2b2320*/
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #CC9900; /*#fe825a*/
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us - IMAGE/PHOTO
--------------------------------------------------------------*/
.about-us .content {
  padding: 30px 0;  /*padding 30px 0;*/
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
    margin-left: 15px;
}

.about-us .content p {
  margin-bottom: 0;
    margin-left: 15px;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
    margin-left: 15px;
  /*margin: 5px 0 10px 60px;*/
}

.about-us .content .icon-box i {
    font-size: 48px;
    float:left;
    color: #FFCC66; /*#f03c02*/
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 15px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px; /*400*/
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }

  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}

/*---------------------------------------------
COOKIES POLICY PAGE
--------------------------------------------- */

hq7 {
    text-decoration-color: #fff;
    color:#fff;
    font-weight: 350;
    line-height: 1em;
    margin: 0 0 1em 0;
}

hq8 {
    color: #009194;
    line-height: 1em;
    font-weight: 400;
    font-size: 1.5em;
    margin: 0 0 3em 0;
}

hq9 {
    color: #ffff;
    font-weight: 510;
    line-height: 1em;
    margin: 0 0 2em 0;
    font-size: 1em;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.inner {
    max-width: 75em;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .inner {
        max-width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .inner {
        max-width: 85%;
    }
}

.innerpages {
    max-width: 75em;
    margin: 0 auto;
}


.innerpages ourvalues {
    padding-top: -50px;
    margin-top: -30px;
}

@media screen and (max-width: 1280px) {
    .innerpages {
        max-width: 90%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .innerpages {
        max-width: 85%;
        margin-top: 50px;
    }
}



/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/*.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.features .nav-link:hover {
  color: #FFCC66; #f03c02
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #FFCC66; #f03c02
}

.features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}*/


/*--------------------------------------------------------------
# Clients: LOGO
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 48px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  color: #009194; /*#b4aca8*/
  font-size: 14px;
  background: #dbdbdb;
}

	#footer .inner {
		border-top: 1px solid #dbdbdb;
		padding-top: 3em;
	}

	#footer .copyright {
		color: #009194;
		font-size: 0.8em;
		margin: 0 0 2em 0;
		padding: 0;
	}

		#footer .copyright a {
			color: #009194;
			text-decoration: none;
		}

			#footer .copyright a:hover {
				color: #FFD662;
/*				text-decoration: underline;*/
			}
.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #009194;
    
}
.footer .footer-link a:hover {
    color: #FFD662;
}


.back-to-top {
position: fixed;
display:none;
    background: #FFD662;
    color: #000000;
    width: 44px;
    height: 44px;
    text-align: center;
	line-height: 1;
    font-size: 22px;
    border-radius: 5px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #ffffff;
    background: #009194;
}

.back-to-top i {
padding-top: 10px;
}

/*NEW COPYRIGHT*/
#footer .copyright li {
    border-left: solid 2px rgba(144, 144, 144, 0.25);
    display: inline-block;
    list-style: none;
    margin-left: 1.5em;
    padding-left: 1.5em;
}

#footer ul.icons li .icon {
    font-size: 0.58em;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #FFCC66; /*#f03c02*/
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
  background: #009194;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# STYLE CONTACT SECTION, FOOTER, COOKIE - FROM LEIRDA
--------------------------------------------------------------*/

.inner {
    max-width: 75em;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .inner {
        max-width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .inner {
        max-width: 85%;
    }
}
.innerpages {
    max-width: 75em;
    margin: 0 auto;
}
.innerpages ourvalues {
    padding-top: -50px;
    margin-top: -30px;
}

@media screen and (max-width: 1280px) {
    .innerpages {
        max-width: 90%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .innerpages {
        max-width: 85%;
        margin-top: 50px;
    }
}


section.special, article.special {
    text-align: center;
}

section.special article, article.special article {
    text-align: left;
}

section.wrapper, article.wrapper {
    padding: 2em 0;
}

section.wrapper header, article.wrapper header {
    margin-bottom: 4em;
}

section.wrapper header h2, article.wrapper header h2 {
    font-size: 2.75em;
    margin: 0 0 .5em 0;
}

section.wrapper header h7, article.wrapper header h7 {
    font-size: 2.75em;
}

section.wrapper header p, article.wrapper header p {
    font-size: 1em;
}

section.wrapper article header, article.wrapper article header {
    margin: 0;
}

section.wrapper.style1, article.wrapper.style1 {
    background: #009194; /*#6F7271*/
    color: #bacee6;
}

section.wrapper.style1 header h2, article.wrapper.style1 header h2 {
    color: #fff;
}

section.wrapper.style1 header h7, article.wrapper.style1 header h7 {
    color: #fff;
}

section.wrapper.style1 header p, article.wrapper.style1 header p {
    color: #bacee6;
}

section.wrapper.style1 h3, article.wrapper.style1 h3 {
    color: #FFF;
}

section.wrapper header h3, article.wrapper header h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
    section.wrapper, article.wrapper {
        padding: 2em 0;
    }
}

@media screen and (max-width: 736px) {
    section.wrapper header, article.wrapper header {
        margin-bottom: 2em;
    }
    
    section.wrapper header h2, article.wrapper header h2 {
        font-size: 2em;
    }
    
    section.wrapper header h7, article.wrapper header h7 {
        font-size: 2em;
    }
    
    section.wrapper header p, article.wrapper header p {
        font-size: .9em;
    }
}

@media screen and (max-width: 480px) {
    section.wrapper, article.wrapper {
        text-align: center;
    }
    
    section.wrapper article, article.wrapper article {
        text-align: center;
    }
}


/* ---------------------------------------------------
FLEX - CONTACT
--------------------------------------------------  */

.flex {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.flex.flex-6 article {
    width: 28%;
    color:#fff;
}

.flex.flex-6 article:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -2em;
    top: 0;
    border-right: 1px solid #dbdbdb;
    pointer-events: none;
}

.flex.flex-6 article:last-child:before {
    border: none;
}

@media screen and (max-width: 980px) {
    
    .flex.flex-6 {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .flex.flex-6 article {
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 2.5em;
        margin-bottom: 3em;
    }
    
    .flex.flex-6 article:last-child {
        border: none;
        padding-bottom: 0;
        margin: 0 0 1em 0;
    }
    
    .flex.flex-6 article:before {
        display: none;
    }
}

/* ------------------------------
LIST - TO BE USED 
-------------------------------- */

/*ol {
    list-style:decimal;
    margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px #dbdbdb;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon:before {
    font-size: 3em;
    color:#009194;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

ul.actions.small li {
    padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding-top: 0;
}

ul.actions.vertical li > * {
    margin-bottom: 0;
}

ul.actions.vertical.small li {
    padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    display: table;
    margin-left: -1em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1em);
}

ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}

ul.actions.fit li >  {
    margin-bottom: 0;
}

ul.actions.fit.small {
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
    padding: 0 0 0 0.5em;
}

@media screen and (max-width: 480px) {
    ul.actions {
        margin: 0 0 2em 0;
    }
    
    ul.actions li {
        padding: 1em 0 0 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    
    ul.actions li:first-child {
        padding-top: 0;
    }
    
    ul.actions li > * {
        width: 100%;
        margin: 0 !important;
    }
    
    ul.actions li > *.icon:before {
        margin-left: -2em;
    }
    
    ul.actions.small li {
        padding: 0.5em 0 0 0;
    }
    
    ul.actions.small li:first-child {
        padding-top: 0;
    }
}

dl {
    margin: 0 0 2em 0;
}

dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 2em;
}*/


/*------------------------------------------
#COOKIE CONSENT BEGIN HERE ...
-------------------------------------------*/

.container{
    width: 1600px;
    margin:auto;
}

.subcontainer{
    width: 100%; /*85%*/
    margin:auto;
}

#cookiesContainer{
    width: 100%;
    position: fixed;
    bottom: 0;
    color: white;
    background: #E88D0E;
    padding: 15px;
    z-index: 1;
    display: none;
}

.cookies{
    min-height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cookieButton {
    border-radius: 10px;
    padding: 0 25px 30px 25px;
    font-size: 18px;
    
    margin-bottom: 10px;
    
    cursor: pointer;
    border: 0;
	background: #009194;
	color: #f5f6fa;
	
/*    float: auto;*/
    height: 25px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}

@media(max-width:1600px){
    .container{
        width: 100%;
    }
}

@media(max-width:1024px){
    .cookies{
        padding: 10px 0;
    }
}

/* COOKIE CONSENT END */

/*.cookies a{
    color: yellow;
    font-weight: 500px;
    text-decoration: none;
}*/

/*
#cookieButton{
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    border: 3px solid white;
    background-color: black;
    color: white;
}
*/