.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-megamenu .mega-group:before,
.zo2-megamenu .mega-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .mega.open > .mega-dropdown-menu,
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.zo2-megamenu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.zo2-megamenu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.zo2-megamenu .mega-nav > li a {
  white-space: normal;
}
.zo2-megamenu .mega-group-content {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.zo2-megamenu .mega-group-content:before,
.zo2-megamenu .mega-group-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group-content:after {
  clear: both;
}
.zo2-megamenu .mega-group-content > .row-fluid > [class*="span"] > .mega-inner {
  padding: 0;
}
.zo2-megamenu .row-fluid {
  overflow: visible !important;
}
.zo2-megamenu .row-fluid + div .row-fluid {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.zo2-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.zo2-megamenu .mega-inner:before,
.zo2-megamenu .mega-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-inner:after {
  clear: both;
}
.zo2-megamenu .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.zo2-megamenu .caret {
  display: none;
}
.zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.zo2-megamenu .zo2-module {
  margin-bottom: 10px;
}
.zo2-megamenu .zo2-module .module-ct {
  margin: 0;
  padding: 0;
}
.zo2-megamenu .zo2-module .module-title {
  margin-bottom: 0;
}
.zo2-megamenu .mega-group:after {
  clear: both;
}
.zo2-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.zo2-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.zo2-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.zo2-megamenu .mega-align-justify {
  position: static;
}
.zo2-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.zo2-megamenu .span12.mega-col-nav .mega-inner {
  padding: 5px;
}
.zo2-megamenu .mega-group {
  *zoom: 1;
}
.zo2-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.zo2-megamenu .navbar-toggle .icon-bar {
  background-color: #222222;
}
@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 {
    margin-top: 92px;
    -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.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 76px;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .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 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid +div .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
  }
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show .caret,
  .zo2-megamenu .sub-hidden-collapse > .menu-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
}
header#standard-logo {
  display: block;
}
header#retina-logo {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  #standard-logo {
    display: none;
  }
  #retina-logo {
    display: block;
  }
}
.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;
}

.labelitem {
  position: absolute;
  background-color: #f1c40f;
  display: block;
  padding: 8px 30px;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  font-family: 'Ubuntu Mono', monospace;
  left: -10px;
  bottom: 30px;
}
.fixedheadersection {
  position: absolute;
  z-index: 99999;
  width: 100%;
}
@media (max-width: 1800px) {
  .fixedheadersection .container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .fixedheadersection .container {
    padding: 0;
  }
}
i.fa.fa-2x.fa-bars,
.menu-canvas-explorer {
  color: #fff;
}
.headersection {
  width: 100%;
}
@media (min-width: 1800px) {
  .headersection .container {
    width: 1800px;
  }
}
@media (max-width: 1800px) {
  .headersection .container {
    width: 100%;
    padding: 0 60px;
  }
}
.discoverme {
  color: #333;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-family: 'Oswald', Sans-Serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url(../templates/zo2_explorer/assets/zo2/images/redmore-arrow.jpg) right 0px center no-repeat;
  padding: 0 20px 0 0;
}
.discoverme:hover {
  color: #f1c40f;
  text-decoration: none;
  background: url(../templates/zo2_explorer/assets/zo2/images/redmore-arrow-hover.jpg) right 0px center no-repeat;
}
.titlemodule {
  margin-bottom: 50px;
  font-size: 30px;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
}
.titlearticle {
  font-size: 20px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
  color: #333;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.titlearticle:hover {
  text-decoration: none;
  color: #f1c40f;
}
.labelitem {
  position: absolute;
  background-color: #f1c40f;
  display: block;
  padding: 8px 30px;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  font-family: 'Ubuntu Mono', monospace;
  left: -10px;
  bottom: 30px;
}
.titlemodulefooter {
  margin-bottom: 30px;
  margin-top: 90px;
}
.titlemodulefooter span {
  font-size: 18px;
  color: #f1c40f;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Oswald';
  letter-spacing: 3px;
}
.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%;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
input[type="submit"],
input[type="button"],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  text-shadow: none;
  color: #7d7d7d;
  min-height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 4px 6px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
dt,
dd {
  color: #B4B4B4;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 300;
  padding-bottom: 15px;
  width: inherit;
}
.dropdown-menu {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.item-page .full-item {
  max-width: 100%;
  display: block;
}
dt .article-info-term {
  display: none;
}
dl .article-info-bottom,
dl .article-info-top {
  margin-bottom: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 11px;
}
dl .article-info-top dd {
  float: left;
}
dl .article-info-bottom dd {
  float: left;
  margin: 0 10px 0 0;
}
dd span .icon-eye-open,
dd span .icon-time {
  position: relative;
  margin-top: -1px;
  opacity: 0.8;
}
ul.list-striped {
  list-style: none;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img,
.img_caption img {
  max-width: 100%;
  overflow: hidden;
  max-width: auto;
}
.ie8 .img-intro-left img,
.ie8 .img-intro-right img,
.ie8 .img-intro-none img,
.ie8 .item-image img,
.ie8 .img-fulltext-right img,
.ie8 .img-fulltext-left img,
.ie8 .img_caption img {
  max-width: auto !important;
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: inline-block;
}
.item-page .img-wrapper {
  margin-top: 6px;
}
.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
  background: none;
}
.img_caption.left,
.img-intro-left {
  float: left;
  margin: 20px 0;
}
.img_caption.right,
.img-intro-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none,
.img-fulltext-none,
.pull-none.item-image,
.img_caption.none {
  float: none;
}
div.img_caption {
  position: relative;
  width: 100%;
  height: 100%;
}
p.img_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
  z-index: 15;
}
.img-intro-left,
.img-intro-right,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.item-image,
.img_caption {
  max-width: 100%;
  display: block;
}
.image-backdrop {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.img-wrapper a:hover .image-backdrop {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.img-wrapper a:hover .img-intro-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.img-intro-btn {
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 45%;
  width: 40px;
  height: 40px;
  z-index: 5;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}
.items-row {
  margin-bottom: 30px;
}
.pagination {
  float: right;
  margin-top: 10px;
}
.pagination ul.pagination >li {
  display: block;
  float: left;
}
.pagination ul.pagination >li.active span {
  background-color: #f1c40f;
  color: #fff;
}
.pagination ul.pagination >li span,
.pagination ul.pagination >li a {
  border-radius: 0;
  margin-right: 10px;
  background-color: #ebebeb;
  color: #333;
  font-size: 14px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
  border: none;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Serif;
}
.homepage h1.item-title a,
.featured h1.item-title a {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}
.readmore  a {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin-right: 10px;
  background: none;
  color: #4e4d4d;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.readmore  a i {
  position: absolute;
  right: -20px;
  top: 2px;
  -webkit-transition: right .25s ease-out;
  -moz-transition: right .25s ease-out;
  transition: right .25s ease-out;
}
.readmore  a:hover,
.readmore  a:active,
.readmore  a:focus {
  color: ;
}
.readmore  a:hover i,
.readmore  a:active i,
.readmore  a:focus i {
  right: -25px;
}
.items-more .nav-tabs {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.items-more .nav-tabs.nav-stacked li a {
  padding: 3px 0;
  border: 0;
}
.items-more .nav-tabs.nav-stacked li a:hover {
  background: #f8f8f8;
}
.items-leading > div {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.homepage .items-leading > div {
  border: none;
}
.page-header {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.page-header a {
  color: #858585;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: ;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: ;
}
.page-title,
.page-header h1 {
  line-height: 1;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader::before,
.page-subheader::after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader::after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.article-info {
  display: inline-block;
  margin: 15px 0;
  width: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info > * {
  margin: 0 5px;
}
.blog .icons .btn {
  padding: 0;
}
.icon-edit,
.icon-print,
.icon-envelope {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon-edit:before {
  content: "\f044";
}
.icon-print:before {
  content: "\f02f";
}
.icon-envelope:before {
  content: "\f0e0";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul {
  margin: 0;
  padding: 0;
}
ol {
  margin: 2em 0 2em 0px;
  padding-left: 50px;
}
ol li {
  padding: 5px 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal;
}
li {
  line-height: ;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
ul.menu li {
  display: block;
  width: 100%;
}
.zo2-pagination {
  text-align: center;
  width: 100%;
}
.zo2-pagination .counter {
  color: #898989;
  font-size: 13px;
}
.zo2-pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
}
.zo2-pagination ul > li {
  display: inline-block;
  margin: 0 5px;
}
.zo2-pagination ul > li:first-child a,
.zo2-pagination ul > li:last-child a,
.zo2-pagination ul > li:first-child span,
.zo2-pagination ul > li:last-child span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.zo2-pagination ul > li > a {
  color: #898989;
  border: 1px solid #ebebeb;
}
.zo2-pagination ul > li > span {
  border: 1px solid #ebebeb;
}
.zo2-pagination ul > li.active > span {
  background: ;
  border: 1px solid ;
  color: #fff;
}
.zo2-pagination ul > li.active > span:hover,
.zo2-pagination ul > li.active > span:active,
.zo2-pagination ul > li.active > span:focus {
  background: ;
  border: 1px solid ;
  color: #fff;
}
.zo2-pagination ul > li.disabled {
  font-size: 14px;
}
.zo2-pagination ul > li.disabled a {
  line-height: 1;
}
.pager li a {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: none repeat scroll 0 0 ;
  color: #fff;
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.pagenav {
  float: none;
  clear: both;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  border: 1px solid #D9D6D0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #888888;
  height: 30px;
  line-height: 10;
  max-width: 100% !important;
  padding: 0 12px;
}
.login-form button {
  margin: 20px 0;
}
#login-form #form-login-submit {
  width: 100%;
  display: block;
  overflow: hidden;
}
#login-form .logout-button .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .sign-in {
  font-size: 13px;
  line-height: 22;
  padding-left: 15px;
}
#login-form ul.unstyled {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}
#login-form ul.unstyled li {
  font-size: 11px;
  padding-right: 15px;
}
#login-form span.icon-plus-sign {
  visibility: hidden;
}
#login-form .controls label {
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
#zo2-body-wrap .contact {
  margin-top: 40px;
}
#zo2-body-wrap .contact a {
  color: #f1c40f;
}
#zo2-body-wrap .contact p,
#zo2-body-wrap .contact li,
#zo2-body-wrap .contact span {
  font-family: 'Poppins', Sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#zo2-body-wrap .contact li {
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  width: 50%;
}
#zo2-body-wrap .contact li >span {
  width: 50%;
  display: block;
  float: left;
}
#zo2-body-wrap .contact .control-group small {
  margin: -7px 10px 0;
}
#zo2-body-wrap .contact .alert-error {
  display: none;
}
#zo2-body-wrap .contact .form-control {
  border: 0 solid;
  box-shadow: none;
  height: auto;
}
#zo2-body-wrap .contact .block-imfomation {
  margin-bottom: 20px;
}
#zo2-body-wrap .contact .block-imfomation .pull-left {
  height: 48px;
  width: 40px;
  text-align: left;
  line-height: 48px;
  font-size: 18px;
}
#zo2-body-wrap .contact .block-imfomation .block-imfomation-body {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#zo2-body-wrap .contact .block-imfomation .block-imfomation-body p {
  margin: 5px 0 0;
  font-weight: 500;
}
#zo2-body-wrap .contact input {
  padding: 18px 15;
  width: 100%;
  height: 45px;
  line-height: 25px;
  border: none;
  border: 1px solid #ebebeb;
  outline: 0;
}
#zo2-body-wrap .contact textarea {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  width: 100%;
  height: 150px;
  padding: 18px 15px;
  margin-bottom: 35px;
  border: 1px solid #ebebeb;
  outline: 0;
}
#zo2-body-wrap .contact .text_column p {
  margin-bottom: 35px;
}
#zo2-body-wrap .contact .text_column h2 {
  font-size: 30px;
  margin-top: 0;
}
#zo2-body-wrap .contact fieldset {
  border: 0;
}
#zo2-body-wrap .contact .page-header h1 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#zo2-body-wrap .contact .form-actions {
  margin-top: 20px;
  margin-bottom: 80px;
}
#zo2-body-wrap .contact .form-actions button[type="submit"] {
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-color: #f1c40f;
  padding: 14px 40px;
}
#zo2-body-wrap .contact .address_block {
  text-align: center;
  margin-bottom: 30px;
}
#zo2-body-wrap .contact .contact .custom {
  margin: 0 -15px;
}
#zo2-body-wrap .contact iframe {
  box-shadow: -1px 0px 8px 1px #ccc;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
}
#zo2-body-wrap .contact .contact-contactinfo .media,
#zo2-body-wrap .contact .contact-address .media {
  display: inline-block;
  margin-top: 5px;
}
#zo2-body-wrap .contact .contact-contactinfo .fa,
#zo2-body-wrap .contact .contact-contactinfo .s-name,
#zo2-body-wrap .contact .contact-address .fa,
#zo2-body-wrap .contact .contact-address .s-name {
  display: none;
}
#zo2-body-wrap .contact .contact-contactinfo img,
#zo2-body-wrap .contact .contact-address img {
  display: none !important;
}
#zo2-body-wrap .contact .contact-contactinfo span,
#zo2-body-wrap .contact .contact-address span {
  clear: left;
  width: 100%;
}
#zo2-body-wrap .contact .contact-contactinfo .media,
#zo2-body-wrap .contact .contact-address .media {
  clear: left;
  display: block;
}
#zo2-body-wrap .contact .contact-contactinfo .media .s-phone,
#zo2-body-wrap .contact .contact-address .media .s-phone {
  text-align: left;
  margin: 0;
  padding: 0;
}
#zo2-body-wrap .contact .contact-contactinfo .contact-emailto,
#zo2-body-wrap .contact .contact-address .contact-emailto {
  padding-top: 30px;
}
#zo2-body-wrap .contact .contact-contactinfo .contact-emailto a,
#zo2-body-wrap .contact .contact-address .contact-emailto a {
  font-size: 15px;
}
#zo2-body-wrap .contact .contact-form .control-label label {
  display: none;
}
#zo2-body-wrap .contact .contact-form input {
  width: 100%;
  margin-bottom: 0;
}
#zo2-body-wrap .contact .contact-address-block h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#zo2-body-wrap .contact .contact-address-block p {
  text-align: center;
  margin-bottom: 35px;
}
#zo2-body-wrap .contact .media-left,
#zo2-body-wrap .contact .media-right,
#zo2-body-wrap .contact .media-body {
  display: block;
  width: auto;
}
.contact #contact-form input[type="text"]:hover,
.contact #contact-form input[type="text"]:focus,
.contact #contact-form input[type="text"]:hover,
.contact #contact-form input[type="text"]:focus,
.contact #contact-form input[type="email"]:hover,
.contact #contact-form textarea:hover,
.contact #contact-form textarea:focus {
  border: 0;
  background: #f9f9f9;
  border-bottom: 1px solid ;
}
.filter-search.alert.alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  background-image: none;
  padding: 20px;
}
.search-results .result-title {
  margin-top: 24px;
}
.search dt.result-title {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
#searchForm fieldset {
  margin: 20px 0;
}
#search-results ul.search-results {
  list-style-type: none;
}
#search-results ul.search-results li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}
.search .icon-search {
  height: 100px;
  font-size: 16px;
}
.search #searchForm .inputbox {
  width: 210px;
  margin: 0 10px 0 0;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  float: left;
  margin: 3px 5px 0 0;
  padding: 3px;
}
.search #searchForm fieldset input {
  position: static;
}
#mod-finder-searchform.form-search {
  position: relative;
  margin: 0;
  padding: 0;
}
#mod-finder-searchform.form-search button {
  padding: 5px 10px;
  border: 0;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-indent: -9999px;
}
#mod-finder-searchform.form-search input {
  padding: 8px 40px 8px 12px;
  font-size: 11px;
  color: #b2b2b2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform.form-search input.input-medium {
  width: 170px;
}
#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
  padding: 8px 60px 8px 12px;
  border: 1px solid #aaa;
  color: #565656;
}
.search-module {
  position: relative;
  margin: 0;
  padding: 0;
}
.search-module button {
  padding: 5px 10px;
  border: 0;
  display: block;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.search-module button span {
  text-indent: -9999px;
}
.search-module input {
  font-size: 11px;
  color: #b2b2b2;
  width: 170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.search-module input:hover,
.search-module input:focus {
  border: 1px solid #000;
  color: #565656;
}
.edit .btn-toolbar {
  margin: 10px 0;
}
.edit .nav {
  border: none;
  margin: 10px 0 20px;
}
.edit .nav li a {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.edit .nav li.active > a {
  background: #0C7FCF;
  color: #fff;
}
.edit .nav li.active > a:hover,
.edit .nav li.active > a:active,
.edit .nav li.active > a:focus {
  border: none;
  color: #fff;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
div#sbox-window.shadow {
  width: 820px;
  height: 520px;
}
.login .well {
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}
div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn-drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_language_chzn.chzn-container div.chzn-drop {
  width: 280px !important;
}
form#imageForm.form-vertical div.well div.row div div.control-label label.control-label,
form#imageForm.form-vertical div.well div.row div div.control-label label,
form#imageForm.form-vertical div.well div.row div div.controls p.help-block,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block,
body.contentpane form table tbody tr td.key {
  font-family: Tahoma, Verdana, sans-serif !important;
}
div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  width: 280px !important;
  padding: 0px !important;
}
iframe html body.contentpane form#adminForm.form-inline {
  background-color: #FF9900;
}
div#editor-xtd-buttons.btn-toolbar.pull-left {
  margin-top: 10px;
}
a.modal-button.btn,
div.btn-toolbar a.btn,
form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary,
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip,
body.contentpane button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1085DE;
  border: 1px solid #1085DE;
}
form#imageForm.form-vertical div.well div.row div.pull-right button.btn,
button#upload-submit.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1085DE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
}
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
  clear: both;
}
form#adminForm.form-inline table.table thead tr th.title,
form#adminForm.form-inline table.table thead tr th.center a.hasTip {
  float: left;
}
form#adminForm.form-inline table.table thead tr th.center {
  width: 10% !important;
}
form#adminForm.form-inline fieldset.filter div.filters,
form#adminForm.form-inline fieldset.filter hr.hr-condensed {
  clear: both;
  margin: 10px 0;
}
ul.manager.thumbnails li.imgOutline {
  float: left;
  padding: 10px;
}
body.contentpane form table tbody tr td.key {
  text-align: left;
}
.blog {
  padding-top: 40px;
}
.blog .news-info {
  padding: 30px 0;
}
.blog .news-info p {
  margin: 0;
}
.blog .news-info .jcomments-links a.readmore-link {
  color: #f1c40f;
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Oswald', Sans-Serif;
  background: url(../templates/zo2_explorer/assets/zo2/images/redmore-arrow-hover.jpg) right 0px center no-repeat;
  padding: 0 20px 0 0;
}
.blog .page-header {
  padding: 0;
}
.blog h2 {
  margin: 0 0 30px 0;
}
.blog h3.title {
  margin: 0;
}
.blog h3.title a {
  color: #333;
  font-weight: 700;
  font-family: 'Poppins', Sans-serif;
  font-size: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog h3.title a:hover {
  text-decoration: none;
  color: #f1c40f;
}
.blog .article_content {
  clear: both;
  margin: 0 12px;
  position: relative;
  top: 0px;
  border-top: 3px solid ;
  background: #fff;
  padding: 30px;
  z-index: 1;
  -webkit-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -moz-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.blog .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 32;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: ;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.blog .article_content h3 {
  font-size: 200%;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 20px;
}
.blog .article_content h3 a {
  color: #525252;
}
.blog .article_content h3 a:hover {
  text-decoration: underline;
}
.blog .article_content .introText {
  color: #525252;
  font-weight: 300;
  font-size: 133%;
  text-align: justify;
  line-height: 175%;
}
.blog .article_content .article_bottom {
  padding: 25px 0 0;
  border-top: 1px solid #d2d1d0;
  overflow: hidden;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
}
.blog .article_content .article_bottom .itemReadmore {
  float: right;
  height: 32px;
  line-height: 12;
  background: ;
  color: #fff;
  font-size: 133%;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
}
.blog .article_content .article_bottom .itemReadmore:before {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  background: #eee;
  color: #898989;
}
.item-page .article_content {
  clear: both;
  position: relative;
  border-top: 3px solid ;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -moz-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.item-page .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 32;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: ;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.item-page .article_content h1.singleItemTitle {
  margin: 20px 0;
  font-size: 200%;
  color: ;
}
.item-page .article_content .article-info .article-info-inner > div {
  float: left;
  margin: 0 10px 0 0;
}
.item-page .lightbox-modal {
  margin: 0 5px 5px 0;
  display: inline-block;
}
div.tags span {
  display: inline-block;
}
div.tags span a.label-info {
  font-weight: normal;
  padding: 0;
  background: none !important;
  color: #525252;
  font-size: 100%;
}
.rtl .item-page .article_content .article-info .article-info-inner {
  float: right;
}
.rtl .item-page .article_content .article-info .article-info-inner > div {
  float: right;
  margin: 0 0 0 10px;
}
.rtl .item-page .article_content .article-info .article-info-inner > div i {
  line-height: ;
  float: right;
}
.rtl .item-page .article_content .article-info .btn-group.pull-right {
  float: left;
}
.bs-example .btn {
  margin-bottom: 0;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #404141;
  padding-left: 0;
}
.breadcrumb li a {
  line-height: 50px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb .divider {
  display: none;
}
.blog-featured #zo2-features {
  clear: both;
}
.edit.item-page .tab-pane label,
.edit.item-page .tab-pane .input-append input[type="text"] {
  display: inline-block !important;
}
ul.archive-module,
ul.categories-module,
ul.vmmanufacturer {
  list-style: none;
}
ul.archive-module >li,
ul.categories-module >li,
ul.vmmanufacturer >li {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
ul.archive-module a,
ul.categories-module a,
ul.vmmanufacturer a {
  font-size: 14px;
  font-family: 'Poppins', Sans-serif;
  color: #555;
}
#zo2-mod-left {
  padding-left: 0;
  padding-right: 30px;
}
#zo2-mod-left ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
#zo2-mod-right {
  padding-left: 30px;
}
.foody-pagination  .pagination {
  float: right;
  margin-top: 10px;
}
.foody-pagination  .pagination ul.pagination > li {
  display: block;
  float: left;
}
.foody-pagination  .pagination ul.pagination > li.active span {
  background-color: #f1c40f;
  color: #fff;
}
.foody-pagination  .pagination ul.pagination > li span,
.foody-pagination  .pagination ul.pagination > li a {
  border-radius: 0;
  margin-right: 10px;
  background-color: #ebebeb;
  color: #333;
  font-size: 14px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
  border: none;
}
.offcanvas .sidebar-close {
  margin: 10%;
  display: block;
  position: relative;
}
.offcanvas .sidebar-close:before {
  position: absolute;
  left: 30%;
  top: 30%;
  content: "\e90b";
  font-family: 'cleversoft' !important;
  color: #fff;
  font-size: 18px;
}
.zo2-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.zo2-megamenu .mega-inner::before,
.zo2-megamenu .mega-inner::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-inner::after {
  clear: both;
}
.zo2-megamenu .row + .row > div > div {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-width: 200px;
  display: none;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  border-top: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.07);
  box-shadow: 0 0 7px rgba(0,0,0,0.07);
  margin-top: 58px;
  padding: 30px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .mega-dropdown-inner {
  margin-top: 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module .module-title {
  font-size: 170%;
  margin: 0 0 10px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul {
  margin: 0 0 0 15px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a {
  color: #4F4F4F;
  display: block;
  padding: 10px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:hover,
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:active,
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:focus {
  color: ;
}
.zo2-megamenu.slide .mega > .mega-dropdown-menu {
  overflow: hidden;
}
.zo2-megamenu .mega.open > .mega-dropdown-menu,
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.zo2-megamenu .mega-group {
  *zoom: 1;
}
.zo2-megamenu .mega-group::before,
.zo2-megamenu .mega-group::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group::after {
  clear: both;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.zo2-megamenu .mega-group-content {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.zo2-megamenu .mega-group-content::before,
.zo2-megamenu .mega-group-content::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group-content::after {
  clear: both;
}
.zo2-megamenu .mega-group-content > .row > [class*="col-md"] > .mega-inner {
  padding: 0;
}
.zo2-megamenu .col-md-12.mega-col-nav .mega-inner {
  padding: 0 5px;
}
.zo2-megamenu .mega-nav,
.zo2-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zo2-megamenu .mega-nav > li,
.zo2-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px solid #ededed;
}
.zo2-megamenu .mega-nav > li a,
.zo2-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
}
.zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  content: counter(li,square);
  position: absolute;
  left: 0;
  text-align: center;
}
.zo2-megamenu .mega-group > .mega-nav,
.zo2-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.zo2-megamenu .zo2-module {
  margin-bottom: 10px;
}
.zo2-megamenu .zo2-module .module-title {
  margin-bottom: 0;
}
.zo2-megamenu .zo2-module .module-ct {
  margin: 0;
  padding: 0;
}
.zo2-megamenu .zo2-module .module-ct ul {
  list-style: square;
}
.zo2-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.zo2-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
}
.zo2-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.zo2-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.zo2-megamenu .mega-align-justify {
  position: static;
}
.zo2-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.zo2-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.zo2-megamenu .nav .caret,
.zo2-megamenu .dropdown-submenu .caret,
.zo2-megamenu .mega-menu .caret {
  display: none;
}
.zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.zo2-megamenu .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  top: 0;
  left: 100%;
}
.offcanvas {
  background-color: #222533;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  opacity: 0;
  left: -50%;
  width: 49%;
  height: 100%;
}
.offcanvas .sidebar-close {
  color: #ccc;
  display: block;
  float: right;
  font-size: 18px;
  line-height: 22;
  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.offcanvas .sidebar-close::before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 18px;
}
.offcanvas .sidebar-close:hover {
  color: #fff;
}
.offcanvas.active {
  left: 0;
  opacity: 1;
  position: fixed;
}
.zo2-wrapper {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  padding-left: 0;
  padding-right: 0;
}
.zo2-wrapper:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.2);
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.zo2-wrapper.offcanvas-push {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  overflow: hidden;
}
.zo2-wrapper.offcanvas-push:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  width: 100%;
  height: 100%;
}
body.overflow-hidden {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offcanvas-overlay {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  opacity: 0.5;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
}
.offcanvas {
  margin: 0;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: 9999999;
  width: 100%;
  transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  -o-transform: translateX(-350px);
}
.offcanvas .sidebar-nav {
  left: 0;
  margin: 0;
  position: absolute;
  top: 42px;
  width: 100%;
}
.offcanvas .sidebar-nav ul {
  padding: 10%;
  list-style: none;
}
.offcanvas .sidebar-nav ul li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  font-size: 13px;
  border-bottom: 1px dotted rgba(255,255,255,0.2);
  line-height: 40px;
  margin: 0 10px;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.offcanvas .sidebar-nav ul li a:hover {
  color: #fff;
}
.offcanvas .sidebar-nav ul.nav-sub {
  margin-left: 20px;
}
.offcanvas .sidebar-nav > ul > li.nav-active > a {
  color: #fff;
}
.offcanvas .sidebar-nav > ul > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.15);
}
.offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas.active .sidebar-nav {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.nav-parent {
  position: relative;
}
.nav-parent > .nav-oc-toggle {
  border-bottom: none !important;
  font-size: 15px;
  line-height: 22;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  width: 30px;
  height: 50px;
  line-height: 50px !important;
}
.nav-parent > .nav-oc-toggle.icon-caret-up {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  width: 35px;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f107";
}
.button-canvas {
  cursor: pointer;
  display: block;
  padding-top: 10px;
}
.rtl .offcanvas {
  right: 0;
  left: inherit;
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
}
.rtl .offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.rtl .zo2-wrapper.offcanvas-push {
  transform: translate3d(-350px,0px,0px);
  -webkit-transform: translate3d(-350px,0px,0px);
  -ms-transform: translate3d(-350px,0px,0px);
  -o-transform: translate3d(-350px,0px,0px);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
#zo2-quick-contact {
  padding-left: 0;
}
#zo2-quick-contact .customquick-contact ul {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
#zo2-quick-contact .customquick-contact ul li {
  margin-right: 30px;
  font-size: 12px;
  line-height: 50px;
}
.language-switcher .mod-languageslanguage-switcher .language-switcher {
  height: 50px;
  width: auto;
}
.language-switcher .mod-languageslanguage-switcher .language-switcher a,
.language-switcher .mod-languageslanguage-switcher .language-switcher .sbToggle::before {
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.language-switcher .mod-languageslanguage-switcher .language-switcher .sbToggle {
  height: 50px;
}
.language-switcher .mod-languageslanguage-switcher .language-switcher .sbSelector {
  width: auto;
  position: static;
  text-align: right;
  padding-right: 25px;
  line-height: 50px;
  height: 50px;
}
.language-switcher .mod-languageslanguage-switcher .language-switcher .sbOptions {
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}
.language-switcher .mod-languageslanguage-switcher .language-switcher .sbOptions >li {
  text-align: right;
  padding: 0 25px 0 0;
}
#zo2-slide {
  padding: 0;
}
#zo2-slide .customabout-banner {
  position: relative;
}
#zo2-slide .customabout-banner img {
  background-size: cover;
  width: 100%;
}
#zo2-slide .customabout-banner h5 {
  position: absolute;
  top: 40%;
  left: 20%;
  font-size: 30px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.navbar-default ul.level-top>li >a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Oswald';
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  line-height: 100px;
  padding: 0 18px;
}
.navbar-default ul.level-top>li >a b.caret {
  visibility: hidden;
}
.navbar-default ul.level-top>li.dropdown .mega-dropdown-menu {
  border: none;
  top: 70px;
  background-color: #fff;
  margin-top: 20px;
}
.navbar-default ul.level-top>li.dropdown .mega-dropdown-menu >div {
  background-color: transparent;
}
.navbar-default ul.level-top>li.dropdown .mega-dropdown-menu .mega-dropdown-inner {
  border: none;
  padding: 0;
}
.navbar-default ul.level-top>li.dropdown .mega-dropdown-menu .mega-dropdown-inner ul.level1 {
  border: none;
}
.navbar-default ul.level-top>li.dropdown .mega-dropdown-menu .mega-dropdown-inner ul.level1 >li {
  border-bottom: none;
}
.navbar-default ul.level-top>li.dropdown .mega-dropdown-menu .mega-dropdown-inner ul.level1 >li >a {
  padding: 10px 0;
  letter-spacing: 1px;
}
.navbar-default ul.level-top>li.dropdown .mega-dropdown-menu .mega-dropdown-inner ul.level1 >li >a::before {
  visibility: hidden;
}
.navbar-default .navbar-nav {
  float: right;
}
#standard-logo a.standard-logo-link {
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  line-height: 100px;
}
#standard-logo a.standard-logo-link img {
  display: inherit;
}
.is-sticky #zo2-header-wrap #zo2-search .search .icon-search {
  height: 60px;
}
.is-sticky .search-form {
  top: 60px;
  border-top: 1px solid #b4b4b4;
}
#zo2-search {
  padding: 0;
}
@media (min-width: 992px) {
  #zo2-search {
    width: 1%;
  }
}
#zo2-search .search .icon-search {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  line-height: 100px;
}
#zo2-search .search .icon-search i {
  color: #fff;
  cursor: pointer;
}
.homepage #zo2-component {
  padding: 0;
}
.homepage #zo2-component .blog-featured .items-row {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .homepage #zo2-component .blog-featured .items-row {
    margin-bottom: 90px;
  }
}
.homepage #zo2-component .blog-featured .items-row .item {
  min-height: 350px;
  position: relative;
}
@media (max-width: 767px) {
  .homepage #zo2-component .blog-featured .items-row .item {
    text-align: center;
    margin-top: 80px;
  }
  .homepage #zo2-component .blog-featured .items-row .item:last-child {
    margin-bottom: 50px;
  }
}
.homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item {
    margin-right: 15px;
  }
}
.homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item .item-image {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}
@media (max-width: 767px) {
  .homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item .item-image img {
    width: 100%;
  }
}
.homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item h2.item-title a {
  font-size: 20px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
  color: #333;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: bold;
}
.homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item h2.item-title a:hover {
  text-decoration: none;
  color: #f1c40f;
}
.homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item >p {
  line-height: 24px;
}
.homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item .jcomments-links a {
  color: #333;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-family: 'Oswald', Sans-Serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url(../templates/zo2_explorer/assets/zo2/images/redmore-arrow.jpg) right 0px center no-repeat;
  padding: 0 20px 0 0;
}
.homepage #zo2-component .blog-featured .items-row .item .explorer-feature-item .jcomments-links a:hover {
  color: #f1c40f;
  text-decoration: none;
  background: url(../templates/zo2_explorer/assets/zo2/images/redmore-arrow-hover.jpg) right 0px center no-repeat;
}
.custommod-who-we-are .content-who-we-are .story {
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  .custommod-who-we-are .content-who-we-are .story .main-story {
    position: absolute;
    width: 550px;
    height: 350px;
    right: 30px;
    top: 130px;
  }
  .custommod-who-we-are .content-who-we-are .story .main-story h4 {
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'Oswald', Sans-Serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .custommod-who-we-are .content-who-we-are .story .main-story >p {
    line-height: 30px;
  }
  .custommod-who-we-are .content-who-we-are .story .main-story >a {
    color: #333;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-family: 'Oswald', Sans-Serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../templates/zo2_explorer/assets/zo2/images/redmore-arrow.jpg) right 0px center no-repeat;
    padding: 0 20px 0 0;
    margin-top: 30px;
    display: -webkit-inline-box;
  }
  .custommod-who-we-are .content-who-we-are .story .main-story >a:hover {
    color: #f1c40f;
    text-decoration: none;
    background: url(../templates/zo2_explorer/assets/zo2/images/redmore-arrow-hover.jpg) right 0px center no-repeat;
  }
}
.custommod-who-we-are .content-who-we-are .cover {
  padding: 0;
}
@media (max-width: 768px) {
  .portfolio-content-center .gird-common:nth-child(n+2) {
    display: none;
  }
}
#feature-project {
  padding-top: 50px;
}
#feature-project .portfolio-header .project-items {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  #feature-project .portfolio-header .project-items {
    display: flex;
    flex-flow: column wrap;
    text-align: center;
  }
}
#feature-project .portfolio-header .project-items span {
  font-size: 14px;
  font-family: 'Oswald', Sans-Serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  color: #333;
  margin-right: 45px;
  cursor: pointer;
}
#feature-project .portfolio-header .project-items span:hover,
#feature-project .portfolio-header .project-items span.active {
  color: #f1c40f;
}
#feature-project .portfolio-header .control .ct-item {
  display: block;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: 2px solid #959595;
  margin-left: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  line-height: 36px;
}
#feature-project .portfolio-header .control .ct-item:hover {
  background-color: #f1c40f;
  border: 1px solid #f1c40f;
  color: #fff;
}
.what-client-say {
	color:#000;
 /*  padding: 150px 0;*/
} 
.what-client-say .customwhat-client-say h4 {
  margin-bottom: 50px;
  font-size: 30px;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
 text-align: center;
  /*  color: #fff; */
  padding-bottom: 40px;
}
.what-client-say .customwhat-client-say .row-item .client-info .client-say {
  font-size: 14px;
  line-height: 24px;
  /* color: #fff; */
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.what-client-say .customwhat-client-say .row-item .client-info .client-name {
  font-size: 18px;
  /* color: #fff; */
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 30px 0;
}
.customwhat-client-say ul li.row, .customwhat-client-say p{
	
	color:#000 !important;
}
.our-partner h3.moduletitle {
  margin-bottom: 50px;
  font-size: 30px;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.our-partner .customour-partner {
  padding-bottom: 30px;
}
.our-partner .customour-partner .caroufredsel_wrapper .carousel-slider .carousel-item .carousel-item-inner img {
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.our-partner .customour-partner .caroufredsel_wrapper .carousel-slider .carousel-item .carousel-item-inner img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.latest-new {
  padding: 90px 0;
}
.latest-new h3.moduletitle {
  margin-bottom: 50px;
  font-size: 30px;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.latest-new .latestnewslatest-new .items .latest-new-thumb {
  position: relative;
}
.latest-new .latestnewslatest-new .items .latest-new-thumb .published_date {
  position: absolute;
  background-color: #f1c40f;
  display: block;
  padding: 8px 30px;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  font-family: 'Ubuntu Mono', monospace;
  left: -10px;
  bottom: 30px;
}
.latest-new .latestnewslatest-new .items .latest-new-thumb .published_date:after {
  display: block;
}
.latest-new .latestnewslatest-new .items .latest-new-title {
  margin-top: 30px;
}
.latest-new .latestnewslatest-new .items .latest-new-title a:hover {
  text-decoration: none;
}
.latest-new .latestnewslatest-new .items .latest-new-title a span {
  font-size: 20px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
  color: #333;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.latest-new .latestnewslatest-new .items .latest-new-title a span:hover {
  text-decoration: none;
  color: #f1c40f;
}
.footer-links h3.moduletitle,
.footer-about h3.moduletitle,
.footer-office h3.moduletitle,
.footer-bussiness h3.moduletitle {
  margin-bottom: 30px;
  margin-top: 90px;
}
.footer-links h3.moduletitle span,
.footer-about h3.moduletitle span,
.footer-office h3.moduletitle span,
.footer-bussiness h3.moduletitle span {
  font-size: 18px;
  color: #f1c40f;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Oswald';
  letter-spacing: 3px;
}
.footer-links a,
.footer-links p,
.footer-links li,
.footer-about a,
.footer-about p,
.footer-about li,
.footer-office a,
.footer-office p,
.footer-office li,
.footer-bussiness a,
.footer-bussiness p,
.footer-bussiness li {
  color: #727272;
}
.footer-links p,
.footer-about p,
.footer-office p,
.footer-bussiness p {
  padding: 0;
  line-height: 26px;
}
.footer-links ul,
.footer-about ul,
.footer-office ul,
.footer-bussiness ul {
  padding-top: 10px;
}
.footer-about .customfooter-about p {
  margin-top: 10px;
}
.footer-links .customfooter-links .item a {
  display: block;
  padding: 10px 0;
}
.footer-links .customfooter-links .item a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-office li {
  list-style: none;
  margin-bottom: 20px;
}
.footer-bussiness .customfooter-bussiness p {
  margin-top: 10px;
}
.customfooter-socials ul {
  text-align: right;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .customfooter-socials ul {
    justify-content: center;
  }
}
.customfooter-socials ul li {
  list-style: none;
  line-height: 75px;
  padding-left: 20px;
}
.customfooter-socials ul li i {
  font-size: 18px;
  color: #fff;
}
.meet-our-team {
  padding: 90px 0;
}
.meet-our-team h3.moduletitle {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
}
.meet-our-team .teams .team {
  position: relative;
}
.meet-our-team .teams .team h4 {
  position: absolute;
  background-color: #f1c40f;
  display: block;
  padding: 8px 30px;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  font-family: 'Ubuntu Mono', monospace;
  left: -10px;
  bottom: 30px;
  bottom: 170px;
  left: 5px;
}
.meet-our-team .teams .team h5 {
  text-align: center;
  font-size: 20px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
  padding: 0;
  margin-top: 30px;
}
.meet-our-team .teams .team p {
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}
#zo2-breacumbs {
  padding-left: 0;
}
#zo2-breacumbs .breadcrumb {
  border: none;
}
#zo2-breacumbs .breadcrumb li+li:before {
  content: "\f105" !important;
  font-family: FontAwesome;
}
#zo2-component {
  padding: 0;
}
.aboutus {
  padding-top: 50px;
}
.aboutus h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Oswald', Sans-Serif;
  font-weight: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.aboutus .about-sub-list {
  list-style: none;
}
.aboutus .about-sub-list li {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 30px;
  margin-top: 10px;
  background: url(../images/about-lit-icon.png) left center no-repeat;
}
.about-sub {
  margin-top: 50px;
}
.about-sub h5 {
  font-size: 20px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
  color: #333;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 20px 0;
}
.about-sub h5:hover {
  text-decoration: none;
  color: #f1c40f;
}
.title-form-contact {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Oswald', Sans-Serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.title-info-contact {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
  color: #333;
}
#item-latest-new-blog .item-latest-new {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
#item-latest-new-blog .item-latest-new .post-thumnail {
  padding: 0;
}
#item-latest-new-blog .item-latest-new .post-thumnail img.thumbnail {
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}
#item-latest-new-blog .item-latest-new .zt-article_content {
  padding: 0 0 0 10px;
}
#item-latest-new-blog .item-latest-new .zt-article_content span.created {
  color: #acacac;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 40px;
}
#item-latest-new-blog .item-latest-new .zt-article_content h3 {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
#item-latest-new-blog .item-latest-new .zt-article_content h3 a {
  font-weight: 500;
  font-size: 13px;
  color: #252525;
  font-family: "Poppins";
}
.clearfix {
  clear: both;
}
.zt-typo-boxes {
  border-bottom: 1px solid #e2e3e5;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.zt-typo-boxes-inside {
  padding: 0 10px;
}
body {
  font-family: 'Poppins', sans-serif;
}
p {
  margin: 1em 0;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.1;
  color: #333;
  font-family: 'Oswald', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a :hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 14px;
  color: #4e4d4d;
}
a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #f1c40f;
}
[id*='zo2-position-'] {
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.container,
.container-fluid {
  padding: 0;
}
.container .row,
.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.is-sticky #zo2-header-wrap {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.07000000000001);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.07000000000001);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.07000000000001);
}
.is-sticky #zo2-header-wrap #standard-logo a.standard-logo-link {
  line-height: 60px;
}
.is-sticky #zo2-header-wrap #zo2-mega-menu {
  padding-right: 0;
}
@media (min-width: 992px) {
  .is-sticky #zo2-header-wrap #zo2-mega-menu {
    width: 82%;
  }
}
.is-sticky #zo2-header-wrap #zo2-mega-menu ul.nav li:hover >a,
.is-sticky #zo2-header-wrap #zo2-mega-menu ul.nav li.active >a,
.is-sticky #zo2-header-wrap #zo2-mega-menu ul.nav li.open >a {
  color: #f1c40f;
}
.is-sticky #zo2-header-wrap #zo2-mega-menu ul.nav li a {
  color: #333;
  line-height: 60px;
}
.is-sticky #zo2-header-wrap #zo2-mega-menu ul.nav li.dropdown .mega-dropdown-menu {
  margin-top: 0;
}
.is-sticky #zo2-header-wrap #zo2-mega-menu ul.nav li.dropdown .mega-dropdown-menu .mega-dropdown-inner >div {
  background-color: #fff;
}
.is-sticky #zo2-header-wrap #zo2-mega-menu ul.nav li.dropdown .mega-dropdown-menu .mega-dropdown-inner >div ul.level1 li a,
.is-sticky #zo2-header-wrap #zo2-mega-menu ul.nav li.dropdown .mega-dropdown-menu .mega-dropdown-inner >div ul.level2 li a {
  line-height: 20px;
}
.is-sticky #zo2-header-wrap .blog-featured .column-1 {
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .is-sticky #zo2-header-wrap #zo2-search {
    width: 1%;
  }
}
.is-sticky #zo2-header-wrap #zo2-search .search .icon-search {
  line-height: 60px;
}
.is-sticky #zo2-header-wrap #zo2-search .search .icon-search i {
  color: #333;
}
.is-sticky #zo2-header-wrap #zo2-canvas-menu .button-canvas i,
.none-transparent  #zo2-canvas-menu .button-canvas i {
  color: #333;
}
.zo2-wrapper #zo2-get-in-touch-wrap {
  padding: 11px 0;
  background-color: #f1c40f;
}
.zo2-wrapper #zo2-get-in-touch-wrap .row >div {
  padding: 0;
}
.zo2-wrapper #zo2-get-in-touch-wrap .row >div >h6 {
  font-size: 24px;
  color: #333;
  font-family: 'Poppins', Sans-serif;
  font-weight: bold;
  line-height: 48px;
}
.zo2-wrapper #zo2-get-in-touch-wrap .row >div >a {
  background-color: #272727;
  display: block;
  padding: 15px 23px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Oswald', Sans-Serif;
  margin-top: 10px;
}
.zo2-wrapper #zo2-get-in-touch-wrap .row >div >a:hover {
  text-decoration: none;
}
.zo2-wrapper #zo2-mod-right h3.moduletitle,
.zo2-wrapper #zo2-mod-left h3.moduletitle {
  margin: 40px 0;
}
.zo2-wrapper #zo2-mod-right h3.moduletitle span,
.zo2-wrapper #zo2-mod-left h3.moduletitle span {
  color: #333;
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Oswald', Sans-Serif;
}
.zo2-wrapper #zo2-breacumbs-wrap {
  background-color: #f7f7f7;
}
.zo2-wrapper #zo2-top-wrap.have-transparent {
  position: absolute;
  z-index: 99999;
  width: 100%;
  top: 0;
  border-bottom: 1px solid rgba(235,235,235,0.5);
}
@media (max-width: 1800px) {
  .zo2-wrapper #zo2-top-wrap.have-transparent .container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .zo2-wrapper #zo2-top-wrap.have-transparent .container {
    padding: 0;
  }
}
.zo2-wrapper #zo2-top-wrap.have-transparent .customquick-contact ul li {
  color: #fff;
}
.zo2-wrapper #zo2-top-wrap.none-transparent {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
}
@media (min-width: 1800px) {
  .zo2-wrapper #zo2-top-wrap.none-transparent .container {
    width: 1800px;
  }
}
@media (max-width: 1800px) {
  .zo2-wrapper #zo2-top-wrap.none-transparent .container {
    width: 100%;
    padding: 0 60px;
  }
}
.zo2-wrapper #zo2-top-wrap.none-transparent .customquick-contact ul li {
  color: #999999;
}
.zo2-wrapper #zo2-header-wrap-sticky-wrapper {
  height: inherit !important;
}
.zo2-wrapper #zo2-header-wrap.have-transparent {
  top: 48px;
  position: absolute;
  z-index: 99999;
  width: 100%;
}
@media (max-width: 1800px) {
  .zo2-wrapper #zo2-header-wrap.have-transparent .container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .zo2-wrapper #zo2-header-wrap.have-transparent .container {
    padding: 0;
  }
}
.zo2-wrapper #zo2-header-wrap.have-transparent .navbar-default,
.zo2-wrapper #zo2-header-wrap.have-transparent .sbOptions,
.zo2-wrapper #zo2-header-wrap.have-transparent .mega-dropdown-inner {
  background-color: transparent;
}
.zo2-wrapper #zo2-header-wrap.have-transparent .navbar-default li.active a,
.zo2-wrapper #zo2-header-wrap.have-transparent .navbar-default li.open a,
.zo2-wrapper #zo2-header-wrap.have-transparent .navbar-default li:hover a,
.zo2-wrapper #zo2-header-wrap.have-transparent .sbOptions li.active a,
.zo2-wrapper #zo2-header-wrap.have-transparent .sbOptions li.open a,
.zo2-wrapper #zo2-header-wrap.have-transparent .sbOptions li:hover a,
.zo2-wrapper #zo2-header-wrap.have-transparent .mega-dropdown-inner li.active a,
.zo2-wrapper #zo2-header-wrap.have-transparent .mega-dropdown-inner li.open a,
.zo2-wrapper #zo2-header-wrap.have-transparent .mega-dropdown-inner li:hover a {
  background-color: transparent !important;
  outline: none;
}
.zo2-wrapper #zo2-header-wrap.none-transparent {
  z-index: 9999;
  width: 100%;
}
@media (min-width: 1800px) {
  .zo2-wrapper #zo2-header-wrap.none-transparent .container {
    width: 1800px;
  }
}
@media (max-width: 1800px) {
  .zo2-wrapper #zo2-header-wrap.none-transparent .container {
    width: 100%;
    padding: 0 60px;
  }
}
.zo2-wrapper #zo2-header-wrap.none-transparent .navbar-default,
.zo2-wrapper #zo2-header-wrap.none-transparent .sbOptions,
.zo2-wrapper #zo2-header-wrap.none-transparent .mega-dropdown-inner {
  background-color: #fff;
}
.zo2-wrapper #zo2-header-wrap.none-transparent .navbar-default li.active a,
.zo2-wrapper #zo2-header-wrap.none-transparent .navbar-default li.open a,
.zo2-wrapper #zo2-header-wrap.none-transparent .navbar-default li:hover a,
.zo2-wrapper #zo2-header-wrap.none-transparent .sbOptions li.active a,
.zo2-wrapper #zo2-header-wrap.none-transparent .sbOptions li.open a,
.zo2-wrapper #zo2-header-wrap.none-transparent .sbOptions li:hover a,
.zo2-wrapper #zo2-header-wrap.none-transparent .mega-dropdown-inner li.active a,
.zo2-wrapper #zo2-header-wrap.none-transparent .mega-dropdown-inner li.open a,
.zo2-wrapper #zo2-header-wrap.none-transparent .mega-dropdown-inner li:hover a {
  background-color: #fff !important;
}
.zo2-wrapper #zo2-language {
  padding-right: 0;
}
.zo2-wrapper #zo2-mega-menu {
  padding-right: 0;
}
@media (min-width: 992px) {
  .zo2-wrapper #zo2-mega-menu {
    width: 82%;
  }
}
.zo2-wrapper #zo2-mega-menu .navbar {
  margin-bottom: 0;
}
.zo2-wrapper #zo2-mega-menu .navbar-default {
  border: none;
}
.zo2-wrapper #zo2-header-logo {
  padding-left: 0;
}
.zo2-wrapper #zo2-header-logo .standard-logo-link img {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.zo2-wrapper #zo2-who-we-are-wrap {
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .zo2-wrapper #zo2-feature-project-wrap {
    padding: 90px 0;
  }
}
.zo2-wrapper #zo2-feature-project-wrap h3.moduletitle {
  text-align: center;
}
.zo2-wrapper #zo2-feature-project-wrap h3.moduletitle span {
  margin-bottom: 50px;
  font-size: 30px;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
}
.zo2-wrapper #zo2-main-footer-wrap {
  background-color: #252525;
}
.zo2-wrapper #zo2-footer-wrap {
  background-color: #1f1f1f;
}
.zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright,
.zo2-wrapper #zo2-footer-wrap #zo2-footer-social {
  padding: 0;
}
.zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright .zo2-copyright {
  line-height: 75px;
  color: #959595;
}
.zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright .zo2-copyright a {
  color: #959595;
}
.zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright #gototop {
  position: fixed;
  right: 100px;
  bottom: 0;
  display: block;
  padding: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright #gototop i {
  font-size: 25px;
}
.zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright #gototop:hover {
  background-color: #f1c40f;
}
.zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright #gototop:hover i {
  color: #fff;
}
.item-grid .post-image {
  clear: both;
  overflow: hidden;
  z-index: 1;
}
.item-grid .main-item-archive {
  margin: -40px 20px 0 20px;
  background-color: white;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.item-grid .main-item-archive h3.title a {
  font-size: 18px;
}
.item-grid .main-item-archive .news-info {
  padding: 0;
}
.zt-portfolio .zt-portfolio-filter {
  margin-top: 30px;
  text-align: left;
}
.zt-portfolio .zt-portfolio-filter ul li:first-child {
  margin-left: 0;
}
.zt-portfolio .zt-portfolio-filter ul li:first-child a {
  padding-left: 0;
}
.zt-portfolio .zt-portfolio-filter ul li.active a {
  background: none;
  color: #f1c40f;
}
.zt-portfolio .zt-portfolio-filter ul li a {
  background: none;
  font-family: 'Oswald', Sans-Serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.browse-view .foody-row {
  margin-top: 30px !important;
}
.browse-view .foody-row >.product {
  border: none;
}
.browse-view .foody-row >.product:first-child {
  padding-left: 0;
}
.browse-view .foody-row >.product:nth-child(3) {
  padding-right: 0;
}
.browse-view .foody-row >.product .spacer {
  overflow: hidden;
  padding: 0;
}
.browse-view .foody-row >.product .spacer .vm-product-media-container a {
  position: relative;
  display: block;
  width: 270px;
  height: 340px;
  overflow: hidden;
}
.browse-view .foody-row >.product .spacer .vm-product-media-container a:hover .vm3pr {
  display: block;
  top: 40%;
}
.browse-view .foody-row >.product .spacer .vm-product-media-container a img.browseProductImage {
  width: 100%;
  max-height: 100%;
  position: relative;
}
.browse-view .foody-row >.product .spacer .vm-product-media-container a .vm3pr {
  position: absolute;
  z-index: 99;
  -webkit-transition: 'all 0.4s ease 0s';
  -moz-transition: 'all 0.4s ease 0s';
  -o-transition: 'all 0.4s ease 0s';
  transition: 'all 0.4s ease 0s';
  left: 27%;
  top: 43%;
  display: none;
}
.vm-product-descr-container-0,
.vm-product-descr-container-1 {
  min-height: 20px;
}
.vm-product-descr-container-0 h2,
.vm-product-descr-container-1 h2 {
  padding: 10px 0;
}
.vm-product-descr-container-0 h2 a,
.vm-product-descr-container-1 h2 a {
  font-family: ;
  font-size: 18px;
  letter-spacing: 1.2px;
  color: #333;
  font-weight: 400;
}
.zt-product-action,
.zt-product-action {
  display: none;
}
.vm3pr-1 {
  position: relative;
}
.PricesalesPrice .PricesalesPrice {
  display: block;
  margin: auto 0;
  width: 100%;
  position: absolute;
  color: #f4ae1a !important;
  font-size: 16px !important;
  font-family: ;
  letter-spacing: 1.2px;
  text-align: center;
}
.PricesalesPrice .vm-price-desc {
  display: none;
}
.vm-product-rating-container {
  text-align: center;
}
.foody-pagination {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}
.foody-pagination .show-result,
.foody-pagination .pagination {
  padding: 0;
}
#menu-512 #zo2-body-wrap {
  padding-top: 60px;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  max-width: 100%;
  background: #f4ae1a;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding: 12px;
  font-family: 'Oswald', Sans-Serif;
  margin-bottom: 0;
}
.spacer.product-container {
  border: none;
}
#fancybox-outer #fancybox-close {
  top: -15px;
  right: -35px !important;
}
#fancybox-content .showcart,
#fancybox-content .continue,
#fancybox-content #compare_go,
#fancybox-content #wishlists_go {
  background: none repeat scroll 0 0 #f4ae1a;
}
.productdetails #zo2-mod-left {
  display: none;
}
.productdetails #zo2-component {
  width: 100%;
  padding: 0 !important;
}
.vm-product-media-container {
  padding: 0;
}
.vm-product-media-container .main-image {
  width: 470px;
  overflow: hidden;
}
.vm-product-media-container .main-image a img {
  width: 100%;
  height: 100%;
  max-height: none;
}
.vm-product-container .vm-product-media-container {
  width: 50%;
}
.productdetails #zo2-body-wrap,
.productdetails-view {
  background-color: #f4f4f4;
}
.vm-img-desc {
  display: none;
}
.vm-product-details-container {
  padding-left: 75px;
}
.vm-product-details-container h1 {
  font-size: 30px;
  letter-spacing: 1.1px;
  padding: 0;
  margin: 0;
}
.vm-product-details-container .spacer-buy-area {
  padding-left: 0;
  padding-top: 20px;
}
.vm-product-details-container .spacer-buy-area .product-price .vm-price-value span.PricesalesPrice {
  text-align: left;
  font-size: 30px !important;
  margin: 20px 0;
  display: block;
  clear: both;
  color: #333 !important;
}
#zt-opc-plugin .col-md-12,
#zt-opc-plugin .col-md-4,
#zt-opc-plugin .col-md-6,
#zt-opc-plugin .col-md-8 {
  padding: 0;
}
.productdetails .foody-container-desc {
  margin-top: 20px;
}
.news-info .windy-single-comment-share {
  display: none;
}
.tab-pane {
  padding-bottom: 50px;
}
.foody-addtocart-area .addtocart-bar .quantity-box,
.foody-addtocart-area .addtocart-bar .quantity-controls {
  display: block;
}
.foody-product-img {
  padding: 0;
}
.foody-product-cat {
  padding-right: 0;
  padding-left: 80px;
}
.foody-product-cat h1 {
  margin: 0;
  font-size: 30px;
}
.foody-product-cat .foody-raiting .ratingbox {
  margin-right: 20px;
}
.foody-product-cat .foody-raiting .reviews-history p {
  color: #999;
}
.foody-product-cat .foody-raiting .reviews-history p a {
  color: #333;
}
.foody-product-cat .foody-raiting .foody-price-product .product-price .PricesalesPrice {
  text-align: left;
  font-size: 30px !important;
  font-family: ;
  line-height: 40px;
  color: #333 !important;
}
.foody-product-cat .foody-raiting .description-detail {
  padding: 40px 0;
  color: #999;
}
.foody-product-cat .foody-raiting .foodat-add-cart-more {
  padding: 0;
  text-align: right;
}
.foody-product-cat .foody-raiting .foodat-add-cart-more p {
  margin-top: 10px;
  color: #999;
}
.foody-product-cat .foody-raiting .foodat-add-cart-more p a {
  color: #1576fb;
}
.foody-product-cat .foody-raiting .foody-addtocart {
  padding: 30px 0;
  border-top: 1px dashed #cdcdcd;
  border-bottom: 1px dashed #cdcdcd;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart {
  padding: 0;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart .foody-addtocart-area .addtocart-bar {
  margin: 0;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart .foody-addtocart-area .addtocart-bar .quantity-box {
  float: left;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart .foody-addtocart-area .addtocart-bar .quantity-box .quantity-input {
  background-color: #fff;
  width: 80px;
  height: 50px;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart .foody-addtocart-area .addtocart-bar .quantity-controls {
  position: relative;
  float: left;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart .foody-addtocart-area .addtocart-bar .quantity-controls .quantity-plus {
  right: 22px;
  top: 18px;
  position: absolute;
  background: url(../images/quantity-controls.png) repeat-x;
  border: none;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart .foody-addtocart-area .addtocart-bar .quantity-controls .quantity-minus {
  left: -75px;
  border: none;
  background: url(../images/quantity-controls.png) repeat-x;
  background-position: 15px 0;
  top: 18px;
  position: absolute;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart .foody-addtocart-area .addtocart-bar .addtocart-button {
  margin-left: 10px;
  height: 48px;
}
.foody-product-cat .foody-raiting .foody-addtocart .foodat-add-cart .foody-addtocart-area .addtocart-bar .addtocart-button .addtocart-button {
  padding-left: 80px;
  padding-right: 80px;
}
span.custom-variant-inputbox input.custom-attribute:hover,
span.quantity-box input.quantity-input:hover,
input.vm-default:hover,
span.quantity-box input.quantity-input:hover,
.ask-a-question-view input.counter:hover,
.ask-a-question-view input#email:hover,
table.user-details input:hover,
a.ask-a-question:hover,
a.details:hover,
div.details:hover,
a.product-details:hover,
button.default:hover {
  background: none;
}
.cat-detail b {
  color: #333;
}
.cat-detail a {
  color: #999;
}
.spacer .vm-product-media-container .quantity-box,
.spacer .vm-product-media-container .quantity-controls {
  display: none;
}
.additional-images img {
  width: 80px;
  height: 80px;
  margin-right: 17px;
}
.container-desc {
  margin-top: 50px;
}
.container-desc #zt_tabs {
  width: 100%;
}
.container-desc #zt_tabs ul.nav-tabs {
  border-bottom: none;
}
.container-desc #zt_tabs ul.nav-tabs li.active a {
  border-top: 3px solid #333;
  color: #333;
}
.container-desc #zt_tabs ul.nav-tabs li a {
  border-bottom: none;
  color: #999;
  font-size: 18px;
  font-family: ;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #F4F4F4;
  border-right: none;
  border-left: none;
  margin-right: 0;
  border-radius: 0;
}
#fancybox-outer #fancybox-close {
  top: -15px;
  right: -15px;
}
.related_products {
  border-top: 1px solid #d5d5d5;
  min-height: 200px;
}
.related_products #zt_tabs {
  width: 100%;
}
.related_products #zt_tabs ul.nav-tabs li {
  width: 50%;
}
.related_products #zt_tabs ul.nav-tabs li:first-child {
  text-align: right;
}
.related_products #zt_tabs ul.nav-tabs li:first-child.active a:before {
  right: 0;
  top: -2px;
}
.related_products #zt_tabs ul.nav-tabs li:last-child {
  text-align: left;
}
.related_products #zt_tabs ul.nav-tabs li:last-child.active a:before {
  left: 0;
  top: -2px;
}
.related_products #zt_tabs ul.nav-tabs li.active a {
  color: #333;
  position: relative;
}
.related_products #zt_tabs ul.nav-tabs li.active a:before {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  background-color: #333;
  width: 200px;
}
.related_products #zt_tabs ul.nav-tabs li a {
  border: none;
  color: #999;
  font-size: 18px;
  font-family: ;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #F4F4F4;
  margin-right: 0;
  border-radius: 0;
}
.orderby-displaynumber {
  font-weight: bold;
  border-top: none;
  padding: 0;
  margin: 0;
}
.orderby-displaynumber .vm-order-list {
  padding: 15px 0;
}
.orderby-displaynumber .display-number .orderlistcontainer .title {
  display: none;
}
.orderby-displaynumber .display-number .orderlistcontainer .activeOrder,
.orderby-displaynumber .display-number .orderlistcontainer .orderlist {
  border: none;
}
.orderby-displaynumber .display-number .orderlistcontainer .activeOrder a,
.orderby-displaynumber .display-number .orderlistcontainer .orderlist a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  text-align: right;
  color: #333;
  font-family: ;
}
.orderby-displaynumber .display-number .orderlistcontainer .activeOrder {
  padding: 2px 18px 1px 12px;
  background: none;
  position: relative;
}
.orderby-displaynumber .display-number .orderlistcontainer .activeOrder:before {
  content: "\e913";
  font-family: cleversoft;
  right: 0;
  top: 17px;
  font-size: 10px;
  position: absolute;
  display: block;
}
.orderby-displaynumber .display-number .orderlistcontainer .orderlist {
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  right: 0;
  top: 52px;
}
.orderby-displaynumber .display-number .orderlistcontainer .orderlist div {
  padding: 0;
}
.orderby-displaynumber .display-number .orderlistcontainer .orderlist div a {
  min-width: 150px;
  line-height: 20px;
  padding: 10px 20px;
  display: block;
}
#zt_top_cart .zt-cart-inner-foody .vm_cart_products .cart-row .cart-product-img {
  float: left;
  margin-right: 3%;
  width: 25%;
}
#zt_top_cart .zt-cart-inner-foody .vm_cart_products .cart-row .cart-product-img img {
  border: 1px solid #eaeaea;
  width: 70px;
}
#zt_top_cart .zt-cart-inner-foody .vm_cart_products .cart-row .cart-product-detail {
  float: left;
  text-align: left;
  width: 70%;
}
#zt_top_cart .zt-cart-inner-foody .vm_cart_products .cart-row .cart-product-detail h4 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
#zt_top_cart .zt-cart-inner-foody .vm_cart_products .cart-row .cart-product-detail .product-price {
  float: none;
  display: none;
}
#zt_top_cart #cart {
  height: 60px;
}
#zt_top_cart .zt-cart-inner-foody {
  visibility: hidden;
  opacity: 0;
}
#zt_top_cart .zt-cart-inner-foody .vm_cart_products {
  padding: 0 15px;
}
#zt_top_cart .zt-cart-inner-foody .total {
  background: none repeat scroll 0 0 #f4f4f4;
  display: block;
  height: 40px;
  line-height: 33px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
#zt_top_cart .zt-cart-inner-foody .total span {
  display: block;
  float: left !important;
  width: 75px;
}
#zt_top_cart .zt-cart-inner-foody .cart-btn {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  text-align: left;
}
#zt_top_cart .zt-cart-inner-foody .cart-btn a {
  background: none repeat scroll 0 0 #f7c51e;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 4px;
  color: #ffffff;
  margin: 0 2px;
  padding: 8px 15px;
  transition: all 0.2s ease-in-out 0s;
}
#zt_top_cart .zt-cart-inner-foody .cart-btn a:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
#zt_top_cart .zt-cart-inner-foody .vm_cart_products .cart-row {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#zt_top_cart {
  position: relative;
  height: 60px;
  width: 60px;
}
#zt_top_cart:hover .zt-cart-inner-foody {
  visibility: inherit;
  opacity: 1;
}
#zt_top_cart .zt-cart-inner-foody {
  background: none repeat scroll 0 0 #ffffff;
  padding: 15px 0;
  position: absolute;
  right: 30px;
  top: 50px;
  box-shadow: 0 2px 4px 0px #828282;
  width: 230px;
  z-index: 99;
}
#zt_top_cart #cart a {
  position: relative;
}
#zt_top_cart #cart a span.total-item {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f4ae1a;
  text-align: center;
  color: #fff;
  line-height: 20px;
  border-radius: 50%;
  top: -8px;
  right: -12px;
}
.zt-portfolio-item {
  position: relative;
}
.zt-portfolio-item .zt-portfolio-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zt-portfolio-item .zt-portfolio-info:hover {
  background-color: rgba(39,39,39,0.4) !important;
}
.customfooter-links .item {
  padding-left: 0;
}
.aboutus .about-sub-list li {
  list-style: none;
}
#zo2-position-7,
#zo2-position-8,
#zo2-position-9 {
  padding-left: 20px;
}
@media (min-width: 768px) {
  #zo2-position-7,
  #zo2-position-8,
  #zo2-position-9 {
    border-left: 1px solid #444;
  }
}
#zo2-news-wrap {
  background-color: #f7f7f7;
}
.module.footer-links {
  padding-bottom: 36px;
}
.module.footer-office {
  padding-bottom: 6px;
}
.zt-portfolio-overlay-wrapper {
  position: relative;
}
.zt-portfolio-overlay-wrapper .zt-portfolio-info {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: transparent !important;
}
.zt-portfolio .zt-portfolio-description {
  width: 100%;
}
.wrapp-media {
  padding: 0px 25px 0px 0px;
}
.windy-news-inner {
  font-family: Poppins;
}
.windy-news-inner .entry-content p {
  color: #7d7d7d;
}
.windy-news-inner .entry-content ul {
  padding-left: 40px;
  color: #7d7d7d;
}
.windy-news-inner h4 {
  margin-bottom: 20px;
}
.windy-news-inner ul.detail-project-info {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.windy-news-inner ul.detail-project-info li {
  list-style: none;
  line-height: 19px;
  width: 100%;
}
.windy-news-inner ul.detail-project-info li span {
  float: left;
  display: inline-block;
}
.windy-news-inner ul.detail-project-info li span.info-label {
  width: 40%;
  color: #252525;
  font-weight: 600;
}
.windy-news-inner ul.detail-project-info li span.info-content {
  width: 60%;
}
.windy-news-inner h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
}
.proj-img {
  padding-left: 0;
}
.zt-portfolio-nav {
  border-top: 1px solid #ebebeb;
  border-bottom: none;
  padding-top: 40px;
}
.portfolio-next {
  padding: 10px 60px 10px 50px;
  width: 48%;
}
.portfolio-next i {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 30%;
}
.portfolio-previous {
  padding: 10px 50px 10px 60px;
  width: 48%;
}
.portfolio-previous i {
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 30%;
  color: #acacac;
}
.portfolio-next,
.portfolio-previous {
  background-color: #f5f5f5;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.portfolio-next a span,
.portfolio-previous a span {
  color: #acacac;
}
.portfolio-next h6,
.portfolio-previous h6 {
  font-weight: 600;
  margin: 5px 0px;
  font-size: 16px;
}
.portfolio-next h6 a,
.portfolio-previous h6 a {
  color: #252525;
  text-transform: capitalize;
}
.portfolio-next:hover,
.portfolio-previous:hover {
  background-color: #acacac;
}
.portfolio-next:hover i,
.portfolio-next:hover h6 a,
.portfolio-next:hover a span,
.portfolio-previous:hover i,
.portfolio-previous:hover h6 a,
.portfolio-previous:hover a span {
  color: #fff;
}
div#zt-portfolio {
  padding-top: 50px;
}
div[itemprop="articleBody"] blockquote {
  font-size: 18px;
  color: #444444;
  line-height: 30px;
  font-family: ;
  font-weight: 400;
  font-style: normal;
}
div[itemprop="articleBody"] p {
  color: #999;
  line-height: 24px;
  font-size: 14px;
  font-family: ;
}
div[itemprop="articleBody"] ul {
  padding-left: 50px;
}
div[itemprop="articleBody"] ul li {
  list-style: disc inside;
  color: #999;
  line-height: 36px;
  font-size: 14px;
  font-family: ;
}
div[itemprop="articleBody"] ol {
  padding-left: 60px;
}
div[itemprop="articleBody"] ol li {
  color: #999;
  line-height: 36px;
  font-size: 14px;
  font-family: ;
}
div[itemprop="articleBody"] h1,
div[itemprop="articleBody"] h2,
div[itemprop="articleBody"] h3,
div[itemprop="articleBody"] h4,
div[itemprop="articleBody"] h5,
div[itemprop="articleBody"] h6 {
  font-family: ;
}
.tagspopular {
  margin: 50px 0 20px 0;
}
h6.tag {
  font-family: ;
  font-weight: 600;
  font-size: 14px;
  float: left;
  color: #999;
  margin: 6px 10px 6px 0;
}
#foody-tag-list {
  padding-left: 0px !important;
}
#foody-tag-list li {
  border-radius: 0;
}
#foody-tag-list li a {
  font-size: 14px !important;
  font-family: ;
  line-height: 1.9em;
  padding: 0 !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #f2ad32;
  background-color: transparent;
}
#foody-tag-list li a:hover {
  color: #e89a0f !important;
}
#menu-502 .foody-single-comment-share,
#menu-502 #jc {
  display: none;
}
.foody-single-comment-share {
  line-height: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.foody-single-comment-share .single-comment .post-comment a {
  color: #999;
  font-size: 16px;
  line-height: 40px;
  font-family: ;
  font-weight: 600;
}
.foody-single-comment-share .share-links ul.social-icons li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 40px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #999;
}
.foody-single-comment-share .share-links ul.social-icons li.text-share {
  margin-right: 20px;
  line-height: 33px;
}
.foody-single-comment-share .share-links ul.social-icons li span.special-font {
  text-transform: capitalize;
  color: #333;
  font-family: ;
  font-weight: 600;
  font-size: 16px;
}
.foody-single-comment-share .share-links ul.social-icons li a {
  text-align: center;
  line-height: 30px;
  width: 100%;
  height: 100%;
  display: block;
}
.foody-single-comment-share .share-links ul.social-icons li a:hover {
  background-color: #f2ad32;
  border: 1px solid #f2ad32;
}
.foody-single-comment-share .share-links ul.social-icons li a:hover i {
  color: #fff;
}
.foody-single-comment-share .share-links ul.social-icons li a i {
  color: #999;
}
.previous a {
  padding-left: 25px !important;
}
.previous a span {
  position: relative;
}
.previous a span:before {
  position: absolute;
  display: block;
  transform: rotate(180deg);
  left: -25px;
  top: 2px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  font-size: 24px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
}
div[itemprop="articleBody"] blockquote:before {
  content: "\f10d";
  float: left;
  margin-left: -35px;
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 22px;
  line-height: 1.33;
  color: #f2ad32;
  opacity: 0.88;
}
.smiles {
  display: none;
}
#jc {
  margin: 60px 0;
}
#jc h4.foody-title-comment-form {
  font-family: ;
  font-size: 14px;
  text-transform: uppercase;
  margin: 50px 0;
  border-bottom: none;
  letter-spacing: 1.2px;
}
#jc #comments-form #comments-form-buttons {
  text-align: center;
}
#jc #comments-form #comments-form-buttons #comments-form-send,
#jc #comments-form #comments-form-buttons #comments-form-cancel {
  margin: 0 auto;
  background-color: #f2ad32;
  padding: 15px 30px;
  height: 50px;
  overflow: hidden;
  border-radius: 0 !important;
}
#jc #comments-form #comments-form-buttons #comments-form-send a,
#jc #comments-form #comments-form-buttons #comments-form-cancel a {
  color: #fff;
  font-family: ;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.3px;
  padding: 20px 30px;
  height: 50px;
}
#jc #comments-form p {
  margin: 0;
}
#jc #comments-form p span input {
  height: 50px;
}
#jc #comments-form p span input,
#jc #comments-form p span textarea {
  width: 100%;
  color: #7d7d7d;
  background-color: #ebebeb;
  border: none;
  margin-bottom: 20px;
  padding: 20px 30px !important;
}
#jc #comments-form p span input.checkbox,
#jc #comments-form p span textarea.checkbox {
  display: none;
}
#jc #comments-form p span .grippie {
  display: none;
}
#jc #comments h4 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  border-bottom: none;
  padding: 10px 0;
  margin-bottom: 40px;
}
#jc #comments h4:after {
  display: block;
  content: " ";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #ebebeb;
  bottom: 0;
  left: 43%;
}
#jc #comments .rbox {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
#jc #comments .rbox .comment-avatar {
  padding: 0;
}
#jc #comments .rbox .comment-avatar img {
  width: 50px;
  border-radius: 50%;
}
#jc #comments .rbox .comment-box {
  position: relative;
}
#jc #comments .rbox .comment-box .comment-author {
  font-size: 18px;
  font-family: ;
  font-weight: bold;
}
#jc #comments .rbox .comment-box .comment-date {
  padding-left: 0;
  font-size: 12px;
  font-family: ;
  display: block;
  padding: 10px 0;
}
#jc #comments .rbox .comment-box .comment-body {
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
#jc #comments .rbox .comment-box .comments-buttons {
  position: absolute;
  right: 0;
  top: 5px;
}
#jc #comments .rbox .comment-box .comments-buttons a {
  display: block;
  background-color: #ccc;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 3px;
}
#jc #comments .rbox .comment-box .comments-buttons a:hover {
  background-color: #f2ad32 !important;
  color: #fff !important;
}
.zt-portfolio-item:hover .zt-portfolio-info {
  opacity: 1 !important;
}
.zt-portfolio .zt-portfolio-item .zt-portfolio-info {
  background-color: rgba(25,25,25,0.4) !important;
}
.zt-portfolio-info {
  opacity: 0 !important;
  padding-top: 25% !important;
}
.zt-portfolio-info .zt-portfolio-title {
  text-align: center;
}
.zt-portfolio-info .zt-portfolio-title a {
  padding-bottom: 20px;
  color: #fff !important;
  font-size: 18px;
  font-family: 'Poppins', Sans-serif;
  font-weight: 700;
}
.zt-portfolio-info a.prject-button-view {
  color: #333;
  display: block;
  background-color: #f1c40f;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: 150px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 12px;
}
.none-transparent .fa-search:before {
  color: #333;
}
@media (min-width: 768px) {
  section#zo2-top-wrap .container-fluid>.row,
  #zo2-header-wrap-sticky-wrapper .container-fluid>.row {
    padding: 0 50px;
  }
}
a {
  outline: none;
}
.searchsearch-box {
  position: relative;
}
.search-form {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  background: #fff;
  z-index: 20;
  opacity: 1;
  display: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
}
.search-form .search-close {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  top: 40%;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.search-form .search-close i#close-search-box {
  cursor: pointer;
  font-size: 20px;
}
.search-form .search-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-form .search-close:hover i#close-search-box {
  color: #333;
}
.search-form form.form-inline input#mod-search-searchword {
  font-size: 20px;
  padding-left: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  max-height: 50px;
  line-height: 50px;
}
.tparrows.tp-leftarrow:before {
  content: '\c053' !important;
  font-family: 'cleversoft';
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tparrows.tp-rightarrow:before {
  content: '\c053' !important;
  font-family: 'cleversoft';
}
#our-services-btn:hover {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .zo2-copyright {
    text-align: center;
  }
}
.news-info a.comments-link {
  visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  .social a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  #top-search form {
    padding: 0 10px;
  }
  .zo2-menu >.container {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zo2-menu {
    margin-left: 30px !important;
  }
  .zo2-menu > .container {
    padding: 0 !important;
  }
  nav.zo2-menu .navbar-nav > li > a {
    font-size: 13px;
    padding: 0 10px;
  }
  #top-search form {
    padding: 0 15px;
  }
  .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  .social a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  .carousel-caption {
    top: 0;
  }
  .carousel-caption h3 {
    font-size: 30px;
  }
  .carousel-caption p {
    font-size: 13px;
  }
  #news .mod-news img {
    float: none;
  }
}
@media (max-width: 992px) {
  #zo2-position-1 .mobie-search-active form:before {
    content: inherit;
    display: none;
  }
  #zo2-header-wrap {
    padding: 10px 0;
    text-align: center;
  }
  #zo2-header-wrap #zo2-canvas-menu,
  #zo2-header-wrap #zo2-header-logo {
    float: left;
  }
}
@media (min-width: 768px) {
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0px;
  }
  .search-close {
    display: none;
  }
}
@media (max-width: 767px) {
  a.standard-logo-link {
    line-height: 0 !important;
  }
  #zo2-search .search .icon-search {
    line-height: 50px !important;
  }
  i.fa.fa-2x.fa-bars,
  .menu-canvas-explorer {
    margin-top: 15px;
  }
  #zo2-top-wrap {
    text-align: center;
  }
  #zo2-top-wrap .mod-languages,
  #zo2-top-wrap .search .form-inline {
    display: inline-block;
    float: none;
    border: none;
    max-height: 40px;
  }
  #zo2-top-wrap .search {
    float: none;
  }
  header#standard-logo {
    padding-top: 0px;
  }
  #zo2-main-footer-wrap,
  #zo2-footer-wrap {
    padding: 15px;
  }
  .button-canvas {
    padding: 20px 10px;
  }
  .zo2-error #errorboxheader {
    font-size: 35px;
  }
  .zo2-error .img {
    width: 100%;
    text-align: center;
  }
  .zo2-error #outline {
    width: 100%;
  }
  .mobile-logo {
    float: right;
  }
  .mobile-menu {
    float: left;
  }
  nav .zo2-menu {
    margin: 0;
  }
  nav .zo2-menu .navbar-toggle {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 11px 0 0 0;
  }
  nav .zo2-menu .navbar-toggle .icon-bar {
    background-color: #525252;
    display: block;
    height: 4px;
    margin: 0 0 3px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 30px;
  }
  nav .zo2-menu .navbar-toggle:hover {
    background: none;
  }
  nav .zo2-menu .navbar-toggle:hover .icon-bar {
    background-color: #7FBE54;
  }
  nav .zo2-menu .navbar-nav > li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eaeaea;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-header {
    float: left;
  }
  #top-menu {
    text-align: center;
  }
  #zo2-header-top {
    padding-bottom: 20px;
  }
  #zo2-top-menu,
  #zo2-search {
    text-align: center;
  }
  #zo2-top-menu .mod-languages li {
    display: inline-block;
    float: none;
  }
  #zo2-search form {
    display: inline-block;
    float: none;
    border: none;
  }
  #zo2-feature {
    text-align: center;
  }
  #zo2-feature a.btn {
    display: inline-block;
  }
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #999;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show  .caret,
  .zo2-megamenu .sub-hidden-collapse > .nav-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
  .zo2-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .zo2-module {
    margin-bottom: 0;
  }
  .zo2-megamenu .mega-nav > li a,
  .zo2-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 20px;
  }
  .zo2-feature {
    margin-bottom: 30px;
  }
  #news .mod-news img {
    float: none;
  }
  #top-search form {
    padding: 0 15px;
    text-align: center;
    border: none;
    float: none;
  }
  .social a {
    height: 35px;
    margin: 0 3px;
    width: 35px;
  }
  .social.header-social {
    text-align: center;
  }
  #zo2-header {
    padding: 30px 0;
  }
  .copyright {
    text-align: center;
    float: none;
  }
  .footer_zo2_logo {
    text-align: center;
    margin-top: 20px;
  }
  .footer_zo2_logo img {
    float: none;
  }
  #zo2-bottom1 .btn {
    font-size: 9px;
  }
  #zo2-bottom1 .no-line h3 {
    margin-bottom: 15px;
  }
  #zo2-bottom2 .module {
    margin-bottom: 15px;
  }
  .modal.fade {
    background: rgba(0,0,0,0.5);
  }
  .modal-backdrop.fade {
    display: none !important;
  }
}
@media (min-width: 320px) {
  #zo2-component .blog {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  #zo2-component .blog {
    padding-right: 30px;
  }
}

/* Here you can include your additional CSS Styles */
.customwhat-client-say ul li.row, .customwhat-client-say p{color:#fff;font-family: "Oswald",sans-serif;font-size: 16px;font-weight: 400;text-align: center;line-height: 40px;}
.what-client-say .customwhat-client-say h4{padding-bottom:0;}div#zo2-component div.item-page div.news-info div#img-intro-page.img-intro-left{display:none;}
@media (min-width: 768px) {
#zo2-header-wrap-sticky-wrapper .col-md-2 {
  width: 26.6667% !important;
}
#zo2-header-wrap-sticky-wrapper .col-md-9 {
  width: 65% !important; padding-right:0 !important;
}
#zo2-header-wrap .col-md-2 {
  width: 26.6667% !important;
}
#zo2-header-wrap .col-md-9 {
  width: 65% !important; padding-right:0 !important;
}

}
@media (max-width: 767px) {
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
font-size: 18px !important;
}
#zo2-slide .customabout-banner img {
   
    height: 100px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
   
}
} 
@media (min-width: 1200px) {
.container-fluid{
    width: 1170px;
}
}
.offcanvas .sidebar-close::before {
  
    font: normal normal normal 14px/1 FontAwesome !important;
    
}            
ul.sigProClassic{clear:none !important;}
@font-face {
  font-family: 'cleversoft';
  src:  url(../templates/zo2_explorer/assets/zo2/fonts/cleversoft.eot?qo4h5n);
  src:  url(../templates/zo2_explorer/assets/zo2/fonts/cleversoft.eot?qo4h5n#iefix) format('embedded-opentype'),
    url(../templates/zo2_explorer/assets/zo2/fonts/cleversoft.ttf?qo4h5n) format('truetype'),
    url(../templates/zo2_explorer/assets/zo2/fonts/cleversoft.woff?qo4h5n) format('woff'),
    url(../templates/zo2_explorer/assets/zo2/fonts/cleversoft.svg?qo4h5n#cleversoft) format('svg');
  font-weight: normal;
  font-style: normal;
}

.cs {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clever-icon-plane-1:before {
  content: "\c148";
}
.clever-icon-bag-black-fashion-model:before {
  content: "\c147";
}
.clever-icon-funnel-o:before {
  content: "\c146";
}
.clever-icon-funnel:before {
  content: "\c145";
}
.clever-icon-grid-1:before {
  content: "\c144";
}
.clever-icon-contract:before {
  content: "\c143";
}
.clever-icon-expand:before {
  content: "\c142";
}
.clever-icon-cart-7:before {
  content: "\c141";
}
.clever-icon-quotes:before {
  content: "\c140";
}
.clever-icon-next-arrow-1:before {
  content: "\c139";
}
.clever-icon-prev-arrow-1:before {
  content: "\c138";
}
.clever-icon-reload:before {
  content: "\c137";
}
.clever-icon-truck:before {
  content: "\c136";
}
.clever-icon-wallet:before {
  content: "\c135";
}
.clever-icon-electric-1:before {
  content: "\c134";
}
.clever-icon-electric-2:before {
  content: "\c133";
}
.clever-icon-lock:before {
  content: "\c132";
}
.clever-icon-share-1:before {
  content: "\c131";
}
.clever-icon-check-box:before {
  content: "\c130";
}
.clever-icon-clock:before {
  content: "\c129";
}
.clever-icon-analytics-laptop:before {
  content: "\c128";
}
.clever-icon-code-design:before {
  content: "\c127";
}
.clever-icon-competitive-chart:before {
  content: "\c126";
}
.clever-icon-computer-monitor-and-cellphone:before {
  content: "\c125";
}
.clever-icon-consulting-message:before {
  content: "\c124";
}
.clever-icon-creative-process:before {
  content: "\c123";
}
.clever-icon-customer-reviews:before {
  content: "\c122";
}
.clever-icon-data-visualization:before {
  content: "\c121";
}
.clever-icon-document-storage:before {
  content: "\c120";
}
.clever-icon-download-arrow:before {
  content: "\c119";
}
.clever-icon-download-cloud:before {
  content: "\c118";
}
.clever-icon-email-envelope:before {
  content: "\c117";
}
.clever-icon-file-sharing:before {
  content: "\c116";
}
.clever-icon-finger-touch-screen:before {
  content: "\c115";
}
.clever-icon-horizontal-tablet-with-pencil:before {
  content: "\c114";
}
.clever-icon-illustration-tool:before {
  content: "\c113";
}
.clever-icon-keyboard-and-hands:before {
  content: "\c112";
}
.clever-icon-landscape-image:before {
  content: "\c111";
}
.clever-icon-layout-squares:before {
  content: "\c110";
}
.clever-icon-mobile-app-developing:before {
  content: "\c109";
}
.clever-icon-online-purchase:before {
  content: "\c108";
}
.clever-icon-online-shopping:before {
  content: "\c107";
}
.clever-icon-online-video:before {
  content: "\c106";
}
.clever-icon-optimization-clock:before {
  content: "\c105";
}
.clever-icon-padlock-key:before {
  content: "\c104";
}
.clever-icon-pc-monitor:before {
  content: "\c103";
}
.clever-icon-place-localizer:before {
  content: "\c102";
}
.clever-icon-search-results:before {
  content: "\c101";
}
.clever-icon-search-tool:before {
  content: "\c100";
}
.clever-icon-settings-tools:before {
  content: "\c099";
}
.clever-icon-sharing-symbol:before {
  content: "\c098";
}
.clever-icon-site-map:before {
  content: "\c097";
}
.clever-icon-smartphone-with-double-arrows:before {
  content: "\c096";
}
.clever-icon-tablet-with-double-arrow:before {
  content: "\c095";
}
.clever-icon-thin-expand-arrows:before {
  content: "\c094";
}
.clever-icon-upload-information:before {
  content: "\c093";
}
.clever-icon-upload-to-web:before {
  content: "\c092";
}
.clever-icon-volume-off:before {
  content: "\c091";
}
.clever-icon-volume-on:before {
  content: "\c090";
}
.clever-icon-web-code:before {
  content: "\c089";
}
.clever-icon-web-development-1:before {
  content: "\c088";
}
.clever-icon-web-development-2:before {
  content: "\c087";
}
.clever-icon-web-development:before {
  content: "\c086";
}
.clever-icon-web-home:before {
  content: "\c085";
}
.clever-icon-web-link:before {
  content: "\c084";
}
.clever-icon-web-links:before {
  content: "\c083";
}
.clever-icon-website-protection:before {
  content: "\c082";
}
.clever-icon-work-team:before {
  content: "\c081";
}
.clever-icon-zoom-in-symbol:before {
  content: "\c080";
}
.clever-icon-zoom-out-button:before {
  content: "\c079";
}
.clever-icon-arrow-1:before {
  content: "\c078";
}
.clever-icon-arrow-bold:before {
  content: "\c077";
}
.clever-icon-arrow-light:before {
  content: "\c076";
}
.clever-icon-arrow-regular:before {
  content: "\c075";
}
.clever-icon-cart-1:before {
  content: "\c074";
}
.clever-icon-cart-2:before {
  content: "\c073";
}
.clever-icon-cart-3:before {
  content: "\c072";
}
.clever-icon-cart-4:before {
  content: "\c071";
}
.clever-icon-cart-5:before {
  content: "\c070";
}
.clever-icon-cart-6:before {
  content: "\c069";
}
.clever-icon-chart:before {
  content: "\c068";
}
.clever-icon-close:before {
  content: "\c067";
}
.clever-icon-compare-1:before {
  content: "\c066";
}
.clever-icon-compare-2:before {
  content: "\c065";
}
.clever-icon-compare-3:before {
  content: "\c064";
}
.clever-icon-compare-4:before {
  content: "\c063";
}
.clever-icon-compare-5:before {
  content: "\c062";
}
.clever-icon-compare-6:before {
  content: "\c061";
}
.clever-icon-compare-7:before {
  content: "\c060";
}
.clever-icon-down:before {
  content: "\c059";
}
.clever-icon-grid:before {
  content: "\c058";
}
.clever-icon-hand:before {
  content: "\c057";
}
.clever-icon-layout-1:before {
  content: "\c056";
}
.clever-icon-layout:before {
  content: "\c055";
}
.clever-icon-light:before {
  content: "\c054";
}
.clever-icon-line-triangle:before {
  content: "\c053";
}
.clever-icon-list:before {
  content: "\c052";
}
.clever-icon-mail-1:before {
  content: "\c051";
}
.clever-icon-mail-2:before {
  content: "\c050";
}
.clever-icon-mail-3:before {
  content: "\c049";
}
.clever-icon-mail-4:before {
  content: "\c048";
}
.clever-icon-mail-5:before {
  content: "\c047";
}
.clever-icon-map-1:before {
  content: "\c046";
}
.clever-icon-map-2:before {
  content: "\c045";
}
.clever-icon-map-3:before {
  content: "\c044";
}
.clever-icon-map-4:before {
  content: "\c043";
}
.clever-icon-map-5:before {
  content: "\c042";
}
.clever-icon-menu-1:before {
  content: "\c041";
}
.clever-icon-menu-2:before {
  content: "\c040";
}
.clever-icon-menu-3:before {
  content: "\c039";
}
.clever-icon-menu-4:before {
  content: "\c038";
}
.clever-icon-menu-5:before {
  content: "\c037";
}
.clever-icon-menu-6:before {
  content: "\c036";
}
.clever-icon-minus:before {
  content: "\c035";
}
.clever-icon-next:before {
  content: "\c034";
}
.clever-icon-phone-1:before {
  content: "\c033";
}
.clever-icon-phone-2:before {
  content: "\c032";
}
.clever-icon-phone-3:before {
  content: "\c031";
}
.clever-icon-phone-4:before {
  content: "\c030";
}
.clever-icon-phone-5:before {
  content: "\c029";
}
.clever-icon-phone-6:before {
  content: "\c028";
}
.clever-icon-picture:before {
  content: "\c027";
}
.clever-icon-pin:before {
  content: "\c026";
}
.clever-icon-plus:before {
  content: "\c025";
}
.clever-icon-preview:before {
  content: "\c024";
}
.clever-icon-quickview-1:before {
  content: "\c023";
}
.clever-icon-quickview-2:before {
  content: "\c022";
}
.clever-icon-quickview-3:before {
  content: "\c021";
}
.clever-icon-quickview-4:before {
  content: "\c020";
}
.clever-icon-refresh:before {
  content: "\c019";
}
.clever-icon-rounded-triangle:before {
  content: "\c018";
}
.clever-icon-search-1:before {
  content: "\c017";
}
.clever-icon-search-2:before {
  content: "\c016";
}
.clever-icon-search-3:before {
  content: "\c015";
}
.clever-icon-search-4:before {
  content: "\c014";
}
.clever-icon-search-5:before {
  content: "\c013";
}
.clever-icon-support:before {
  content: "\c012";
}
.clever-icon-tablet:before {
  content: "\c011";
}
.clever-icon-triangle:before {
  content: "\c010";
}
.clever-icon-up:before {
  content: "\c009";
}
.clever-icon-user-1:before {
  content: "\c008";
}
.clever-icon-user-2:before {
  content: "\c007";
}
.clever-icon-user-3:before {
  content: "\c006";
}
.clever-icon-user-4:before {
  content: "\c005";
}
.clever-icon-user-5:before {
  content: "\c004";
}
.clever-icon-user:before {
  content: "\c003";
}
.clever-icon-vector:before {
  content: "\c002";
}
.clever-icon-wishlist:before {
  content: "\c001";
}


.have-transparent .navbar-default .navbar-nav>li>a {
  color: #fff;
}
.have-transparent .mod-languageslanguage-switcher .sbSelector,
.have-transparent .mod-languageslanguage-switcher .sbToggle::before {
  color: #fff;
}
.none-transparent .navbar-default .navbar-nav>li>a {
  color: #333;
}
.none-transparent .mod-languageslanguage-switcher .sbSelector,
.none-transparent .mod-languageslanguage-switcher .sbToggle::before {
  color: #333;
}
.explorer-feature-item a.comments-link {
  display: none;
}
nav.zo2-menu >.navbar-nav > .open a {
  color: #f1c40f;
}
nav.zo2-menu >.navbar-nav > .open a:hover,
nav.zo2-menu >.navbar-nav > .open a:focus {
  color: #f1c40f;
}
nav.zo2-menu >.navbar-nav .active a {
  color: #f1c40f;
}
nav.zo2-menu >.navbar-nav .active a:hover,
nav.zo2-menu >.navbar-nav .active a:focus {
  color: #f1c40f;
}
nav.zo2-menu >.navbar-nav ul.mega-nav li a:hover,
nav.zo2-menu >.navbar-nav ul.mega-nav li a:active,
nav.zo2-menu >.navbar-nav ul.mega-nav li a:focus {
  color: #f1c40f;
}
nav.zo2-menu >.navbar-nav ul.mega-nav li.active a {
  color: #f1c40f;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-circle {
  color: #f1c40f;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-circle:before {
  box-shadow: 0 0 0 3px #f1c40f;
}
#zo2-body-wrap .top-feature .zo2-feature:hover .zo2-circle {
  background-color: #f1c40f;
  color: #fff;
}
.box-color {
  background: #f1c40f;
}
@media (max-width: 767px) {
  body nav.zo2-menu .navbar-toggle:hover .icon-bar {
    background-color: #f1c40f;
  }
}
.btn-success {
  background-color: #f1c40f;
  color: #fff !important;
}
.btn-success:hover {
  background-color: #aa8a0a;
}
.zo2-pagination ul >li.active >span,
.pagination li:hover a {
  background: #f1c40f;
}
.item-page .article_content {
  border-top: 3px solid #f1c40f;
}
.item-page .article_content .article_icon {
  background: #f1c40f;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #f1c40f;
}
.item-page .article_content h1.singleItemTitle {
  color: #f1c40f;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: #f1c40f;
}
#zo2-who-we-are-wrap .container {
  width: 100%;
}
#zo2-who-we-are-wrap .container .content-who-we-are .cover {
  text-align: left;
}
#zo2-who-we-are-wrap .container .content-who-we-are .cover img {
  background-size: cover;
  width: 100%;
}
#map {
  height: 320px;
}
#zo2-map-wrap .container {
  width: 100%;
  padding: 0px;
  max-width: 100%;
}
.customquick-contact ul li i {
  color: #f1c40f;
}
#zo2-mega-menu .navbar-default li.active >a,
#zo2-mega-menu .navbar-default li:hover >a,
#zo2-mega-menu .navbar-default li.open >a {
  color: #f1c40f;
  outline: none;
}
.icon-calendar-hold {
  border-top: 1px solid #b4b4b4;
  display: block;
  float: left;
  width: 40px;
  margin-top: 8px;
  margin-right: 15px;
}
