/* Getting the new tags to behave */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

/* Global properties ======================================================== */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  background: url(../images/bg.jpg) 0 0 repeat-x #f6f6f5;
}

/***********************************************************************/
img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

a.button {
  background: #8b847e;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 2px 21px 5px 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.button:hover {
  background: #81b400;
}

a.link {
  text-decoration: none;
  cursor: pointer;
  color: #181818;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
}
a.link:hover {
  color: #f94a49;
}

.color-1 {
  font-size: 11px;
  line-height: 20px;
  color: #81b400;
  text-decoration: underline;
  text-transform: uppercase;
}
a.color-1:hover {
  color: #2f2a28;
  text-decoration: underline;
}
.color-2 {
  line-height: 20px;
  color: #828387;
  text-decoration: underline;
}
a.color-2:hover {
  color: #2f2a28;
  text-decoration: underline;
}
.color-3 {
  color: #81b400;
  text-decoration: none;
}
a.color-3:hover {
  color: #2f2a28;
  text-decoration: none;
}

h2 {
  font-family: "Cuprum", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #2f2a28;
  font-weight: normal;
  letter-spacing: -1px;
}
h3 {
  font-family: "Cuprum", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #2f2a28;
  font-weight: normal;
  letter-spacing: -1px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
}
ul.list-1 li {
  padding: 0px 0 8px 18px;
  line-height: 20px;
  background: url(../images/marker.png) 0 6px no-repeat;
}
ul.list-1 li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #898989;
  line-height: 20px;
}
ul.list-1 li a:hover {
  color: #88b80f;
}

/******************************************************************/
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  width: 100%;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrap {
  overflow: hidden;
  position: relative;
}
.extra-wrap {
  overflow: hidden;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}

.font-13 {
  font-size: 13px;
}
.font-11 {
  font-size: 11px;
}
.line_height {
  line-height: 24px !important;
}
.img-indent {
  float: left;
  margin: 8px 25px 0px 0;
}
.img-indent-2 {
  float: left;
  margin: 1px 1px 0px 0;
}
.img-indent-3 {
  float: left;
  margin: 6px 25px 0px 0;
}
.last {
  margin-right: 0px !important;
}

.border-shadow {
  box-shadow: 0 0 5px rgba(218, 218, 218, 1);
  border: #fff 10px solid;
}

.left-1 {
  margin-left: 30px;
}

.right-1 {
  margin-right: 70px;
}

.top-1 {
  margin-top: 13px;
}
.top-2 {
  margin-top: 25px;
}
.top-3 {
  margin-top: 24px;
}
.top-4 {
  margin-top: 3px;
}
.top-5 {
  margin-top: 17px;
}
.top-6 {
  margin-top: 46px;
}
.top-7 {
  margin-top: 27px;
}
.top-8 {
  margin-top: 39px;
}
.top-9 {
  margin-top: 17px;
}
.top-10 {
  margin-top: 27px;
}

.bot-0 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.bot-1 {
  padding-bottom: 40px;
}

.pad-1 {
  margin: 41px 0 38px 0;
}
.pad-2 {
  margin: 56px 0 48px 0;
}
.pad-3 {
  margin: 47px 0 48px 0;
}

.p1 {
  padding-bottom: 20px;
}
.p2 {
  padding-bottom: 17px;
}
.p3 {
  padding-bottom: 22px;
}
.p4 {
  padding-bottom: 16px;
}
.p5 {
  padding-bottom: 14px;
}
.p6 {
  padding-bottom: 19px;
}
.p7 {
  padding-bottom: 23px;
}
.p8 {
  padding-bottom: 15px;
}
.p9 {
  padding-bottom: 12px;
}
.p10 {
  padding-bottom: 21px;
}

/* Lightbox image */
.lightbox-image {
  display: inline-block;
  position: relative;
}
.lightbox-image img.magnify {
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
}

/*********************************header*************************************/
header {
  max-width: 950px;
  margin: 0 auto;
  border-bottom: #dfdfdf 1px solid;
  padding-bottom: 24px;
  padding-top: 44px;
  margin-bottom: 3px;
}

nav ul {
  display: flex;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-box {
  color: #5ea547;
  font-size: 36px;
  text-align: end;
}

.mobile-menu {
  display: none;
}

/*********************************content*************************************/
#content {
  max-width: 970px;
  margin: 0 auto;
}

.box-row {
  margin-left: 10px;
  max-width: 960px;
  margin-top: -73px;
  position: relative;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box {
  float: left;
  background: url(../images/box-shadow.png) 0 bottom no-repeat;
  width: 230px;
  padding: 0 10px 1px 0px;
}
.box-row a {
  display: block;
  padding: 37px 0 42px 0;
  background: url(../images/box-bg.png) 0 bottom repeat-x #81b400;
  margin-top: 23px;
  text-align: center;
}
.box-row a strong {
  font-family: "Cuprum", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #fefefe;
  font-weight: normal;
  letter-spacing: -1px;
  display: inline-block;
}
.box-row a:hover {
  margin-top: 0;
  padding: 50px 0 52px 0;
}
.box a.box-1 {
  background: url(../images/box-bg.png) 0 bottom repeat-x #81b400;
}
.box a.box-2 {
  background: url(../images/box-bg.png) 0 bottom repeat-x #5ea547;
}
.box a.box-3 {
  background: url(../images/box-bg.png) 0 bottom repeat-x #298997;
}
.box a.box-4 {
  background: url(../images/box-bg.png) 0 bottom repeat-x #1c86d0;
}

.line {
  background: #d4d4d4;
  height: 1px;
}
.date {
}
.date .extra-wrap {
  margin-top: 2px;
}
.date-text {
  float: left;
  margin: 0 10px 0 0;
  width: 70px;
  font-family: "Cuprum", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #c4c1bd;
  font-weight: normal;
  letter-spacing: -1px;
}
.banners {
  border-top: #d4d4d4 1px solid;
  border-bottom: #d4d4d4 1px solid;
  padding: 18px 0 31px 0;
  margin: 59px 0 0 0;
}
.banners a {
  display: inline-block;
  height: 50px;
  float: left;
  margin-right: 40px;
}
.banners a:first-child {
  margin-left: 21px;
}
.banners a:hover {
  background-position: 0 bottom;
}
.banner-1 {
  background: url(../images/banner-1.png) 0 0 no-repeat;
  width: 100px;
}
.banner-2 {
  background: url(../images/banner-2.png) 0 0 no-repeat;
  width: 185px;
}
.banner-3 {
  background: url(../images/banner-3.png) 0 0 no-repeat;
  width: 118px;
}
.banner-4 {
  background: url(../images/banner-4.png) 0 0 no-repeat;
  width: 170px;
}
.banner-5 {
  background: url(../images/banner-5.png) 0 0 no-repeat;
  width: 180px;
}

.box-row-2 {
  margin-left: 10px;
  width: 960px;
  position: relative;
  z-index: 99;
  margin-bottom: 51px;
}
.box-row-2 a {
  display: block;
  padding: 37px 0 42px 0;
  background: url(../images/box-bg.png) 0 bottom repeat-x #81b400;
  text-align: center;
}
.box-row-2 a strong {
  font-family: "Cuprum", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #fefefe;
  font-weight: normal;
  letter-spacing: -1px;
  padding-left: 40px;
  display: inline-block;
}
.box-row-2 a:hover {
  background: url(../images/box-bg.png) 0 bottom repeat-x #73c8d2 !important;
}
.box-row-2 a.box-1 strong {
  background: url(../images/box-5.png) 0 5px no-repeat;
}
.box-row-2 a.box-2 strong {
  background: url(../images/box-6.png) 0 5px no-repeat;
}
.box-row-2 a.box-3 strong {
  background: url(../images/box-7.png) 0 5px no-repeat;
}
.box-row-2 a.box-4 strong {
  background: url(../images/box-8.png) 0 5px no-repeat;
}

.quotes {
  background: url(../images/quotes.png) 0 4px no-repeat;
  padding-left: 23px;
  display: block;
  overflow: hidden;
}

.page-content {
  padding: 2rem;
}

.quotes a.color-3 {
  display: inline-block;
  float: right;
  margin-right: 5px;
}

.block-1 {
  float: left;
  width: 137px;
  margin-right: 25px;
}
.block-1 img {
  margin-bottom: 24px;
}

.block-2 {
  float: left;
  width: 270px;
  margin-right: 50px;
}

.block-3 {
  float: left;
  width: 215px;
  margin-right: 25px;
}
.block-3 a.lightbox-image {
  margin-bottom: 24px;
}

.number {
  background: url(../images/number-bg.png) 0 0 no-repeat;
  width: 49px;
  height: 49px;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Cuprum", sans-serif;
  font-size: 29px;
  line-height: 48px;
  color: #6d6c6b;
  font-weight: normal;
  text-align: center;
  float: left;
  margin: 0 18px 0 0;
}
.block-4 .extra-wrap {
  margin-top: 2px;
}

.contact-page-content {
  display: flex;
  justify-content: space-between;
}

/****************************footer************************/
footer {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 59px 0 20px 0;
}

footer .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .grid_14 > a {
  margin-bottom: 11px;
  display: inline-block;
}
footer .grid_14 p + p {
  margin-top: 1px;
}
footer .grid_14 p + p a {
  margin-right: 15px;
}
footer .grid_14 span {
  margin-right: 4px;
}
footer .grid_6 {
  padding: 48px 0 0 0;
}
footer .grid_6 p {
  line-height: 16px;
}
footer .grid_6 span {
  margin-right: 9px;
}
a.tooltips {
  margin-right: 5px;
}
a.tooltips:hover img {
  opacity: 0.7;
}

/**********************form**********************/
.map {
  max-width: 334px;
  height: 294px;
  margin: 23px 0 0 0;
}
.map iframe {
  width: 100%;
  height: 292px;
}
dl {
  margin: 98px 0px 0 0px;
  float: left;
}
dl dt {
}
dl dd span {
  display: block;
  width: 71px;
  float: left;
}
dl dd {
}
dl dd a {
}
#form {
  margin: 23px 0 0px 0px;
  max-width: 350px;
}
#form input {
  border: #dadada 1px solid;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #828387;
  padding: 8px 2px 8px 14px;
  outline: medium none;
  width: 212px;
  height: 15px;
  float: left;
}
#form textarea {
  border: #dadada 1px solid;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #828387;
  height: 200px;
  outline: medium none;
  overflow: auto;
  padding: 8px 0px 0px 14px;
  width: 100%;
  resize: none;
  margin: 0px 0 0 0;
  float: left;
}
#form label {
  position: relative;
  display: block;
  min-height: 45px;
}
#form .error,
#form .empty {
  color: #ff0000;
  display: none;
  font-size: 10px;
  line-height: 14px;
  width: 115px;
  float: left;
  margin-top: 2px;
}
#form .error-empty {
  margin: 4px 0 0 5px !important;
  display: none;
  float: left;
}
#form .success {
  display: none;
}
.btns {
  text-align: left;
  max-width: 335px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.btns a {
  margin: 30px 10px 0px 0px;
}

/*=================popup======================*/

br.both {
  clear: both;
}
#backgroundPopup {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #cecece;
  z-index: 999;
}

#popupPlatinum,
#popupGold,
#popupSilver {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 355px;
  width: 508px;
  background: #ffffff;
  border: 2px solid #cecece;
  z-index: 1000;
  padding: 12px;
  padding-left: 2px;
  padding-bottom: 8px;
  font-size: 13px;
}

#popupBronze {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 395px;
  width: 508px;
  background: #ffffff;
  border: 2px solid #cecece;
  z-index: 1000;
  padding: 12px;
  padding-left: 2px;
  padding-bottom: 8px;
  font-size: 13px;
}

#popupPlatinum h1,
#popupGold h1,
#popupSilver h1,
#popupBronze h1 {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
#popupPlatinumClose,
#popupGoldClose,
#popupSilverClose,
#popupBronzeClose {
  font-size: 14px;
  line-height: 14px;
  right: 6px;
  top: 4px;
  position: absolute;
  color: #ffffff;
  font-weight: 700;
  display: block;
  cursor: pointer;
}

#pricelistcontainer {
  padding-left: 60px; 
  padding-top: 5px
}

#title {
  display: block;
  font-family: "Cuprum", sans-serif;
  font-size: 30px;
  color: #fefefe;
  margin: auto;
  width: 50%;
}

ul#priceList {
  margin: 1.5em;
  list-style-type: circle;
}
ul#priceList li {
  padding: 0.2em 0 0.2em 0.5em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fefefe;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.1rem; /* Slightly larger font size for readability on small screens */
    line-height: 1.5;
    width: 100%;
  }

  .header,
  .footer {
    padding: 10px; /* Adjusting padding for smaller screens */
  }

  #platinumbutton,
  #goldbutton,
  #silverbutton,
  #bronzebutton {
    width: 100%; /* Each div takes up half the width */
    float: left; /* Aligns the divs side by side */
    box-sizing: border-box; /* Optional: includes padding and border in the width */
  }

  /* Optional: Clear floats after every two divs */
  #goldbutton::after,
  #bronzebutton::after {
    content: "";
    display: table;
    clear: both;
  }

  /* Add more responsive styles here */
  #popupPlatinum,
  #popupGold,
  #popupSilver {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: auto;
    width: auto;
    background: #ffffff;
    border: 2px solid #cecece;
    z-index: 1000;
    padding: 12px;
    padding-left: 2px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  #popupBronze {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: auto;
    width: auto;
    background: #ffffff;
    border: 2px solid #cecece;
    z-index: 1000;
    padding: 12px;
    padding-left: 2px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  #title {
    display: block;
    font-size: 25px;
    margin: auto;
    width: 50%;
  }

  #pricelistcontainer {
    padding-left: 30px; 
    padding-top: 5px
  }

  ul#priceList li {
    padding: 0.2em 0 0.2em 0.5em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fefefe;
  }
}
