<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Demo Style
 * ============================
 * Not Required for price table
 */
/*==============================================
    Variables
===============================================*/
/*==============================================
    Mixins
===============================================*/
/* =================================== */
/*  Basic Style 
/* =================================== */
body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  font-size: 14px;
  color: #777777;
}
.list-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
p {
  margin-bottom: 20px;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus,
a:hover {
  color: #e6ae03;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
/*-------------------------------------------------
    Header
---------------------------------------------------*/
.main-header .logo {
  padding: 40px 0 28px;
}
.main-header .logo a {
  display: inline-block;
}
.primary-nav {
  background-color: #eeeeee;
  border-top: 1px solid #ccc;
}
.primary-nav ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.primary-nav li {
  display: inline-block;
}
.primary-nav li a {
  color: #1d262b;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 79px;
  margin: 0 15px;
  padding: 0 15px;
  position: relative;
  z-index: 0;
}
.primary-nav li a:hover {
  color: #e6ae03;
}
.primary-nav li .purchase,
.primary-nav li .purchase:hover {
  color: #fff;
}
.primary-nav li .purchase::before {
  background-color: #e6ae03;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hr-only {
  background-color: #444;
  display: block;
  height: 1px;
}
/*-------------------------------------------------
    Footer
---------------------------------------------------*/
.site-footer {
  background-color: #222222;
  border-top: 1px solid #303030;
  padding: 42px 0;
  font-family: "Dosis", sans-serif;
}
.site-footer .copyright {
  font-size: 16px;
  color: #757575;
}
.site-footer .copyright span a {
  color: #f3f3f3;
}
.site-footer .copyright span a:hover {
  color: #e6ae03;
}
.site-footer .credit a {
  color: #f3f3f3;
}
.site-footer .credit a:hover {
  color: #e6ae03;
}
/* =================================== */
/*  Color Switcher
/* =================================== */
.preview-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  color: #333333;
  display: block;
  left: 0px;
  position: fixed;
  top: 65px;
  width: 260px;
  z-index: 200;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.preview-wrapper.extend {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.switcher-head {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.switcher-head span {
  border-bottom: 2px solid #eee;
  display: block;
  margin: 0 20px;
}
.switcher-trigger {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  cursor: pointer;
  font-size: 20px;
  height: 48px;
  left: auto;
  line-height: 46px;
  position: absolute;
  right: -48px;
  text-align: center;
  top: -1px;
  width: 48px;
}
.switcher-body {
  padding: 20px;
  position: relative;
}
.switcher-body h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.color-options {
  margin-bottom: 30px;
}
.color-options li {
  display: inline-block;
  background-color: #e6ae03;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 6px;
  text-indent: -9999em;
  width: 30px;
  cursor: pointer;
}
.color-options li.c1 {
  background-color: #4682b4;
}
.color-options li.c2 {
  background-color: #66cdaa;
}
.color-options li.c3 {
  background-color: #ff6347;
}
.color-options li.c4 {
  background-color: #ffd600;
}
.color-options li.c5 {
  background-color: #a0ce4e;
}
.color-options li.c6 {
  background-color: #e9967a;
}
.color-options li.c7 {
  background-color: #1abc9c;
}
.color-options li.c8 {
  background-color: #9b59b6;
}
.color-options li.c9 {
  background-color: #34495e;
}
.color-options li.c10 {
  background-color: #e67e22;
}
.color-options li.c11 {
  background-color: #c0392b;
}
.color-options li.c12 {
  background-color: #336E7B;
}
.color-options li.c13 {
  background-color: #3A539B;
}
.color-options li.c14 {
  background-color: #019875;
}
.color-options li.c15 {
  background-color: #F44336;
}
.color-options li.c16 {
  background-color: #E91E63;
}
.color-options li.c17 {
  background-color: #9C27B0;
}
.color-options li.c18 {
  background-color: #673AB7;
}
.color-options li.c19 {
  background-color: #3F51B5;
}
.color-options li.c20 {
  background-color: #2196F3;
}
.color-options li.c21 {
  background-color: #03A9F4;
}
.color-options li.c22 {
  background-color: #00BCD4;
}
.color-options li.c23 {
  background-color: #009688;
}
.color-options li.c24 {
  background-color: #4CAF50;
}
.color-options li.c25 {
  background-color: #8BC34A;
}
.color-options li.c26 {
  background-color: #CDDC39;
}
.color-options li.c27 {
  background-color: #FFEB3B;
}
.color-options li.c28 {
  background-color: #FFC107;
}
.color-options li.c29 {
  background-color: #FF9800;
}
.color-options li.c30 {
  background-color: #FF5722;
}
.color-options li.c31 {
  background-color: #795548;
}
.color-options li.c32 {
  background-color: #9E9E9E;
}
.color-options li.c33 {
  background-color: #607D8B;
}
/*============================================================
  Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .logo img {
    width: 60%;
  }
}
/*============================================================
  Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .primary-nav li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 49px;
    margin: 0 5px;
  }
  .logo {
    padding: 13.5px 0;
  }
  .logo img {
    width: 130px;
  }
  .copyright.pull-left,
  .credit.pull-right {
    float: none !important;
  }
  .credit.pull-right {
    margin-top: 15px;
  }
}
</pre></body></html>