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



.full-width {
  padding: 0;
}
.btn-hallo {
  padding: 15px 20px;
  margin: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-hallo:hover {
  text-decoration: none;
}
.button-download {
  color: #fff;
  -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;
}
.button-download:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.button-viewdemo {
  background-color: transparent;
  border: 2px solid #fff;
  -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;
  color: #fff;
}
.button-viewdemo:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  background-color: #e6502e;
  border: 2px solid #e6502e;
  color: #fff;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.span4 {
  width: 33.33%;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
a,
a:hover {
  text-decoration: none;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
p {
  margin: 0 0 10px;
}
ul,
ol,
li {
  list-style: 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;
}
.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;
}
.items-more .nav-tabs {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.items-more .nav-tabs.nav-stacked li a {
  padding: 3px 0;
  border: 0;
}
.items-more .nav-tabs.nav-stacked li a:hover {
  background: #f8f8f8;
}
.items-leading > div {
  margin-bottom: 20px;
}
.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: #0099FF;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #0099FF;
}
.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;
  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;
}
.jcomments-links {
  display: none;
}
.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;
}
.text-field,
input[type="text"],
input[type="search"],
input[type="password"],
textarea,
input[type="email"],
input[type="tel"],
select {
  height: 40px;
  line-height: 40px;
}
.clear {
  clear: both;
}
.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: #0099FF;
  border: 1px solid #0099FF;
  color: #fff;
}
.zo2-pagination ul > li.active > span:hover,
.zo2-pagination ul > li.active > span:active,
.zo2-pagination ul > li.active > span:focus {
  background: #0099FF;
  border: 1px solid #0099FF;
  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 #0099FF;
  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;
}
.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 {
  float: right;
}
.search .icon-search {
  height: 40px;
  line-height: 40px;
  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 .page-header {
  padding: 0;
}
.blog h2 {
  margin: 0 0 30px 0;
}
.blog .article_content {
  clear: both;
  margin: 0 12px;
  position: relative;
  top: 0px;
  border-top: 3px solid #0099FF;
  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: #0099FF;
  -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: #0099FF;
  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 #0099FF;
  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: #0099FF;
  -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: #0099FF;
}
.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: 0 auto 20px;
  padding: 25px 15px 25px;
  max-width: 1170px;
  background-color: transparent;
  color: #a9b6c6;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li > a {
  color: #a9b6c6;
}
.breadcrumb li .divider {
  padding: 0 8px;
}
.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;
}
.zo2-wrapper.boxed.container {
  position: static;
  padding: 0;
}
.zo2-wrapper.boxed.container #zo2-header-wrap-sticky-wrapper {
  position: inherit;
}
.zo2-wrapper.boxed.container #zo2-header-wrap-sticky-wrapper #zo2-header-wrap {
  left: 0;
}
.button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.button:hover {
  background-color: #232530;
  color: #fff;
}
.zo2-menu {
  background-color: transparent;
}
.zo2-megamenu .level-top > li > a,
.zo2-megamenu .level-top > li > span {
  color: #fff;
}
.zo2-megamenu .level-top > li > a .caret,
.zo2-megamenu .level-top > li > span .caret {
  display: none;
}
.zo2-megamenu .level-top > li.mega > a:after,
.zo2-megamenu .level-top > li.mega > span:after {
  font-family: FontAwesome;
  content: '\f107';
  padding-left: 5px;
}
.zo2-megamenu .level-top ul li {
  list-style: none;
}
.zo2-megamenu .mega-dropdown-menu ul li {
  border-bottom: 1px solid #e9eaea;
}
.zo2-megamenu .mega-dropdown-menu ul li:last-child {
  border: none;
}
.zo2-megamenu .mega-dropdown-menu ul li > a,
.zo2-megamenu .mega-dropdown-menu ul li > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: #252525;
}
.zo2-megamenu .mega-dropdown-menu ul li.active > a,
.zo2-megamenu .mega-dropdown-menu ul li.active > span {
  color: ;
}
.zo2-megamenu .mega-dropdown-menu .mega-dropdown-inner {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-shadow: -1px 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 0 5px rgba(0,0,0,0.2);
  box-shadow: -1px 0 5px rgba(0,0,0,0.2);
}
.menu-right .zo2-menu {
  float: right;
}
.header3 .zo2-menu {
  float: right;
}
.header3 .zo2-megamenu .level-top > li > a,
.header3 .zo2-megamenu .level-top > li > span {
  padding: 10px 17px;
  color: #232530;
}
.header3 .zo2-megamenu .level-top > li > a:hover,
.header3 .zo2-megamenu .level-top > li > a:focus,
.header3 .zo2-megamenu .level-top > li > span:hover,
.header3 .zo2-megamenu .level-top > li > span:focus {
  background-color: transparent;
}
.header3 .zo2-megamenu .level-top > li.active > a,
.header3 .zo2-megamenu .level-top > li.active > span,
.header3 .zo2-megamenu .level-top > li.open > a,
.header3 .zo2-megamenu .level-top > li.open > span {
  background-color: transparent;
}
.landing .zo2-megamenu .level-top > li > a,
.landing .zo2-megamenu .level-top > li > span,
.landing .zo2-megamenu .level-top > li.active > a,
.landing .zo2-megamenu .level-top > li.active > span,
.landing .zo2-megamenu .level-top > li.open > a,
.landing .zo2-megamenu .level-top > li.open > span {
  background-color: transparent;
}
.landing .zo2-megamenu .level-top > li > a:focus,
.landing .zo2-megamenu .level-top > li > a:hover,
.landing .zo2-megamenu .level-top > li > span:focus,
.landing .zo2-megamenu .level-top > li > span:hover,
.landing .zo2-megamenu .level-top > li.active > a:focus,
.landing .zo2-megamenu .level-top > li.active > a:hover,
.landing .zo2-megamenu .level-top > li.active > span:focus,
.landing .zo2-megamenu .level-top > li.active > span:hover,
.landing .zo2-megamenu .level-top > li.open > a:focus,
.landing .zo2-megamenu .level-top > li.open > a:hover,
.landing .zo2-megamenu .level-top > li.open > span:focus,
.landing .zo2-megamenu .level-top > li.open > span:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .zo2-megamenu .level-top > li > a,
  .zo2-megamenu .level-top > li > span {
    font-weight: 600;
    font-size: 14px;
    padding: 20px 25px;
  }
  .zo2-megamenu .level-top > li > a:hover,
  .zo2-megamenu .level-top > li > a:focus,
  .zo2-megamenu .level-top > li > span:hover,
  .zo2-megamenu .level-top > li > span:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.1);
  }
  .zo2-megamenu .level-top > li.active > a,
  .zo2-megamenu .level-top > li.active > span,
  .zo2-megamenu .level-top > li.open > a,
  .zo2-megamenu .level-top > li.open > span {
    color: #fff;
    background-color: rgba(0,0,0,0.1);
  }
  .zo2-megamenu .level-top ul li > a,
  .zo2-megamenu .level-top ul li > span {
    padding: 10px 17px;
  }
  .zo2-megamenu .mega-dropdown-menu .mega-dropdown-inner {
    padding: 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .landing .zo2-megamenu .level-top > li > a,
  .landing .zo2-megamenu .level-top > li > span,
  .header3 .zo2-megamenu .level-top > li > a,
  .header3 .zo2-megamenu .level-top > li > span {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .zo2-megamenu .level-top > li > a,
  .zo2-megamenu .level-top > li > span {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .zo2-menu {
    background-color: #fff;
  }
  .zo2-megamenu .level-top > li > a,
  .zo2-megamenu .level-top > li > span {
    color: #232530;
    background-color: transparent !important;
  }
  .zo2-megamenu .level-top > li > a .caret,
  .zo2-megamenu .level-top > li > span .caret {
    display: block;
  }
  .zo2-megamenu .level-top > li > a:after,
  .zo2-megamenu .level-top > li > span:after {
    display: none;
  }
}
.download {
  padding: 150px 15px;
  text-align: center;
  background-color: #1d252c;
}
.download .customdownload h1,
.download .customdownload p,
.download .customdownload a {
  color: white;
}
.download .customdownload h1.des-download,
.download .customdownload p.des-download,
.download .customdownload a.des-download {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (min-width: 300px) {
  #zo2-footer-wrap .container .row .copyright {
    order: 2;
  }
  #zo2-footer-wrap .container .row .footerlogo {
    order: 1;
  }
  #zo2-footer-wrap .container .row .footermenu {
    padding-top: 30px;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  #zo2-footer-wrap .container .row .copyright {
    order: 0;
  }
  #zo2-footer-wrap .container .row .footerlogo {
    order: 1;
  }
  #zo2-footer-wrap .container .row .footermenu {
    padding-top: 0;
    order: 2;
  }
}
.menufooter-menu {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 300px) {
  .menufooter-menu li {
    line-height: 40px;
    border-bottom: 1px solid #ededed;
  }
}
@media only screen and (min-width: 768px) {
  .menufooter-menu li {
    line-height: 90px;
    border-bottom: none;
  }
}
.menufooter-menu li a {
  color: black;
  padding: 0 15px;
  font-weight: 400;
}
.menufooter-menu li:last-child a {
  padding-right: 0;
}
.customfooter-logo div {
  line-height: 90px;
  text-align: center;
}
.customfooter-logo div img {
  display: inline-block;
}
.vm-pagination {
  clear: both;
}
.vm-pagination .pagination,
.pagination {
  display: block;
}
.vm-pagination .pagination li,
.pagination li {
  display: inline-block;
}
.customhello {
  padding: 100px 0;
}
.customhello h1 {
  font-size: 28px;
  line-height: 18px;
  font-weight: 300;
}
.customhello .button-download {
  color: #fff;
  text-decoration: none;
}
.page-header h3.title a {
  color: #252525;
  text-decoration: none;
}
.post-image {
  overflow: hidden;
}
.mod-right {
  padding-left: 30px;
}
.mod-right .module {
  margin-top: 30px;
}
.news-info p.readmore {
  margin: 2em 0;
}
.tagspopular ul li {
  display: block;
  width: auto;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
.tagspopular ul li a {
  text-transform: uppercase;
  padding: 0 15px;
  letter-spacing: .5px;
  font-size: 0.857rem;
  border: 1px solid #e9eaea;
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #717779;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tagspopular ul li a:hover {
  color: #fff;
}
.blog .items-leading div[class*="leading-"] {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 50px;
}
dd.category-name a {
  color: #b4b4b4;
}
.zo2-slide {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 300px) {
  .zo2-slide {
    height: 300px;
  }
  .zo2-slide .zo2-slide-content {
    padding: 7% 0;
  }
  .zo2-slide .zo2-slide-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .zo2-slide {
    height: 400px;
  }
  .zo2-slide .zo2-slide-content {
    padding: 9% 0;
  }
  .zo2-slide .zo2-slide-content h1 {
    font-size: 30px;
  }
  .zo2-slide .zo2-slide-content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .zo2-slide {
    height: 600px;
  }
  .zo2-slide .zo2-slide-content {
    padding: 10% 0;
  }
  .zo2-slide .zo2-slide-content h1 {
    font-size: 44px;
  }
  .zo2-slide .zo2-slide-content p {
    font-size: 16px;
  }
}
.zo2-slide .zo2-slide-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.zo2-slide .zo2-slide-content h1,
.zo2-slide .zo2-slide-content p,
.zo2-slide .zo2-slide-content .btn-action {
  width: 100%;
  color: #fff;
}
.zo2-slide .zo2-slide-content p {
  margin-top: 20px;
  margin: 0;
}
.zo2-slide .zo2-slide-content .btn-action {
  margin-top: 50px;
}
.clearfix {
  clear: both;
}
.csFont {
  font-family: 'cleverSoft' !important;
}
.poppinsFont {
  font-family: 'Poppins', sans-serif !important;
}
.radleyFont {
  font-family: 'Radley', sans-serif !important;
}
.clearfix {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #252525;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  background-color: #fff;
  color: #646a7c;
}
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%;
}
sub,
sup {
  position: relative;
  font-size: 10px;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover,
a:focus {
  text-decoration: none;
}
.zo2-copyright {
  line-height: 90px;
  color: black;
}
@media only screen and (min-width: 300px) {
  .zo2-copyright {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .zo2-copyright {
    text-align: inherit;
  }
}
div[class*="-view"] .row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.vm-col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
}
.vm-col-1 {
  width: 100%;
}
.vm-col-2 {
  width: 50%;
}
.vm-col-2:nth-child(2n+1) {
  clear: both;
}
.vm-col-3 {
  width: 33.333%;
}
.vm-col-3:nth-child(3n+1) {
  clear: both;
}
.vm-col-4 {
  width: 25%;
}
.vm-col-4:nth-child(4n+1) {
  clear: both;
}
.vm-col-5 {
  width: 20%;
}
.vm-col-5:nth-child(5n+1) {
  clear: both;
}
.vm-col-6 {
  width: 16.666%;
}
.vm-col-6:nth-child(6n+1) {
  clear: both;
}
.vm-col-8 {
  width: 12.5%;
}
.vm-col-9 {
  width: 11.111%;
}
.vm-col-10 {
  width: 10%;
}
.vm-col-11 {
  width: 9.09%;
}
.vm-col-12 {
  width: 8.333%;
}
.floatleft {
  float: left;
}
.orderby-displaynumber {
  padding: 0;
  margin: 0;
  border: none;
}
.orderby-displaynumber .orderlistcontainer {
  position: relative;
  line-height: 40px;
}
.orderby-displaynumber .orderlistcontainer a {
  color: #232530;
}
.orderby-displaynumber .orderlistcontainer .title {
  display: none;
}
.orderby-displaynumber .orderlistcontainer .orderlist,
.orderby-displaynumber .orderlistcontainer .activeOrder {
  border: 1px solid #e9eaea;
  padding: 0 20px;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.orderby-displaynumber .orderlistcontainer .orderlist {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  line-height: 30px;
  font-size: 12px;
  background-color: #fff;
  margin-top: -1px;
}
.orderby-displaynumber .display-number {
  margin-left: 30px;
  float: left;
}
.orderby-displaynumber .display-number select {
  height: 40px;
  line-height: 40px;
  border-color: #e9eaea;
  padding-right: 20px;
  padding-left: 20px;
}
.orderby-displaynumber .display-result {
  float: right;
  line-height: 40px;
}
input.addtocart-button {
  margin-bottom: 0;
}
.category-view .category-view {
  padding: 0 15px;
  float: left;
  margin-bottom: 15px;
}
.category-view .category-view .spacer h2 {
  margin: 0;
  line-height: 30px;
}
.category-view .category-view .spacer h2 a {
  font-size: 18px;
  color: #222;
  font-weight: lighter;
}
.category-view .category-view .category + div {
  margin-left: 50px;
}
.category-view .virtuemart_search {
  float: right;
}
.quickview {
  width: 100%;
  background-color: #232530;
  height: 32px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}
.quickview i {
  background-color: transparent;
  width: auto;
  height: inherit;
  line-height: inherit;
  border: none;
  font-size: 12px;
  margin-right: 4px;
}
.quickview i:before {
  content: "\f06e";
}
.quickview a.add-quickview {
  cursor: pointer;
  display: block;
}
.quickview a.add-quickview span {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff !important;
}
.category-view .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .product .spacer,
.productdetails .product-field-display {
  padding: 0 0 25px;
  position: relative;
}
.category-view .category .spacer img,
.featured-view .spacer img,
.latest-view .spacer img,
.topten-view .spacer img,
.recent-view .spacer img,
.related-products-view .spacer img,
.browse-view .product .spacer img,
.productdetails .product-field-display img {
  margin-left: auto;
  margin-right: auto;
}
.category-view .category .spacer .addtocart-area,
.featured-view .spacer .addtocart-area,
.latest-view .spacer .addtocart-area,
.topten-view .spacer .addtocart-area,
.recent-view .spacer .addtocart-area,
.related-products-view .spacer .addtocart-area,
.browse-view .product .spacer .addtocart-area,
.productdetails .product-field-display .addtocart-area {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 0;
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  -ms-transform: translate(0,20px);
  -o-transform: translate(0,20px);
  transform: translate(0,20px);
}
.category-view .category .spacer .add-wishlist i,
.featured-view .spacer .add-wishlist i,
.latest-view .spacer .add-wishlist i,
.topten-view .spacer .add-wishlist i,
.recent-view .spacer .add-wishlist i,
.related-products-view .spacer .add-wishlist i,
.browse-view .product .spacer .add-wishlist i,
.productdetails .product-field-display .add-wishlist i {
  width: auto;
  color: #777;
  background-color: transparent;
  border: none;
  font-size: 16px;
}
.category-view .category .spacer .add-wishlist.active i,
.category-view .category .spacer .add-wishlist:focus i,
.category-view .category .spacer .add-wishlist:hover i,
.featured-view .spacer .add-wishlist.active i,
.featured-view .spacer .add-wishlist:focus i,
.featured-view .spacer .add-wishlist:hover i,
.latest-view .spacer .add-wishlist.active i,
.latest-view .spacer .add-wishlist:focus i,
.latest-view .spacer .add-wishlist:hover i,
.topten-view .spacer .add-wishlist.active i,
.topten-view .spacer .add-wishlist:focus i,
.topten-view .spacer .add-wishlist:hover i,
.recent-view .spacer .add-wishlist.active i,
.recent-view .spacer .add-wishlist:focus i,
.recent-view .spacer .add-wishlist:hover i,
.related-products-view .spacer .add-wishlist.active i,
.related-products-view .spacer .add-wishlist:focus i,
.related-products-view .spacer .add-wishlist:hover i,
.browse-view .product .spacer .add-wishlist.active i,
.browse-view .product .spacer .add-wishlist:focus i,
.browse-view .product .spacer .add-wishlist:hover i,
.productdetails .product-field-display .add-wishlist.active i,
.productdetails .product-field-display .add-wishlist:focus i,
.productdetails .product-field-display .add-wishlist:hover i {
  background-color: transparent;
  color: #777;
}
.category-view .category .spacer .vm-product-rating-container,
.featured-view .spacer .vm-product-rating-container,
.latest-view .spacer .vm-product-rating-container,
.topten-view .spacer .vm-product-rating-container,
.recent-view .spacer .vm-product-rating-container,
.related-products-view .spacer .vm-product-rating-container,
.browse-view .product .spacer .vm-product-rating-container,
.productdetails .product-field-display .vm-product-rating-container {
  float: right;
}
.category-view .category .spacer .ratingbox,
.featured-view .spacer .ratingbox,
.latest-view .spacer .ratingbox,
.topten-view .spacer .ratingbox,
.recent-view .spacer .ratingbox,
.related-products-view .spacer .ratingbox,
.browse-view .product .spacer .ratingbox,
.productdetails .product-field-display .ratingbox {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.category-view .category .spacer .product-price,
.featured-view .spacer .product-price,
.latest-view .spacer .product-price,
.topten-view .spacer .product-price,
.recent-view .spacer .product-price,
.related-products-view .spacer .product-price,
.browse-view .product .spacer .product-price,
.productdetails .product-field-display .product-price {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.category-view .category .spacer .product-price .vm-price-value,
.featured-view .spacer .product-price .vm-price-value,
.latest-view .spacer .product-price .vm-price-value,
.topten-view .spacer .product-price .vm-price-value,
.recent-view .spacer .product-price .vm-price-value,
.related-products-view .spacer .product-price .vm-price-value,
.browse-view .product .spacer .product-price .vm-price-value,
.productdetails .product-field-display .product-price .vm-price-value {
  display: inline-block;
}
.category-view .category .spacer .product-price .vm-price-value ~ .vm-price-value,
.featured-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.latest-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.topten-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.recent-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.related-products-view .spacer .product-price .vm-price-value ~ .vm-price-value,
.browse-view .product .spacer .product-price .vm-price-value ~ .vm-price-value,
.productdetails .product-field-display .product-price .vm-price-value ~ .vm-price-value {
  margin-left: 5px;
}
.category-view .category .spacer .product-price .vm-price-desc + span,
.featured-view .spacer .product-price .vm-price-desc + span,
.latest-view .spacer .product-price .vm-price-desc + span,
.topten-view .spacer .product-price .vm-price-desc + span,
.recent-view .spacer .product-price .vm-price-desc + span,
.related-products-view .spacer .product-price .vm-price-desc + span,
.browse-view .product .spacer .product-price .vm-price-desc + span,
.productdetails .product-field-display .product-price .vm-price-desc + span {
  font-weight: 600;
  font-size: 16px;
}
.category-view .category .spacer .product-price .PricesalesPriceWithDiscount,
.featured-view .spacer .product-price .PricesalesPriceWithDiscount,
.latest-view .spacer .product-price .PricesalesPriceWithDiscount,
.topten-view .spacer .product-price .PricesalesPriceWithDiscount,
.recent-view .spacer .product-price .PricesalesPriceWithDiscount,
.related-products-view .spacer .product-price .PricesalesPriceWithDiscount,
.browse-view .product .spacer .product-price .PricesalesPriceWithDiscount,
.productdetails .product-field-display .product-price .PricesalesPriceWithDiscount {
  color: #959595;
  font-size: 12px;
  text-decoration: line-through;
}
.category-view .category .spacer:hover .addtocart-area,
.featured-view .spacer:hover .addtocart-area,
.latest-view .spacer:hover .addtocart-area,
.topten-view .spacer:hover .addtocart-area,
.recent-view .spacer:hover .addtocart-area,
.related-products-view .spacer:hover .addtocart-area,
.browse-view .product .spacer:hover .addtocart-area,
.productdetails .product-field-display:hover .addtocart-area {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.category-view .category .spacer:hover .product-price,
.category-view .category .spacer:hover .ratingbox,
.featured-view .spacer:hover .product-price,
.featured-view .spacer:hover .ratingbox,
.latest-view .spacer:hover .product-price,
.latest-view .spacer:hover .ratingbox,
.topten-view .spacer:hover .product-price,
.topten-view .spacer:hover .ratingbox,
.recent-view .spacer:hover .product-price,
.recent-view .spacer:hover .ratingbox,
.related-products-view .spacer:hover .product-price,
.related-products-view .spacer:hover .ratingbox,
.browse-view .product .spacer:hover .product-price,
.browse-view .product .spacer:hover .ratingbox,
.productdetails .product-field-display:hover .product-price,
.productdetails .product-field-display:hover .ratingbox {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(0,-20px);
  -moz-transform: translate(0,-20px);
  -ms-transform: translate(0,-20px);
  -o-transform: translate(0,-20px);
  transform: translate(0,-20px);
  opacity: 0;
  visibility: hidden;
}
.category-view .category .spacer span.addtocart-button,
.featured-view .spacer span.addtocart-button,
.latest-view .spacer span.addtocart-button,
.topten-view .spacer span.addtocart-button,
.recent-view .spacer span.addtocart-button,
.related-products-view .spacer span.addtocart-button,
.browse-view .product .spacer span.addtocart-button,
.productdetails .product-field-display span.addtocart-button {
  font-size: 12px !important;
  font-weight: 600;
  background-color: #fff;
  border: none;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
}
.category-view .category .spacer span.addtocart-button:before,
.featured-view .spacer span.addtocart-button:before,
.latest-view .spacer span.addtocart-button:before,
.topten-view .spacer span.addtocart-button:before,
.recent-view .spacer span.addtocart-button:before,
.related-products-view .spacer span.addtocart-button:before,
.browse-view .product .spacer span.addtocart-button:before,
.productdetails .product-field-display span.addtocart-button:before {
  color: #232530;
  margin-right: 0;
}
.category-view .category .spacer span.addtocart-button input.addtocart-button,
.category-view .category .spacer span.addtocart-button input.notify-button,
.featured-view .spacer span.addtocart-button input.addtocart-button,
.featured-view .spacer span.addtocart-button input.notify-button,
.latest-view .spacer span.addtocart-button input.addtocart-button,
.latest-view .spacer span.addtocart-button input.notify-button,
.topten-view .spacer span.addtocart-button input.addtocart-button,
.topten-view .spacer span.addtocart-button input.notify-button,
.recent-view .spacer span.addtocart-button input.addtocart-button,
.recent-view .spacer span.addtocart-button input.notify-button,
.related-products-view .spacer span.addtocart-button input.addtocart-button,
.related-products-view .spacer span.addtocart-button input.notify-button,
.browse-view .product .spacer span.addtocart-button input.addtocart-button,
.browse-view .product .spacer span.addtocart-button input.notify-button,
.productdetails .product-field-display span.addtocart-button input.addtocart-button,
.productdetails .product-field-display span.addtocart-button input.notify-button {
  color: #232530;
  min-height: 0;
  border: none;
  text-transform: uppercase;
  padding: 0;
}
.category-view .category .spacer span.addtocart-button:hover,
.featured-view .spacer span.addtocart-button:hover,
.latest-view .spacer span.addtocart-button:hover,
.topten-view .spacer span.addtocart-button:hover,
.recent-view .spacer span.addtocart-button:hover,
.related-products-view .spacer span.addtocart-button:hover,
.browse-view .product .spacer span.addtocart-button:hover,
.productdetails .product-field-display span.addtocart-button:hover {
  background-color: #fff;
}
.category-view .category .spacer:hover .quickview,
.featured-view .spacer:hover .quickview,
.latest-view .spacer:hover .quickview,
.topten-view .spacer:hover .quickview,
.recent-view .spacer:hover .quickview,
.related-products-view .spacer:hover .quickview,
.browse-view .product .spacer:hover .quickview,
.productdetails .product-field-display:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 2;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: 100%;
}
.spacer.product-container {
  border: none;
  padding: 0;
  margin: 0;
}
.spacer.product-container .browseProductImage {
  max-height: none;
}
.vm-product-media-container {
  margin-bottom: 15px;
  position: relative;
}
.zt-product-action .quickview {
  display: none;
}
[class*="vm-product-descr-container"] {
  min-height: 0;
}
[class*="vm-product-descr-container"] > h2 {
  text-align: left;
  font-size: 16px;
  margin: 0 0 5px;
  background-color: #fff;
}
[class*="vm-product-descr-container"] > h2 a {
  color: #232530;
}
span.vm-price-desc {
  margin: 0;
}
.latest-view .spacer span,
.topten-view .spacer span,
.recent-view .spacer span,
.related-products-view .spacer span,
.browse-view .product .spacer span,
.featured-view .spacer span {
  font-size: 16px;
  color: #2b2b2b;
}
.ratingbox {
  background-image: none;
}
.ratingbox:before {
  content: '\f006\f006\f006\f006\f006';
  font-family: FontAwesome;
  color: #fc0;
}
.horizontal-separator {
  display: none;
}
.virtuemart_search {
  float: right;
}
.vm-search-custom-search-input input.inputbox {
  display: none;
}
.vm-search-custom-search-input .button {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: lighter;
  border: none;
  color: #222;
}
.browse-view {
  clear: both;
}
.vm-category .menu > li {
  margin-bottom: 15px;
}
.vm-category .menu > li a {
  color: #222;
}
.pagination .pagination li a,
.pagination .pagination li span,
.vm-pagination .pagination li a,
.vm-pagination .pagination li span {
  display: block;
  line-height: 40px;
  text-align: center;
  min-width: 35px;
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  font-weight: 500;
  color: #232530;
  background-color: transparent;
  border-color: #e9eaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination .pagination li a:hover,
.pagination .pagination li span:hover,
.vm-pagination .pagination li a:hover,
.vm-pagination .pagination li span:hover {
  background-color: transparent;
}
.pagination .pagination li + li,
.vm-pagination .pagination li + li {
  margin-left: 5px;
}
.pagination .pagination li.active a:hover,
.pagination .pagination li.active span:hover,
.vm-pagination .pagination li.active a:hover,
.vm-pagination .pagination li.active span:hover {
  border-color: #e9eaea;
}
#fancybox-wrap {
  display: none;
  position: fixed;
  top: 50% !important;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  max-height: 100%;
}
#fancybox-wrap a,
#fancybox-wrap p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#fancybox-outer #fancybox-content {
  padding: 0;
}
#fancybox-outer #fancybox-content .vm-product-container {
  width: auto;
}
#fancybox-outer #fancybox-content .vm-product-media-container,
#fancybox-outer #fancybox-content .vm-product-details-container {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
#fancybox-outer #fancybox-content .vm-product-details-container {
  padding: 30px 15px 15px;
}
#fancybox-outer #fancybox-content .wishlist-product-img {
  margin-right: 120px;
}
#fancybox-outer #fancybox-content .title a {
  font-weight: 500;
  font-size: 34px;
}
#fancybox-outer #fancybox-content #wishlists_go,
#fancybox-outer #fancybox-content #wishlists_continue {
  background-color: #232530;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 48px;
  display: inline-block;
}
#fancybox-outer #fancybox-content #vm-product-container {
  width: auto;
}
#fancybox-outer #fancybox-content .vm-product-details-container h1 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
}
#fancybox-outer #fancybox-content .vm-product-details-container .product-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
}
#fancybox-outer #fancybox-content .gallery-products {
  position: relative;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev,
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next {
  position: relative;
  font-size: 0;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  color: #fff;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev:before,
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next:before {
  font-family: FontAwesome;
  font-size: 30px;
  opacity: .7;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev:hover:before,
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next:hover:before {
  opacity: 1;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev {
  float: left;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev:before {
  content: "\f104";
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next {
  float: right;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next:before {
  content: "\f105";
}
#fancybox-outer #fancybox-close {
  top: 10px;
  right: 10px;
  background-image: none;
}
#fancybox-outer #fancybox-close:before,
#fancybox-outer #fancybox-close:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #222;
  left: 0;
  top: 0;
}
#fancybox-outer #fancybox-close:before {
  transform: rotate(135deg)translateY(-10px) translateX(12px);
  -webkit-transform: rotate(135deg)translateY(-10px) translateX(12px);
  -ms-transform: rotate(135deg)translateY(-10px) translateX(12px);
  -o-transform: rotate(135deg)translateY(-10px) translateX(12px);
}
#fancybox-outer #fancybox-close:after {
  transform: rotate(45deg) translateY(10px) translateX(9px);
  -webkit-transform: rotate(45deg) translateY(10px) translateX(9px);
  -ms-transform: rotate(45deg) translateY(10px) translateX(9px);
  -o-transform: rotate(45deg) translateY(10px) translateX(9px);
}
#fancybox-outer .continue_link {
  color: #222;
  float: right;
  margin-top: 40px;
}
#fancybox-outer .showcart {
  background-color: #333;
  padding: 10px 45px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-top: 30px;
  margin-left: 20px;
}
#fancybox-outer h4 {
  font-weight: 500;
  font-size: 30px;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
#fancybox-outer .product-price {
  margin-bottom: 20px;
}
#fancybox-outer .product-socials {
  color: #647072;
  font-size: 14px;
  padding: 20px 0;
  margin-top: 10px;
}
#fancybox-outer .product-socials ul {
  display: inline-block;
  padding-left: 20px;
}
#fancybox-outer .product-socials ul li {
  display: inline-block;
}
#fancybox-outer .product-socials ul li > a {
  padding: 0 20px;
  color: #222;
}
#fancybox-outer .product-socials ul li > a:hover .fa-facebook {
  color: #3b5998;
}
#fancybox-outer .product-socials ul li > a:hover .fa-twitter {
  color: #1da1f2;
}
#fancybox-outer .product-socials ul li > a:hover .fa-google-plus {
  color: #db4437;
}
#fancybox-outer .product-socials ul li > a:hover .fa-feed {
  color: #f86c00;
}
#fancybox-outer .wishlist-product-detail {
  padding: 30px;
}
#fancybox-outer .wishlist-product-detail .wishlist-product-img {
  margin-bottom: 30px;
}
span.addtocart-button:before {
  content: "\f07a";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 5px;
}
.productdetails .vm-product-container .vm-product-media-container,
.productdetails .vm-product-container .vm-product-details-container {
  width: 50%;
  float: left;
}
.productdetails .vm-product-container .vm-product-details-container h1 {
  font-size: 24px;
  margin-top: 0;
}
.productdetails .vm-product-container .vm-product-details-container .addtocart-area {
  margin-top: 15px;
  padding: 25px 0;
  border-top: 1px solid #e9eaea;
  border-bottom: 1px solid #e9eaea;
}
.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar {
  position: relative;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-controls {
  display: block;
}
.productdetails .vm-product-container .vm-product-details-container .vm-price-value > span + span {
  font-weight: 500;
  font-size: 16px;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-controls {
  display: block;
  position: absolute;
  top: 0;
  width: 130px;
  z-index: 1;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box {
  display: inline-block;
  position: relative;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box .quantity-input {
  border: 1px solid #e9eaea;
  font-size: 14px;
  color: #232530;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 130px;
  height: 40px;
  line-height: 40px;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box:before,
.productdetails .vm-product-container .vm-product-details-container .quantity-box:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box:before {
  content: "\f104";
  left: 0;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-box:after {
  content: "\f105";
  right: 0;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-plus,
.productdetails .vm-product-container .vm-product-details-container .quantity-minus {
  position: absolute;
  top: 0;
  border: none;
  background-color: transparent;
  outline: none;
  width: 40px;
  height: 40px;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-plus i,
.productdetails .vm-product-container .vm-product-details-container .quantity-minus i {
  color: #fff;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-plus {
  right: 0;
}
.productdetails .vm-product-container .vm-product-details-container .quantity-minus {
  left: 0;
}
.productdetails span.addtocart-button {
  display: inline-block;
  font-size: 13px !important;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 40px;
}
.productdetails span.addtocart-button:hover {
  background-color: #232530;
}
.productdetails span.addtocart-button input.addtocart-button,
.productdetails span.addtocart-button input.notify-button {
  color: #fff;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productdetails .additional-images .owl-nav .owl-prev,
.productdetails .additional-images .owl-nav .owl-next,
.productdetails .product-related-products .owl-nav .owl-prev,
.productdetails .product-related-products .owl-nav .owl-next {
  font-size: 0;
  text-align: center;
}
.productdetails .additional-images .owl-nav .owl-prev:before,
.productdetails .additional-images .owl-nav .owl-next:before,
.productdetails .product-related-products .owl-nav .owl-prev:before,
.productdetails .product-related-products .owl-nav .owl-next:before {
  font-family: 'cleversoft';
}
.productdetails .additional-images .owl-nav .owl-prev:hover,
.productdetails .additional-images .owl-nav .owl-next:hover,
.productdetails .product-related-products .owl-nav .owl-prev:hover,
.productdetails .product-related-products .owl-nav .owl-next:hover {
  color: #fff;
}
.productdetails .additional-images .owl-nav .owl-prev,
.productdetails .product-related-products .owl-nav .owl-prev {
  left: -12px;
}
.productdetails .additional-images .owl-nav .owl-prev:before,
.productdetails .product-related-products .owl-nav .owl-prev:before {
  content: "\c155";
}
.productdetails .additional-images .owl-nav .owl-next,
.productdetails .product-related-products .owl-nav .owl-next {
  right: -12px;
}
.productdetails .additional-images .owl-nav .owl-next:before,
.productdetails .product-related-products .owl-nav .owl-next:before {
  content: "\c151";
}
.productdetails .additional-images:hover .owl-nav .owl-prev,
.productdetails .additional-images:hover .owl-nav .owl-next,
.productdetails .product-related-products:hover .owl-nav .owl-prev,
.productdetails .product-related-products:hover .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
}
.productdetails .additional-images {
  margin-top: 15px;
  position: relative;
}
.productdetails .additional-images .owl-nav .owl-prev,
.productdetails .additional-images .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  border: 1px solid #e9eaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.productdetails .additional-images .owl-nav .owl-prev:before,
.productdetails .additional-images .owl-nav .owl-next:before {
  font-size: 9px;
}
.productdetails .product-related-products {
  margin-bottom: 30px;
}
.productdetails .product-related-products .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0,-100%);
  -moz-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  -o-transform: translate(0,-100%);
  transform: translate(0,-100%);
  margin-top: -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.productdetails .product-related-products .owl-nav .owl-prev,
.productdetails .product-related-products .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 2px solid #e9eaea;
  line-height: 30px;
  display: inline-block;
}
.productdetails .product-related-products .owl-nav .owl-prev:before,
.productdetails .product-related-products .owl-nav .owl-next:before {
  font-size: 11px;
}
.productdetails .product-related-products .owl-nav .owl-prev {
  margin-right: 2px;
}
.productdetails .product-related-products .owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.productdetails .zt-tab-horizontal .nav-tabs {
  background-color: #f4f6f8;
  border: none;
}
.productdetails .zt-tab-horizontal .nav-tabs >li {
  border-radius: 0;
  width: 33.33%;
}
.productdetails .zt-tab-horizontal .nav-tabs >li > a {
  display: block;
  border: none;
  margin: 0;
  text-transform: uppercase;
  color: #232530;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.productdetails .zt-tab-horizontal .nav-tabs >li > a:hover {
  color: #fff;
}
.productdetails .zt-tab-horizontal .nav-tabs >li.active > a {
  color: #fff;
}
.productdetails .zt-tab-horizontal .tab-content {
  border: 1px solid #e9eaea;
  border-top: none;
  padding: 20px 30px 10px;
  margin-bottom: 20px;
}
.productdetails .product-fields-title-wrapper {
  margin-bottom: 15px;
}
.productdetails .product-fields-title-wrapper .product-fields-title {
  font-family: 'Radley', sans-serif !important;
  font-size: 24px;
}
.product-related-products {
  border-top: none;
  position: relative;
}
.product-related-products .hasTooltip,
.product-related-products .product-field-desc {
  display: none;
}
.product-related-products .product-fields-title {
  font-size: 22px;
}
.product-related-products .product-fields-title strong {
  font-weight: normal;
  color: #333;
}
.product-related-products .product-field {
  margin: 0;
  padding: 0 15px;
}
.product-related-products .product-field:first-child {
  padding-left: 0;
}
.product-related-products .product-field:last-child {
  padding-right: 0;
}
.product-related-products .product-field-display .product-container > a {
  color: #232530;
  font-size: 16px;
  font-weight: 500;
}
.product-related-products .product-field-display .product-container img {
  width: 100%;
}
body.boxed .zo2-wrapper {
  width: 100%;
}
.landing {
  margin-left: 30px;
  margin-right: 30px;
}
#retina-logo,
#sticky-logo {
  display: none;
}
#zo2-topbar-wrap {
  background-color: #f4f6f8;
}
#zo2-top-1 p {
  padding: 10px 0;
  line-height: 30px;
  margin-bottom: 0;
}
.top-social ul {
  text-align: right;
  padding: 10px 0;
}
.top-social ul li {
  display: inline-block;
  line-height: 30px;
}
.top-social ul li a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  color: #232530;
}
.top-social ul li:last-child a {
  padding-right: 0;
}
.topbar3 .top-social ul li a {
  color: #fff;
}
.topbar3 .top-social ul li a:hover {
  color: #232530;
}
.topbar3 #zo2-top-1 p {
  color: #fff;
}
.header-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
}
.header-address .zoo-icon-field {
  display: inline-block;
}
.header-address .zoo-icon-field + .zoo-icon-field {
  margin-left: 30px;
}
.header-address .zoo-icon-field .wrap-icon-item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e9eaea;
  padding: 0;
  float: left;
}
.header-address .zoo-icon-field .wrap-icon-item i {
  font-size: 18px;
}
.header-address .zoo-icon-field .wrap-text-content {
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  float: left;
  padding-left: 20px;
  white-space: nowrap;
}
.header-address .zoo-icon-field .wrap-text-content h3 {
  margin: 0;
  white-space: nowrap;
  font-size: 1rem;
}
.header-address .zoo-icon-field .wrap-text-content a {
  color: #232530;
}
.header-address .zoo-icon-field .wrap-text-content p {
  margin-bottom: 0;
}
.header-address .zoo-icon-field .social-link ul li {
  display: inline-block;
}
.header-address .zoo-icon-field .social-link ul li + li {
  margin-left: 10px;
}
.header-address .zoo-icon-field .social-link ul li a {
  border: 1px solid #e9eaea;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  display: block;
}
.header-address .zoo-icon-field .social-link ul li a:hover {
  color: #fff;
}
.header-address .button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 40px;
  text-align: center;
}
.header-address .button:hover {
  background-color: #232530;
}
#zo2-header-wrap > div {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}
#zo2-header-wrap > div >.row {
  display: flex;
  align-items: center;
}
.is-sticky > section {
  right: 0;
  left: 0;
  z-index: 99;
}
.is-sticky #zo2-header-wrap > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
#zo2-position-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
#zo2-position-1 .icon-search {
  color: #fff;
  cursor: pointer;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
#zo2-position-1 .search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 45px;
  z-index: 1;
  background-color: rgba(0,0,0,0.8);
  display: none;
}
#zo2-position-1 .search-close {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  padding: 30px;
  z-index: 1;
}
#zo2-position-1 .search-close span {
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}
#zo2-position-1 form {
  position: relative;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#zo2-position-1 form:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 18px;
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#zo2-position-1 form.focus:after {
  width: 100%;
}
#zo2-position-1 .inputbox {
  border: none;
  line-height: 50px;
  font-size: 28px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: lighter;
  min-width: 100%;
  border-bottom: 2px solid #fff;
}
#zo2-position-1 .inputbox::-webkit-input-placeholder {
  color: #fff;
}
#zo2-position-1 .inputbox::-moz-placeholder {
  color: #fff;
}
#zo2-position-1 .inputbox:-ms-input-placeholder {
  color: #fff;
}
#zo2-position-1 .inputbox:-moz-placeholder {
  color: #fff;
}
#zo2-position-1 .inputbox:focus ~ form:after {
  width: 100%;
}
#zo2-position-1 .button {
  border: none;
  background-color: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  height: 50px;
  padding: 0;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#zo2-position-1 .button:before {
  color: #fff;
  content: "\c014";
  font-family: 'cleversoft';
  font-size: 25px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#zt-top-cart #cart {
  position: relative;
}
#zt-top-cart #cart a {
  color: #fff;
  font-size: 18px;
}
#zt-top-cart #cart .total-products {
  color: #fff;
  position: absolute;
  top: -13px;
  right: 0;
  font-weight: 700;
  font-size: .73rem;
}
#zt-top-cart .zt-cart-inner {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  width: 360px;
  height: 100%;
  overflow: auto;
  text-align: center;
  background-color: #fff;
  transform: translateX(360px);
  -webkit-transform: translateX(360px);
  -ms-transform: translateX(360px);
  -o-transform: translateX(360px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#zt-top-cart .zt-cart-inner.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
#zt-top-cart .zt-cart-inner .vmCartModule {
  position: relative;
  height: 100%;
}
#zt-top-cart .zt-cart-inner .header-cart {
  display: flex;
  jutify-content: space-between;
  padding: 20px;
  width: 100%;
  align-items: center;
  height: 90px;
}
#zt-top-cart .zt-cart-inner .header-cart h3 {
  margin: 0;
  padding: 20px 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: .93rem;
  text-transform: uppercase;
}
#zt-top-cart .zt-cart-inner .cart-title {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  background-color: #c3325f;
}
#zt-top-cart .zt-cart-inner .vmproduct .not_text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: 18px;
  opacity: .6;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-img {
  margin-right: 15px;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail {
  text-align: left;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail .name {
  padding: 15px;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail .name a {
  color: #333;
  display: block;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail .remwishlists i {
  background-color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-transition: background-color .15s;
  -moz-transition: background-color .15s;
  -o-transition: background-color .15s;
  transition: background-color .15s;
}
#zt-top-cart .zt-cart-inner .vmproduct .wishlist-product-detail .remwishlists i:hover {
  background-color: #c3325f;
}
#zt-top-cart .zt-cart-inner .show_cart,
#zt-top-cart .zt-cart-inner .vm_cart_products,
#zt-top-cart .zt-cart-inner .total {
  padding-right: 20px;
  padding-left: 20px;
}
#zt-top-cart .zt-cart-inner .show_cart {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#zt-top-cart .zt-cart-inner .show_cart a {
  float: none !important;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}
#zt-top-cart .zt-cart-inner .show_cart a:hover {
  background: #182331;
}
#zt-top-cart .zt-cart-inner .total {
  padding-top: 20px;
  padding-bottom: 20px;
}
#zt-top-cart .zt-cart-inner .vm_cart_products .product_row {
  padding: 15px 0;
  border-bottom: 1px solid #e9eaea;
}
#zt-top-cart .zt-cart-inner .subtotal_with_tax,
#zt-top-cart .zt-cart-inner .total_amount strong {
  font-weight: 600;
}
#zt-top-cart .zt-cart-inner .product_name a {
  color: #232530;
}
.header3#zo2-header-wrap {
  background-color: #fff;
}
.header3 > div > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header3 .zo2-logo {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.header3 #zo2-position-1 .icon-search,
.header3 #zt-top-cart #cart a {
  color: #232530;
}
.header3 #zt-top-cart #cart .total-products {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.top-header5 {
  padding-bottom: 30px;
}
.header5 {
  margin-bottom: -30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.header5#zo2-navigation-wrap {
  background-color: transparent;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.header5 > div {
  background-color: #232530;
  max-width: 1140px;
  padding: 0;
}
.is-sticky .header5#zo2-navigation-wrap {
  background-color: #232530;
}
#zo2-footer-wrap {
  background: url(../templates/zo2_consultech/assets/zo2/images/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  color: #a9b6c6;
}
#zo2-footer-wrap a {
  color: #a9b6c6;
}
#zo2-footer-wrap .title,
#zo2-footer-wrap .moduletitle {
  color: #fff;
  font-family: 'Radley', sans-serif !important;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 15px;
}
#zo2-footer-wrap .main-footer-block img {
  margin-bottom: 15px;
}
#zo2-footer-wrap .main-footer-block .zt-social-icon li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
#zo2-footer-wrap .main-footer-block .zt-social-icon li > a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
#zo2-footer-wrap .main-footer-block .zt-social-icon li > a:hover {
  background-color: #fff;
}
#zo2-footer-wrap .footer-address b {
  color: #fff;
}
#zo2-footer-wrap .zo2-copyright {
  padding-top: 10px;
  color: #5c6774;
}
#zo2-footer-wrap .jvformcontact .main-success label {
  display: none;
}
#zo2-footer-wrap .jvformcontact .main-success > p {
  display: inline-block;
}
#zo2-footer-wrap .jvformcontact .main-success > p:first-child {
  width: calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -o-calc(100% - 110px);
}
#zo2-footer-wrap .jvformcontact .main-success > p:first-child + p {
  width: 110px;
}
#zo2-footer-wrap .jvformcontact .main-success .email {
  background: none;
  border: 1px solid rgba(255,255,255,0.2);
  height: 40px;
  border-right: 0;
  color: #fff;
  padding-left: 20px;
}
#zo2-footer-wrap .jvformcontact .main-success .button {
  width: 100%;
  border: none;
  padding: 0 20px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
}
#zo2-footer-wrap .jvformcontact .main-success .button:hover {
  background-color: #232530;
}
#zo2-footer1-wrap {
  padding-top: 30px;
}
#zo2-footer1-wrap > div > .row {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}
#zo2-footer1-wrap > div > .row > div {
  background-color: #1e1e27;
  margin: 0 15px;
  padding: 25px;
  text-align: center;
}
#zo2-footer1-wrap > div > .row > div:nth-child(2n+1) {
  padding-top: 40px;
}
#zo2-footer1-wrap .fa {
  color: #fff;
}
#zo2-footer1-wrap h3 > a {
  color: rgba(255,255,255,0.8);
}
#zo2-footer1-wrap .zt-social-icon li {
  display: inline-block;
}
#zo2-footer1-wrap .zt-social-icon li + li {
  margin-left: 25px;
}
#zo2-footer1-wrap .zo2-copyright {
  color: #5c6774;
}
#zo2-footer1-wrap .main-footer-block img {
  display: inline-block;
  margin-bottom: 20px;
}
.block-quote {
  padding: 30px 0 20px;
  font-size: 16px;
}
.block-quote h4,
.block-quote p {
  color: #fff;
}
.block-quote h4 {
  margin-top: 0;
}
.block-quote p {
  margin-bottom: 0;
}
.block-quote .button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}
.block-quote .button:hover {
  background-color: transparent;
  color: #fff;
}
#zo2-topbar-wrap .block-quote h4,
#zo2-topbar-wrap .block-quote p {
  color: #232530;
}
#zo2-topbar-wrap .block-quote .button {
  color: #fff;
  font-size: 14px;
}
#zo2-topbar-wrap .block-quote .button:hover {
  background-color: #232530;
}
#zo2-left .module {
  margin-bottom: 40px;
}
#zo2-left .moduletitle {
  font-family: 'Radley', sans-serif !important;
  margin-top: 0;
  margin-bottom: 15px;
}
#zo2-left .categories-module li {
  padding: 5px 0;
}
#zo2-left .categories-module li:before {
  content: '\f111';
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 10px;
}
#zo2-left .categories-module li > a {
  color: #232530;
}
#zo2-left .menu li {
  padding: 0;
  border-bottom: 1px solid #e9eaea;
  background: #f4f6f8;
  color: #182331;
  font-weight: 500;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#zo2-left .menu li a {
  display: block;
  padding: 13px 20px;
  position: relative;
  color: #232530;
}
#zo2-left .menu li a:after {
  font-family: FontAwesome;
  content: '\f0da';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: .5;
}
#zo2-left .menu li a:hover {
  color: #fff;
}
#zo2-left .menu li.active a {
  color: #fff;
}
#zo2-left .zt-testimonial {
  margin-top: 50px;
}
#zo2-left .zt-testimonial .testimonial-content > span {
  font-family: 'Radley', sans-serif !important;
  padding: 0;
  font-size: 18px;
}
#zo2-left .zt-testimonial .testimonial-content > span:before {
  display: none;
}
#zo2-left .zt-testimonial .owl-dots {
  margin-top: 0;
  text-align: left;
}
#zo2-left .zt-testimonial .testimonial-thumbnail {
  display: none;
}
#zo2-left .zt-testimonial .company-name strong {
  font-size: 18px;
  font-weight: 500;
}
#zo2-left .zt-testimonial .company-name em {
  padding-left: 5px;
  border-left: 1px solid #e9eaea;
  font-size: 12px;
}
#zo2-left .vmproduct .single-product {
  clear: both;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
}
#zo2-left .vmproduct .single-product img {
  height: 70px;
  margin-right: 15px;
}
#zo2-left .vmproduct .single-product a:first-child {
  float: left;
}
#zo2-left .vmproduct .single-product a:first-child + a {
  display: block;
  color: #232530;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
#zo2-left .vm-categories ul li {
  padding: 10px 0;
}
#zo2-left .vm-categories ul li a {
  font-weight: 400;
  color: #232530;
}
#zo2-left .vm-categories ul li ul {
  margin-left: 10px;
}
.banner-shop {
  padding: 45px 25px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.banner-shop h4 {
  font-family: 'Radley', sans-serif !important;
  font-weight: 400;
  color: #fff;
}
.banner-shop .button {
  border: 1px solid #fff;
  margin: 20px auto 5px;
  background-color: #fff;
}
.banner-shop .button:hover {
  background-color: transparent;
  color: #fff;
}
.block-contact {
  text-align: center;
}
.block-contact h2,
.block-contact h4 {
  text-align: center;
  font-family: 'Radley', sans-serif !important;
}
.block-contact .text-desc {
  max-width: 800px;
  margin: 0 auto 50px;
}
.block-contact a {
  color: #232530;
}
.contact-form-title {
  text-align: center;
  font-family: 'Radley', sans-serif !important;
  font-size: 30px;
}
#contact-form {
  margin-bottom: 100px;
}
#contact-form input,
#contact-form textarea {
  padding-right: 15px;
  padding-left: 15px;
  background: #f4f6f8;
  border-color: #f4f6f8;
  color: #2b2e2f;
  width: 100%;
  -webkit-transition: border-color .25s;
  -moz-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}
#contact-form textarea {
  min-height: 130px;
}
#contact-form button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 40px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#contact-form button:hover,
#contact-form button:focus {
  background-color: #232530;
}
#contact-form .form-actions {
  margin-top: 50px;
  text-align: center;
}
.accordion.accordion-accordion {
  margin-top: 30px;
}
.accordion.accordion-accordion .accordion-section {
  margin-bottom: 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion.accordion-accordion .accordion-section-title {
  border: none;
  background-color: transparent;
  font-size: 16px;
  height: auto;
  line-height: 30px;
  margin-bottom: 10px;
}
.accordion.accordion-accordion .accordion-section-title:hover,
.accordion.accordion-accordion .accordion-section-title.active {
  color: #232530;
}
.accordion.accordion-accordion .accordion-section-title i {
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.accordion.accordion-accordion .accordion-section-title i:hover {
  background-color: #232530;
}
.accordion.accordion-accordion .accordion-section-content {
  padding: 0;
  border: none;
}
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.btn-play:hover {
  color: #fff;
}
.item-page {
  padding-bottom: 100px;
}
.item-page .item-image {
  margin-bottom: 30px;
}
.timeline .wrap {
  width: 100%;
  display: inline-block;
}
.timeline .item {
  width: 100%;
  display: inline-block;
  float: left;
}
.timeline .item:last-child .content {
  border: none;
}
.timeline .content {
  width: calc(100% - 135px);
  width: -webkit-calc(100% - 135px);
  width: -moz-calc(100% - 135px);
  width: -o-calc(100% - 135px);
  float: left;
  border-left: 2px solid #e9eaea;
  padding: 0 0 40px 70px;
}
.timeline .date-block {
  width: 135px;
  float: left;
  padding-right: 35px;
  position: relative;
}
.timeline .date-block:before,
.timeline .date-block:after {
  content: '';
  position: absolute;
  top: 0;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.timeline .date-block:before {
  width: 18px;
  height: 18px;
  opacity: .3;
  display: block;
  left: calc(100% - 8px);
}
.timeline .date-block:after {
  width: 12px;
  height: 12px;
  left: calc(100% - 5px);
  border: none;
  top: 3px;
}
.tbl-carrers {
  width: 100%;
}
.tbl-carrers thead {
  border-bottom: 1px solid #2b2b2b;
}
.tbl-carrers tr td,
.tbl-carrers tr th {
  text-align: center;
  line-height: 3;
}
.tbl-carrers tr td {
  color: #777;
  border-bottom: 1px solid #eee;
}
.page-partners .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page-partners .item .col-img {
  width: 30%;
}
.page-partners .item .col-text {
  padding-left: 30px;
}
.page-partners .item .col-text h4 {
  display: inline-block;
  color: #182331;
  border-bottom: 1px solid #182331;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.zt-persons .zt-person-author {
  width: 100%;
  margin-bottom: 10px;
}
.zt-persons .zt-person-author .person-name {
  font-size: 18px;
  font-weight: 500;
  color: #232530;
  margin-bottom: 5px;
}
.zt-persons .zt-person-author .person-position {
  color: #a9b6c6;
}
.zt-persons .zt-person-social {
  position: absolute;
  top: 130px;
  left: 0;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.zt-persons .zt-person-image {
  position: relative;
}
.zt-persons .zt-person-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.zt-persons .zt-person-social.social-circle a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
}
.zt-persons .zt-person-social.social-circle a:hover {
  background-color: #fff;
}
.zt-persons .zt-person {
  position: relative;
}
.zt-persons .zt-person:hover .zt-person-social {
  left: 50%;
  opacity: 1;
}
.zt-persons .zt-person:hover .zt-person-image:before {
  opacity: .7;
}
.zt-persons.style-list {
  margin-right: 0;
  margin-left: 0;
}
.zt-persons.style-list .zt-person {
  border: 1px solid #e9eaea;
  padding: 0;
  clear: both;
}
.zt-persons.style-list .zt-person .zt-person-image {
  float: left;
  width: 25%;
  margin-bottom: 0;
}
.zt-persons.style-list .zt-person .zt-person-details {
  width: 75%;
  padding: 30px 30px 0 50px;
  float: left;
}
.zt-persons.style-list .zt-person .zt-person-social {
  top: 100px;
}
.zt-persons.style-list .zt-person:hover .zt-person-social {
  left: 100px;
}
.zt-persons.teams {
  margin-top: 50px;
}
.zt-persons.teams .zt-person-image {
  margin-bottom: 0;
}
.zt-persons.teams .zt-person-details {
  background-color: #fff;
  padding-top: 20px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}
.zt-persons.teams .zt-person-author {
  margin-bottom: 0;
}
.services-icon .column-inner {
  margin-bottom: 30px;
}
.services-icon .wrapper {
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.services-icon .wrapper i,
.services-icon .wrapper .title-demo-box,
.services-icon .wrapper .description {
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.services-icon .wrapper i {
  font-size: 30px;
  width: 45px;
  float: left;
}
.services-icon .wrapper .header-demo-box {
  overflow: hidden;
}
.services-icon .wrapper .wrap-content-demo-box {
  width: calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: -o-calc(100% - 45px);
  float: left;
}
.services-icon .wrapper .wrap-content-demo-box .title-demo-box {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.services-icon .wrapper:hover i,
.services-icon .wrapper:hover .title-demo-box,
.services-icon .wrapper:hover .description {
  color: #fff;
}
.items-row .span4 h3.title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}
.items-row .item {
  display: flex;
  flex-direction: column;
}
.items-row .item .page-header {
  order: 3;
}
.items-row .item .article-info {
  order: 4;
}
.items-row .item .article-info dd {
  color: #5c6774;
}
.items-row .item .article-info dd + dd {
  border-left: 1px solid #e9eaea;
  padding-left: 10px;
}
.items-row .item .item-image {
  order: 1;
  margin-bottom: 25px;
}
.items-row .item ul.tags {
  text-align: right;
}
.items-row .item ul.tags:before {
  content: "\f02b";
  font-family: FontAwesome;
}
.items-row .item ul.tags li {
  padding: 0;
}
.items-row .item ul.tags li a {
  color: #646a7c;
  background: none;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  text-transform: capitalize;
}
.items-row .item ul.tags li+ li:before {
  content: ',';
}
.items-row .item .readmore .btn {
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.items-row .item .readmore .btn:hover {
  color: #232530;
}
.items-row .span12 .item {
  flex-direction: row;
  flex-wrap: wrap;
}
.items-row .span12 .item .item-image {
  flex: 1 100%;
}
.items-row .span12 .item .page-header {
  order: 4;
  flex: 1 100%;
  border-top: 1px solid #e9eaea;
}
.items-row .span12 .item .page-header h3 {
  margin-top: 25px;
}
.items-row .span12 .item .page-header h3 a {
  font-size: 30px;
}
.items-row .span12 .item .article-info {
  order: 2;
  width: 50%;
  margin-bottom: 25px;
}
.items-row .span12 .item .article-info dd + dd {
  border-left: none;
}
.items-row .span12 .item .article-info dd + dd:before {
  content: '-';
  padding-left: 0;
}
.items-row .span12 .item ul.tags.inline {
  order: 3;
  width: 50%;
}
.items-row .span12 .item .introtext {
  order: 5;
}
.items-row .span12 .item .readmore {
  order: 6;
}
.zt-portfolio .zt-portfolio-filter > ul > li > a {
  background-color: transparent;
  font-weight: 600;
}
.zt-portfolio .zt-portfolio-filter > ul > li.active > a {
  background-color: transparent;
}
.zt-portfolio .zt-portfolio-item .zt-portfolio-info {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
}
.zt-portfolio .zt-portfolio-item .zt-portfolio-info .zt-portfolio-tags {
  order: 2;
}
.zt-portfolio .zt-portfolio-item .zt-portfolio-info .zt-portfolio-title {
  order: 1;
}
section > .container-fluid > .row > .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
.bgColor {
  background-color: #f4f6f8;
}
.bgImg {
  background: url(../images/site/bg_block.jpg) no-repeat center center;
  background-size: cover;
}
.home-module {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home-module .moduletitle {
  color: #182331;
  font: normal 400 36px/36px Radley;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.home-module .portfolio-sub-header,
.home-module .title-desc {
  font-size: 16px;
  color: #5c6774;
  line-height: 1;
  text-align: center;
}
.home-module .title-desc {
  margin-bottom: 40px;
}
.portfolio-wrap .zt-portfolio-item {
  position: relative;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info:after {
  color: #fff;
  font-family: cleversoft;
  content: '\c150';
  font-size: 1.714rem;
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  text-align: right;
  width: 20px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info .zt-portfolio-tags {
  color: #fff;
  position: relative;
  z-index: 2;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info .zt-portfolio-title {
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info .zt-portfolio-title > a {
  color: #fff;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info .zt-portfolio-title > a:hover {
  color: #232530;
}
.portfolio-wrap .zt-portfolio-item:hover .zt-portfolio-info {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.portfolio-wrap .zt-portfolio-item:hover .zt-portfolio-info:before {
  width: 100%;
}
.portfolio-wrap .owl-theme .owl-nav [class*='owl-'] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  padding: 0;
}
.portfolio-wrap .owl-theme .owl-nav [class*='owl-']:before {
  font-size: 22px;
}
.portfolio-wrap .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #232530;
  color: #fff;
}
.portfolio-wrap .owl-theme .owl-nav .owl-prev {
  left: -50px;
}
.portfolio-wrap .owl-theme .owl-nav .owl-next {
  right: -50px;
}
.zt-testimonial {
  padding-top: 80px;
  padding-bottom: 80px;
}
.zt-testimonial.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #a9b6c6;
  background-color: transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-right: 4px;
  margin-left: 4px;
  opacity: .2;
}
.zt-testimonial.owl-theme .owl-dots .owl-dot.active span,
.zt-testimonial.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
}
.zt-testimonial.style-single {
  text-align: center;
}
.zt-testimonial.style-single .testimonial-item {
  margin-bottom: 0;
}
.zt-testimonial.style-single .testimonial-content > span {
  font-family: 'Radley', sans-serif !important;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  padding-top: 80px;
  max-width: 950px;
  margin: auto;
}
.zt-testimonial.style-single .testimonial-content > span:before {
  content: "\c140";
  font-family: cleversoft;
  border: none;
  top: 0;
  left: 50%;
  height: 25px;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
}
.zt-testimonial.style-single .testimonial-thumbnail {
  display: none;
}
.zt-testimonial.style-single .company-name strong {
  font-size: 18px;
}
.zt-testimonial.style-single .company-name em {
  font-size: 12px;
  color: #a9b6c6;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}
.zt-testimonial.style-multi .owl-item {
  padding-right: 15px;
  padding-left: 15px;
}
.zt-testimonial.style-multi .testimonial-content > span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Radley', sans-serif !important;
  font-style: italic;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.zt-testimonial.style-multi .testimonial-content > span:before {
  border-top-color: #fff;
  left: 45px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.zt-testimonial.style-multi .testimonial-content > span:hover {
  color: #fff !important;
}
.zt-testimonial.style-multi .author {
  padding-left: 25px;
}
.zt-testimonial.style-multi .testimonial-thumbnail {
  max-width: none;
}
.zt-testimonial.style-multi .testimonial-thumbnail img {
  width: 70px;
  height: 70px;
}
.zt-testimonial.style-multi .company-name {
  line-height: 30px;
}
.zt-testimonial.style-multi .company-name strong {
  display: block;
  font-size: 20px;
  color: #fff;
}
.zt-testimonial.style-multi .company-name em {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}
.demo-box {
  text-align: center;
}
.demo-box .header-demo-box .cs-font {
  font-size: 43px;
  margin-bottom: 20px;
}
.demo-box .header-demo-box .title-demo-box {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.zt-news {
  margin-top: 40px;
}
.zt-news .horizontal .zt-article-item .zt-title {
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
}
.zt-news .horizontal .zt-article-item .zt-title a {
  color: #232530;
}
.zt-news .horizontal .zt-article-item .zt-newsinfo {
  font-size: 14px;
}
.zt-news .horizontal .zt-article-item .zt-newsinfo .author {
  font-size: 16px;
  font-family: 'Radley', sans-serif !important;
}
.zt-news .horizontal .zt-article-item .post-thumbnail img {
  width: auto;
}
.zt-news .zt-introtext p {
  display: inline;
}
.zt-news .zt-news-readmore {
  margin-top: 5px;
}
.zt-news .zt-news-readmore a {
  font-weight: 500;
}
.zt-news .zt-news-readmore a:after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 4px;
}
.zt-news .zt-news-readmore a:hover {
  color: #232530;
}
.style2 .zt-news .zt-article-item {
  display: flex;
}
.style2 .zt-news .zt-article-item .post-thumbnail {
  width: 100%;
}
.style2 .zt-news .zt-article-item .zt-content-wrap {
  display: flex;
  flex-direction: column;
}
#zo2-position-8 {
  border-top: 1px solid #ccc;
}
.zt-carousel {
  padding: 10px 0;
}
.zt-carousel .carousel-item {
  margin: 0;
}
.zt-carousel .image-extras {
  display: none;
}
.zt-carousel .carousel-item-inner > img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.request-form,
.request-form-full {
  width: 100%;
  float: right;
}
.request-form .moduletitle,
.request-form-full .moduletitle {
  text-align: left;
  margin-bottom: 40px;
}
.request-form #zt_contact_pro_146,
.request-form-full #zt_contact_pro_146 {
  padding: 0;
}
.request-form .main-success label,
.request-form-full .main-success label {
  display: none;
}
.request-form .main-success .form-control,
.request-form-full .main-success .form-control {
  height: 50px;
  line-height: 50px;
  text-align: left;
  border-color: #f4f6f8;
  background-color: #f4f6f8;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}
.request-form .main-success .form-control:focus,
.request-form-full .main-success .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.request-form .main-success .button,
.request-form-full .main-success .button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: none;
  color: #fff;
  margin-bottom: 0;
}
.request-form .main-success .button:hover,
.request-form-full .main-success .button:hover {
  background-color: #232530;
}
.request-form.bgColor .form-control,
.request-form-full.bgColor .form-control {
  background-color: #fff;
  border-color: #fff;
  color: #232530;
}
.request-form {
  max-width: 580px;
}
.request-form .main-success {
  max-width: 470px;
}
.request-form-full .mod-wrapper {
  max-width: 820px;
  margin: auto;
}
.request-form-full .mod-wrapper .moduletitle {
  text-align: center;
}
.request-form-full .mod-wrapper [class*=vformcontact] {
  padding-top: 0;
  padding-bottom: 0;
}
.request-form-full .mod-wrapper .main-success > p:nth-child(1) {
  margin-bottom: 35px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.request-form-full .mod-wrapper .main-success > p:nth-child(1) ~ p {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.request-form-full .mod-wrapper .main-success > p:nth-child(5) {
  text-align: center;
}
#zo2-slide p,
.map p {
  display: none;
}
.our-project .owl-carousel.owl-drag .owl-item {
  padding-right: 15px;
  padding-left: 15px;
}
.pricing-tables .pricing-item .plan {
  border: 1px solid #e9eaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  padding-bottom: 50px;
}
.pricing-tables .pricing-item .plan .head {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #5c6774;
  padding-bottom: 55px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.pricing-tables .pricing-item .plan .head:before,
.pricing-tables .pricing-item .plan .head:after {
  content: '';
  position: absolute;
  top: 100%;
  display: block;
  width: 190px;
  height: 40px;
  background-color: #fff;
}
.pricing-tables .pricing-item .plan .head:after {
  left: 0;
  transform: rotate(10deg) translateX(-15px) translateY(-15px);
}
.pricing-tables .pricing-item .plan .head:before {
  right: 0;
  transform: rotate(-10deg) translateX(9px) translateY(-14px);
}
.pricing-tables .pricing-item .plan .price {
  width: 100%;
  border: none;
  margin: 50px auto 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pricing-tables .pricing-item .plan .price h3,
.pricing-tables .pricing-item .plan .price h4 {
  display: inline-block;
  color: #fff;
  font-family: 'Radley', sans-serif !important;
}
.pricing-tables .pricing-item .plan .price h3 {
  font-size: 37px;
}
.pricing-tables .pricing-item .plan .price h3 span {
  font-size: 18px;
  margin-top: 3px;
}
.pricing-tables .pricing-item .plan .price h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
  vertical-align: bottom;
}
.pricing-tables .pricing-item .plan .price h4:before {
  content: '\/';
  float: left;
}
.pricing-tables .pricing-item .plan h2 {
  font-size: 18px;
  color: #fff;
  font-family: 'Radley', sans-serif !important;
}
.pricing-tables .pricing-item .plan.recommended,
.pricing-tables .pricing-item .plan:hover {
  z-index: 1;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pricing-tables .pricing-item .plan.recommended .head,
.pricing-tables .pricing-item .plan:hover .head {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pricing-tables .pricing-item .plan.recommended .btn {
  margin-bottom: 0;
}
.pricing-tables .pricing-item .plan .item-list ul {
  display: inline-block;
  padding: 0 0 20px 0;
}
.pricing-tables .pricing-item .plan .btn {
  background-color: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  font: bold 13px Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pricing-tables .pricing-item .plan .btn:hover {
  color: #fff;
}
.landing .moduletitle {
  font-size: 36px;
  color: #1e1e27;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.landing .title-desc {
  font-size: 18px;
  color: #5a596a;
  text-align: center;
  margin-bottom: 50px;
}
.landing#zo2-header-wrap {
  background-color: transparent;
  margin-top: 30px;
}
.landing#zo2-header-wrap > div {
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}
.landing#zo2-header-wrap > div >.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1600px;
  margin: auto;
}
.landing .zt-carousel {
  padding: 0 0 30px;
}
.landing .zt-carousel .carousel-item {
  padding: 0 15px 30px;
  float: none;
}
.landing .zt-carousel .carousel-item-inner {
  -webkit-box-shadow: 0 15px 15px #ccc;
  -moz-box-shadow: 0 15px 15px #ccc;
  box-shadow: 0 15px 15px #ccc;
}
.landing .zt-carousel .image-extras {
  background-color: transparent;
  display: block;
}
.landing .zt-carousel .zo2-carousel-pager {
  bottom: 0;
}
.landing .header-demo-box {
  -webkit-box-shadow: 0 8px 10px #ccc;
  -moz-box-shadow: 0 8px 10px #ccc;
  box-shadow: 0 8px 10px #ccc;
  background-image: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 30px 20px;
  margin-top: 30px;
}
.landing .header-demo-box .cs-font {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 43px;
}
.landing .header-demo-box .title-demo-box {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
}
.landing .header-demo-box:hover .cs-font,
.landing .header-demo-box:hover .title-demo-box,
.landing .header-demo-box:hover .desc-demo-box {
  color: #fff;
}
.is-sticky #zo2-header-wrap.landing {
  margin: 0;
}
.is-sticky #zo2-header-wrap.landing > div {
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.mod-landing-slide h2 {
  font-size: 120px;
  color: #ffffff;
  text-align: center;
}
.mod-video-demo {
  margin-top: -120px;
  margin-bottom: 100px;
  padding-top: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 20px #ccc;
  -moz-box-shadow: 0 30px 20px #ccc;
  box-shadow: 0 30px 20px #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mod-video-demo .moduletitle,
.mod-video-demo .title-desc {
  position: relative;
}
.mod-video-demo .btn-play-img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.mod-template-features {
  text-align: center;
  padding: 85px 0;
}
.button.white-btn {
  background-color: #fff;
  border: 1px solid #fff;
}
.button.white-btn:hover {
  background-color: transparent;
  color: #fff;
}
.ekko-lightbox.in .modal-dialog {
  -webkit-transform: translate(0,50%);
  -moz-transform: translate(0,50%);
  -ms-transform: translate(0,50%);
  -o-transform: translate(0,50%);
  transform: translate(0,50%);
}
.shop-info {
  overflow: hidden;
  background-color: #f4f6f8;
  margin-bottom: 60px;
}
.shop-info > div + div {
  border: 1px solid #fff;
}
.shop-info .zoo-icon-field {
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
.shop-info .zoo-icon-field .wrap-icon-item {
  float: left;
  width: 50px;
}
.shop-info .zoo-icon-field .wrap-icon-item i {
  font-size: 30px;
}
.shop-info .zoo-icon-field .wrap-text-content {
  font-size: 12px;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  float: left;
}
.shop-info .zoo-icon-field .wrap-text-content h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 1rem;
  color: #232530;
}
.shop-info .zoo-icon-field .wrap-text-content p {
  margin-bottom: 0;
}
.zo2-wrapper:after {
  opacity: 0;
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.zo2-wrapper.is-shopbag:after {
  opacity: 1;
  z-index: 99;
  visibility: visible;
  width: calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: -o-calc(100% - 360px);
}

.full-width {
  padding: 0;
}
.btn-hallo {
  padding: 15px 20px;
  margin: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-hallo:hover {
  text-decoration: none;
}
.button-download {
  color: #fff;
  -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;
}
.button-download:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.button-viewdemo {
  background-color: transparent;
  border: 2px solid #fff;
  -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;
  color: #fff;
}
.button-viewdemo:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  background-color: #e6502e;
  border: 2px solid #e6502e;
  color: #fff;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .header5 #zt-top-cart {
    padding-right: 10px;
  }
  .portfolio-wrap .owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .portfolio-wrap .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .header3#zo2-header-wrap > div,
  .landing#zo2-header-wrap > div {
    padding-bottom: 0;
  }
  .header3 .mobile-logo,
  .landing .mobile-logo {
    text-align: center;
  }
  .header3 .mobile-logo img,
  .landing .mobile-logo img {
    display: inline-block;
  }
  .header3 .zo2-menu,
  .landing .zo2-menu {
    float: left;
  }
}
@media (max-width: 767px) {
  .zo2-sticky {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
  }
  .zo2-sticky > div > .row {
    display: flex;
    align-items: center;
  }
  .zo2-sticky .mn-menu {
    order: 1;
    padding-right: 0;
  }
  .zo2-sticky .mobile-logo {
    order: 2;
  }
  .zo2-sticky .frm-search {
    order: 3;
    padding-left: 0;
  }
  .zo2-sticky .frm-search .search {
    display: none;
  }
  .zo2-sticky #zt-top-cart #cart a {
    color: #232530;
  }
  .header5 > div {
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-social ul {
    text-align: center;
    padding: 4px 0;
  }
  .top-social ul li a {
    color: #fff;
  }
  .zo2-logo {
    text-align: center;
  }
  .zo2-logo img {
    display: inline-block;
  }
  #zo2-header-wrap > div {
    padding-top: 0;
    padding-bottom: 0;
  }
  #standard-logo {
    display: block !important;
  }
  .is-sticky #standard-logo {
    display: none !important;
  }
  .is-sticky #sticky-logo {
    display: block !important;
  }
  .landing {
    margin-right: 15px;
    margin-left: 15px;
  }
  .landing#zo2-header-wrap {
    margin: 0 0 15px;
  }
  .landing#zo2-header-wrap > div {
    position: relative;
    background: rgba(0,0,0,0.8);
    padding-top: 0;
    padding-bottom: 0;
  }
  .landing .zo2-menu .canvas-toggle a {
    color: #fff;
  }
  .landing .canvas-toggle a,
  .landing #zt-top-cart #cart a {
    color: #fff;
  }
  .landing .caroufredsel_wrapper {
    max-height: 200px;
    overflow: hidden;
  }
  .mod-landing-slide > div {
    padding: 100px 0 160px !important;
  }
  .mod-landing-slide h2 {
    font-size: 46px;
  }
  .mod-video-demo > div {
    display: flex;
    flex-direction: column;
  }
  .mod-video-demo > div .moduletitle {
    order: 2;
    font-size: 28px;
  }
  .mod-video-demo > div .mod-content {
    order: 1;
  }
  .mod-video-demo .title-desc {
    padding: 0 15px;
  }
  .mod-video-demo p {
    margin-top: -50px !important;
  }
  .mod-video-demo .btn-play-img {
    top: 50%;
  }
  .mod-template-features {
    padding: 30px 0 50px;
  }
  #zo2-topbar-wrap .block-quote {
    padding: 5px 0;
    background-color: #f4f6f8;
  }
  #zo2-topbar-wrap .block-quote .button {
    display: table;
    margin: 0 auto;
    margin-top: -5px;
  }
  #zo2-footer1-wrap > div > .row {
    display: block;
  }
  #zo2-footer1-wrap > div > .row > div {
    margin-bottom: 30px;
  }
  .portfolio-wrap .owl-theme .owl-nav .owl-prev {
    right: 0;
  }
  .portfolio-wrap .owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .product[class*="vm-col-"] {
    width: 50%;
    clear: none;
  }
  .product[class*="vm-col-"]:nth-child(2n+1) {
    clear: both;
  }
  #zt-top-cart #cart a {
    color: #232530;
  }
  #zt-top-cart #cart .total-products {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .landing .moduletitle {
    font-size: 24px;
  }
  .product[class*="vm-col-"] {
    width: 100%;
    clear: both;
  }
}

/* Here you can include your additional CSS Styles */

#slide-1-layer-5 {
   
    background-color: #005eb2 !Important;
    padding: 10px 30px;
	border: 2px solid #005eb2 !Important;
	color:#fff !important;
	transition:.3s !Important;
	}


#slide-1-layer-5:hover {
   
    background-color: #353535 !Important;
    color:#fff !important;
	border: 2px solid #353535 !Important;
	transition:.3s !Important;
}



#zo2-header-wrap > div {
    padding-top: 20px !Important;
    padding-bottom: 20px !Important;
  
}
.moduletitle {text-align:center !Important;}
.icono-01 img {
    width: 70px;
}

.title-demo-box {
    color: #fff;
}

.landing .header-demo-box{
    background-color: #353535;
}


.landing .header-demo-box:hover {
    background-color: #005eb2;
}


.img-s {
    margin-bottom: 30px;
}

.list-st li i{ color:#005eb2}
.list-st li {  padding-bottom: 10px;}
.titulo-s {
    padding-bottom: 30px;
}

.titulo-s h1 {
    padding: 20px;
}

.titulo-s img {
    float: left ;
	padding-right:20px;
}

.zt-testimonial.style-multi .company-name em {
    color: #fff!important;
}

.zt-testimonial .owl-dots .owl-dot.active span, .zt-testimonial .owl-dots .owl-dot:hover span {
    border-color: #005EB2;
}

.zt-testimonial.style-multi .owl-dots .owl-dot.active span, .zt-testimonial.style-multi .owl-dots .owl-dot:hover span {
    background-color: #005EB2;
}

.zt-testimonial.style-multi .testimonial-content > span:hover {
    background-color: #005EB2 !important;
}

.zt-testimonial.style-multi .testimonial-content > span:hover {
    background-color: #005EB2 !important;
}

.testimonial-content span {
    background-color: #ffffff;
    color: #646A7C;
    min-height: 170px;
}

.landing .header-demo-box .title-demo-box {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.icono-01 {
background: url(../templates/zo2_consultech/assets/zo2/css/images/1.svg) no-repeat center center !important;
width: 85px;

height: 85px;
margin: 0 auto;
display: inline-block;

}

.block-quote .button {
    color: #005eb2 !Important;
	border:solid 2px ;
}
		
.block-quote .button:hover {
    color: #fff !Important;
	border:solid 2px ;
	
}


#slide-1-layer-3 {
    background-color: #005eb2 !important;
    transition:all 0.3s !important;
    border: 2px solid #005eb2 !important; 
	color:#fff !important;
}
#slide-1-layer-3:hover {
    transition:all 0.3s !important;
    background:none !Important;
    border: 2px solid #353535 !important;
	color: #fff !important;
	background-color: #353535 !important;
}

.application input {width:100%}
.categoria {margin-bottom:30px !important;}

form.pwebcontact-form input.pweb-input:focus, form.pwebcontact-form select:focus, form.pwebcontact-form textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0), 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0), 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.0), 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
}

.pweb-labels-over form.pwebcontact-form .pweb-label-over label {
    padding: 12px 12px 0;
    cursor: text;
    color: #005eb2;
    text-shadow: none;
    white-space: nowrap;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

form.pwebcontact-form input.pweb-input, form.pwebcontact-form select {
    max-width: 100%;
    line-height: 40px;
    height: 45px;
}
.datos-c li  i {
    color: #353535;
    font-size: 14px;
    line-height: 20px;
}


.datos-c li {
    margin-bottom: 20px;
}

#zo2-topbar-wrap.topbar3 {
    background-color: #005eb2 !important;
}
.header3 .zo2-megamenu .level-top > li > a:hover, .header3 .zo2-megamenu .level-top > li > a:focus, .header3 .zo2-megamenu .level-top > li > span:hover, .header3 .zo2-megamenu .level-top > li > span:focus {
    color: #005eb2!important;
}
.header3 .zo2-megamenu .level-top > li > a, .header3 .zo2-megamenu .level-top > li > span {
    padding: 10px 17px!important;
    color: #353535!important;
}
.header3#zo2-header-wrap {
    background-color: rgba(255, 255, 255, 0.75)!important;
}

#zo2-footertop-wrap {
    background-color: #005eb2!important;
}


#zo2-footer-wrap {
  
	padding: 10px 0!important;}
   
#zo2-footer-wrap .zo2-copyright {
    padding-top: 10px !important;
    color: #fff !important;
    text-align: center !important;
}	

#zo2-footer-wrap a {
    color: #005eb2 !important;
}


/*BOTON ENVIAR contacto*/



#pwebcontact186_send {
    background-image:none !Important;
    box-shadow:none;
    border:none;
    width: 20%;
    background-color:#353535!Important;
    height: 40px !important;
    color: #fff !important;
	transition:0.3s;

}


#pwebcontact186_send:hover {
   
  
    background-color:#005eb2!Important;
	transition:0.3s;
   
}



/*BOTON ENVIAR*/






.application input[type="submit"] {
    
    color: #fff !Important;
   
    background:#353535 !important;;
    border:none !Important;
	padding: 10px 15px;
	border-radius: 30px;
	transition:0.3s;
		width:150px !important;
	
   
}
.application input[type="submit"]:hover {
    
    color: #fff !Important;
   
    background:#005eb2 !important;;
    border:none !Important;
	padding: 10px 15px;
	border-radius: 30px;
	transition:0.3s;
	 	width:150px !important;
   
}


/*selec*/
.chzn-drop { width: 100% !important;  }
#jformlevel_chzn {width: 100% !IMportant;}
#jformcontract_chzn {width:100% !important;}
#jform_saluation_chzn {width:100%!Important;}
#jform_level_chzn {width: 100% !Important;}
#jform_experience_chzn { width: 100% !Important;}
.chzn-container-single .chzn-single 
{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 30px !Important;
	height: 40px!Important;
    border:none !Important;
    border-radius:0px !Important;
    background-color: #005eb2 !important;
    background:none;
    background-clip:none !Importnat;
    box-shadow:none !Important;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

#jformlevel {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 30px !Important;
    height: 30px !Important;
    border: none !Important;
    background-color: #005eb2 !important;
    background: none;
    width: 100% !Important;
    color: #fff;
}

#jformcontract {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 30px !Important;
    height: 30px !Important;
    border: none !Important;
    background-color: #005eb2 !important;
    background: none;
    width: 100% !Important;
    color: #fff;
}

#jformcatid {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 30px !Important;
    height: 30px !Important;
    border: none !Important;
    background-color: #005eb2 !important;
    background: none;
    width: 100% !Important;
    color: #fff;
}


.searchbuscar-empleo .control-label { display:none;}
.searchbuscar-empleo select {margin-bottom:10px;}
.searchbuscar-empleo  a {margin-bottom:10px;}
.searchbuscar-empleo .form-horizontal .form-actions {padding: 0px !important;}
.btn.btn-primary.validatebuscar-empleo { width:100%; background-color:#353535 !Important; height:40px !important; color:#fff!important;}
.searchbuscar-empleo .form-actions { padding:0 !important;}
.searchbuscar-empleo fieldset { border:none !important;}

.searchbuscar-empleo .form-actions {padding:0 !Important;}
.btn.btn-primary.validatebuscar-empleo { width:100%; background-color:#353535 !Important;height:40px !important; color:#fff!important;transition:0.3s;}
.btn.btn-primary.validatebuscar-empleo:hover {  background-color:#005eb2 !important; transition:0.3s;}


/*TABLA*/

dt, dd {
    color: #353535 !important;
  
}

#neorecruit-categories .nav > li > a {
  	background: #005eb2 !important;
    background-color: #005eb2 !important;
    border-bottom:solid white 1px ;
	color:#fff !Important;
}

#neorecruit-categories .nav > li > a:hover {
  	background: #353535 !important;
    background-color:  #353535 !important;
    border-bottom:solid white 1px ;
	color:#fff !Important;
}

#jformcatid_chzn { width:100% !important;}
.btn.btn-primary.validate {float:right;}
.application {margin-top:30px; margin-bottom:30px;}
fieldset dt { width:100% !important;}

.dl-vertical dt { width:30% !important;}
#jform_location { width:100% !important;}
#zo2-component { margin-bottom:30px;}
.application .sp-select ul > li.active { width:100% !Important;}
.search .form-actions input {width:205px !important; margin-left:80px !Important; }
.search .form-actions { background-color:#fff !Important; border:none !Important;}
.search .form-actions input:hover {background-color:#1D4482  !Important;}		
#sp-left .sp-module .sp-module-content .search, #sp-right .sp-module .sp-module-content .search { padding: 0 0px !Important;}

.search .sp-select ul > li.active {
   
    width: 100% !Important;
}
.form-horizontal .control-label {
 
    width: 0;
   
}

.search .sp-select {
    min-width: 205px !Important;
}

.form-horizontal .form-actions {
    padding: 20px;
}

.search .sp-select {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    height: 53px;
    padding: 5px 0px;
    line-height: 43px;
    color: #707070;
    border-radius: 3px;
    margin-left: -80px;
}


}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {padding-left: 0px !important;}
.empleo-categorias .sp-module-content a { color: #fff !Important;}
.empleo-categorias .sp-module-content li a:hover{ background-color: #c7121e !Important;}
.empleo-categorias .sp-module-content { background-color: #1D4482 !Important;}
table  h2 {text-align:left !important; margin-bottom:10px;margin-top:30px;}
.sectiontableentry1 td { text-align:left !Important; border:solid #f5f5f5 1px ;padding:5px;}
.sectiontableentry2 td { text-align:left !Important; border:solid #f5f5f5 1px ;padding:5px;}
 


.sectiontableheader {
    margin-top: 40px;
    background: #005eb2 !important;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left !Important;
    border: solid #fff 1px;
}
.text-preset {
  color: #005eb2;
}
#zo2-topbar-wrap.topbar3 {
  background-color: #005eb2;
}
.top-social ul li a:hover {
  color: #005eb2;
}
.header-address .zoo-icon-field .wrap-icon-item i {
  color: #005eb2;
}
.header-address .zoo-icon-field .wrap-text-content a:hover {
  color: #005eb2;
}
.header-address .zoo-icon-field .social-link ul li a {
  color: #005eb2;
}
.header-address .zoo-icon-field .social-link ul li a:hover {
  background-color: #005eb2;
}
.header-address .button {
  background-color: #005eb2;
}
#zo2-navigation-wrap {
  background-color: #005eb2;
}
.breadcrumb li > span:not(.divider) {
  color: #005eb2;
}
#zo2-footertop-wrap {
  background-color: #005eb2;
}
.block-quote .button {
  color: #005eb2;
}
#zo2-top-2 .block-quote .button {
  background-color: #005eb2;
}
.zo2-megamenu .mega-dropdown-menu ul li.active > a,
.zo2-megamenu .mega-dropdown-menu ul li.active > span {
  color: #005eb2;
}
.zo2-megamenu .mega-dropdown-menu ul li > a:hover,
.zo2-megamenu .mega-dropdown-menu ul li > a:focus,
.zo2-megamenu .mega-dropdown-menu ul li > span:hover,
.zo2-megamenu .mega-dropdown-menu ul li > span:focus {
  color: #005eb2;
}
.header3 .zo2-megamenu .level-top > li > a:hover,
.header3 .zo2-megamenu .level-top > li > a:focus,
.header3 .zo2-megamenu .level-top > li > span:hover,
.header3 .zo2-megamenu .level-top > li > span:focus {
  color: #005eb2;
}
.header3 .zo2-megamenu .level-top > li.active > a,
.header3 .zo2-megamenu .level-top > li.active > span,
.header3 .zo2-megamenu .level-top > li.open > a,
.header3 .zo2-megamenu .level-top > li.open > span {
  color: #005eb2;
}
.header3 #zt-top-cart #cart .total-products {
  background-color: #005eb2;
}
.header5 .zo2-megamenu .level-top > li > a:hover,
.header5 .zo2-megamenu .level-top > li > a:focus,
.header5 .zo2-megamenu .level-top > li > span:hover,
.header5 .zo2-megamenu .level-top > li > span:focus {
  background-color: #005eb2;
}
.header5 .zo2-megamenu .level-top > li.active > a,
.header5 .zo2-megamenu .level-top > li.active > span,
.header5 .zo2-megamenu .level-top > li.open > a,
.header5 .zo2-megamenu .level-top > li.open > span {
  background-color: #005eb2;
}
#zo2-position-1 form:after {
  background-color: #005eb2;
}
#zt-top-cart .zt-cart-inner .header-cart {
  background-color: #005eb2;
}
#zt-top-cart .zt-cart-inner .show_cart a {
  background-color: #005eb2;
}
#zt-top-cart .zt-cart-inner .subtotal_with_tax,
#zt-top-cart .zt-cart-inner .total_amount strong {
  color: #005eb2;
}
#zo2-footer-wrap .main-footer-block .zt-social-icon li > a {
  background-color: #005eb2;
}
#zo2-footer-wrap .main-footer-block .zt-social-icon li > a:hover {
  color: #005eb2;
}
#zo2-footer-wrap .jvformcontact .main-success .button {
  background-color: #005eb2;
}
#zo2-footer-wrap .jvformcontact .main-success .email:focus {
  border-color: #005eb2;
}
.tagspopular ul li a:hover {
  background-color: #005eb2;
}
#zo2-left .categories-module li a:hover,
#zo2-left .categories-module li:before {
  color: #005eb2;
}
#zo2-left .menu li a:hover,
#zo2-left .menu li.active a {
  background-color: #005eb2;
}
#zo2-left .zt-testimonial .owl-dots .owl-dot.active span {
  background-color: #005eb2;
}
#zo2-left .zt-testimonial .company-name strong {
  color: #005eb2;
}
#zo2-left .vmproduct .single-product {
  color: #005eb2;
}
#zo2-left .vmproduct .single-product a:first-child + a:hover {
  color: #005eb2;
}
#zo2-left .vm-categories ul li a:hover {
  color: #005eb2;
}
.banner-shop {
  background-color: #005eb2;
}
.button {
  background-color: #005eb2;
}
.button.white-btn {
  color: #005eb2;
}
.banner-shop .button {
  color: #005eb2;
}
.pagination .pagination li.active a,
.pagination .pagination li.active span,
.vm-pagination .pagination li.active a,
.vm-pagination .pagination li.active span {
  color: #005eb2;
}
.pagination .pagination li a:hover,
.pagination .pagination li span:hover,
.vm-pagination .pagination li a:hover,
.vm-pagination .pagination li span:hover {
  color: #005eb2;
}
.category-view .category .spacer .product-price .vm-price-desc + span,
.featured-view .spacer .product-price .vm-price-desc + span,
.latest-view .spacer .product-price .vm-price-desc + span,
.topten-view .spacer .product-price .vm-price-desc + span,
.recent-view .spacer .product-price .vm-price-desc + span,
.related-products-view .spacer .product-price .vm-price-desc + span,
.browse-view .product .spacer .product-price .vm-price-desc + span {
  color: #005eb2;
}
.orderby-displaynumber .orderlistcontainer .orderlist a:hover {
  color: #005eb2;
}
#fancybox-outer #fancybox-content .vm-product-details-container .product-price {
  color: #005eb2;
}
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-prev:hover,
#fancybox-outer #fancybox-content .gallery-products .owl-nav .owl-next:hover {
  border-color: #005eb2;
  color: #005eb2;
}
.vm-price-value > span ~ span {
  color: #005eb2;
}
.productdetails span.addtocart-button {
  background-color: #005eb2;
}
.productdetails .nav-tabs >li.active > a {
  background-color: #005eb2;
}
.productdetails .nav-tabs >li.active > a:hover {
  background-color: #005eb2;
}
.productdetails .additional-images .owl-nav .owl-prev,
.productdetails .additional-images .owl-nav .owl-next,
.productdetails .product-related-products .owl-nav .owl-prev,
.productdetails .product-related-products .owl-nav .owl-next {
  color: #005eb2;
}
.productdetails .additional-images .owl-nav .owl-prev:hover,
.productdetails .additional-images .owl-nav .owl-next:hover,
.productdetails .product-related-products .owl-nav .owl-prev:hover,
.productdetails .product-related-products .owl-nav .owl-next:hover {
  background-color: #005eb2;
  border-color: #005eb2;
}
.block-contact a:hover {
  color: #005eb2;
}
#contact-form input:focus,
#contact-form textarea:focus {
  border-color: #005eb2;
}
#contact-form button {
  background-color: #005eb2;
}
.accordion .accordion-section-title i {
  background-color: #005eb2;
}
.btn-play {
  background-color: #005eb2;
}
.timeline .date-block:before,
.timeline .date-block:after {
  background-color: #005eb2;
}
.zt-persons .zt-person .zt-person-social.social-circle a:hover {
  color: #005eb2;
}
.zt-persons .zt-person .zt-person-image:before {
  background-color: #005eb2;
}
.zt-persons.teams .zt-person:hover .zt-person-details {
  border-color: #005eb2;
}
.zt-persons.teams .zt-person-details .person-position {
  color: #005eb2;
}
.services-icon .wrapper {
  border-color: #005eb2;
}
.services-icon .wrapper i {
  color: #005eb2;
}
.services-icon .wrapper:hover {
  background-color: #005eb2;
}
.items-row .item .page-header h3 a:hover {
  color: #005eb2;
}
.items-row .item ul.tags li a:hover {
  color: #005eb2;
}
.items-row .item .readmore .btn {
  color: #005eb2;
}
.zt-portfolio .zt-portfolio-filter > ul > li > a:hover {
  color: #005eb2;
}
.zt-portfolio .zt-portfolio-filter > ul > li.active > a {
  color: #005eb2;
}
.portfolio-wrap .zt-portfolio-item .zt-portfolio-info:before {
  background-color: #005eb2;
}
.portfolio-wrap .owl-theme .owl-nav [class*='owl-'] {
  background-color: #005eb2;
}
.zt-testimonial .owl-dots .owl-dot.active span,
.zt-testimonial .owl-dots .owl-dot:hover span {
  border-color: #005eb2;
}
.zt-testimonial.style-single .testimonial-content > span:before {
  color: #005eb2;
}
.zt-testimonial.style-single .company-name strong {
  color: #005eb2;
}
.zt-testimonial.style-multi .owl-dots .owl-dot.active span,
.zt-testimonial.style-multi .owl-dots .owl-dot:hover span {
  background-color: #005eb2;
}
.zt-testimonial.style-multi .testimonial-content > span:hover {
  background-color: #005eb2 !important;
}
.zt-testimonial.style-multi .testimonial-content > span:hover:before {
  border-top-color: #005eb2;
}
.zt-testimonial.style-multi .company-name em {
  color: #005eb2;
}
.demo-box .header-demo-box .cs-font {
  color: #005eb2;
}
.zt-news .horizontal .zt-article-item .zt-title a:hover {
  color: #005eb2;
}
.zt-news .horizontal .zt-article-item .zt-newsinfo .author {
  color: #005eb2;
}
.zt-news .zt-news-readmore a {
  color: #005eb2;
}
.request-form .main-success .form-control:focus,
.request-form-full .main-success .form-control:focus {
  border-color: #005eb2;
}
.request-form .main-success .button,
.request-form-full .main-success .button {
  background-color: #005eb2;
}
.pricing-tables .pricing-item .plan .btn {
  border-color: #005eb2;
  color: #005eb2;
}
.pricing-tables .pricing-item .plan .btn:hover {
  background-color: #005eb2;
}
.pricing-tables .pricing-item:hover .plan {
  border-color: #005eb2;
}
.pricing-tables .pricing-item:hover .plan .head {
  background-color: #005eb2;
}
.landing .header-demo-box:hover {
  background-color: #005eb2;
}
.shop-info .zoo-icon-field .wrap-icon-item i {
  color: #005eb2;
}
@media (max-width: 767px) {
  .zo2-megamenu ul li.active > a,
  .zo2-megamenu ul li.active > span {
    color: #005eb2;
  }
  .zo2-megamenu ul li > a:hover,
  .zo2-megamenu ul li > a:focus,
  .zo2-megamenu ul li > span:hover,
  .zo2-megamenu ul li > span:focus {
    color: #005eb2;
  }
  #zo2-topbar-wrap {
    background-color: #005eb2;
  }
  #zt-top-cart #cart .total-products {
    background-color: #005eb2;
  }
}
