body {
  margin-bottom: 0px;
  background-color: #fffbe8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  padding-top: 25px;
  font-family:'Playfair Display SC', sans-serif;
  color: #4b4b4b;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.header {
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
  text-decoration: none;
}
.logo {
  font-family:'Univrstyroman bd bt', sans-serif;
  color: #151515;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar {
  margin-top: 25px;
  background-color: transparent;
}
.navmenu {
  float: none;
  border-top: 1px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b;
}
.navlink {
  padding: 8px 20px;
  font-family:'Playfair Display SC', sans-serif;
  color: #4b4b4b;
}
.navlink:hover {
  font-weight: 700;
}
.navlink.w--current {
  color: #4b4b4b;
  font-weight: 700;
}
.navlink.active {
  font-weight: 700;
}
.navcontainer {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
.homepage_slidercontainer {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-top: 10px solid white;
  border-right: 10px solid white;
  border-left: 10px solid white;
  background-color: white;
}
.displaynone {
  display: none;
}
.homepage_slidernav {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
}
.homepage_slider {
  position: relative;
  height: auto;
  clear: both;
  background-color: transparent;
}
.slider1_text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  margin-top: 8%;
  margin-left: 9%;
  padding: 5px 50px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-family:'Playfair Display SC', sans-serif;
  color: #4b4b4b;
  line-height: 25px;
  text-align: center;
}
.slider1text_bold {
  font-size: 28px;
  font-weight: 400;
}
.homepage_productscontainer {
  display: block;
  width: 90%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 10px solid white;
  background-color: white;
}
.homepage_bracelet {
  position: relative;
  display: inline-block;
  width: 18%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.homepage_bracelet:hover {
  opacity: 0.5;
}
.homepage_rings {
  position: relative;
  display: inline-block;
  width: 18%;
  margin-left: 2%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.homepage_rings:hover {
  opacity: 0.5;
}
.homepage_earring {
  position: relative;
  display: inline-block;
  width: 18%;
  margin-left: 2%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.homepage_earring:hover {
  opacity: 0.5;
}
.homepage_necklace {
  position: relative;
  display: inline-block;
  width: 18%;
  margin-left: 2%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.homepage_necklace:hover {
  opacity: 0.5;
}
.homepage_chain {
  position: relative;
  display: inline-block;
  width: 18%;
  margin-left: 2%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.homepage_chain:hover {
  opacity: 0.5;
}
.homepage_productstext {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
  font-family:'Playfair Display SC', sans-serif;
  color: #4b4b4b;
}
.footer {
  display: block;
  width: 94%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px;
  border-top: 1px solid #4b4b4b;
}
.footer_text {
  display: inline-block;
  width: 94%;
  float: left;
  font-family:'Playfair Display SC', sans-serif;
  font-size: 13px;
}
.footer_instagram {
  display: inline-block;
  margin-left: 1%;
  float: right;
}
.footer_copyright {
  display: inline;
  float: right;
}
.footer_address {
  float: left;
}
.footer_contact {
  margin-left: 2%;
  float: left;
}
.footer_facebook {
  display: inline-block;
  float: right;
}
.nav_productscontainer {
  position: absolute;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 4px;
  text-align: left;
}
.nav_products {
  position: relative;
  display: inline-block;
}
.nav_productssublink {
  position: relative;
  display: block;
  padding: 8px 20px;
  background-color: #fffbe8;
  font-family:'Playfair Display SC', sans-serif;
  color: #4b4b4b;
  text-align: left;
  text-decoration: none;
}
.nav_productssublink:hover {
  font-weight: 700;
}
.nav_productssublink.w--current {
  font-weight: 700;
}
.titlecontainer {
  height: 110px;
  border-top: 10px solid white;
  border-right: 10px solid white;
  border-left: 10px solid white;
  background-image: url('http://m1.sdimgs.com/sd_static/a/214236/headerbg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.content_container {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
}
.lightbox-me {
  display: inline-block;
  width: 24%;
  border: 10px solid white;
}
.border-white {
  border: 10px solid white;
}
.content-text {
  padding: 20px;
  font-size: 13px;
  line-height: 19px;
}
.content-text.testimonials {
  padding-top: 0px;
  text-align: center;
}
.thumbnail {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thumbnail:hover {
  opacity: 0.6;
}
.contactusrow {
  display: block;
  width: 93%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
.map {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 95%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 10px solid white;
}
.contactusinfo {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 23px;
}
.companyname {
  font-family:'Playfair Display SC', sans-serif;
  font-size: 20px;
}
.email {
  color: #4b4b4b;
  text-decoration: none;
}
.phone {
  color: #4b4b4b;
  text-decoration: none;
}
.testimonialdiv {
  display: inline-block;
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  padding: 25px 15px;
  background-image: url('http://m1.sdimgs.com/sd_static/a/214236/testimonialbg.jpg');
  text-align: center;
}
.testimonialdiv.last {
  margin-right: 0px;
}
.testimonialcontianer {
  display: block;
  width: 98%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.testimonialp {
  font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #4b4b4b;
  line-height: 23px;
}
html.w-mod-js *[data-ix="products-container"] {
  height: 0px;
}
@media (max-width: 991px) {
  .header {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .navmenu {
    position: relative;
    border-top: 0px none transparent;
    border-bottom: 0px none transparent;
    background-color: #fffbe8;
  }
  .navlink {
    position: static;
    text-align: left;
  }
  .navcontainer {
    width: 100%;
  }
  .homepage_slidercontainer {
    width: 94%;
  }
  .homepage_productscontainer {
    width: 94%;
  }
  .homepage_bracelet {
    width: 32%;
  }
  .homepage_rings {
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .homepage_earring {
    width: 32%;
    margin-left: 0%;
  }
  .homepage_necklace {
    width: 32%;
    margin-top: 10px;
    margin-left: 0%;
  }
  .homepage_chain {
    width: 32%;
    margin-top: 10px;
    margin-left: 1%;
  }
  .homepage_productstext {
    padding-right: 10px;
    padding-bottom: 8px;
    font-size: 15px;
  }
  .footer_text {
    width: 93%;
  }
  .footer_copyright {
    float: left;
  }
  .footer_contact {
    margin-left: 7%;
  }
  .menubutton {
    margin-top: -45px;
    margin-right: 15px;
    padding: 10px;
  }
  .menubutton.w--open {
    margin-right: 15px;
    background-color: #ffde24;
  }
  .nav_productscontainer {
    position: static;
    padding-top: 0px;
  }
  .nav_products {
    position: static;
    display: block;
  }
  .nav_productssublink {
    padding-left: 40px;
  }
  .content_container {
    width: 94%;
  }
  .testimonialdiv {
    width: 45%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .testimonialdiv.last {
    margin-right: 3.5%;
  }
  .testimonialdiv._2nd {
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  h1 {
    padding-top: 19px;
    font-size: 20px;
  }
  .homepage_slidercontainer {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .slider1_text {
    margin-top: 3%;
    margin-left: 5%;
    font-size: 14px;
    line-height: 24px;
  }
  .slider1text_bold {
    font-size: 26px;
    line-height: 21px;
  }
  .homepage_productscontainer {
    margin-top: 20px;
    border-left-width: 5px;
  }
  .homepage_bracelet {
    width: 49%;
    margin-right: 1%;
    text-align: center;
  }
  .homepage_rings {
    width: 49%;
    margin-right: 0%;
    margin-left: 1%;
    text-align: center;
  }
  .homepage_earring {
    width: 49%;
    margin-top: 10px;
    margin-right: 1%;
    text-align: center;
  }
  .homepage_necklace {
    width: 49%;
    margin-left: 1%;
    text-align: center;
  }
  .homepage_chain {
    width: 49%;
    margin-left: 0%;
    text-align: center;
  }
  .homepage_productstext {
    padding-right: 15px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .footer_text {
    width: 91%;
  }
  .footer_copyright {
    display: block;
    float: none;
  }
  .footer_address {
    float: none;
  }
  .footer_contact {
    display: block;
    margin-left: 0%;
    float: none;
  }
  .titlecontainer {
    height: 90px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .lightbox-me {
    width: 49%;
    border-left-width: 5px;
  }
  .border-white {
    border-width: 5px;
  }
  .contactusinfo {
    font-size: 12px;
  }
  .companyname {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  h1 {
    padding-top: 20px;
    font-size: 18px;
  }
  .navbar {
    margin-top: 43px;
  }
  .slider1_text {
    margin-top: 1%;
    margin-left: 2%;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
    line-height: 14px;
  }
  .slider1text_bold {
    font-size: 20px;
  }
  .homepage_bracelet {
    width: 100%;
    margin-right: 0%;
  }
  .homepage_rings {
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
  }
  .homepage_earring {
    width: 100%;
    margin-right: 0%;
  }
  .homepage_necklace {
    width: 100%;
    margin-left: 0%;
  }
  .homepage_chain {
    width: 100%;
  }
  .footer_text {
    width: 100%;
  }
  .footer_instagram {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 0%;
    float: none;
  }
  .footer_facebook {
    margin-bottom: 5px;
    margin-left: 10px;
    float: none;
  }
  .lightbox-me {
    width: 49%;
  }
  .contactusinfo {
    font-size: 13px;
    text-align: center;
  }
  .companyname {
    font-size: 18px;
  }
  .testimonialdiv {
    width: 95%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
  .testimonialdiv.last {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonialcontianer {
    padding-bottom: 1px;
  }
}

@font-face {
  font-family: 'Univrstyroman bd bt';
  src: url('../fonts/UnivrstyRoman Bd BT Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}