body {
  margin: 0;
  font-family: 'Roboto','Noto', sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  background-color: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0px;
  padding: 0px;
}
#toolbar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#toolbar li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  float: left;
}
#toolbar .main-link-a {
  text-decoration: none;
  display: inline-block;
  color: rgba(0,0,0,0.6);
  font-size: 14px;
  padding: 10px 10px;
  border-bottom: 2px solid #fff;
  transition: border-bottom .6s ease;
}
#toolbar .main-link:hover .main-link-a {
  border-bottom: 2px solid #34A8E6;
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 10px 0px 0px 0px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  z-index: 1000;
}
#toolbar {
  font-family: 'Roboto', 'sans-serif';
  bottom: 0px;
  padding: 0px 30px;
  width: 100%;
  margin-top: 7px;
  z-index: 1000;
}

.menu {
  display: block;
  position: absolute;
  padding: 20px 0px !important;
  width: 100%;
  left: 0px;
  background: #fff;
  display: none;
  box-shadow: 0px 8px 8px rgba(0,0,0,.05);
}

.menu-container {
  width: 1080px;
  margin: auto;
}

.menu li {
  display: block !important;
  float: none !important;
}

.menu li a {
  display: block;
  padding: 6px 30px !important;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0,0,0,0.4);
}

.main-link:hover .menu {
  display: block;
  font-family: 'Roboto', 'sans-serif';
  font-weight: 300;
  color: rgba(0,0,0,.6);
}

.main-link:hover .menu a {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0px);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-animation: fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transform: translateX(0px);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      animation: fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      transform: translateX(0px);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-link:hover .menu a:hover {
  color: #34A8E6;
  transform: translateX(3px);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
  }
  70% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0px);
  }
}

@-moz-keyframes fade-in {
  from {
    opacity: 0;
    -moz-transform: translateX(-10px);
  }
  70% {
    opacity: 1;
  }
  to {
    -moz-transform: translateX(0px);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  70% {
    opacity: 1;
  }
  to {
    transform: translateX(0px);
  }
}


#logo {
  width: 120px;
  height: 50px;
  margin-left: 30px;
  background: url('logo.png') no-repeat;
  background-size: 100% auto;
}

#slides{
  margin-top: 140px;
}

#category-wrap {
  margin-top: 70px;
}

.slide {
  height: 500px;
  width: 1060px;
  display: inline-block;
  overflow: hidden;
  margin: 20px;
  position: relative;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02);
}

.slide a {
  position: relative;
  height: 100%;
  display: block;
}

.wrap {
  width: 1100px;
  margin: auto;
}

.slide-img-container {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.slide-img {
  width: 100%;
  height: auto;
}

.slide-text {
  position: absolute;
  color: #fff;
  width: 100%;
  padding: 140px 30px 30px 30px;
  font-size: 28px;
  font-weight: 300;
  font-family: 'Roboto Slab';
  bottom: 0px;
  left: 0px;
  background: linear-gradient(transparent, rgba(0,0,0,0.4));
}

.half {
  width: 500px;
}

.two {
  width: 600px;
}

.one {
  width: 400px;
}

.slideshow {
  position: relative;
  width: 1000px;
  height: 400px;
  overflow: hidden;
  margin: auto;
  margin-top: 180px;
}

#footer {
  background: #f5f5f5;
  float:left;
  width: 100%;
  margin-top: 100px;
}

#footer ul {
  list-style: none;
  padding: 0px;
}

#footer ul li {
  padding: 0px;
}

#footer a {
  font-size: 16px;
  font-weight: 300;
  color:rgba(0,0,0,0.7);
  padding: 0px 0px 20px 0px !important;
}

#footer-nav {
  padding: 0px 40px;
}

.footer-menu {
  margin-top: 20px !important;
}

.footer-ul {
  display: inline-block;
  width: 255px;
  float: left;
  margin: 0px !important;
  padding: 30px 0px !important;
}

.footer-menu a {
 font-size: 12px !important;
 padding: 5px 0px !important;
 color:rgba(0,0,0,0.6) !important;
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
   color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-menu a:hover {
  color: #34A8E6 !important;
  font-size: 12px !important;
  padding: 5px 0px !important;
}

#footer-contact {
  display: block;
  float: left;
  width: 100%;
  color: rgba(0,0,0,0.3);
  font-size: 16px;
  background: #f0f0f0;
  padding: 0px 0px;
  box-sizing: border-box;
}

.footer-contact-info {
  display: inline-block;
  width: 225px;
  padding: 20px 0px 40px 30px;
}

#footer-contact-location {
  width: 355px;
}

#footer-contact i {
  padding-right: 5px;
  font-size: 20px;
  position: relative;
  top: 5px;
}

.products {
  width: 100%;
  float: left;
  padding-top: 80px;
}

.product {
  display: inline-block;
  width: 25%;
  float: left;
  position: relative;
  margin: 20px 0px;
}

.product-img-container {
  height: 150px;
  width: 80%;
  margin-left: 10%;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform .3s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.product-text {
  width: 100%;
  padding: 20px 0px;
  font-size: 14px;
  font-family: 'Roboto';
  color: rgba(0,0,0,0.5);
  width: 80%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 10%;
}

.product:hover .product-text {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.product:hover .product-img {
}

.product:hover .product-img-container {
  -webkit-transform: translateY(-10px) scale(1.03);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow .5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.25);
  -moz-transform: translateY(-10px) scale(1.03);
  -moz-transition: -moz-transform .5s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow .5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.25);
  transform: translateY(-10px) scale(1.03);
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow .5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.25);
}


.h2 {
  padding: 0px 40px 20px 40px;
  font-size: 16px;
  font-family: 'Roboto Slab';
  color: rgba(0,0,0,.3);
}
#nothing-to-show {
  margin-top: 120px;
  padding: 0px 40px;
  color: rgba(0,0,0,.6);
}

#preview {
  margin-top: 130px;
  padding: 0px 40px;
  width: 100%;
}

#preview-title {
  padding: 0px 0px 20px 0px;
  font-size: 18px;
  font-family: 'Roboto Slab';
  color: rgba(0,0,0,.6);
}

#preview-images {
  width: auto;
  height: auto;
  overflow: hidden;
  text-align: center;
  float: left;
}

.preview-image img {
  width: auto;
  max-width: 600px;
  max-height: 400px;
}

#preview-description {
  float: left;
  display: inline-block;
  color: rgba(0,0,0,0.7);
  padding-left: 30px;
  width: 300px;
}

#preview-description p, #preview-description ul {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}

#preview-description h5 {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

#preview a {
  color: rgba(0,0,0,0.5);
  text-decoration: underline!important;
}

#preview a:hover {
  color: #34A8E6;
}
#preview-facts {
  padding: 0px;
  list-style: none;
}
#preview-facts .green {
  padding-right: 3px;
}
.green {
  color: #43A047;
}
