h1,
h2,
h3,
h4,
h5,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}
.h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
button,
a {
  outline: none;
  box-shadow: none;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
  display: block;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  margin-bottom: -65px;
}
.wrap:after {
  content: "";
  display: block;
}
.wrap:after {
  height: 65px;
}
@media (min-width: 998px) {
  .container {
    width: 935px;
  }
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #000000;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 20px;
}
.mobile-nav {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.open-cat {
  text-indent: -99999px;
  background: url(../img/cat-icon.png) center center no-repeat;
  width: 40px;
  height: 40px;
  border: none;
  color: transparent;
}
.open-cat:hover {
  background-image: url(../img/cat-icon-active.png);
}
.open-cat.active {
  background-image: url(../img/menu-icon-close.png);
}
.open-menu {
  text-indent: -99999px;
  background: url(../img/menu-icon.png) center center no-repeat;
  width: 40px;
  height: 40px;
  border: none;
  color: transparent;
}
.open-menu:hover {
  background-image: url(../img/menu-icon-active.png);
}
.open-menu.active {
  background-image: url(../img/menu-icon-close.png);
}
.to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 9999;
}
.to-top img {
  cursor: pointer;
}
.to-top.active {
  display: block;
}
footer {
  height: 65px;
}
.site-footer {
  background: orange;
}
header {
  background: url(../img/header-bg.jpg) center repeat-x;
}
header .container {
  position: relative;
  height: 90px;
}
.intro-txt {
  font-size: 22px;
  font-style: italic;
  position: absolute;
  right: -120px;
  bottom: 0;
  background: url(../img/header-repeat.png) repeat-x;
  height: 67px;
  display: block;
  color: #FFFFFF;
  margin: 0;
  line-height: 82px;
  font-weight: 500;
}
.intro-txt:before {
  position: absolute;
  left: -85px;
  width: 85px;
  bottom: 0;
  background: url(../img/header-left.png) no-repeat;
  height: 67px;
  content: "";
}
.intro-txt:after {
  position: absolute;
  right: -1000px;
  width: 1000px;
  height: 67px;
  background: url(../img/header-repeat.png) repeat-x;
  content: "";
  bottom: 0;
}
.top-bar {
  margin-bottom: 30px;
}
.top-bar .container {
  background: url(../img/top-bar.png) no-repeat;
  height: 116px;
  position: relative;
}
.top-bar .container:before {
  top: 0;
  display: block;
  position: absolute;
  left: -1000px;
  width: 1000px;
  background: url(../img/top-bar-left.png) repeat-x;
  content: "";
  height: 116px;
}
.top-bar .container:after {
  display: block;
  position: absolute;
  right: -1000px;
  width: 1000px;
  background: url(../img/top-bar-right.png) repeat-x;
  content: "";
  height: 116px;
  top: 0;
}
.logo {
  padding: 17px 0;
  float: left;
}
.logo img {
  height: 65px;
}
a.disabled {
  cursor: default !important;
  pointer-events: none !important;
}
nav {
  float: right;
  margin-top: 12px;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
nav ul li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 12px;
  position: relative;
}
nav ul li:after {
  content: "";
  width: 13px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  background: url(../img/separator.png);
}
nav ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
nav ul li:last-child:after {
  display: none;
}
nav a {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-decoration: none !important;
}
nav a:hover {
  color: #3399dd;
}
nav a.active {
  color: #3399dd;
}
.left-side {
  text-align: right;
  width: 232px;
  float: left;
  font-weight: 400;
  margin-right: 30px;
  margin-bottom: 30px;
}
.left-side h3 {
  text-align: right;
  font-size: 18px;
}
.left-side h4 {
  font-weight: 600;
}
.left-side .box div {
  margin-bottom: 30px;
}
.contact-side {
  text-align: right;
  width: 232px;
  float: left;
  font-weight: 400;
  margin-right: 30px;
  margin-bottom: 30px;
}
.contact-side h3 {
  font-size: 18px;
}
.contact-side h4 {
  font-weight: 600;
}
.contact-side .box div {
  margin-bottom: 30px;
}
.cat-nav {
  list-style: none;
  margin: 30px 0 50px 0;
  padding: 0;
}
.cat-nav li {
  border-bottom: solid 1px #000000;
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.cat-nav a {
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none !important;
}
.cat-nav a.active,
.cat-nav a:hover {
  color: #3399dd;
}
.cat-nav a.disabled {
  pointer-events: none;
  cursor: default;
}
.cat-nav.home {
  margin: 50px 0 0 0;
}
.main {
  position: relative;
  float: left;
  width: 411px;
  margin-bottom: 30px;
}
.main ul {
  margin: 20px 0 20px 10px;
  padding: 0;
}
.main ul li {
  list-style-image: url(../img/list.png);
  list-style-position: outside;
  padding-left: 15px;
  margin-bottom: 10px;
}
.main ul li:last-child {
  margin-bottom: 0;
}
.main .breadcrumb {
  position: absolute;
  top: -60px;
  margin: 0;
  padding: 0;
}
.main .breadcrumb li {
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
  padding-right: 15px;
  position: relative;
  list-style: none;
  display: inline-block;
}
.main .breadcrumb li a {
  color: #4b4b4b;
}
.main .breadcrumb li:after {
  position: absolute;
  right: 0;
  content: ">";
}
.main .breadcrumb li:last-child:after {
  display: none;
}
.main .product-item {
  margin-bottom: 30px;
}
.main .product-item p {
  margin-bottom: 15px;
}
.main .product-item ul {
  padding-left: 15px;
}
.right-side {
  width: 232px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}
.right-side .thumbs {
  margin: 10px -2.5% 0 -2.5%;
}
.right-side .thumbs a {
  display: block;
  float: left;
  width: 20%;
  margin: 2.5% 2.50%;
}
footer {
  background: #4b4b4b;
  color: #a8a8a8;
  height: 65px;
}
footer .copyright {
  margin: 23px 0 0 0;
  float: left;
  font-size: 11px;
}
footer ul {
  list-style: none;
  margin: 23px 0 0 0;
  padding: 0;
  float: right;
}
footer ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-right: 25px;
  margin-right: 12px;
  position: relative;
}
footer ul li:after {
  content: "";
  width: 10px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  background: url(../img/separator-footer.png);
}
footer ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
footer ul li:last-child:after {
  display: none;
}
footer ul a {
  color: #FFFFFF !important;
}
#map {
  width: 100%;
  height: 400px;
}
form input,
form textarea {
  border: solid 1px #818181;
  padding: 10px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
form input:focus,
form textarea:focus {
  border-color: #3399dd;
  box-shadow: none;
  outline: none;
}
form button {
  margin-right: 10px;
  float: right;
  background: #ffa800;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 15px;
  transform: skew(-30deg);
}
form button span {
  display: inline-block;
  transform: skew(30deg);
}
form button:hover {
  background: #3399dd;
}
@media (min-width: 998px) {
  .box {
    margin-top: 25px;
  }
  .visible {
    display: none;
  }
  .bottom-nav {
    display: none;
  }
}
@media (max-width: 1220px) {
  .intro-txt {
    right: 0;
    padding-right: 15px;
  }
}
@media (max-width: 997px) {
  .breadcrumb {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .bottom-nav {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bottom-nav .cat-nav li {
    text-align: center;
    margin-bottom: 15px;
  }
  .bottom-nav .cat-nav li a {
    color: #3399dd;
  }
  .bottom-nav .cat-nav li a.active {
    color: #000000;
  }
  .bottom-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cat-nav {
    margin-bottom: 0;
  }
  .cat-nav .visible {
    display: inline-block;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .top-bar .container {
    height: 75px;
    background: url(../img/top-bar-right.png) repeat-x;
  }
  .top-bar .container:after {
    display: none;
  }
  .logo {
    padding: 10px 0;
  }
  .logo img {
    height: 45px;
  }
  nav {
    z-index: 9999;
    position: absolute;
    top: 56px;
    background: #FFF;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 5px #a8a8a8;
    padding: 15px 15px 45px 15px;
    display: none;
  }
  nav ul li {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #000000;
    margin: 5px 0 10px 0;
  }
  nav ul li:after {
    display: none;
  }
  nav.active {
    display: block;
  }
  .left-side {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 158px;
    background: #FFF;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 5px #a8a8a8;
    padding: 15px 15px 45px 15px;
    text-align: center;
  }
  .left-side h3 {
    text-align: left;
    display: none;
  }
  .left-side.active {
    display: block;
  }
  .left-side h3 {
    margin-bottom: 0;
  }
  .left-side ul {
    margin-top: 0;
  }
  .left-side ul li {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #000000;
    margin: 5px 0 10px 0;
  }
  .contact-side {
    display: block;
    text-align: left;
    position: relative;
    top: auto;
    background: #FFF;
    left: 0;
    width: 100%;
    box-shadow: none;
    padding: 0px;
  }
  .contact-side h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .contact-side .box {
    display: table;
    width: 100%;
  }
  .contact-side .box div {
    display: table-cell;
    margin-bottom: 30px;
    vertical-align: top;
  }
  .main {
    width: 60%;
  }
  .right-side {
    text-align: center;
    width: 35%;
    margin-left: 0;
    float: right;
  }
}
@media (max-width: 768px) {
  .intro-txt {
    font-size: 14px;
    line-height: 20px;
    padding-top: 22px;
  }
  .intro-txt span {
    display: block;
  }
  .intro-txt:after {
    display: none;
  }
  .contact-side {
    display: block;
  }
  .contact-side .box {
    display: block;
    width: 100%;
  }
  .contact-side .box div {
    display: block;
    vertical-align: top;
  }
  .main {
    width: 100%;
    float: none;
  }
  .right-side {
    width: 100%;
    float: none;
  }
  form {
    margin-bottom: 20px;
  }
  footer {
    height: auto;
    padding: 15px 0;
  }
  footer ul {
    margin: 0 0 10px 0;
    float: none;
    text-align: center;
  }
  footer .copyright {
    float: none;
    margin: 0;
    text-align: center;
  }
  .lb-nav a.lb-next,
  .lb-nav a.lb-prev {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    opacity: 1 !important;
  }
}
