* {
  outline: none;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}

HTML {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

BODY {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

H1 {
  font-size: 32px;
  line-height: 37px;
  color: #006675;
  font-weight: 400;
}

H2 {
  font-size: 24px;
  line-height: 29px;
  color: #006675;
  font-weight: 400;
}

H3 {
  font-size: 18px;
  line-height: 23px;
  color: #006675;
  font-weight: 400;
}

H4 {
  font-size: 16px;
  line-height: 20px;
  color: #006675;
}

H5 {}

H6 {}

H1 A,
H2 A,
H3 A,
H4 A,
H5 A,
H6 A {
  text-decoration: none;
}

FIGURE {
  padding: 0;
  margin: 0;
}

IMG {
  border: none;
}

HR {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.clr {
  clear: both;
}

.width {
  position: relative;
  width: 1160px;
  margin: 0 auto 0 auto;
}

.width.narrow {
  width: 900px;
}

.fullWidth {
  width: 100%;
  overflow: hidden;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

.full-width-iframe {
  display: block;
}

.image-bg {
  background-image: url(../img/sample-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eeeeee;
  height: auto;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lgrey {
  background-color: #e1e1e1;
}

.bg-dgrey {
  background-color: #999999;
}

.bg-dgreen {
  background-color: #0c6938;
}

.bg-wkey {
  border: solid 1px #ffffff;
  padding: 20px;
}

.bg-teal {
  background-color: #006675;
}

/* ********************************************************************* */
/*	COLUMNS
/* ********************************************************************* */

.row {
  padding: 20px 0 20px 0;
  position: relative;
  z-index: 997;
  min-height: 1px;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px 0 -20px;
  min-height: 1px;
}

.item {
  box-sizing: border-box;
  padding: 0;
  margin: 20px;
  display: flex;
  flex-direction: column;
  min-height: 1px;
}

.row.no-gutter .item,
.no-gutter .item {
  margin: 0;
}

.item>DIV {
  min-height: 1px;
}

.item-vtop {
  justify-content: flex-start;
}

.item-vcenter {
  justify-content: center;
}

.item-vend {
  justify-content: flex-end;
}

.item-stretch {
  justify-content: stretch;
}

.item-space-between {
  justify-content: space-between;
}

.item-1-1 {
  width: calc(100% - 40px);
}

.no-gutter .item-1-1 {
  width: 100%;
}

.item-1-2 {
  width: calc(50% - 40px);
}

.no-gutter .item-1-2 {
  width: 50%;
}

.item-1-3 {
  width: calc(33.3333% - 40px);
}

.item-2-3 {
  width: calc(66.6666% - 40px);
}

.no-gutter .item-1-3 {
  width: 33.3333%;
}

.no-gutter .item-2-3 {
  width: 66.6666%;
}

.item-1-4 {
  width: calc(25% - 40px);
}

.item-3-4 {
  width: calc(75% - 40px);
}

.no-gutter .item-1-4 {
  width: 25%;
}

.no-gutter .item-3-4 {
  width: 75%;
}

.item-1-5 {
  width: calc(20% - 40px);
}

.item-2-5 {
  width: calc(40% - 40px);
}

.item-3-5 {
  width: calc(60% - 40px);
}

.item-4-5 {
  width: calc(80% - 40px);
}

.no-gutter .item-1-5 {
  width: 20%;
}

.no-gutter .item-2-5 {
  width: 40%;
}

.no-gutter .item-3-5 {
  width: 60%;
}

.no-gutter .item-4-5 {
  width: 80%;
}

.item-1-6 {
  width: calc(16.6666% - 40px);
}

.no-gutter .item-1-6 {
  width: 16.6666%;
}

/* ********************************************************************* */
/*	HEAD
/* ********************************************************************* */

#top {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eeeeee;
  text-align: right;
}

#top .width {
  width: calc(100% - 80px);
}

#top .item {
  margin: 0;
}

#top UL {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}

#top UL LI {
  margin: 0;
  padding: 0 0 0 20px;
  display: inline-block;
}

#top UL LI.search {
  padding: 0 0 0 0;
  cursor: pointer;
}

#top UL LI A {
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #666666;
}

#search {
  position: fixed;
  z-index: 999;
  top: 28px;
  left: 0;
  right: 0;
  display: block;
}

#search FORM {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #eeeeee;
  padding: 8px;
}

#search FORM INPUT[type="search"] {
  display: inline-block;
  padding: 7px;
  width: 250px;
  border: none;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
}

#search FORM INPUT[type="submit"] {
  display: inline-block;
  padding: 7px 15px;
  border: none;
  background-color: #999999;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}

#head {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 145px;
  transition: all 0.5s ease-in-out;
  border-bottom: solid 1px #eeeeee;
}

#head .width {
  height: 100%;
  width: calc(100% - 120px);
}

#head .logo {
  position: absolute;
  top: 5px;
  left: 0;
  width: 370px;
  height: auto;
  transition: all 0.5s ease-in-out;
}

#head .logo IMG {
  display: block;
  width: 100%;
  height: auto;
}

#head .strap {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  color: #bbbbbb;
  text-align: right;
}

#head .buybutton {
  position: absolute;
  top: 13px;
  right: 0px;
}

#head .buybutton A {
  display: inline-block;
  width: 80px;
  background-color: #006675;
  padding: 5px 5px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

#head #search2 {
  position: absolute;
  top: 13px;
  right: 90px;
}

#head #search2 FORM {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#head #search2 FORM INPUT[type="search"] {
  display: block;
  padding: 10px;
  width: 200px;
  border: none;
  background-color: #f1f1f1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #666666;
}

#head #search2 FORM BUTTON[type="submit"] {
  display: block;
  padding: 10px 15px;
  border: none;
  background-color: #006675;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}

#head #search2 FORM BUTTON[type="submit"]:before {
  content: "\f002";
}

#conta {
  position: absolute;
  top: 65px;
  right: 0px;
  text-align: right;
}

#conta UL {
  margin: 0;
  padding: 0;
  list-style: none;
}

#conta UL LI {
  margin: 0;
  padding: 0;
  display: block;
}

#conta UL LI.search {
  padding: 0 0 0 0;
  cursor: pointer;
}

#conta UL LI A {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: #666666;
}


#head #menu {
  position: absolute;
  top: 119px;
  left: 50px;
  right: 0;
}

#head #menutab {
  display: none;
}

#head #menu UL {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
}

#head #menu UL LI {
  margin: 0;
  padding: 0;
}

#head #menu UL LI A {
  display: block;
  font-size: 16px;
  line-height: 15px;
  color: #000000;
  text-transform: capitalize;
  text-decoration: none;
  padding: 3px 25px 6px 5px;
}

#head #menu UL LI.mobile-only {
  display: none;
}

#head #menu UL LI:hover>A {
  color: #006675;
}

#head #menu UL LI:hover {}

#head #menu UL LI .rmore {
  display: none;
}

#head #menu UL LI UL {
  position: absolute;
  margin-left: -10px;
  display: block;
  display: none;
  background-color: rgba(80, 80, 80, 0.9);
  backdrop-filter: blur(6px);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#head #menu UL LI UL LI {
  display: block;
}

#head #menu UL LI UL LI A {
  text-align: left;
  background-color: none;
  color: #ffffff;
  border: none;
  padding: 14px;
  margin: 0;
  white-space: normal;
}

#head #menu UL LI UL LI:hover>A {
  background-color: #006675;
  color: #ffffff;
  border: none;
}

/* ********************************************************************* */
/*	PAGE
/* ********************************************************************* */

.reveal-fadeIn {
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

.reveal-fadeIn.visible {
  opacity: 1;
}

.reveal-fadeInUp {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.75s ease-in-out;
}

.reveal-fadeInUp.visible {
  opacity: 1;
  transform: none;
}

.r-delay1 {
  transition-delay: 100ms;
}

.r-delay2 {
  transition-delay: 200ms;
}

.r-delay3 {
  transition-delay: 300ms;
}

.r-delay4 {
  transition-delay: 400ms;
}

#page {
  margin-top: 145px;
  transition: all 0.5s ease-in-out;
}

#page P {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

#page UL LI {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

#page OL LI {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

#page A {
  color: #000000;
  text-decoration: none;
}

#page A:hover {}

#page P A {
  text-decoration: underline;
}

#page .button {
  display: inline-block;
  color: #ffffff;
  background-color: #999999;
  padding: 8px 20px 8px 20px;
  margin: 8px 0 8px 0;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

#page .button:hover,
#page .button.ochre:hover {
  background-color: #666666;
  color: #ffffff;
}

#page .button.blue {
  background-color: #006675;
  color: #ffffff;
}

#page .button.white {
  background-color: #ffffff;
  color: #006675;
}

#page .button.ochre {
  background-color: #fdd643;
  color: #000000;
}

#page .button.wireblue {
  background-color: #ffffff;
  color: #60beec;
  border: solid 1px #60beec;
}

#page .bg-dgrey P,
#page .bg-dgrey LI,
#page .bg-dgrey A,
#page .bg-dgrey H1,
#page .bg-dgrey H2,
#page .bg-dgrey H3,
#page .bg-dgrey H4,
#page .bg-dgrey H5,
#page .bg-dgrey H6 {
  color: #ffffff;
}

#page .bg-dgreen P,
#page .bg-dgreen LI,
#page .bg-dgreen A,
#page .bg-dgreen H1,
#page .bg-dgreen H2,
#page .bg-dgreen H3,
#page .bg-dgreen H4,
#page .bg-dgreen H5,
#page .bg-dgreen H6 {
  color: #ffffff;
}

#page .bg-teal P,
#page .bg-teal LI,
#page .bg-teal A,
#page .bg-teal H1,
#page .bg-teal H2,
#page .bg-teal H3,
#page .bg-teal H4,
#page .bg-teal H5,
#page .bg-teal H6 {
  color: #ffffff;
}

#page .home-special-1 {
  margin-bottom: 40px;
}

#page .home-special-2 {}

#page #form-wrapper UL.ff-errors LI {
  font-size: 11px;
  line-height: 14px;
  color: #aa0000;
}

#page #form-wrapper .success {
  background-color: rgba(0, 200, 0, 0.1);
  padding: 15px;
  border: 1px solid rgba(0, 160, 0, 0.25);
  border-radius: 5px;
}

#page #form-wrapper .success * {
  margin: 0;
}

#page #form-wrapper LABEL {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

#page #form-wrapper INPUT[type="text"],
#page #form-wrapper INPUT[type="email"] {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 6px 11px;
  border: solid 1px #bbbbbb;
  background-color: #eeeeee;
  border-radius: 3px;
}

#page #form-wrapper TEXTAREA {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 6px 11px;
  border: solid 1px #bbbbbb;
  background-color: #eeeeee;
  border-radius: 3px;
}

#page #form-wrapper BUTTON[type="submit"] {
  display: inline-block;
  min-width: 80px;
  background-color: #006675;
  padding: 8px 25px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 3px;
}

/*	Product Table
/* ********************************************************************* */

#page .producttable TABLE {
  width: 100%;
}

#page .producttable TABLE TR TD {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  border: solid 1px #fff;
  padding: 2px 5px 2px 5px;
}

#page .producttable TABLE TR:nth-child(even) TD {
  background-color: #eeeeee;
}

#page .producttable TABLE TR:nth-child(odd) TD {
  background-color: #e1e1e1;
}

#page .producttable TABLE TR:first-child TD {
  font-weight: 600;
  background-color: #7bafba;
  color: #ffffff;
}

#page .producttable TABLE TR:first-child TD:first-child {
  background-color: #999999;
}

#page .producttable TABLE TD A.morebut {
  display: inline-block;
  padding: 0 20px 1px 20px;
  font-weight: 700;
  font-size: 10px;
  text-transform: normal;
  color: #ffffff;
  background-color: #008daa;
  border-radius: 5px;
}

#page .producttable TABLE TD A.morebut.enquire {
  background-color: #808080;
}

#page .producttable TABLE TD A.morebut:HOVER {
  background-color: #000000;
}

/*	Submenu
/* ********************************************************************* */

#page .submenu {
  padding: 25px 0 0 0;
}

#page .submenu H3 {
  background-color: #999999;
  color: #ffffff;
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

#page .submenu UL {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: solid 1px #999999;
}

#page .submenu UL LI {
  padding: 0;
  margin: 0;
  position: relative;
}

#page .submenu UL LI I {
  position: absolute;
  top: 11px;
  right: 5px;
  cursor: pointer;
}

#page .submenu UL LI A {
  display: block;
  font-size: 13px;
  line-height: 19px;
  border-top: solid 1px #999999;
  padding: 7px 5px 7px 5px;
}

#page .submenu UL LI A:hover {
  background-color: #e1e1e1;
}

#page .submenu UL LI UL {
  border-bottom: none;
  padding: 0 0 10px 0;
}

#page .submenu UL LI UL LI {}

#page .submenu UL LI UL LI A {
  border-top: none;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 5px 5px 5px;
}

#page .submenu UL LI UL LI A:hover {}

/*	Billboard
/* ********************************************************************* */

#page .billboard {
  position: relative;
  /* margin-bottom: -20px; */
}

#page .billboard .image {
  position: relative;
}

#page .billboard .image IMG {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 0 0 auto;
}

#page .billboard .image2 {
  position: relative;
}

#page .billboard .image2 IMG {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 0 0 0;
}

#page .billboard .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

#page .billboard .content H2 {
  font-size: 34px;
  line-height: 39px;
  font-weight: 300;
  margin: 0;
}

#page .billboard .content H3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin: 0;
}

/*	Feature
/* ********************************************************************* */

#page .feature {
  min-height: 1px;
  height: 100%;
  border-radius: 12px;
  background-color: #e1e1e1;
}

#page .feature IMG {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  border: solid 1px #006675;
}

#page .feature H2 {
  display: block;
  margin: 0;
  padding: 10px 5px 5px 5px;
  font-size: 18px;
  color: #006675;
  text-align: center;
}

#page .feature H2 A {
  color: inherit;
}

#page .feature H2 A:HOVER {
  color: #000000;
}

#page .feature H3 {
  display: table;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  min-height: 54px;
  width: 100%;
}

#page .feature H3 A {
  display: table-cell;
  width: 100%;
  color: #222222;
  text-decoration: none;
  padding: 10px 5px 5px 5px;
  min-height: 54px;
  vertical-align: middle;
}

#page .feature H3 A:hover {}

#page .feature A.more {
  display: block;
  margin: 0 12px 12px 12px;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  background-color: #006675;
  border-radius: 4px;
}

#page .feature A.more:HOVER {
  background-color: #000000;
}

#page .feature-2 {
  min-height: 1px;
  background-color: #999999;
  height: 100%;
}

#page .feature-2 IMG {
  width: 100%;
  height: auto;
  display: block;
}

#page .feature-2 H2 {
  margin: 0;
  padding: 15px 15px 0 15px;
  font-size: 14px;
  line-height: 19px;
}

#page .feature-2 P {
  color: #ffffff;
  padding: 0 15px 0 15px;
  font-size: 12px;
  line-height: 17px;
}

#page .feature-2 A {
  color: #ffffff;
  text-decoration: none;
}

#page .feature-2 A:hover {}

/*	Feature Logo
/* ********************************************************************* */

#page .feature-logo {
  position: relative;
  padding: 0 0 0 0;
  min-height: 1px;
}

#page .feature-logo IMG {
  width: 100%;
  height: auto;
  display: block;
}

#page .feature-logo H3 {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  text-align: center;
  min-height: 100%;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

#page .feature-logo H3 A {
  display: table-cell;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 5px;
  min-height: 100%;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.3);
}

#page .feature-logo H3 A:hover {}

#page .product-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 6px -6px 0 -6px;
}

#page .product-gallery A.image {
  display: block;
  margin: 6px;
  width: calc(12.5% - 12px);
}

#page .product-gallery A.image:first-child {
  width: calc(100% - 12px);
  border: solid 1px #e1e1e1;
}

#page .product-gallery IMG {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: solid 1px #006675;
}

#page .product-gallery A.image:first-child IMg {
  border: none;
}

#page .product-list .container {
  margin: 0 -10px 0 -10px;
}

#page .product-list .container .item {
  margin: 10px;
}

#page .product-list .container .item-1-4 {
  width: calc(25% - 20px);
}

#page .product-list .container .item-1-5 {
  width: calc(20% - 20px);
}

#page .lheader {
  position: relative;
  background-size: initial;
  height: 400px;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

#page .lheader A {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#page .lheadertext {
  position: relative;
  background-size: auto 100%;
  height: 400px;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

#page .lheadertext .item {
  position: relative;
}

#page .lheadertext .text {
  position: absolute;
}

#page .lheadertext .text H2 {
  font-size: 30px;
  line-height: 34px;
  margin: 20px 0 0 0;
  font-weight: 600;
}

#page .lheadertext .text H3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin: 20px 0;
}

#page .lheadertext .text P {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #666666;
  margin: 12px 0;
}

/* ********************************************************************* */

#page .homegall .border {
  border-radius: 10px;
  border: solid 1px #006675;
  overflow: hidden;
}

/*	ECO Box
/* ********************************************************************* */

#page .ecobox {
  height: 100%;
  background-color: #e5f0ea;
  margin: 0 0 0 15px;
}

#page .ecobox H2 {
  background-color: #006634;
  color: #ffffff;
  padding: 10px;
  margin: 0 0 0 -15px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

#page .ecobox .text {
  position: relative;
  padding: 5px 15px;
}

#page .ecobox .text:after {
  content: url("../img/eco-corner.png");
  position: absolute;
  z-index: 999;
  left: -15px;
  top: 0;
}

/*	ECO Table
/* ********************************************************************* */

.eco-hide {
  display: none;
}

.eco-table {}

.eco-table TABLE {}

.eco-table TABLE TR {}

.eco-table TABLE TR TD {
  padding: 4px 7px;
  background-color: #e1e1e1;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
}

.eco-table TABLE TR:nth-child(odd) TD {
  background-color: #eeeeee;
}

.eco-table TABLE TR:first-child TD,
.eco-table TABLE TR TD:first-child {
  background-color: #d1d1d1;
}


/*	People grid
/* ********************************************************************* */

#page .peopleGrid {
  background-color: #006675;
  padding: 0 0 0 0;
}

#page .peopleGrid .container {
  margin: 0;
  padding: 4px;
}

#page .peopleGrid .item {
  margin: 4px;
}

#page .peopleGrid .item-1-5 {
  width: calc(20% - 8px);
}

#page .flip-container {
  -webkit-perspective: 1000;
  background: transparent;
}

/* flip the picture when hover */
#page .flip-container:hover .flipper {
  -webkit-transform: rotateY(180deg);
}

#page .flip-container,
#page .front,
#page .back {
  width: 100%;
  height: auto;
}

/* flip speed */
#page .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  position: relative;
}

/* hide back  during flip */
#page .front {
  -webkit-backface-visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
}

#page .back {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front placed above back */
#page .front {
  z-index: 2;
}

/* back, initially hidden */
#page .back {
  -webkit-transform: rotateY(180deg);
}

#page .flip-container .front .titles {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 98%);
}

#page .flip-container .front .titles H2 {
  margin: 0 0 6px 0;
  color: #ffffff;
}

#page .flip-container .front .titles P {
  margin: 0 0 0 0;
  color: #ffffff;
}

/* ********************************************************************* */
/*	Search
*/

#page .sresult {
  position: relative;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: row;
}
#page .sresult .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #006675;
  border-radius: 5px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

#page .sresult .proimg {
  display: block;
  width: 110px;
  margin-left: -15px;
  padding: 0 10px 0 0;
}

#page .sresult .proimg IMG {
  display: block;
  width: 100px;
  height: auto;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
}

/* ********************************************************************* */
/*	FOOT
/* ********************************************************************* */

#foot {
  padding: 0 0 50px 0;
}

#foot .row {
  padding: 0;
}

#foot .item {
  margin-top: 0;
  margin-bottom: 0;
}

#foot .call {
  text-align: center;
  background-color: #006675;
  margin: 0 0 40px 0;
}
#foot .call P {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 15px 0 15px 0;
}

#foot A {
  color: #888888;
  text-decoration: none;
}

#foot A:hover {
  color: #000000;
}

#foot P {
  font-size: 12px;
  line-height: 15px;
  color: #888888;
}

#foot P B,
#foot P STRONG {
  color: #006675;
}

/* ********************************************************************* */
/* ***** RESPONSIVE **************************************************** */
/* ********************************************************************* */

@media screen and (max-width: 1160px) {
  .width {
    width: 960px;
  }

  .width.narrow {
    width: 860px;
  }

  #head #menu {
    left: 0;
  }

  #head #menu UL LI A {
    padding: 1px 17px 1px 17px;
  }

  #head #menu UL LI DIV.submenu {
    width: 100%;
  }

  #conta UL LI {
    margin: 0 0 0 35px;
    display: inline-block;
  }
}

@media screen and (max-width: 980px) {
  .width {
    width: 100%;
  }

  .width.narrow {
    width: 100%;
  }

  .container {
    margin: 0 0 0 0;
  }

  #top {
    position: absolute;
  }

  #top .item {
    margin: 0 20px;
  }

  #head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
  }

  #head .logo {
    top: 15px;
    left: 0px;
    width: 220px;
  }

  #head .strap {
    top: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 23px;
  }

  #head .strap BR {
    display: none;
  }

  #conta UL LI A {
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #666666;
  }

  #head #menutab {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 22px;
    color: #666666;
    cursor: pointer;
  }

  #head #menu {
    top: 100px;
    left: 0;
    right: 0;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    background-color: transparent;
  }

  #head #menu .width {
    width: 100%;
  }

  #head #menu UL {
    display: block;
    display: none;
  }

  #head #menu UL LI {
    position: relative;
    display: block;
  }

  #head #menu UL LI.mobile-only {
    display: block;
  }

  #head #menu UL LI A {
    font-size: 15px;
    line-height: 17px;
    background-color: #e1e1e1;
    color: #666666;
    white-space: normal;
    padding: 10px;
    margin: 0;
    border: none;
    border-top: solid 1px #999999;
    text-align: center;
  }

  #head #menu UL LI:hover A {
    color: #666666;
    border: none;
    border-top: solid 1px #999999;
  }

  #head #menu UL LI A:hover {
    background-color: #f1f1f1;
    color: #666666;
  }

  #head #menu UL LI .rmore {
    position: absolute;
    top: 1px;
    right: 0;
    display: block;
    width: 37px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    background-color: #333333;
    padding: 8px 0 9px 0;
    text-align: center;
  }

  #head #menu UL LI .rmore I {
    display: none;
  }

  #head #menu UL LI .rmore I.on {
    display: inline;
  }

  #head #menu UL LI UL {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
    margin-left: 0;
  }

  #head #menu UL LI UL LI {
    display: block;
  }

  #head #menu UL LI UL LI A {
    text-align: center;
    padding: 10px;
    background-color: #d1d1d1;
    color: #666666;
    border: none;
    border-top: solid 1px #999999;
    text-transform: capitalize;
  }

  #head #menu UL LI UL LI:hover A {
    border-top: solid 1px #999999;
  }

  #head #menu UL LI UL LI A:hover {
    background-color: #f1f1f1;
    color: #666666;
  }

  #page {
    margin-top: 100px;
  }

  #page .submenu {
    display: none;
  }

  #page .lheader {
    background-size: auto 100%;
    height: 530px;
  }

  #page .lheadertext {
    background-position: left center !important;
    background-size: auto 100%;
    height: 530px;
  }

  #page .lheadertext .text {
    position: absolute;
  }

  #page .lheadertext .text BR {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .item-1-1 {
    width: calc(100%);
  }

  .no-gutter .item-1-1 {
    width: 100%;
  }

  .item-1-2 {
    width: calc(50% - 40px);
  }

  .no-gutter .item-1-2 {
    width: 50%;
  }

  .item-1-3 {
    width: calc(50% - 40px);
  }

  .item-2-3 {
    width: 100%;
  }

  .no-gutter .item-1-3 {
    width: 50%;
  }

  .no-gutter .item-2-3 {
    width: 100%;
  }

  .item-1-4 {
    width: calc(50% - 40px);
  }

  .item-3-4 {
    width: 100%;
  }

  .no-gutter .item-1-4 {
    width: 50%;
  }

  .no-gutter .item-3-4 {
    width: 100%;
  }

  .item-1-5 {
    width: calc(33.3333% - 40px);
  }

  .item-2-5 {
    width: calc(33.3333% - 40px);
  }

  .item-3-5 {
    width: calc(60% - 40px);
  }

  .item-4-5 {
    width: calc(80% - 40px);
  }

  .no-gutter .item-1-5 {
    width: 33.3333%;
  }

  .no-gutter .item-2-5 {
    width: 33.3333%;
  }

  .no-gutter .item-3-5 {
    width: 60%;
  }

  .no-gutter .item-4-5 {
    width: 80%;
  }

  .item-1-6 {
    width: calc(33% - 40px);
  }

  .no-gutter .item-1-6 {
    width: 33%;
  }

  #page .peopleGrid .item-1-5 {
    width: calc(33.3333% - 8px);
  }

  #page .product-list .container .item-1-4 {
    width: calc(33.3333% - 20px);
  }

  #page .product-list .container .item-1-5 {
    width: calc(33.3333% - 20px);
  }

  #head .strap {
    display: none;
  }

  #head .buybutton {
    display: none;
  }

  #head #search2 {
    display: none;
  }

  #conta {
    top: 13px;
  }

  #conta UL {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #conta UL LI {
    margin: 0 0 0 35px;
    display: block;
  }

  #conta UL LI A {
    font-size: 14px;
    line-height: 24px;
  }

  #head #menutab {
    right: 60px;
  }

  #page .billboard .content H2 {
    font-size: 18px;
    line-height: 23px;
  }

  #page .billboard .content H3 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 600px) {
  .item-1-1 {
    width: 100%;
  }

  .no-gutter .item-1-1 {
    width: 100%;
  }

  .item-1-2 {
    width: 100%;
  }

  .no-gutter .item-1-2 {
    width: 100%;
  }

  .item-1-3 {
    width: 100%;
  }

  .item-2-3 {
    width: 100%;
  }

  .no-gutter .item-1-3 {
    width: 100%;
  }

  .no-gutter .item-2-3 {
    width: 100%;
  }

  .item-1-4 {
    width: calc(100% - 40px);
  }

  .item-3-4 {
    width: 100%;
  }

  .no-gutter .item-1-4 {
    width: 100%;
  }

  .no-gutter .item-3-4 {
    width: 100%;
  }

  .item-1-5 {
    width: calc(50% - 40px);
  }

  .item-2-5 {
    width: calc(50% - 40px);
  }

  .item-3-5 {
    width: 100%;
  }

  .item-4-5 {
    width: 100%;
  }

  .item-1-6 {
    width: calc(33% - 40px);
  }

  .no-gutter .item-1-6 {
    width: 33%;
  }

  .no-gutter .item-1-5 {
    width: 50%;
  }

  .no-gutter .item-2-5 {
    width: 50%;
  }

  .no-gutter .item-3-5 {
    width: 100%;
  }

  .no-gutter .item-4-5 {
    width: 100%;
  }

  #page .peopleGrid .item-1-5 {
    width: calc(50% - 8px);
  }

  #page .product-list .container .item-1-4 {
    width: calc(50% - 20px);
  }

  #page .product-list .container .item-1-5 {
    width: calc(50% - 20px);
  }

  #top UL LI:nth-child(2) {
    display: none;
  }

  #page .billboard .image IMG {
    height: auto;
    width: 100%;
  }

  #page .billboard .content {
    display: none;
  }

  #page .product-gallery A.image {
    width: calc(20% - 12px);
  }

  #page .lheadertext .text H2 {
    font-size: 32px;
    line-height: 36px;
  }

  #page .lheadertext .text H3 {
    font-size: 19px;
    line-height: 24px;
  }

  #page .lheadertext .text P {
    font-size: 14px;
    line-height: 19px;
  }

  #foot .copyl {
    text-align: center;
  }

  #foot .copyr {
    text-align: center;
  }
}

@media screen and (max-width: 440px) {

  #head .width {
    height: 100%;
    width: calc(100% - 60px);
  }
  #conta {
    display: none;
  }
  #head #menutab {
    right: 30px;
  }


}