@charset "UTF-8";
.container-fluid {
  width: 96%; }

/* Reset 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-weight: 400;
  line-height: 1.3; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  height: 1px;
  background-color: #c3c3c3;
  border: 0;
  margin-top: 40px; }

.gui-blog-nav {
  top: auto;
  box-shadow: none;
  padding: 0 !important;
  z-index: 1000;
  width: 100%; }

/* Basics
================================================== */
* {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.center {
  text-align: center;
  margin: auto; }

.hide {
  display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.2125em;
  margin-top: -0.2em;
  margin-bottom: 0.2em; }

h1 {
  font-size: 2.3125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.4375em; }

h4 {
  font-size: 1.375em; }

h5 {
  font-size: 1.375em; }

h6 {
  font-size: 1.375em; }

@media (max-width: 767px) {
  h1 {
    font-size: 1.6875em; }

  h2 {
    font-size: 1.475em; }

  h3 {
    font-size: 1.375em; } }
p {
  margin: 10px 0 0 0; }

img {
  margin: 0;
  max-width: 100%;
  height: auto; }

em {
  font-style: italic; }

strong {
  font-weight: 600; }

small {
  font-size: 80%; }

iframe {
  width: 100%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.items-center-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: right;
  text-align: right; }

.items-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center; }

/* Links */
a {
  -moz-transition: color 0.3s ease, background-color 0.2s ease;
  -webkit-transition: color 0.3s ease, background-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.2s ease;
  outline: 0; }

a {
  color: inherit;
  outline: 0;
  text-decoration: none;
  font-size: inherit;
  transition: all 1s ease 0s;
  font-weight: inherit; }

a:hover, a:focus {
  outline: 0;
  outline: none;
  text-decoration: none; }

input:invalid {
  border: 0; }

:required {
  border: 0;
  box-shadow: none; }

/* List */
ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 0.1em 0 0.1em 1em;
  font-size: 90%; }

/* Input */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px; }

select {
  background-color: transparent;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.5em 0.5em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 0;
  width: 100%;
  max-width: none;
  cursor: pointer; }

p.lbl {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px; }

select.classic {
  background: url("data:image/svg+xml;utf8,<svg height='25' viewBox='0 0 48 48' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M14 20l10 10 10-10z' fill='black'/><path d='M0 0h48v48h-48z' fill='none'/></svg>") no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 97%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 4px 5px;
  border: 1px solid #c3c3c3;
  min-width: 180px; }

select.classic:hover {
  background: url("data:image/svg+xml;utf8,<svg height='25' viewBox='0 0 48 48' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M14 20l10 10 10-10z'/><path d='M0 0h48v48h-48z' fill='none'/></svg>") no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 97%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 4px 5px; }

.price-filter {
  padding-bottom: 20px; }
  .price-filter p.lbl {
    margin-bottom: 10px; }

.price-filter-range {
  font-size: 12px; }

#collection-filter-price {
  height: 8px;
  border: 1px solid #fff202;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative; }

#collection-filter-price .ui-slider-range {
  border: 1px solid #0f0f0f;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 8px; }

#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  outline: none;
  background-color: #fff202; }

.price-filter-range .min {
  float: left; }

.price-filter-range .max {
  float: right; }

@media (max-width: 992px) {
  select {
    max-width: 100%; } }
@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    padding: 10px;
    max-width: 100%; } }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 0;
  box-shadow: none;
  outline: none;
  outline: 0; }

.gui-focus {
  border-color: transparent;
  box-shadow: none; }

textarea {
  min-height: 150px; }

label,
legend,
label span {
  font-size: 12px; }

input[type="checkbox"] {
  display: inline; }

/* Buttons */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  text-decoration: none;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.2;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

span.sep {
  padding: 0 5px;
  font-weight: 300; }

.spacer {
  height: 50px; }

/* Bootstrap */
.row {
  padding-top: 30px; }
  .row.nospace {
    padding-top: 0; }

.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside; }

.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a {
  text-decoration: underline; }

.messages {
  margin: 20px 0; }

.pager ul li > a, .pager ul li > span {
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  border-radius: unset;
  padding: 0 5px;
  border: 0;
  color: #c3c3c3; }
  .pager ul li > a:hover, .pager ul li > span:hover {
    background-color: unset; }
.pager ul li.active > a {
  color: #000; }

.gui a.gui-button-small, .gui a.gui-button-large {
  color: #fff !important;
  font-size: 14px;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #000 !important;
  transition: all 1s ease 0s; }
  .gui a.gui-button-small:hover, .gui a.gui-button-large:hover {
    background-color: #fff202 !important;
    color: #000 !important; }
.gui a.gui-button-small {
  padding: 7px 20px !important; }
.gui .gui-div-faq-questions p {
  font-size: 14px;
  line-height: 1.5; }
  .gui .gui-div-faq-questions p a {
    color: inherit !important;
    text-decoration: underline; }

.gui-page-title {
  font-size: 2.3125em !important;
  font-weight: 800 !important;
  font-family: "Dosis", sans-serif !important;
  margin: 30px 0 !important; }

.gui-table tbody td:first-child {
  width: 60px; }

.gui-image {
  border: 0 !important; }

.gui-content-subtitle {
  border-bottom: 0 !important;
  margin-top: 10px !important; }

.gui-faq .gui-col2-right .gui-col2-right-col1 {
  width: 44%;
  float: left; }
.gui-faq .gui-col2-right .gui-col2-right-col2 {
  width: 52%;
  float: right;
  margin-right: 0; }
  .gui-faq .gui-col2-right .gui-col2-right-col2 textarea {
    height: 300px; }
.gui-faq textarea {
  height: 200px; }
.gui-faq p {
  line-height: 150%;
  margin-bottom: 20px;
  font-size: 15px; }

/*
 * jQuery FlexPanel v1.1
 * https://github.com/dcooney/flexpanel
 *
 * Copyright 2015 Connekt Media - http://connekthq.com/flexpanel
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney 
 * Twitter: @KaptonKaos
*/
#container,
#wrapper {
  width: 100%;
  position: relative; }

#wrapper {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  background: #f7f7f7; }

.flexpanel {
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 102%;
  padding: 0;
  margin: 0;
  z-index: 100;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  .flexpanel {
    right: -50%;
    width: 50%; } }
@media screen and (max-width: 768px) {
  .flexpanel {
    right: -80%;
    width: 80%; } }
.flexpanel .viewport-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1; }

.flexpanel .viewport {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  background: #222;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */ }

.flexpanel .viewport.smooth {
  -webkit-overflow-scrolling: touch; }

.flexpanel div.navigation {
  padding: 10px 10px 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flexpanel div.navigation ul {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flexpanel div.navigation ul li {
  margin: 0 3%;
  padding: 0;
  clear: both;
  list-style: none;
  width: auto;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #333; }

.flexpanel div.navigation ul li:first-child {
  border-top: none; }

.flexpanel div.navigation ul li ul {
  margin: 0;
  border: none; }

.flexpanel div.navigation ul li ul li {
  font-size: 14px;
  margin: 0 5px 5px;
  border: none;
  position: relative; }

.flexpanel div.navigation ul li ul li a {
  padding: 6px 12px; }

.flexpanel div.navigation ul li ul li a:hover {
  color: #ccc; }

.flexpanel div.navigation ul li ul li a:before {
  content: '»';
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0.5;
  color: #9edeff; }

.flexpanel div.navigation ul li a {
  padding: 10px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.flexpanel div.navigation ul li a:hover {
  color: #ccc; }

.flexpanel div.navigation ul li.active > a {
  color: #ef6f6f !important;
  font-weight: bold; }

.flex-btn {
  width: 34px;
  height: 33px;
  position: absolute;
  left: -52px;
  top: 25px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.flex-btn:active {
  background: #ccc; }

.flex-btn.in-view {
  opacity: 1;
  filter: alpha(opacity=100); }

.flex-btn span {
  width: 20px;
  height: 3px;
  display: block;
  overflow: hidden;
  background-color: #444;
  text-indent: -9999px;
  display: block;
  margin: 0 auto 3px;
  clear: both;
  -webkit-transition: all 0.2s ease 0.35s;
  -moz-transition: all 0.2s ease 0.35s;
  -ms-transition: all 0.2s ease 0.35s;
  transition: all 0.2s ease 0.35s;
  position: absolute; }

.flex-btn span.one {
  top: 9px;
  left: 7px; }

.flex-btn span.two {
  top: 15px;
  left: 7px; }

.flex-btn span.three {
  top: 21px;
  left: 7px; }

.flex-btn:hover span {
  background-color: #333; }

.flexpanel-active .flex-btn {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.flexpanel-active .flex-btn span {
  background-color: #222; }

.flexpanel-active .flex-btn span.two {
  opacity: 0; }

.flexpanel-active .flex-btn span.one {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px; }

.flexpanel-active .flex-btn span.three {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px; }

body.flexpanel-left .flexpanel {
  right: auto;
  left: -40%;
  width: 40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-left .flexpanel {
    right: auto;
    left: -50%;
    width: 50%; } }
@media screen and (max-width: 768px) {
  body.flexpanel-left .flexpanel {
    right: auto;
    left: -80%;
    width: 80%; } }
body.flexpanel-left .flexpanel .flex-btn {
  left: auto;
  right: -48px; }

body.flexpanel-active.flexpanel-left #wrapper {
  -webkit-transform: translate(40%, 0);
  -moz-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  transform: translate(40%, 0);
  opacity: 0.7;
  filter: alpha(opacity=70); }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-left #wrapper {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); } }
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-left #wrapper {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0); } }
body.flexpanel-active.flexpanel-left .flexpanel {
  left: -40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-left .flexpanel {
    left: -50%; } }
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-left .flexpanel {
    left: -80%; } }
body.flexpanel-active.flexpanel-left .flexpanel .viewport-wrap {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0); }

body.flexpanel-active.flexpanel-right #wrapper {
  -webkit-transform: translate(-40%, 0);
  -moz-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  opacity: 0.7;
  filter: alpha(opacity=70); }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-right #wrapper {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-right #wrapper {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0); } }
body.flexpanel-active.flexpanel-right .flexpanel {
  right: -40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-right .flexpanel {
    right: -50%; } }
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-right .flexpanel {
    right: -80%; } }
body.flexpanel-active.flexpanel-right .flexpanel .viewport-wrap {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

body.isIE.flexpanel-right #wrapper {
  left: -40%; }

body.isIE.flexpanel-right .flexpanel {
  right: 0; }

body.isIE.flexpanel-left.flexpanel-active #wrapper {
  left: 40%; }

body.isIE.flexpanel-left.flexpanel-active .flexpanel {
  left: 0; }

body.flexpanel-reveal #wrapper {
  z-index: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

body.flexpanel-reveal.flexpanel-right #wrapper {
  right: auto;
  left: 0; }

body.flexpanel-reveal.flexpanel-right .flexpanel {
  right: -100%;
  z-index: 0; }

body.flexpanel-reveal.flexpanel-right .flexpanel.reveal {
  right: 0; }

body.flexpanel-reveal.flexpanel-right .flex-btn {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  margin: 20px;
  z-index: 999; }

body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
  left: -40%;
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -50%; } }
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -80%; } }
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
  right: 40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 50%; } }
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 80%; } }
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel {
  right: 0; }

body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel.reveal {
  right: 0; }

body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel .viewport-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body.flexpanel-reveal.flexpanel-left #wrapper {
  right: auto;
  left: 0; }

body.flexpanel-reveal.flexpanel-left .flexpanel {
  right: auto;
  left: 0;
  z-index: 0; }

body.flexpanel-reveal.flexpanel-left .flexpanel.reveal {
  left: 0; }

body.flexpanel-reveal.flexpanel-left .flex-btn {
  position: fixed;
  right: auto;
  left: 0;
  top: 0;
  margin: 20px;
  z-index: 999; }

body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
  left: 40%;
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 50%; } }
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 80%; } }
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
  left: 40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 50%; } }
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 80%; } }
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel {
  left: 0; }

body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel.reveal {
  left: 0; }

body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel .viewport-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body.flexpanel-hide .flex-btn,
body.flexpanel-hide .flexpanel {
  display: none; }

::-webkit-scrollbar {
  width: 10px;
  color: #a3a499; }

::-webkit-scrollbar-track {
  background-color: #ecede3;
  border-radius: 10px;
  border: 1px solid #d8d9cf; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a3a499; }

.topnav {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  padding: 6px 0 4px; }
  .topnav .currency {
    margin-top: 5px;
    display: inline-block;
    position: relative; }
    .topnav .currency a {
      position: relative;
      top: -8px; }
    .topnav .currency .curr_list {
      position: absolute;
      z-index: 1;
      top: 100%;
      right: 0px;
      width: 50px;
      background-color: #ff0000;
      border: 1px solid #fff;
      padding: 5px;
      display: none; }
      .topnav .currency .curr_list a {
        display: block;
        top: auto;
        position: static; }
  .topnav a, .topnav span.sep {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    bottom: 8px; }
  .topnav form {
    display: inline-block;
    margin-right: 20px;
    width: 95%;
    max-width: 400px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 8px; }
    .topnav form input {
      float: left;
      width: 70%;
      color: #0f0f0f;
      font-size: 15px;
      font-weight: 600;
      background-color: transparent; }
    .topnav form button {
      float: right;
      width: 30%;
      background-color: #c3c3c3;
      color: #fff;
      font-size: 13px;
      padding: 3px 7px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      transition: all 1s ease 0s; }
      .topnav form button:hover {
        background-color: #ff0000;
        color: #fff202; }

header {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  padding-bottom: 30px; }
  header .container-fluid {
    position: relative; }
  header .links {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    height: 93px;
    /* height of logo */ }
    header .links .links_wrapper {
      display: inline-block; }
      header .links .links_wrapper svg {
        width: 25px;
        height: 25px;
        position: relative;
        margin-left: 20px;
        top: 6px; }
        header .links .links_wrapper svg path {
          fill: #ff0000; }
      header .links .links_wrapper a {
        text-transform: uppercase;
        font-size: 16px;
        color: #fff; }
        header .links .links_wrapper a:hover {
          color: #fff202; }
        header .links .links_wrapper a.cart_link {
          white-space: nowrap; }
          header .links .links_wrapper a.cart_link:hover svg path {
            fill: #fff202; }
      header .links .links_wrapper .sep {
        padding: 0 10px; }
    header .links form {
      width: 95%;
      max-width: 400px;
      margin-right: 30px;
      background-color: #fff;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      display: inline-block;
      padding: 5px; }
      header .links form input {
        font-size: 16px;
        float: left;
        width: 85%;
        color: #000;
        border: 0;
        margin-top: 3px;
        position: relative;
        left: 10px;
        top: 3px; }
      header .links form button {
        float: right;
        background-color: #fff202;
        color: #000;
        border: 0;
        width: 35px;
        height: 35px;
        padding: 0;
        transition: all 1s ease 0s;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        header .links form button:hover {
          background-color: #ff0000;
          color: #fff202; }
  header .megamenu {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease 0s;
    box-sizing: border-box; }
    header .megamenu.hover {
      visibility: visible;
      opacity: 1; }
    header .megamenu .one {
      float: left;
      width: 25%;
      padding-right: 20px;
      box-sizing: border-box; }
      header .megamenu .one ul {
        padding: 20px 50px; }
        header .megamenu .one ul li a {
          color: #888;
          display: block;
          margin: 10px 0;
          font-size: 16px;
          font-weight: 400;
          position: relative; }
          header .megamenu .one ul li a:hover {
            color: #000; }
          header .megamenu .one ul li a .fa {
            float: right; }
        header .megamenu .one ul li.hover > a {
          color: #000; }
        header .megamenu .one ul li.hover ul {
          display: block; }
        header .megamenu .one ul li.active > a {
          color: #000; }
    header .megamenu .two {
      float: left;
      width: 75%;
      border-left: 1px solid #ccc;
      box-sizing: border-box;
      background-color: #f0f0f0;
      display: none; }
      header .megamenu .two ul {
        padding: 20px 50px;
        margin: 0; }
        header .megamenu .two ul li {
          display: none; }
          header .megamenu .two ul li a {
            display: none; }
          header .megamenu .two ul li ul {
            padding: 0; }
            header .megamenu .two ul li ul li {
              float: left;
              width: 25%;
              display: block;
              border-right: 20px solid transparent;
              margin-bottom: 15px; }
              header .megamenu .two ul li ul li a {
                color: #888;
                text-transform: uppercase;
                font-weight: 600;
                display: block;
                margin: 10px 0;
                font-size: 16px;
                position: relative; }
                header .megamenu .two ul li ul li a:hover {
                  color: #000; }
                header .megamenu .two ul li ul li a .fa {
                  float: right; }
              header .megamenu .two ul li ul li .img {
                height: 100px;
                width: 100%;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: top center;
                background-color: #fff;
                margin-bottom: 10px; }
              header .megamenu .two ul li ul li ul li {
                float: none;
                width: auto;
                border-right: 0; }
              header .megamenu .two ul li ul li:last-of-type {
                border-right: 0; }
              header .megamenu .two ul li ul li.active > a {
                color: #000; }
          header .megamenu .two ul li.hover {
            display: block; }

nav {
  background-color: #0f0f0f;
  font-family: "Dosis", sans-serif;
  font-weight: 600; }
  nav ul {
    margin: 0;
    display: inline-block; }
    nav ul li {
      display: inline-block;
      position: relative; }
      nav ul li a {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        padding: 15px 25px;
        color: #fff; }
        nav ul li a:hover {
          background-color: #000;
          color: #fff202; }
        nav ul li a .fa {
          padding-left: 5px; }
      nav ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        padding: 10px 0;
        width: 200px;
        transition: all 1s ease 0s;
        background-color: #0f0f0f; }
        nav ul li ul li {
          display: block; }
          nav ul li ul li a {
            padding: 3px 25px;
            font-size: 15px; }
      nav ul li.hover > ul {
        visibility: visible;
        opacity: 1; }
      nav ul li.active > a {
        background-color: #000;
        color: #fff202; }
  nav a.btnHome {
    color: #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff202;
    margin-right: 25px; }
    nav a.btnHome:hover {
      background-color: #000;
      color: #fff202; }
    nav a.btnHome .fa {
      padding-left: 5px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick.eot");
  src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 10;
  position: absolute;
  display: block;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent; }

.slick-prev {
  left: 25px; }

.slick-next {
  right: 25px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 64px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

#tmp_pix {
  width: 100%; }

.slick_slide .slick-prev, .slick_slide .slick-next {
  color: #fff202;
  top: 45%;
  font-size: 2.5em;
  transition: all 1s ease 0s; }
  .slick_slide .slick-prev:hover, .slick_slide .slick-next:hover {
    color: #ff0000; }
.slick_slide ul li .img {
  background-size: cover;
  background-position: top center;
  height: 600px;
  width: 100%; }
.slick_slide ul li iframe {
  height: 600px;
  width: 100%; }
.slick_slide ul li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .slick_slide ul li .caption a {
    background-color: #fff20280;
    color: #fff;
    font-size: 32px;
    padding: 15px 30px;
    font-family: "Dosis", sans-serif;
    font-weight: 600; }
    .slick_slide ul li .caption a:hover {
      background-color: #fff202;
      color: #0f0f0f; }

.iframe_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 850px; }
  .iframe_wrapper .resp_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.site h1 {
  font-size: 40px;
  color: #fff202; }
.site h2 {
  font-size: 28px;
  color: #000;
  padding-top: 10px; }

.banner_bb {
  background-size: cover;
  background-position: top center;
  height: 700px;
  width: 100%;
  position: relative; }
  .banner_bb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .banner_bb a span {
      font-size: 50px;
      font-weight: 800;
      font-family: "Dosis", sans-serif;
      color: #fff; }
    .banner_bb a:hover {
      background-color: rgba(0, 0, 0, 0.5); }
      .banner_bb a:hover span {
        color: #fff202; }

.rowHeight {
  height: 370px; }

.product_wrapper .product {
  margin-bottom: 0; }

.banner_sb {
  background-size: cover;
  background-position: top center;
  height: 300px;
  width: 100%;
  position: relative; }
  .banner_sb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
    .banner_sb a span {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      display: block;
      padding: 0 25px;
      box-sizing: border-box;
      font-size: 26px;
      font-weight: 800;
      font-family: "Dosis", sans-serif;
      color: #fff; }
    .banner_sb a:hover {
      background-color: rgba(0, 0, 0, 0.5); }
      .banner_sb a:hover span {
        color: #fff202; }

.page-title h1 {
  margin: 30px 0; }

.glyphicon-star {
  color: #fff202; }

.glyphicon-star.blank {
  color: #c3c3c3; }

.products {
  margin-bottom: 80px; }
  .products.related h2, .products.bundles h2 {
    font-size: 1.5em;
    background-color: #f0f0f0;
    padding: 8px 15px; }

.product {
  margin-bottom: 20px; }
  .product .image-wrap {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden; }
    .product .image-wrap img {
      transition: all 1s ease 0s; }
    .product .image-wrap .ribbon {
      position: absolute;
      top: 5px;
      left: 5px;
      background-color: #fff202;
      padding: 5px 10px; }
  .product .desc {
    font-size: 18px;
    font-weight: 400;
    font-family: "Dosis", sans-serif;
    padding: 3px 0;
    line-height: 1; }
    .product .desc p {
      margin: 5px 0; }
  .product .price {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
    .product .price .old-price {
      color: #ff0000;
      text-decoration: line-through;
      padding-right: 10px; }
  .product:hover .desc {
    color: #ff0000; }
  .product:hover .image-wrap img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

#instafeed .img {
  height: 200px;
  border-top: 0;
  border-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: none; }
  #instafeed .img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden; }
    #instafeed .img a span {
      color: #fff;
      visibility: hidden;
      opacity: 0;
      font-size: 13px;
      line-height: 1.3;
      padding: 15px;
      display: inline-block; }
    #instafeed .img a:hover {
      background-color: rgba(0, 0, 0, 0.8); }
      #instafeed .img a:hover span {
        visibility: visible;
        opacity: 1; }
#instafeed .slick-prev, #instafeed .slick-next {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  text-align: center;
  transition: all 1s ease 0s;
  opacity: 0.65;
  font-size: 14px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important; }
  #instafeed .slick-prev .fa, #instafeed .slick-next .fa {
    color: #000;
    position: relative;
    top: 3px;
    font-size: 1.5em; }
  #instafeed .slick-prev:hover, #instafeed .slick-next:hover {
    opacity: 1; }
    #instafeed .slick-prev:hover .fa, #instafeed .slick-next:hover .fa {
      color: #ff0000; }
#instafeed .slick-prev {
  left: 10px; }
  #instafeed .slick-prev .fa {
    left: -2px; }
#instafeed .slick-next {
  right: 10px; }
  #instafeed .slick-next .fa {
    right: -2px; }
#instafeed .slick-disabled {
  opacity: 0.25;
  cursor: none; }
  #instafeed .slick-disabled:hover {
    opacity: 0; }

.insta_title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1.2em;
  text-align: center; }
  .insta_title a:hover {
    color: #ff0000; }

.insta_banner {
  background-color: #fff202;
  height: 200px;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .insta_banner span {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    font-family: "Dosis", sans-serif;
    line-height: 1; }

.legend {
  text-align: center; }
  .legend hr {
    margin: 0;
    background-color: #fff202;
    position: relative;
    top: -3px;
    height: 2px;
    z-index: 2; }
  .legend a {
    position: relative;
    z-index: 3;
    top: -15px;
    padding: 5px 25px;
    background-color: #c3c3c3;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border: 3px solid #fff202;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }

footer {
  background-image: url(footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  height: 900px; }
  footer .wrapper {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 100px 0; }
  footer p, footer a {
    font-weight: 400;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    line-height: 1.5; }
    footer p.copy, footer a.copy {
      font-size: 14px;
      padding: 15px 0; }
      footer p.copy a, footer a.copy a {
        font-size: inherit; }
    footer p.contact, footer a.contact {
      padding: 15px 0; }
      footer p.contact .fa, footer a.contact .fa {
        padding-right: 5px; }
  footer a:hover {
    color: #fff202; }
  footer h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px; }
  footer ul li {
    margin: 8px 0; }
  footer .social-media {
    margin: 80px 0; }
    footer .social-media a {
      padding: 0 10px; }
  footer .frmNews {
    width: 98%;
    max-width: 700px;
    margin: 35px auto; }
    footer .frmNews input {
      border: 1px solid #c3c3c3;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      float: left;
      width: 80%;
      padding: 10px 15px; }
      footer .frmNews input:focus {
        border: 1px solid #c3c3c3; }
    footer .frmNews button {
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      background-color: #fff202;
      font-weight: 600;
      font-family: "Dosis", sans-serif;
      color: #000;
      padding: 10px 15px;
      float: right;
      width: 18%; }
      footer .frmNews button:hover {
        transition: all 1s ease 0s;
        background-color: #0f0f0f;
        color: #fff202; }
  footer .back_to_top {
    position: absolute;
    z-index: 10;
    top: 225px;
    right: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff202;
    font-weight: 600;
    font-family: "Dosis", sans-serif;
    color: #000;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center; }
    footer .back_to_top:hover {
      color: #ff0000; }

.blogs {
  margin-top: 30px;
  background-color: #fff202;
  padding: 40px 0; }
  .blogs .blog_wrapper {
    padding: 20px 0;
    box-sizing: border-box; }
    .blogs .blog_wrapper h2 {
      line-height: 1.3;
      margin-bottom: 10px; }
      .blogs .blog_wrapper h2 a:hover {
        color: #ff0000; }
    .blogs .blog_wrapper h4 {
      line-height: 1.3;
      margin: 30px 0; }
      .blogs .blog_wrapper h4 a:hover {
        color: #ff0000; }
    .blogs .blog_wrapper .img_wrapper {
      overflow: hidden;
      margin: 15px 0; }
      .blogs .blog_wrapper .img_wrapper .img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: 250px;
        margin: auto;
        transition: all 1s ease 0s; }
    .blogs .blog_wrapper p {
      padding: 0 20px; }
    .blogs .blog_wrapper .btn {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      background-color: #fff;
      color: #000;
      font-size: 12px;
      font-weight: 600;
      padding: 5px 20px;
      margin-top: 20px; }
      .blogs .blog_wrapper .btn:hover {
        background-color: #ff0000;
        color: #fff; }
    .blogs .blog_wrapper:hover > .img_wrapper .img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.fixed {
  margin: 50px 0; }

.gui-blog .gui-page-title {
  background-color: #ff0000;
  padding: 7px 15px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 45px;
  color: #fff;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75); }
.gui-blog header {
  background-color: unset;
  color: unset; }
  .gui-blog header img {
    display: block;
    margin: 40px auto; }
  .gui-blog header ul {
    list-style: none !important;
    margin-left: 0;
    font-size: inherit !important; }
    .gui-blog header ul a {
      color: #ff0000; }
      .gui-blog header ul a:hover {
        color: #000; }
  .gui-blog header h1 a {
    font-size: 2.2em; }
.gui-blog footer {
  background-image: unset;
  height: auto;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  margin: 10px 0; }
  .gui-blog footer a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff202;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    margin-top: 20px; }
    .gui-blog footer a:hover {
      background-color: #ff0000;
      color: #fff; }
.gui-blog .blog-article-summary {
  font-size: 20px;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  color: #000; }
.gui-blog p {
  font-size: 16px;
  margin: 5px 0 20px; }
.gui-blog ul {
  list-style: disc !important;
  margin-left: 15px;
  font-size: 16px !important; }
.gui-blog .gui-col2-right-col2 ul {
  list-style: none !important;
  margin-left: 0;
  font-size: inherit !important; }

.sidebar .cats {
  margin: 20px 0; }
  .sidebar .cats li a {
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #888; }
    .sidebar .cats li a:hover {
      color: #000; }
  .sidebar .cats li a.expand {
    font-size: 20px;
    padding-right: 3px; }
  .sidebar .cats li ul {
    margin: 5px 0 10px 16px; }
  .sidebar .cats li.active > a {
    color: #000; }
.sidebar .other-filters .filter_group {
  margin: 5px 0 10px; }
  .sidebar .other-filters .filter_group div {
    padding: 0 15px; }
  .sidebar .other-filters .filter_group strong {
    padding-bottom: 5px;
    display: block; }
.sidebar .other-filters .btn_reset {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 15px;
  background-color: #c3c3c3;
  border: 1px solid #ccc;
  margin-top: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .sidebar .other-filters .btn_reset:hover {
    background-color: #fff202; }

/*


   Magic Zoom Plus v5.1.11 
   Copyright 2016 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz"); }
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important; }

.MagicZoom > img,
.mz-figure > img {
  width: 100%;
  height: auto; }

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important; }

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important; }

.mz-figure.mz-active,
.mz-expand {
  -ms-touch-action: none;
  touch-action: none; }

.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important; }

.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important; }

.mz-lens img {
  -webkit-transition: none !important;
  transition: none !important; }

.mz-zoom-window {
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none; }

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important; }

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647; }

.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  -webkit-transition: none;
  transition: none;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important; }

.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important; }

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important; }

.mz-expand-controls {
  z-index: 2147483647; }

.mz-fade {
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.mz-hidden {
  opacity: 0; }

.mz-visible {
  opacity: 1; }

.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important; }

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
  display: none !important; }

.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important; }

.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important; }

.mz-expanded-view-open,
.mz-expanded-view-open body {
  overflow: hidden !important; }

.mz-expanded-view-open body {
  height: auto !important; }

/**
 * Main figure
 */
.mz-figure.mz-active {
  background: #fff; }

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair; }

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none; }

.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important; }

.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%); }

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6; }

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6); }

.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0; }

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
  opacity: 1; }

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0); }

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent; }

/**
 * Zoom lens
 */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  width: 100px !important;
  height: 100px !important;
  z-index: 10;
  opacity: 0; }

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s; }

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none; }

/**
 * Zoom window
 */
.mz-zoom-window {
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 5px; }

.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3); }

.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1; }

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important; }

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5; }

.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none; }

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important; }

.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80); }

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0; }

.mz-zoom-window.mz-expanded > .mz-caption {
  display: none; }

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.mz-zoom-window.mz-deactivating {
  -webkit-transition-duration: .25s, .25s, .25s;
  transition-duration: .25s, .25s, .25s; }

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100; }

.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0); }

.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0); }

.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0); }

.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0); }

/* Inner mode animation */
.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(0.1);
  transform: scale(0.1); }

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0; }

/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
  transition: opacity 0.25s ease, z-index 0.25s ease; }

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em; }

.mz-hint-message:before {
  content: '\02295';
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.mobile-magic .mz-hint-message:before {
  display: none; }

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.mz-expand .mz-hint-message {
  padding: 1.1em; }

.mz-expand .mz-hint-message:before {
  display: none; }

.mz-expand .mz-hint-hidden {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0; }

/* Loading indicator */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mz-loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box; }

.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

.mz-loading.shown:after {
  -webkit-animation: spin-loading .9s infinite linear;
  animation: spin-loading .9s infinite linear; }

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.lt-ie10-magic .mz-loading {
  font-size: 12px;
  padding: .7em 1.1em;
  width: auto;
  height: auto; }

.lt-ie10-magic .mz-loading:after {
  content: 'Loading...';
  text-indent: 0;
  border: none;
  position: relative; }

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto; }

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D'); }

.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0); }

/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important; }

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important; }

.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none; }

/* Expanded view background */
.mz-expand .mz-expand-bg {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  z-index: -100;
  max-width: none !important;
  max-height: none !important;
  -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -webkit-perspective: 600px;
  perspective: 600px;
  background-repeat: no-repeat;
  background-size: cover; }

.mz-expand .mz-expand-bg > img {
  margin: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: .6; }

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important; }

.lt-ie9-magic .mz-expand {
  background: #1f1f1f; }

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96); }

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important; }

.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96); }

.mz-expand.white-bg {
  background-color: #fff; }

/* Expanded view stage */
.mz-expand .mz-expand-stage {
  z-index: 2100000000;
  padding: 0; }

.mz-expand .mz-expand-stage .mz-image-stage {
  z-index: 50;
  left: 120px;
  right: 120px;
  padding: 20px 0 40px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 120px; }

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0; }

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 0;
  line-height: 100%;
  width: 0; }

.mz-expand .mz-image-stage > figure {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 100%;
  position: relative; }

.mz-expand .mz-figure {
  overflow: visible;
  max-width: 100% !important; }

.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto; }

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  width: 100%;
  height: 100%; }

.mz-expand .mz-figure {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important; }

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100); }

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100); }

/* Caption in expanded view */
.mz-expand .mz-caption {
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 4px;
  font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0; }

.mz-expand .mz-caption.mz-show {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 1; }

.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer; }

.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none; }

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%; }

.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent; }

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0; }

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
  left: 0px;
  right: 0px; }

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
  bottom: 0px; }

.mobile-magic .mz-expand-stage .mz-image-stage {
  padding: 0; }

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 5px 0 60px; }

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding-top: 0; }

.mobile-magic .mz-expand .mz-expand-thumbnails {
  padding: 0;
  height: 60px; }

/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important; }

button.mz-button {
  color: #b4b4b4 !important;
  font: 900 34px/1 'magictoolbox-thin' !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important; }

button.mz-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important; }

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important; }

button.mz-button.mz-button-prev {
  left: 0 !important; }

button.mz-button.mz-button-next {
  right: 0 !important; }

button.mz-button.mz-button-close {
  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important; }

:root:not(.mobile-magic) button.mz-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
  transition: color .25s, border-color .25s, transform .25s !important; }

:root:not(.mobile-magic) button.mz-button:hover {
  color: #b4b4b4 !important;
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important; }

.mobile-magic button.mz-button {
  -webkit-transition: -webkit-transform .1s !important;
  transition: transform .1s !important; }

.mobile-magic button.mz-button:active {
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important; }

button.mz-button.mz-button-close:before {
  content: "\a001"; }

button.mz-button.mz-button-prev:before {
  content: "\a002"; }

button.mz-button.mz-button-next:before {
  content: "\a003"; }

@media screen and (max-device-width: 767px) {
  button.mz-button-prev,
  button.mz-button-next {
    display: none !important; }

  .mobile-magic .mz-expand button.mz-button {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(49, 51, 61, 0.3) !important;
    border-color: transparent !important; } }
.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75); }

.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100); }

/**
 * Thumbnails
 */
/* Thumbnails on the page */
.mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none; }

.mz-thumb img {
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box; }

.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(75%);
  filter: brightness(75%); }

.mz-thumb-selected img {
  -webkit-filter: brightness(60%);
  filter: brightness(60%); }

.no-cssfilters-magic .mz-thumb {
  background: #000; }

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: .75;
  filter: alpha(opacity=75); }

.no-cssfilters-magic .mz-thumb-selected img {
  opacity: .6;
  filter: alpha(opacity=60); }

.ie9-magic .mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3); }

/* Thumbnails in expanded view */
.mz-expand-thumbnails {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 65px;
  height: 80px;
  padding: 10px 0;
  box-sizing: border-box; }

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  padding: 10px 2px; }

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  height: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3); }

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%); }

.mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%); }

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none; }

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
  opacity: 0; }

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
  opacity: .7;
  filter: alpha(opacity=70); }

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
  opacity: .5;
  filter: alpha(opacity=50); }

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 40px; }

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none; }

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 0; }

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none; }

.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap; }

.magic-thumbs.no-buttons {
  padding: 0 !important; }

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center; }

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap; }

.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block; }

.magic-thumbs ul li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-height: 100%;
  vertical-align: middle; }

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important; }

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%; }

.magic-thumbs-vertical {
  padding: 30px 0; }

.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal; }

.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto; }

.magic-thumbs-vertical ul li {
  margin: 4px 0; }

.magic-thumbs-vertical ul li > img {
  max-width: 100%;
  max-height: none; }

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%; }

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
  color: #b4b4b4 !important;
  font: 900 24px/1 'magictoolbox-thin' !important;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important; }

.magic-thumbs button.magic-thumbs-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important; }

.magic-thumbs .magic-thumbs-button-prev {
  left: 0; }

.magic-thumbs .magic-thumbs-button-next {
  right: 0; }

.magic-thumbs .magic-thumbs-button-prev:before {
  content: "\a002"; }

.magic-thumbs .magic-thumbs-button-next:before {
  content: "\a003"; }

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, -webkit-transform .25s !important;
  transition: color .25s, transform .25s !important; }

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
  color: #b4b4b4 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important; }

/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto; }

.magic-thumbs-vertical .magic-thumbs-button-prev {
  top: 0; }

.magic-thumbs-vertical .magic-thumbs-button-next {
  bottom: 0; }

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
  content: "\a005"; }

.magic-thumbs-vertical .magic-thumbs-button-next:before {
  content: "\a004"; }

.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important; }

.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20); }

.mz-expand-bg {
  display: none !important; }

.mz-expand {
  background: #fff !important; }

.product_dtl {
  margin: 50px 0; }
  .product_dtl .price_wrapper {
    font-size: 25px;
    font-weight: 600; }
    .product_dtl .price_wrapper .old-price {
      text-decoration: line-through;
      color: #ff0000;
      padding-right: 5px; }
  .product_dtl .lbl {
    margin-top: 30px;
    margin-bottom: 10px; }
  .product_dtl .out {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #f0f0f0;
    margin-top: 30px; }
  .product_dtl .product-configure-options, .product_dtl .product-configure {
    margin: 25px 0 10px; }
    .product_dtl .product-configure-options .product-configure-options-option, .product_dtl .product-configure-options .product-configure-variants, .product_dtl .product-configure .product-configure-options-option, .product_dtl .product-configure .product-configure-variants {
      margin-bottom: 8px; }
      .product_dtl .product-configure-options .product-configure-options-option label, .product_dtl .product-configure-options .product-configure-variants label, .product_dtl .product-configure .product-configure-options-option label, .product_dtl .product-configure .product-configure-variants label {
        font-size: inherit;
        text-transform: uppercase;
        color: #0f0f0f; }
      .product_dtl .product-configure-options .product-configure-options-option a, .product_dtl .product-configure-options .product-configure-variants a, .product_dtl .product-configure .product-configure-options-option a, .product_dtl .product-configure .product-configure-variants a {
        display: inline-block;
        margin: 5px 5px 5px 0;
        padding: 7px 10px;
        border: 1px solid #f0f0f0; }
        .product_dtl .product-configure-options .product-configure-options-option a.active, .product_dtl .product-configure-options .product-configure-variants a.active, .product_dtl .product-configure .product-configure-options-option a.active, .product_dtl .product-configure .product-configure-variants a.active {
          border-color: transparent;
          color: #fff; }
        .product_dtl .product-configure-options .product-configure-options-option a:not(.active):hover, .product_dtl .product-configure-options .product-configure-variants a:not(.active):hover, .product_dtl .product-configure .product-configure-options-option a:not(.active):hover, .product_dtl .product-configure .product-configure-variants a:not(.active):hover {
          background-color: #f0f0f0; }
  .product_dtl .desc .label {
    font-size: inherit;
    text-transform: uppercase;
    color: #0f0f0f;
    padding: 0; }
  .product_dtl .desc p {
    font-size: 17px;
    font-family: "Dosis", sans-serif;
    line-height: 1.4; }
  .product_dtl .change {
    display: inline-block;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    padding: 5px 10px; }
    .product_dtl .change input {
      width: 80%;
      max-width: 40px;
      text-align: center;
      font-size: 15px;
      font-weight: 300;
      border: 0; }
  .product_dtl .btn {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #fff; }
    .product_dtl .btn:hover {
      background-color: #fff202;
      color: #0f0f0f; }
  .product_dtl .cart_link {
    margin-top: 30px; }
    .product_dtl .cart_link a {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 800;
      font-family: "Dosis", sans-serif; }
      .product_dtl .cart_link a:hover {
        color: #ff0000; }
    .product_dtl .cart_link .sep {
      padding: 0 10px; }
  .product_dtl .spacer {
    height: 20px; }
  .product_dtl .tags a {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 3px 10px;
    margin: 5px 5px 0 0;
    color: #fff;
    transition: all 1s ease 0s; }
  .product_dtl .social_links a {
    padding-right: 10px;
    font-size: 1.3em; }
    .product_dtl .social_links a:hover {
      color: #fff202; }
  .product_dtl .fence {
    padding: 10px;
    border: 1px solid #f0f0f0;
    margin-right: 40px; }

.product-tabs .tabs {
  margin-top: 30px; }
  .product-tabs .tabs ul li {
    float: left;
    padding-right: 10px;
    box-sizing: border-box; }
    .product-tabs .tabs ul li a {
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      background-color: #f0f0f0;
      color: #fff;
      font-family: "Dosis", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      padding: 10px 25px;
      color: #000;
      font-weight: 800;
      font-size: 16px;
      display: inline-block;
      margin-bottom: 10px; }
      .product-tabs .tabs ul li a.active {
        background-color: #fff202; }
      .product-tabs .tabs ul li a small {
        color: inherit; }
.product-tabs .tabsPages .page {
  display: none;
  margin-top: 5px; }
  .product-tabs .tabsPages .page.active {
    display: block; }
  .product-tabs .tabsPages .page table {
    margin-bottom: 15px;
    width: 100%; }
  .product-tabs .tabsPages .page td:nth-of-type(2) {
    padding: 0 7px; }
  .product-tabs .tabsPages .page .review {
    margin-top: 20px; }
    .product-tabs .tabsPages .page .review .stars {
      margin-top: 10px; }
      .product-tabs .tabsPages .page .review .stars small {
        padding-left: 10px; }
    .product-tabs .tabsPages .page .review p {
      font-style: italic; }
      .product-tabs .tabsPages .page .review p:first-of-type {
        margin-top: 0; }
.product-tabs .tabsPages .bottom {
  margin-top: 15px;
  font-size: 14px; }
  .product-tabs .tabsPages .bottom a {
    margin: 10px 0 5px; }

.flexpanel .viewport {
  padding: 25px; }
  .flexpanel .viewport ul li {
    margin: 1px 0;
    position: relative; }
    .flexpanel .viewport ul li a {
      font-size: 18px;
      display: block;
      color: #fff;
      text-transform: uppercase; }
      .flexpanel .viewport ul li a .fa {
        padding-left: 7px; }
      .flexpanel .viewport ul li a:hover {
        color: #ff0000; }
    .flexpanel .viewport ul li ul {
      margin: 10px 0 15px 25px; }
      .flexpanel .viewport ul li ul li a {
        text-transform: none; }
    .flexpanel .viewport ul li.active > a {
      color: #fff202; }
.flexpanel .flex-btn {
  transition: all 1s ease 0s;
  background-color: #fff202;
  top: 15px; }
  .flexpanel .flex-btn:hover {
    background-color: #fff; }
    .flexpanel .flex-btn:hover span {
      background-color: #ff0000; }

.textpage {
  margin-bottom: 50px; }
  .textpage ol {
    margin: 20px 0 20px 15px; }
    .textpage ol li {
      margin: 2px 0; }
  .textpage ul {
    margin: 20px 0; }
    .textpage ul li {
      margin: 2px 0; }

/******************************************************
************** media queries **************************
******************************************************/
@media screen and (max-width: 1035px) {
  header .links form {
    max-width: 300px; }
    header .links form input {
      width: auto; }

  .slick_slide ul li .img, .slick_slide ul li iframe {
    height: 500px; } }
@media screen and (max-width: 875px) {
  header .links form {
    max-width: 200px; }
    header .links form input {
      width: 60%; }

  .slick_slide ul li .img, .slick_slide ul li iframe {
    height: 400px; } }
@media screen and (max-width: 990px) {
  footer {
    height: 1300px; }
    footer .back_to_top {
      top: 20px; }
    footer h4 {
      margin-top: 50px; } }
@media screen and (max-width: 768px) {
  .topnav {
    text-align: center; }
    .topnav form {
      display: block;
      margin: auto;
      width: 95%; }
      .topnav form input {
        padding: 0 10px; }
    .topnav .text-right a, .topnav .text-right span.sep {
      position: unset;
      bottom: auto;
      margin: 12px 0; }
    .topnav a {
      font-size: 18px;
      font-weight: 600; }

  footer, .text-right {
    text-align: center; }

  header {
    text-align: center; }
    header .links {
      text-align: center;
      justify-content: center; }
      header .links form {
        max-width: 300px; }
        header .links form input {
          width: 85%;
          padding: 0; }

  .gui-faq .gui-col2-right .gui-col2-right-col1 {
    width: 100%;
    float: none; }
  .gui-faq .gui-col2-right .gui-col2-right-col2 {
    width: 100%;
    float: none;
    margin-top: 30px; }

  .insta_banner {
    margin-top: 30px;
    height: 120px; }

  .rowHeight {
    height: auto; }

  .banner_sb {
    margin-bottom: 30px; }

  .banner_bb {
    height: 400px; }

  .blogs .blog_wrapper {
    margin-bottom: 30px; }
    .blogs .blog_wrapper .img_wrapper .img {
      height: 350px; }

  footer {
    height: 1600px; }

  .product_dtl .fence {
    margin-right: 0; }
  .product_dtl .product-info {
    margin-top: 50px; }

  .textpage iframe {
    height: 500px; }

  .slick_slide ul li .img, .slick_slide ul li iframe {
    height: 350px; } }
@media screen and (max-width: 630px) {
  header .links {
    display: block;
    height: auto; }
    header .links .links_wrapper {
      display: block;
      margin: auto; }
    header .links form {
      max-width: unset;
      margin: 25px 0; }

  .textpage iframe {
    height: 400px; }

  footer .frmNews input {
    float: none;
    width: auto;
    margin-right: 10px; }
  footer .frmNews button {
    float: none;
    width: auto; } }
@media screen and (max-width: 470px) {
  .textpage iframe {
    height: 300px; }

  .slick_slide ul li .img, .slick_slide ul li iframe {
    height: 250px; } }
@media screen and (max-width: 400px) {
  header .links form input {
    width: 75%; }

  footer .frmNews input {
    margin-right: 0;
    width: 100%; }
  footer .frmNews button {
    margin-top: 10px; } }

/*# sourceMappingURL=spud.css.map */
