@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Poppins:400,500,600,700|Ubuntu+Mono:400,400i,700,700i');
@import url(../../../assets/zo2/css/style.css);
@import url(../../../assets/zo2/css/cleversoft.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400i,700,700i");
a {
  outline: none;
}
.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: 767px) {
  .fixedheadersection {
    background-color: #fff;
    top: 0;
  }
  .fixedheadersection .search-form {
    top: 80px;
  }
  .fixedheadersection .icon-search i {
    color: #333;
  }
  .fixedheadersection .search .icon-search {
    height: 80px;
    line-height: 80px !important;
  }
}
@media (max-width: 1800px) {
  .fixedheadersection .container {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .fixedheadersection .container {
    padding: 0;
  }
}
.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('../../zo2/images/redmore-arrow.jpg') right 0px center no-repeat;
  padding: 0 20px 0 0;
}
.discoverme:hover {
  color: #f1c40f;
  text-decoration: none;
  background: url('../../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;
}
@media (min-width: 768px) {
  .titlemodulefooter {
    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: 30px;
  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: 20px;
}
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: 21px;
}
.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: 30px;
  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: 42px;
  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 #46a546;
}
.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 {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Oswald', Sans-Serif;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url('../../zo2/images/redmore-arrow-hover.jpg') right 15px center no-repeat;
  padding: 0 30px 0 0;
  color: #f1c40f;
  outline: none;
}
.blog .news-info .jcomments-links a.readmore-link:hover {
  background: url('../../zo2/images/redmore-arrow-hover.jpg') right 7px center no-repeat;
}
.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: 52px;
  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: 32px;
  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: 52px;
  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: 20px;
  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;
}
.mn-menu {
  min-height: 0;
}
.zo2-megamenu .navbar-nav li .dropdown-menu {
  padding: 0;
}
.zo2-megamenu .mega-inner {
  padding: 0;
  *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 .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.dropdown-submenu:hover > .mega-dropdown-menu {
  top: 0;
  left: 100%;
}
.zo2-menu .navbar-nav li:hover >a,
.zo2-menu .navbar-nav li.active >a,
.zo2-menu .navbar-nav li.open >a {
  color: #f1c40f;
}
.zo2-menu .navbar-nav li a {
  color: #333;
}
.zo2-menu .navbar-nav li.dropdown .mega-dropdown-menu {
  margin-top: 0;
}
.zo2-menu .navbar-nav li.dropdown .mega-dropdown-menu .mega-dropdown-inner >div {
  background-color: #fff;
}
.zo2-menu .navbar-nav li.dropdown .mega-dropdown-menu .mega-dropdown-inner >div ul.level1 li a,
.zo2-menu .navbar-nav li.dropdown .mega-dropdown-menu .mega-dropdown-inner >div ul.level2 li a {
  line-height: 20px;
}
.zo2-menu {
  background-color: transparent;
}
.zo2-menu .navbar-collapse {
  padding: 0;
}
.zo2-menu .navbar-nav > li > a {
  color: #fff;
  background-color: transparent !important;
}
.is-sticky .zo2-menu {
  background-color: #fff;
}
.is-sticky .zo2-menu .navbar-nav > li > a {
  color: #333 !important;
  line-height: 80px;
}
.is-sticky .zo2-menu .navbar-nav > li.open > a,
.is-sticky .zo2-menu .navbar-nav > li.active > a,
.is-sticky .zo2-menu .navbar-nav > li:hover > a {
  color: #f1c40f !important;
}
.nm-menu-offscreen {
  top: 36px;
}
.nm-menu-icon span {
  height: 2px;
}
body.featured .nm-menu-offscreen {
  top: -12px;
}
.zo2-menu .navbar-nav {
  float: right;
}
.zo2-menu .navbar-nav >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;
}
.zo2-menu .navbar-nav >li .mega-dropdown-menu {
  border: none;
  top: 70px;
  background-color: #fff;
  margin-top: 10px;
}
.zo2-menu .navbar-nav >li .mega-dropdown-menu >div {
  background-color: transparent;
}
.zo2-menu .navbar-nav >li .mega-dropdown-menu > .mega-dropdown-inner {
  border: none;
  padding: 0;
}
.zo2-menu .navbar-nav >li .mega-dropdown-menu > .mega-dropdown-inner ul.level1 >li >a {
  padding: 15px 20px;
  letter-spacing: 1px;
  background: none;
}
.zo2-menu .navbar-nav >li .mega-dropdown-menu > .mega-dropdown-inner ul.level1 >li >a::before {
  visibility: hidden;
}
@media (min-width: 768px) {
  .zo2-menu .navbar-nav li .caret {
    display: none;
  }
  .zo2-menu .navbar-nav li a {
    line-height: 80px;
  }
  .zo2-menu .navbar-nav > li > a {
    line-height: 100px;
    padding: 0 18px;
  }
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zo2-menu > .container {
    padding: 0 !important;
  }
  .zo2-menu .navbar-nav {
    float: left;
  }
  .zo2-menu .navbar-nav > li > a {
    font-size: 13px !important;
    padding: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .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-mega-menu .zo2-menu {
    background-color: #fff;
  }
  #zo2-mega-menu .zo2-menu .navbar-nav li:hover > a,
  #zo2-mega-menu .zo2-menu .navbar-nav li:focus > a,
  #zo2-mega-menu .zo2-menu .navbar-nav li.open > a,
  #zo2-mega-menu .zo2-menu .navbar-nav li.active > a {
    color: #f1c40f !important;
  }
  #zo2-mega-menu .zo2-menu .navbar-nav li a {
    color: #333 !important;
  }
  .mobile-menu-open {
    height: 100%;
    overflow: hidden;
  }
  .mobile-menu-open .zo2-menu {
    height: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: -o-calc(100% - 80px);
  }
  .zo2-menu {
    top: 80px;
    left: 0;
    background-color: #fff !important;
    z-index: 1;
  }
  .zo2-menu .navbar-nav li:hover > a,
  .zo2-menu .navbar-nav li:focus > a,
  .zo2-menu .navbar-nav li.open > a,
  .zo2-menu .navbar-nav li.active > a {
    color: #f1c40f;
  }
  .zo2-menu .navbar-nav li a,
  .zo2-menu .navbar-nav li span {
    font-size: 14px;
    padding: 15px 0 !important;
    line-height: 20px !important;
  }
  .zo2-menu .navbar-nav li a:before,
  .zo2-menu .navbar-nav li a:after,
  .zo2-menu .navbar-nav li span:before,
  .zo2-menu .navbar-nav li span:after {
    display: none;
  }
  .zo2-menu .navbar-nav > li >.mega-dropdown-menu {
    padding: 0;
    margin: 0;
  }
  .zo2-menu .navbar-nav > li >.mega-dropdown-menu:before {
    display: none;
  }
  #zo2-search .search .icon-search {
    height: 80px;
    line-height: 80px;
  }
}
#zo2-quick-contact {
  display: flex;
  justify-content: flex-start;
}
#zo2-quick-contact .quick-contact {
  order: 1;
}
#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 p {
  margin: 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: 23%;
  font-size: 30px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.is-sticky #zo2-header-wrap #zo2-search .search .icon-search {
  height: 80px;
}
.featured .is-sticky .search-form {
  top: 80px;
  border-top: 1px solid #b4b4b4;
}
.is-sticky .search-form {
  top: 80px;
  border-top: 1px solid #b4b4b4;
}
#zo2-search {
  padding: 0;
}
#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 .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;
}
.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('../../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('../../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: 15%;
  }
  .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('../../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('../../zo2/images/redmore-arrow-hover.jpg') right 0px center no-repeat;
  }
}
.custommod-who-we-are .content-who-we-are .cover {
  padding: 0;
}
#feature-project {
  padding-top: 50px;
}
#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 {
  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;
}
.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;
}
@media (min-width: 768px) {
  .latest-new .latestnewslatest-new .items .latest-new-thumb::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: -10px;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #aa8a0a transparent transparent;
  }
}
.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;
}
z-index: 1
          .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;
}
@media (min-width: 768px) {
  .footer-links h3.moduletitle,
  .footer-about h3.moduletitle,
  .footer-office h3.moduletitle,
  .footer-bussiness h3.moduletitle {
    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 h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0px;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #aa8a0a transparent transparent;
}
.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;
}
.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: 20px;
}
#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;
  display: block;
  line-height: 20px;
  color: #252525;
  font-family: "Poppins";
}
#zo2-partner-say-wrap h3.moduletitle {
  margin-bottom: 50px;
}
#zo2-partner-say-wrap .customour-partner .col-sm-4 {
  padding-left: 0;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper {
  position: relative;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper .bx-controls {
  position: relative;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper .bx-viewport .zt-testimonial .testimonial-item {
  border: 1px solid #e5e5e5;
  margin-left: 50px;
  padding: 45px 0 45px 90px;
  position: relative;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper .bx-viewport .zt-testimonial .testimonial-item .testimonial-content span {
  padding: 0;
  font-family: Poppins;
  font-size: 14px;
  color: #555;
  font-weight: 400;
  font-style: normal;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper .bx-viewport .zt-testimonial .testimonial-item .author {
  position: absolute;
  top: 15%;
  left: -50px;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper .bx-viewport .zt-testimonial .testimonial-item .author .testimonial-thumbnail {
  display: block;
  width: 115px !important;
  max-width: 115px !important;
  height: 115px;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper .bx-viewport .zt-testimonial .testimonial-item .author .company-name {
  position: absolute;
  width: 100%;
  bottom: -30px;
  padding-left: 10px;
}
#zo2-partner-say-wrap .customwhat-client-say-2 .bx-wrapper .bx-viewport .zt-testimonial .testimonial-item .author .company-name strong {
  text-transform: uppercase;
  color: #333;
}
#zo2-header2-wrap.zo2-sticky {
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
body.featured .is-sticky #zo2-header2-wrap {
  box-shadow: 0px 0 4px 0 rgba(0,0,0,0.1);
  z-index: 9;
  background: white;
  width: 100%;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-header-logo a.standard-logo-link {
  line-height: 80px;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .cart2 {
  float: right;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .cart2 #cart a i {
  line-height: 80px;
  cursor: pointer;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .cart2 #cart a i.clever-icon-cart-2:before {
  color: #4e4d4d;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .search-2 {
  float: right;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .search-2 .searchsearch-2 .icon-search i {
  line-height: 80px;
  cursor: pointer;
  color: #333;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .navbar {
  float: right;
  margin-bottom: 0;
  border: none;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .navbar .navbar-collapse.collapse {
  background: white;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .navbar .navbar-collapse.collapse .zo2-megamenu >ul.nav.navbar-nav {
  float: left;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .navbar .navbar-collapse.collapse .zo2-megamenu >ul.nav.navbar-nav >li.active >a {
  color: #f1c40f;
}
body.featured .is-sticky #zo2-header2-wrap #zo2-position-0 .navbar .navbar-collapse.collapse .zo2-megamenu >ul.nav.navbar-nav >li >a {
  line-height: 80px;
  outline: none;
  background: none;
  color: #333;
}
body.featured #zo2-top-wrap {
  background-color: #222222;
}
body.featured #zo2-top-wrap .quick-contact-2 .customquick-contact-2 p {
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 50px;
}
body.featured #zo2-top-wrap .quick-contact-2 .customquick-contact-2 p a {
  color: #f1c40f;
}
body.featured #zo2-top-wrap #zo2-language {
  display: flex;
  justify-content: flex-end;
}
body.featured #zo2-top-wrap #zo2-language .menu-top-2 ul.nav.menu {
  display: flex;
  justify-content: flex-end;
}
body.featured #zo2-top-wrap #zo2-language .menu-top-2 ul.nav.menu li {
  width: inherit;
}
body.featured #zo2-top-wrap #zo2-language .menu-top-2 ul.nav.menu li a {
  color: #fff;
  padding: 16px 15px;
  font-size: 12px;
}
body.featured #zo2-top-wrap #zo2-language .menu-top-2 ul.nav.menu li a:hover {
  color: #f1c40f;
  background: none;
  font-size: 12px;
}
body.featured #zo2-top-wrap .language-switcher .mod-languageslanguage-switcher form .sbHolder {
  height: 50px;
  width: 80px;
}
body.featured #zo2-top-wrap .language-switcher .mod-languageslanguage-switcher form .sbHolder .sbSelector {
  padding-left: 10px;
}
body.featured #zo2-top-wrap .language-switcher .mod-languageslanguage-switcher form .sbHolder .sbToggle:before {
  color: #fff;
  line-height: 47px;
}
body.featured #zo2-top-wrap .language-switcher .mod-languageslanguage-switcher form .sbHolder a {
  height: 50px;
  line-height: 49px;
  color: #fff;
  font-size: 12px;
}
body.featured #zo2-top-wrap .language-switcher .mod-languageslanguage-switcher form .sbHolder ul.sbOptions li a {
  font-size: 12px;
  color: #222;
}
body.featured #zo2-position-0 .infor-compnany .custominfor-compnany .item {
  overflow: hidden;
  padding: 30px 0px 0px 0px;
}
body.featured #zo2-position-0 .infor-compnany .custominfor-compnany .item .icon {
  margin-right: 15px;
}
body.featured #zo2-position-0 .infor-compnany .custominfor-compnany .item .info {
  text-align: left;
}
body.featured #zo2-position-0 .infor-compnany .custominfor-compnany .item h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins';
  margin: 0;
}
body.featured #zo2-position-0 .infor-compnany .custominfor-compnany .item p {
  font-size: 14px;
  font-family: 'Poppins';
  margin: 0;
  color: #7d7d7d;
}
body.featured #zo2-position-0 .infor-compnany .custominfor-compnany .socials {
  padding-right: 0;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
}
body.featured #zo2-position-0 .infor-compnany .custominfor-compnany .socials span {
  display: block;
  font-size: 24px;
  padding: 0 10px;
}
body.featured #zo2-position-0 .infor-compnany .custominfor-compnany .socials span:last-child {
  padding-right: 0;
}
.clever-icon-cart-2:before {
  color: white;
}
#zt_top_cart #cart a {
  line-height: 70px;
  padding-left: 20px;
}
#zt_top_cart #cart a i {
  cursor: pointer;
}
#zt_top_cart .zt-cart-inner-foody .cart-btn a {
  padding: 5px 10px !important;
}
#zt_top_cart #cart a span.total-item {
  width: 15px !important;
  height: 15px !important;
  line-height: 17px !important;
  font-size: 10px !important;
  color: #333 !important;
  top: -4px !important;
  right: -8px !important;
}
#zt_top_cart .zt-cart-inner-foody {
  color: #333;
}
#zo2-feature {
  padding-top: 90px;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-main-items .post-thumnail a img {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-main-items .zt-article_content h3 a {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: bold;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-main-items .zt-article_content h3 a:hover {
  text-decoration: none;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-main-items .zt-article_content .zt-introtext p {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
  letter-spacing: 0.5px;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-main-items .zt-article_content .zt-news-readmore a.readmore {
  font-family: 'Oswald';
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-list-items {
  margin-top: -20px;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-list-items .zt-item .post-thumnail {
  margin-bottom: 10px;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-list-items .zt-item .post-thumnail a img {
  border: none;
  padding: 0;
  border-radius: 0;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-list-items .zt-item .zt-article_content h3 a {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: bold;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-list-items .zt-item .zt-article_content h3 a:hover {
  text-decoration: none;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-list-items .zt-item .zt-article_content .zt-introtext p {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
  letter-spacing: 0.5px;
}
#zo2-feature .features-article #zt-newsiv2 .item .zt-category.newsiv2 .zt-list-items .zt-item .zt-article_content .zt-news-readmore a.readmore {
  font-family: 'Oswald';
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
}
.bx-controls-direction {
  display: none;
}
.hello .customhello {
  margin: 80px 0;
}
.hello .customhello h2 {
  font-family: 'Oswald';
  font-size: 30px;
  color: #333;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 300;
}
.hello .customhello >p {
  margin: 50px 0 25px 0;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: normal;
}
.hello .customhello a {
  text-decoration: none;
}
.sbSelector,
.sbToggle:before {
  height: 50px !important;
  line-height: 50px !important;
}
.top-22 .sbHolder {
  width: 80px !important;
}
.sbHolder {
  width: 110px !important;
  height: 50px !important;
}
.top-home3 .mod-languageslanguage-switcher {
  height: 50px;
  margin-right: 30px;
}
.top-home3 .mod-languageslanguage-switcher .sbHolder {
  width: 70px !important;
}
.top-home3 .mod-languageslanguage-switcher .sbHolder .sbOptions {
  width: 90px;
}
.top-home3 .mod-languageslanguage-switcher .sbHolder .sbOptions li {
  padding: 0;
}
.top-home3 .mod-languageslanguage-switcher .sbHolder .sbOptions li a {
  padding-left: 20px;
}
.top-home3 .mod-languageslanguage-switcher a.sbSelector {
  height: 50px !important;
  line-height: 50px !important;
  color: #fff;
  padding-left: 0px;
  width: auto;
}
.top-home3 .mod-languageslanguage-switcher .sbToggle:before {
  line-height: 50px;
  color: #fff;
}
.top-home3 .customget-a-quote-home3 .get-a-quote a {
  display: block;
  background: #f1c40f;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Oswald';
}
.top-home3 .customget-a-quote-home3 .get-a-quote a:hover {
  text-decoration: none;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 {
  box-shadow: 0px 0 4px 0 rgba(0,0,0,0.1);
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-mega-menu .zo2-menu {
  background-color: #fff;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-mega-menu .zo2-menu .navbar-collapse.collapse >.zo2-megamenu >ul.nav.navbar-nav >li.active >a,
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-mega-menu .zo2-menu .navbar-collapse.collapse >.zo2-megamenu >ul.nav.navbar-nav >li:hover >a,
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-mega-menu .zo2-menu .navbar-collapse.collapse >.zo2-megamenu >ul.nav.navbar-nav >li.open >a {
  background: none;
  color: #f1c40f;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-mega-menu .zo2-menu .navbar-collapse.collapse >.zo2-megamenu >ul.nav.navbar-nav >li >a {
  line-height: 100px;
  font-family: 'Oswald';
  color: #333;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 {
  display: flex;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .search-2 {
  order: 1;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .search-2 .searchsearch-2 .icon-search i {
  line-height: 100px;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .cart2 {
  order: 2;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .cart2 #zt_top_cart #cart a {
  line-height: 110px;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .cart2 #zt_top_cart #cart a i::before {
  color: #333;
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .social-home3 {
  order: 0;
}
@media (min-width: 768px) {
  #zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .social-home3 .customsocial-home3 .socials {
    display: flex;
  }
}
@media (max-width: 767px) {
  #zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .social-home3 .customsocial-home3 .socials {
    display: none;
  }
}
#zo2-nav-wrap-sticky-wrapper #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .social-home3 .customsocial-home3 .socials span {
  line-height: 100px;
  padding: 0px 10px;
}
.zo2-sticky.nav-home3 {
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.home3body .blog.home3 .item .main-item-archive .page-header h3 {
  margin: 20px 0;
}
.home3body .blog.home3 .item .main-item-archive .page-header h3 a {
  font-size: 20px;
  font-family: 'Poppins';
}
.home3body .blog.home3 .item .main-item-archive .news-info {
  padding-top: 0;
}
.home3body .blog.home3 .item .main-item-archive .news-info .jcomments-links a.readmore-link {
  letter-spacing: 2px;
}
.home3body .blog.home3 .item .main-item-archive .news-info .jcomments-links a.readmore-link:hover {
  color: #333;
}
.customwhat-client-say-2-h3 h4 {
  font-size: 30px;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .customwhat-client-say-2-h3 .zt-testimonial {
    display: flex;
  }
}
.customwhat-client-say-2-h3 .zt-testimonial .testimonial-item {
  display: flex;
}
.customwhat-client-say-2-h3 .zt-testimonial .testimonial-item .testimonial-content {
  order: 1;
  position: relative;
}
.customwhat-client-say-2-h3 .zt-testimonial .testimonial-item .testimonial-content span {
  font-style: normal;
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
}
.customwhat-client-say-2-h3 .zt-testimonial .testimonial-item .testimonial-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 30px;
  background-color: #f1c40f;
  height: 2px;
  width: 45px;
}
.customwhat-client-say-2-h3 .zt-testimonial .testimonial-item .author {
  order: 0;
  position: relative;
}
.customwhat-client-say-2-h3 .zt-testimonial .testimonial-item .author span.testimonial-thumbnail {
  max-width: none;
  width: 110px;
  margin-right: 0;
}
.customwhat-client-say-2-h3 .zt-testimonial .testimonial-item .author .company-name {
  position: absolute;
  bottom: -40px;
  right: -125px;
  z-index: 8;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  font-family: 'Oswald';
}
.customfounder .owl-wrapper .owl-item {
  position: relative;
}
.customfounder .owl-wrapper .owl-item.active >div .member-info {
  display: block;
}
.customfounder .owl-wrapper .owl-item >div {
  position: relative;
}
.customfounder .owl-wrapper .owl-item >div .member-info {
  padding: 40px 0;
  position: absolute;
  z-index: 99;
  top: 33%;
  display: none;
  left: -5%;
  text-align: center;
  color: #fff;
  width: 300px;
  height: 200px;
  background: rgba(20,20,20,0.4);
}
.customfounder .owl-wrapper .owl-item >div .member-info .name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.customfounder .owl-wrapper .owl-item >div .member-info .position {
  text-transform: uppercase;
  padding: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .#zo2-main-nav-wrap .get-a-quote a {
    font-size: 10px;
  }
  .latestnewslatest-new .items {
    text-align: center;
  }
  .latestnewslatest-new .items .latest-new-thumb img {
    margin: 0 auto;
  }
  .latestnewslatest-new .items .latest-new-thumb .published_date {
    visibility: hidden;
  }
  .customfounder .owl-wrapper .owl-item div {
    transform: scale(1) translateX(20%);
  }
  .customfounder .owl-wrapper .owl-item div:after {
    opacity: 0;
  }
  .customfounder .owl-wrapper .owl-item div .member-info {
    display: block;
    left: -20%;
  }
  .customfounder .owl-wrapper .owl-item.active div .member-info {
    display: none;
  }
}
#zo2-nav-wrap-sticky-wrapper.is-stick #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-mega-menu .zo2-menu .navbar-collapse.collapse >.zo2-megamenu >ul.nav.navbar-nav >li >a,
#zo2-nav-wrap-sticky-wrapper.is-stick #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .search-2 .searchsearch-2 .icon-search i,
#zo2-nav-wrap-sticky-wrapper.is-stick #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-position-16 .social-home3 .customsocial-home3 .socials span {
  line-height: 80px;
}
#zo2-nav-wrap-sticky-wrapper.is-sticky #zo2-nav-wrap.zo2-sticky.nav-home3 #zo2-mega-menu .zo2-menu .navbar-collapse.collapse >.zo2-megamenu >ul.nav.navbar-nav >li >a {
  line-height: 80px;
}
.jcomments-links {
  margin-top: 20px;
}
.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;
}
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%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  font-weight: bold;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
.zo2-logo {
  line-height: 100px;
}
.zo2-logo img {
  display: inline-block;
}
.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 .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: 80px;
}
.is-sticky #zo2-header-wrap #zo2-search .search .icon-search i {
  color: #333;
}
.is-sticky .zo2-logo {
  line-height: 80px;
}
.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: 767px) {
  .zo2-wrapper #zo2-top-wrap.have-transparent {
    background-color: #fff;
    top: 0;
  }
  .zo2-wrapper #zo2-top-wrap.have-transparent .search-form {
    top: 80px;
  }
  .zo2-wrapper #zo2-top-wrap.have-transparent .icon-search i {
    color: #333;
  }
  .zo2-wrapper #zo2-top-wrap.have-transparent .search .icon-search {
    height: 80px;
    line-height: 80px !important;
  }
}
@media (max-width: 1800px) {
  .zo2-wrapper #zo2-top-wrap.have-transparent .container {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .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-top-wrap.top-home3 {
  background-color: #116fac;
  color: #fff;
}
.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: 767px) {
  .zo2-wrapper #zo2-header-wrap.have-transparent {
    background-color: #fff;
    top: 0;
  }
  .zo2-wrapper #zo2-header-wrap.have-transparent .search-form {
    top: 80px;
  }
  .zo2-wrapper #zo2-header-wrap.have-transparent .icon-search i {
    color: #333;
  }
  .zo2-wrapper #zo2-header-wrap.have-transparent .search .icon-search {
    height: 80px;
    line-height: 80px !important;
  }
}
@media (max-width: 1800px) {
  .zo2-wrapper #zo2-header-wrap.have-transparent .container {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .zo2-wrapper #zo2-header-wrap.have-transparent .container {
    padding: 0;
  }
}
.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 .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-logo 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-main-footer-wrap >.container >.row {
  position: relative;
}
.zo2-wrapper #zo2-main-footer-wrap >.container >.row >div {
  position: static;
}
@media (min-width: 768px) {
  .zo2-wrapper #zo2-main-footer-wrap >.container >.row >div {
    padding: 0 30px 30px 30px;
  }
  .zo2-wrapper #zo2-main-footer-wrap >.container >.row >div:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    margin-left: -30px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .zo2-wrapper #zo2-main-footer-wrap >.container >.row >div:after {
    border-right: 1px solid #444;
  }
}
.zo2-wrapper #zo2-main-footer-wrap >.container >.row >div:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  .zo2-wrapper #zo2-main-footer-wrap >.container >.row >div:first-child {
    padding: 0 30px 0 0;
  }
}
.zo2-wrapper #zo2-main-footer-wrap >.container >.row >div:first-child::after {
  visibility: hidden;
}
@media (min-width: 768px) {
  .zo2-wrapper #zo2-main-footer-wrap >.container >.row >div:last-child {
    padding: 0 0 0 30px;
  }
}
.zo2-wrapper #zo2-footer-wrap {
  background-color: #1f1f1f;
}
.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;
  outline: none;
  bottom: 0;
  display: block;
  padding: 10px;
  -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;
}
@media (max-width: 767px) {
  .zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright #gototop {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright #gototop {
    right: 100px;
  }
}
.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: #1F1F1F;
}
.zo2-wrapper #zo2-footer-wrap #zo2-footer-copyright #gototop:hover i {
  color: #fff;
}
.blog-grid  .item-grid .post-image {
  clear: both;
  overflow: hidden;
  z-index: 1;
}
.blog-grid  .item-grid .main-item-archive {
  margin: -40px 20px 0 20px;
  background-color: white;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.blog-grid  .item-grid .main-item-archive h3.title a {
  font-size: 18px;
}
.blog-grid  .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%;
}
.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: "\f161";
  font-family: FontAwesome;
  right: 0;
  top: 20px;
  font-size: 12px;
  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;
}
.aboutus .about-sub-list li {
  list-style: none;
}
#zo2-news-wrap {
  background-color: #f7f7f7;
}
.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: 14px;
  color: #444444;
  line-height: 25px;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border: none;
}
div[itemprop="articleBody"] p {
  color: #999;
  line-height: 24px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div[itemprop="articleBody"] ul {
  padding-left: 30px;
  list-style: none;
}
div[itemprop="articleBody"] ul li {
  position: relative;
  padding-left: 15px;
  color: #999;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div[itemprop="articleBody"] ul li::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 40%;
}
div[itemprop="articleBody"] ol {
  padding-left: 40px;
}
div[itemprop="articleBody"] ol li {
  color: #999;
  line-height: 30px;
  font-size: 14px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
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: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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 {
  padding-left: 40px;
}
div[itemprop="articleBody"] blockquote:before {
  content: "\f10d";
  float: left;
  margin-left: -40px;
  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;
  max-width: 150px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 12px;
}
.none-transparent .fa-search:before {
  color: #333;
}
a {
  outline: none;
}
.searchsearch-box {
  position: relative;
}
.openForm .search-form {
  width: 100%;
  padding: 0 15px;
}
.search-form {
  position: fixed;
  top: 0;
  -webkit-transition: width 0.9s;
  transition: width 0.9s;
  right: 0;
  box-shadow: 0px 0 4px 0 rgba(0,0,0,0.1);
  background: #fff;
  z-index: 20;
  opacity: 1;
  width: 0;
}
.search-form form.form-inline input#mod-search-searchword {
  text-align: center;
  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: 767px) {
  .zo2-copyright {
    text-align: center;
  }
}
.news-info a.comments-link {
  visibility: hidden;
}
.customcounter .zt-count-asset {
  background: none;
}
.customcounter .zt-count-asset .zt-count-inner .count-number {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  position: relative;
}
.customcounter .zt-count-asset .zt-count-inner .count-number:after {
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  background-color: white;
  bottom: -7px;
  left: 12%;
  width: 55px;
}
.customcounter .zt-count-asset .zt-count-inner .count-subject {
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 18px;
  margin-top: 30px;
}
#zo2-prorties-wrap {
  background-color: #fff;
  padding: 80px 0;
}
#zo2-prorties-wrap .custompriorities h5 {
  margin-bottom: 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Oswald';
  letter-spacing: 3.5px;
  font-weight: 400;
  text-align: center;
}
#zo2-prorties-wrap .custompriorities .list-properties:first-child {
  border: 1px solid red;
}
#zo2-prorties-wrap .custompriorities .list-properties .item img {
  margin: 0 auto;
}
#zo2-prorties-wrap .custompriorities .list-properties .item h6 {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin-top: 30px;
  padding: 0;
  margin-bottom: 30px;
}
#zo2-prorties-wrap .custompriorities .list-properties .item p {
  text-align: center;
  font-size: 14px;
  color: #555555;
  font-family: Poppins;
}
#zo2-partner-say-wrap {
  padding: 80px 0;
}
.customwhat-client-say-2 h4 {
  font-size: 30px;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
}
#zo2-position-12 .our-partner h3.moduletitle span,
#zo2-position-12 .our-partner h3.moduletitle {
  text-align: left !important;
}
#zo2-founder-wrap {
  background-color: #333;
  padding-top: 60px;
}
.customfounder #owl-demo .owl-wrapper-outer .owl-wrapper {
  padding-top: 40px;
}
.customfounder .control {
  overflow: initial;
  width: 100%;
  position: relative;
  display: none;
}
.customfounder .control span {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 36px;
  top: 50%;
  color: #fff;
  height: 36px;
  border: 2px solid #fff;
  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;
}
.customfounder .control span.right {
  right: -50px;
  padding-left: 8px;
}
.customfounder .control span.left {
  left: -50px;
  padding-left: 8px;
}
.customfounder .control span:hover {
  background-color: #f1c40f;
  border: 1px solid #f1c40f;
  color: #fff;
}
.customfounder .owl-controls.clickable {
  height: 100%;
}
.customfounder .owl-controls.clickable .owl-buttons >div {
  top: 50%;
  padding: 5px 8px;
  border: 1px solid #fff;
  position: absolute;
}
.customfounder .owl-controls.clickable .owl-buttons >div:hover {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.customfounder .owl-controls.clickable .owl-buttons >div:hover i {
  color: #fff;
}
.customfounder .owl-controls.clickable .owl-buttons >div i {
  color: #fff;
}
.customfounder .owl-controls.clickable .owl-buttons >div.owl-prev {
  left: 0;
}
.customfounder .owl-controls.clickable .owl-buttons >div.owl-next {
  right: 0;
}
.customfounder .owl-item div {
  transform: scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  line-height: 10px;
  position: relative;
}
.customfounder .owl-item div:after {
  display: block;
  top: 0;
  opacity: 0.5;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
}
.customfounder .owl-item.active div {
  transform: scale(1);
}
.customfounder .owl-item.active div:after {
  opacity: 0;
}
#zo2-header2-wrap-sticky-wrapper {
  height: auto !important;
}
#zo2-header2-wrap-sticky-wrapper span.button-canvas i {
  color: #333;
}
.is-sticky .nav-home3 .search-form {
  top: 80px !important;
}
.is-sticky .nav-home3 #zo2-position-16 .social-home3 .customsocial-home3 .socials span,
.is-sticky .nav-home3 #zo2-position-16 .search-2 .icon-search i,
.is-sticky .nav-home3 #zo2-position-16 .cart2 #zt_top_cart #cart a {
  line-height: 80px !important;
}
#rev_slider_2_1,
#rev_slider_3_1 {
  width: 100%;
}
.map {
  padding: 0;
}
#zo2-position-5 p {
  margin: 0;
}
#zo2-header2-wrap {
  padding-bottom: 20px;
}
.is-sticky #zo2-header2-wrap {
  padding-bottom: 0;
}
#zo2-main-nav-wrap div#zo2-position-16 {
  display: flex;
  justify-content: flex-end;
}
#zo2-main-nav-wrap div#zo2-position-16 .search-2 {
  order: 0;
}
#zo2-main-nav-wrap div#zo2-position-16 .get-a-quote {
  margin: 5px 5px 0 0;
  order: 2;
}
#zo2-main-nav-wrap div#zo2-position-16 .module {
  float: left;
}
#zo2-main-nav-wrap div#zo2-position-16 .searchsearch-2 .icon-search i {
  line-height: 70px;
  cursor: pointer;
  color: #fff;
}
#zo2-main-nav-wrap #zo2-mega-menu {
  padding-left: 0;
}
#zo2-main-nav-wrap #zo2-mega-menu .zo2-megamenu.slide .mega > .mega-dropdown-menu {
  overflow: visible;
}
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default ul.level-top>li.dropdown .mega-dropdown-menu {
  margin-top: 0;
}
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default ul.level-top>li.dropdown .mega-dropdown-menu .mega-dropdown-inner ul.level1 >li >a {
  padding: 15px 20px;
  background: none;
}
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default ul.level-top>li.dropdown .mega-dropdown-menu .mega-dropdown-inner ul.level1 >li >a:hover {
  color: #f1c40f;
}
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default .navbar-nav>.active>a,
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default .navbar-nav>.active>a:focus,
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default .navbar-nav>.active>a:hover,
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default .navbar-nav>.open>a,
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default .navbar-nav>.open>a:focus,
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default .navbar-nav>.open>a:hover {
  color: #f1c40f;
  background: none;
}
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default {
  background: none;
}
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default .navbar-collapse.collapse {
  padding: 0;
}
#zo2-main-nav-wrap #zo2-mega-menu .navbar-default .navbar-nav {
  float: left;
}
#zo2-main-nav-wrap #zo2-mega-menu .navbar-nav >li >a {
  color: #fff;
  text-transform: uppercase;
  font-family: ;
  font-weight: 500;
  font-size: 14px;
  padding: 30px 23px;
  line-height: 10px;
}
#zo2-main-nav-wrap .get-a-quote {
  margin: 10px;
  text-align: center;
}
#zo2-main-nav-wrap .get-a-quote a {
  background-color: #f1c40f;
  padding: 20px 30px;
  display: block;
  text-transform: uppercase;
  font-family: ;
  color: #fff;
  font-weight: 500;
  -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;
  line-height: 10px;
}
#zo2-main-nav-wrap .get-a-quote a:hover {
  background-color: #e1b70d;
  text-decoration: none;
}
#zo2-map-wrap .container-fluid > .row > .col-md-12 {
  padding: 0;
}
#retina-logo,
#sticky-logo {
  display: none;
}
.zo2-wrapper #zo2-whoweare-wrap {
  background: #f7f7f7;
}
.zo2-wrapper #zo2-whoweare-wrap .container-fluid .content-who-we-are .cover img {
  background-size: cover;
  width: 100%;
}
.zo2-wrapper #zo2-featureproject-wrap h3.moduletitle {
  text-align: center;
}
.zo2-wrapper #zo2-featureproject-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-featureproject-wrap #feature-project {
  padding-top: 50px;
}
.zo2-wrapper #zo2-featureproject-wrap {
  position: relative;
}
.zo2-wrapper #zo2-featureproject-wrap .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: -101px;
  right: 0;
  margin: 0px;
  width: 36px;
  height: 36px;
  line-height: 26px;
  border: 2px solid #959595;
  border-radius: 0px;
  background: #fff;
  text-align: center;
  color: #000;
  -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;
  display: block;
  cursor: pointer;
  font-size: 0px;
}
.zo2-wrapper #zo2-featureproject-wrap .owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
  background: #F3CD36;
  border: none;
}
.zo2-wrapper #zo2-featureproject-wrap .owl-theme .owl-nav .owl-prev {
  right: 50px;
  font-size: 0px;
}
.zo2-wrapper #zo2-featureproject-wrap .owl-theme .owl-nav .owl-prev:before {
  content: "\c138";
  font-size: 14px;
  font-family: 'cleversoft' !important;
}
.zo2-wrapper #zo2-featureproject-wrap .owl-theme .owl-nav .owl-next:before {
  content: "\c139";
  font-size: 14px;
  font-family: 'cleversoft' !important;
}
.zo2-wrapper #zo2-mainfooter-wrap {
  background-color: #252525;
}
.zo2-wrapper #zo2-mapcontact-wrap .map-contact {
  padding: 0px;
}
.zo2-wrapper #zo2-mapcontact-wrap .map-contact p {
  padding: 0px;
  margin: 0px;
}
.zo2-wrapper #zo2-getintouch-wrap {
  padding: 11px 0;
  background-color: #f1c40f;
}
.zo2-wrapper #zo2-getintouch-wrap .row >div {
  padding: 0;
}
.zo2-wrapper #zo2-getintouch-wrap .row >div h6 {
  font-size: 24px;
  color: #333;
  font-family: 'Poppins', Sans-serif;
  font-weight: bold;
  line-height: 48px;
}
.zo2-wrapper #zo2-getintouch-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-getintouch-wrap .row >div a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .zo2-wrapper #zo2-featureproject-wrap {
    padding: 90px 0;
  }
  .zo2-wrapper #zo2-mainfooter-wrap .footer_col_2,
  .zo2-wrapper #zo2-mainfooter-wrap .footer_col_3,
  .zo2-wrapper #zo2-mainfooter-wrap .footer_col_4 {
    border-left: 1px solid #444;
    padding-left: 20px;
  }
  .zo2-wrapper #zo2-mainfooter-wrap {
    background-color: #252525;
  }
  .zo2-wrapper #zo2-mainfooter-wrap .container {
    padding: 0px;
  }
  .zo2-wrapper #zo2-mainfooter-wrap .container .row {
    display: flex;
    flex: 1;
  }
}
@media (max-width: 767px) {
  #zo2-slide .customabout-banner h5 {
    font-size: 11px;
    top: 20%;
  }
  .vm-product-media-container .main-image {
    width: 100%;
  }
  .foody-product-cat {
    padding-left: 0px;
  }
}
