.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.zo2-menu {
  position: relative;
  background-color: #fff;
}
.zo2-megamenu ul li {
  position: relative;
}
.zo2-megamenu ul li > a,
.zo2-megamenu ul li > span {
  display: block;
  font-size: 14px;
  padding: 10px 0;
  color: #999;
}
.zo2-megamenu ul li > a:hover,
.zo2-megamenu ul li > span:hover {
  color: #000;
}
.zo2-megamenu ul li.open > a,
.zo2-megamenu ul li.open > span,
.zo2-megamenu ul li.active > a,
.zo2-megamenu ul li.active > span {
  color: #000;
}
.zo2-megamenu > ul > li {
  display: inline-block;
}
.zo2-megamenu > ul > li.mega-align-justify {
  position: static;
}
.zo2-megamenu > ul > li.mega-align-justify > .mega-dropdown-menu {
  left: 0;
  right: 0;
}
.zo2-megamenu > ul > li.mega-align-right > .mega-dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu > ul > li > a,
.zo2-megamenu > ul > li > span {
  font-size: 16px;
  padding: 15px;
}
.zo2-megamenu .mega-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  padding-right: 0;
  padding-left: 0;
  min-width: 250px;
}
.zo2-megamenu .mega-dropdown-menu .mega-dropdown-inner {
  padding: 20px 30px;
  background-color: #fff;
}
.caret {
  width: auto;
  height: auto;
  border: none;
  margin-left: 8px;
  vertical-align: initial;
  font-size: 11px;
}
.caret:before {
  content: "\c059";
  font-family: 'cleversoft';
}
#canvas-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  cursor: pointer;
  display: none;
  background-color: rgba(0,0,0,0.5);
}
.canvas-toggle {
  display: none;
}
.canvas-toggle a {
  cursor: pointer;
  font-size: 22px;
  color: #282828;
}
.zo2-search {
  display: none;
}
.zo2-search form {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  margin-top: 50px;
}
.zo2-search .inputbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eee;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  line-height: normal;
}
.zo2-search .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background: none;
  border: none;
  line-height: normal;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform-origin: 10% 0;
    -webkit-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    -o-transform-origin: 10% 0;
  }
  .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  .zo2-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
  }
  .zo2-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform-origin: 20% 20%;
    -webkit-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
  }
  .zo2-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
  .zo2-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: absolute;
  }
  .zo2-megamenu.animate .mega.hovering > .mega-dropdown-menu {
    display: block !important;
  }
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .zo2-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 400px;
    height: 100%;
    padding: 30px;
    overflow-y: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  .zo2-megamenu ul li {
    display: block;
    position: relative;
  }
  .zo2-megamenu ul li .caret {
    float: right;
    margin-top: 5px;
    cursor: pointer;
  }
  .zo2-megamenu ul li .caret:before {
    content: "\c025";
  }
  .zo2-megamenu ul li.open .caret:before {
    content: "\c035";
  }
  .zo2-megamenu > ul > li {
    border-bottom: 1px solid #eee;
    line-height: normal;
  }
  .zo2-megamenu > ul > li.open {
    border-bottom: none;
  }
  .zo2-megamenu > ul > li > a,
  .zo2-megamenu > ul > li > span {
    padding-right: 0;
    padding-left: 0;
  }
  .zo2-megamenu .mega-dropdown-menu {
    display: none;
    width: 100% !important;
    position: relative;
  }
  .zo2-megamenu .mega-dropdown-menu .mega-dropdown-inner {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 0 0 20px;
  }
  .canvas-toggle {
    display: block;
  }
  .rlt .zo2-menu {
    text-align: right;
  }
  .offcanvas {
    overflow: hidden;
  }
  .offcanvas #canvas-overlay {
    display: block;
  }
  .offcanvas .zo2-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (max-width: 480px) {
  .zo2-menu {
    width: 320px;
  }
}
.style-switcher {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #738E96;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
  position: fixed;
  top: 80px;
  width: 230px;
  height: auto;
  z-index: 9999;
}
.style-switcher.switcher-left {
  left: -230px;
}
.style-switcher.switcher-right {
  right: -230px;
}
.style-switcher .switch-container {
  background-color: #fff;
  width: 230px;
  height: auto;
  padding: 7px 15px;
}
.style-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-switcher ul.options {
  border-bottom: 1px solid #ccc;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 15px 10px;
}
.style-switcher ul.options li {
  display: inline;
  float: left;
  margin-bottom: 0;
  text-align: center;
}
.style-switcher ul.options.layout-select {
  width: auto;
}
.style-switcher ul.options.layout-select li:first-child {
  margin-right: 10px;
}
.style-switcher ul.options.layout-select li.selected {
  background: #8DC63F;
}
.style-switcher ul.options.layout-select li a {
  color: #fff;
  display: block;
  padding: 4px;
  text-decoration: none;
}
.style-switcher ul.options.layout-select li a img {
  width: auto;
  height: 50px;
}
.style-switcher ul.options.color-select li,
.style-switcher ul.options.background-select li {
  padding: 2px;
  width: 27px;
  margin: 4px;
  border: 1px solid #808080;
}
.style-switcher ul.options.color-select li.selected,
.style-switcher ul.options.background-select li.selected {
  background: #8DC63F;
}
.style-switcher ul.options.color-select li a,
.style-switcher ul.options.color-select li img,
.style-switcher ul.options.background-select li a,
.style-switcher ul.options.background-select li img {
  display: block;
  width: 100%;
  height: 27px;
}
.style-switcher h5 {
  display: inline-block;
  font-size: 12px;
  color: #000;
}
.style-switcher h4 {
  background-color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  font-size: 14px;
  font-weight: bold;
  float: left;
  line-height: 30px;
  margin: 0 -40px 15px 0;
  padding: 7px 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 270px;
  height: auto;
  display: inline-block;
  color: #000;
}
.style-switcher h4 .style-switcher-icon {
  float: right;
  font-size: 26px;
  text-align: right;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.style-switcher.switcher-right h4 {
  float: right;
  text-align: right;
  margin-right: 0;
}
.style-switcher.switcher-right h4 .style-switcher-icon {
  float: left;
}
.sticky-wrapper {
  height: auto !important;
}
