@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
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 {
  border: 1px solid #CCC;
  color: #575757;
  padding: 0 12px;
  height: 32px;
  line-height: 32px \9;
  margin-bottom: 10px;
  max-width: 100%;
}
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 {
  outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: ;
}
textarea {
  border: 1px solid #CCC;
  color: #575757;
  padding: 12px;
  margin-bottom: 10px;
}
textarea:focus {
  border-color: ;
}
select {
  height: 32px;
  padding: 5px;
  line-height: 25px;
}
dt,
dd {
  color: #858585;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 300;
  padding-bottom: 15px;
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.dropdown-menu {
  border: 1px solid #e2e2e2;
  -webkit-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;
}
.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,
.pull-right.item-image {
  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: #ffffff;
  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-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%;
}
.img-wrapper a:hover .img-intro-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.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 h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.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;
}
.homepage .items-leading>div {
  border: none;
}
.page-header {
  border-bottom: none;
  padding-bottom: 20px;
  margin: 0;
}
.page-header a {
  color: #858585;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: ;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: ;
}
.page-title,
.page-header h1 {
  line-height: 1;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader::before,
.page-subheader::after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader::after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.article-info {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  color: #525252;
  font-size: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 80%;
}
.article-info .article-info-inner >div {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  color: #525252;
  font-size: 100%;
}
.article-info .article-info-inner >div i {
  color: #404040;
  font-size: 100%;
}
.article-info .article-info-term {
  display: none;
}
.blog .article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  color: #575757;
  font-size: 108%;
  font-weight: 300;
  line-height: 32px;
}
.blog .article-info dd i {
  color: #404040;
  font-size: 100%;
}
.blog .article-info .createdby:before {
  font-family: FontAwesome;
  content: "\f007";
}
.blog .icons .pull-right {
  margin: -7px 0 0;
}
.icon-edit,
.icon-print,
.icon-envelope {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon-edit:before {
  content: "\f044";
}
.icon-print:before {
  content: "\f02f";
}
.icon-envelope:before {
  content: "\f0e0";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
ul.menu li {
  display: inline-block;
}
.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: #7fbe54;
  border: 1px solid #7fbe54;
  color: #fff;
}
.zo2-pagination ul >li.active >span:hover,
.zo2-pagination ul >li.active >span:active,
.zo2-pagination ul >li.active >span:focus {
  background: #7fbe54;
  border: 1px solid #7fbe54;
  color: #fff;
}
.zo2-pagination ul >li.disabled {
  font-size: 14px;
}
.zo2-pagination ul >li.disabled a {
  line-height: 21px;
}
#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 {
  float: left;
  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;
}
.contact-form textarea,
.contact-form input[type="email"],
.contact-form input[type="text"] {
  width: 100%;
}
.contact-form .uneditable-input {
  width: 100%;
}
.contact-form #jform_contact_email_copy-lbl {
  margin-right: 10px;
}
.contact-form legend {
  font-size: 11px;
  color: #666;
  border: 0;
}
.contact-form span.icon-ok-circle {
  position: relative;
  margin-top: -1px;
  padding-right: 5px;
  opacity: 0.8;
}
.contact-form .message-form {
  display: block;
  margin-top: 10px;
}
.contact-form .contact-fields,
.contact-form .message-input {
  display: block;
  width: 98%;
}
.contact-form .message-input textarea {
  width: 100%;
  height: 250px;
}
.contact-form .send-btn,
.contact-form .email-copy {
  padding: 10px 0 0 0;
}
.contact-form .email-copy-label {
  float: left;
}
.contact-form .email-copy-label label {
  margin: 8px 8px 8px 0;
  padding-left: 12px;
  font-size: 11px;
  color: #999;
}
.contact-form .email-copy-input {
  float: left;
}
.contact-form .email-copy-input input[type="checkbox"] {
  height: 15px;
  width: 15px;
  padding: 0;
  vertical-align: middle;
  margin: 12px 0px 8px 0px;
  border: 1px solid #A5A5A5;
}
.name-label label {
  font-weight: bold;
}
.email-label label {
  font-weight: bold;
}
.subject-label {
  margin-top: 10px;
}
.subject-label label {
  font-weight: bold;
}
.message-label label {
  font-weight: bold;
}
.name-input,
.email-input,
.subject-input,
.message-form {
  margin-right: 15px;
}
fieldset.filters {
  padding: 20px;
  margin: 0 0 20px 0;
}
.filter-search.alert.alert-info {
  background: none;
  border: 0;
  float: left;
  background-image: none;
  padding: 0;
  margin: 0 10px 0 0;
}
.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;
}
#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#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;
}
.itemImageBorder .modal,
.itemEditLink.modal {
  background-clip: padding-box;
  background-color: 0 !important;
  border: 0 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  left: auto !important;
  margin: 0 !important;
  overflow: hidden;
  position: static !important;
  top: auto !important;
  z-index: 1050;
  display: block;
}
.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;
}
#finder-search fieldset.word {
  padding: 20px;
}
.item-page .bs-example .btn {
  margin: 0 5px 5px 0;
}
.latestnews li {
  margin: 0 0 15px;
  overflow: hidden;
}
.latestnews li .img {
  padding: 0 10px 0 0;
  margin: 5px 0 0;
}
.latestnews li .post-info {
  padding: 0;
}
.latestnews li .post-info h4 {
  font-size: 108%;
  margin: 0 0 5px;
}
.latestnews li .post-info h4 a {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.latestnews li .post-info .moduleItemComments {
  display: block;
  color: #575757;
  font-style: italic;
}
.latestnews li .post-info .moduleItemDateCreated {
  font-size: 91%;
  color: #575757;
}
.zt-choose-us .panel-default {
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
}
.zt-choose-us .panel-default >.panel-heading {
  padding: 0;
  background: none;
  border-top: 1px dashed #efefef;
}
.zt-choose-us .panel-default >.panel-heading h4 {
  color: #828282;
  font-size: 100%;
  font-weight: 300;
}
.zt-choose-us .panel-default >.panel-heading h4 a {
  padding: 10px 0 10px 30px;
  text-decoration: none !important;
  background: url("../images/icon_accordion.png") 0 10px no-repeat;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  line-height: 20px;
}
.zt-choose-us .panel-default >.panel-heading h4 a:hover,
.zt-choose-us .panel-default >.panel-heading h4 a:focus {
  color: inherit;
}
.zt-choose-us .panel-default >.panel-heading.active h4 {
  color: #363636;
  font-weight: bold;
}
.zt-choose-us .panel-default >.panel-heading.active h4 a {
  background-position: 0 -28px;
}
.zt-choose-us .panel-default .panel-collapse .panel-body {
  color: #828282;
  border: 0;
  padding: 0 0 10px 30px;
  font: 300 108% 'Open Sans', sans-serif;
  text-align: justify;
}
#zt-left .lightbox-modal {
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
}
#zt-right .lightbox-modal {
  display: inline-block;
  float: left;
  margin: 0 0 5px 5px;
}
.itemIntroText,
.itemFullText {
  font-size: 100%;
}
div.iheader {
  overflow: hidden;
  line-height: 28px;
  margin: 5px 0 15px;
  text-align: center;
  font-size: 100%;
  border-bottom: 1px solid #c5c5c5;
}
div.iheader > span {
  margin: 0 20px 0 0;
}
div.iheader span.latestItemDateCreated,
div.iheader span.catItemDateCreated,
div.iheader span.catItemTags,
div.iheader span.catItemAuthor,
div.iheader span.userItemCategory,
div.iheader span.userItemTagsBlock,
div.iheader span.latestItemCategory,
div.iheader span.latestItemTags {
  color: #525252;
  float: left;
}
div.iheader span.latestItemDateCreated i,
div.iheader span.catItemDateCreated i,
div.iheader span.catItemTags i,
div.iheader span.catItemAuthor i,
div.iheader span.userItemCategory i,
div.iheader span.userItemTagsBlock i,
div.iheader span.latestItemCategory i,
div.iheader span.latestItemTags i {
  color: #636363;
  font-size: 116%;
}
div.iheader span.latestItemDateCreated a,
div.iheader span.catItemDateCreated a,
div.iheader span.catItemTags a,
div.iheader span.catItemAuthor a,
div.iheader span.userItemCategory a,
div.iheader span.userItemTagsBlock a,
div.iheader span.latestItemCategory a,
div.iheader span.latestItemTags a {
  color: #525252;
}
div.iheader span.latestItemDateCreated a:hover,
div.iheader span.catItemDateCreated a:hover,
div.iheader span.catItemTags a:hover,
div.iheader span.catItemAuthor a:hover,
div.iheader span.userItemCategory a:hover,
div.iheader span.userItemTagsBlock a:hover,
div.iheader span.latestItemCategory a:hover,
div.iheader span.latestItemTags a:hover {
  color: #008aa8;
}
.tagItemCategory a {
  color: #525252;
}
.tagItemCategory a:hover {
  color: #008aa8;
}
.itemView h3 {
  color: #525252;
  font-size: 150%;
}
div.itemComments {
  padding: 0;
}
div.itemComments h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid #efefef;
}
div.itemComments .form-validate .cform-left {
  padding: 0;
}
div.itemComments .form-validate label {
  display: block;
  margin: 0;
  padding: 5px 0;
  font-weight: 400;
  color: #575757;
  font-size: 108%;
}
div.itemComments .form-validate .inputbox {
  width: 100%;
  font-size: 108%;
}
div.itemComments .form-validate textarea.inputbox {
  height: 177px !important;
  padding: 5px;
}
div.itemComments .form-validate #submitCommentButton {
  float: right;
  margin: 10px 15px;
}
h3.catItemTitle,
h2.tagItemTitle,
h2.latestItemTitle,
h3.userItemTitle,
h2.subCategoryTitle {
  font-size: 216%;
  line-height: 125%;
  text-transform: uppercase;
}
h3.catItemTitle a,
h2.tagItemTitle a,
h2.latestItemTitle a,
h3.userItemTitle a,
h2.subCategoryTitle a {
  color: #525252;
}
h3.catItemTitle a:hover,
h2.tagItemTitle a:hover,
h2.latestItemTitle a:hover,
h3.userItemTitle a:hover,
h2.subCategoryTitle a:hover {
  color: #008aa8;
}
div.catItemIntroText,
div.latestItemIntroText {
  font-size: 100%;
}
.catItemReadMore,
.tagItemReadMore,
.userItemReadMore,
.latestItemReadMore {
  color: #008aa8;
  font-size: 100%;
  display: block;
  text-align: right;
}
.catItemReadMore a,
.tagItemReadMore a,
.userItemReadMore a,
.latestItemReadMore a {
  font-weight: bold;
}
.subCategoryMore {
  font-size: 100%;
  font-weight: bold;
}
.blog-categories li {
  padding: 0 0 7px;
}
.blog-categories li a {
  font-weight: 300;
  font-size: 116%;
  display: block;
  text-decoration: none;
}
.blog-categories li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  color: #a0a0a0;
  margin: 0 8px 0 0;
}
.blog-categories li.active a,
.blog-categories li:hover a {
  font-weight: bold;
}
div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  padding: 20px;
  margin: 5px 0;
  background: #F5F5F5;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
div.itemComments ul.itemCommentsList li .zt-avatar {
  float: left;
  margin: 0 15px 0px 0;
  padding: 4px;
  background: #fff;
  border: 1px solid #d7d7d7;
}
div.itemComments ul.itemCommentsList li div div {
  text-align: right;
}
div.itemComments ul.itemCommentsList li div div span {
  margin-left: 20px;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
  margin: 0.5em 0 1.5em;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
.login-form .well {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.login-form .well input {
  min-width: 210px;
}
div.profile fieldset {
  margin: 0 0 30px;
}
div.profile fieldset legend {
  color: #828282;
}
.form-validate .componentheading {
  margin: 0 0 20px 0;
  line-height: 100%;
  font-weight: 300;
}
.form-validate table {
  width: 100%;
}
.form-validate  .k2ProfileHeading {
  background: none repeat scroll 0 0 #F6F6F6;
  color: #222222;
  padding: 8px 8px 28px;
  text-align: left;
  font-weight: 300;
}
.form-validate  .k2ProfileHeading  h3 {
  margin: 0;
}
.form-validate  th {
  text-align: left;
  border: 1px solid #D9D9D9;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: none repeat scroll 0 0 #F6F6F6;
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  color: #666666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  width: 140px;
}
.form-validate tr td {
  border: 1px solid #DDDDDD;
  padding: 6px 10px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #CCCCCC;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.form-actions {
  margin: 15px 0 0;
}
.form-validate #genderm-lbl,
.form-validate #genderf-lbl {
  display: inline-block;
  margin: 3px;
}
.box_welcome {
  position: absolute;
  top: -105px;
  left: 10px;
  padding: 12px 0;
  line-height: 30px;
  color: #9c8f8f;
  font: 300 200% 'Open sans', sans-serif;
}
div.tags span {
  font-weight: normal;
}
div.tags span a.label-info {
  font-weight: normal;
  padding: 0;
  background: none !important;
  color: #525252;
  font-size: 100%;
}
div.tags span a.label-info:hover,
div.tags span a.label-info:focus {
  color: ;
  text-decoration: underline;
}
div.tags:before {
  font-family: FontAwesome;
  content: "\f02b";
  color: #404040;
}
div.introText,
.tag-body,
.category-desc {
  font-size: 100%;
  color: #525252;
}
h3.categoryTitle,
.tag-category li h3 {
  color: #525252;
  font-size: 266%;
  font-weight: 300;
  margin: 15px 0 20px;
}
h3.categoryTitle a,
.tag-category li h3 a {
  color: #525252;
}
h3.categoryTitle a:hover,
.tag-category li h3 a:hover {
  color: ;
}
.categories-list >div {
  margin: 0 0 20px;
}
.item-page .itemImage img {
  width: 100%;
}
.profile-edit fieldset {
  margin: 0 0 30px 0;
  padding: 20px;
}
.registration fieldset {
  padding: 20px;
}
.blog .page-header {
  padding: 0;
}
.blog div[class*="items"] .item,
.blog .items-leading > div,
.blog div > div.item {
  margin: 0 0 30px;
}
.blog .item-image:hover ~ .article_content {
  top: 0;
}
.archive .filters select.inputbox {
  min-width: 70px;
  text-align: center;
}
.chzn-container {
  min-width: 60px;
}
#searchForm fieldset {
  padding-bottom: 20px;
}
code {
  white-space: inherit;
}
.block_pricing .pricing_box {
  float: none;
}
.faq_block .zt-accordion .panel-group {
  border-bottom: 1px solid #eee;
}
.faq_block .panel-default {
  border: 0;
}
.faq_block .panel-default >.panel-heading {
  padding: 0;
  border: 0;
  background: none;
}
.faq_block .panel-default >.panel-heading h4 a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.faq_block .panel-default >.panel-heading h4 a:before {
  font-family: FontAwesome;
  content: "\f067";
  height: 40px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  color: #b5b5b5;
  background: #eee;
  margin: 0 15px 0 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.faq_block .panel-default >.panel-heading h4 a:hover {
  color: ;
}
.faq_block .panel-default >.panel-heading h4 a:hover:before {
  color: #fff;
  background: ;
}
.faq_block .panel-default >.panel-heading.active h4 a:before {
  content: '\f068';
}
.faq_block .panel-default .panel-body {
  border: 0 !important;
}
.contact .page-header h1 {
  text-align: center;
  text-transform: uppercase;
}
.contact #contact-form input[type="text"],
.contact #contact-form input[type="email"] {
  height: 40px;
  line-height: 40px \9;
}
.contact #contact-form input[type="text"]:hover,
.contact #contact-form input[type="email"]:hover {
  border: 3px solid #000;
}
.contact #contact-form textarea {
  height: 220px;
}
.contact #contact-form textarea:hover {
  border: 3px solid #000;
}
.pricing_box a.button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  border: 0;
  outline: 0;
  background: #eee !important;
  font-size: 133%;
  text-align: center;
  color: #333 !important;
  text-shadow: none;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.pricing_box a.button:hover,
.pricing_box a.button:focus {
  background: #CFCFCF !important;
  border: 0;
  outline: 0;
}
.pricing_box li.no {
  text-decoration: line-through;
  color: #C0C0C0;
}
.pricing_wrap_3 .featured .pricing_box {
  position: relative;
  top: -40px;
  margin-left: -1px;
  margin-right: -1px;
  -webkit-transition: box-shadow 0.25s ease 0s;
  -moz-transition: box-shadow 0.25s ease 0s;
  -o-transition: box-shadow 0.25s ease 0s;
  -webkit-box-shadow: 5px 0 30px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 0 30px rgba(0,0,0,0.3);
  box-shadow: 5px 0 30px rgba(0,0,0,0.3);
}
.pricing_wrap_3 .featured .pricing_box ul {
  padding: 40px 0;
}
.pricing_wrap_3 .featured .pricing_box .header,
.block_pricing .dynamic_featured .pricing_box .header {
  background: ;
  color: #fff;
}
.pricing_wrap_3 .featured .pricing_box a.button,
.block_pricing .dynamic_featured .pricing_box a.button {
  background:  !important;
  color: #fff !important;
}
.pricing_wrap_3 .featured .pricing_box a.button:hover,
.pricing_wrap_3 .featured .pricing_box a.button:focus,
.block_pricing .dynamic_featured .pricing_box a.button:hover,
.block_pricing .dynamic_featured .pricing_box a.button:focus {
  background: #CFCFCF !important;
  border: 0;
  outline: 0;
}
.about-us .progress {
  height: 10px;
  position: relative;
  overflow: visible;
}
.about-us .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  box-shadow: none;
  background: none !important;
}
.about-us .progress .progress-bar:before {
  content: '';
  background: ;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: capabilitieswidth 10s ease-out;
  animation: capabilitieswidth 10s ease-out;
  -moz-animation: capabilitieswidth 10s ease-out;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}
.about-us .progress .progress-bar span {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #000;
  -webkit-animation: opacity 10s ease-out;
  animation: opacity 10s ease-out;
  -moz-animation: opacity 10s ease-out;
}
.about-us h2 {
  font-size: 200%;
  text-align: center;
  text-transform: uppercase;
}
.about-us .subtitle {
  font-size: 140%;
  text-align: center;
  line-height: 150%;
  font-weight: 300;
  margin: 20px 0;
}
.about-us .item_inner {
  text-align: center;
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #eee;
}
.about-us .item_inner .info h3 {
  margin: 10px 0;
  font-size: 130%;
}
.about-us .item_inner .info .social a {
  display: inline-block;
  padding: 3px;
}
.about-us .item_inner .info .social a:hover {
  color: #CFCFCF;
}
.about-us .whatwedo > .row {
  margin-bottom: 20px;
}
.about-us .whatwedo > .row h3 {
  font-size: 140%;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.transition-hover {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.transition-06 {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.transform-3 {
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
}
.img-filter {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
body .zo2-wrapper {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
body .zo2-wrapper #zo2-mega-menu {
  font-size: 12px;
}
.zo2-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.zo2-megamenu .mega-inner::before,
.zo2-megamenu .mega-inner::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-inner::after {
  clear: both;
}
.zo2-megamenu .row + .row {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-width: 230px;
  display: none;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module .module-title {
  font-size: 170%;
  margin: 0 0 10px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul {
  margin: 0 0 0 15px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a {
  color: #4F4F4F;
  display: block;
  padding: 10px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:hover,
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:active,
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:focus {
  color: #7FBE54;
}
.zo2-megamenu .mega.open > .mega-dropdown-menu,
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.zo2-megamenu .mega-group {
  *zoom: 1;
}
.zo2-megamenu .mega-group::before,
.zo2-megamenu .mega-group::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group::after {
  clear: both;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.zo2-megamenu .mega-group-content {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.zo2-megamenu .mega-group-content::before,
.zo2-megamenu .mega-group-content::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group-content::after {
  clear: both;
}
.zo2-megamenu .mega-group-content > .row > [class*="col-md"] > .mega-inner {
  padding: 0;
}
.zo2-megamenu .col-md-12.mega-col-nav .mega-inner {
  padding: 0;
}
.zo2-megamenu .mega-nav,
.zo2-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zo2-megamenu .mega-nav > li,
.zo2-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.zo2-megamenu .mega-nav > li a,
.zo2-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
}
.zo2-megamenu .mega-group > .mega-nav,
.zo2-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .zo2-module {
  margin-bottom: 10px;
}
.zo2-megamenu .zo2-module .module-title {
  margin-bottom: 0;
}
.zo2-megamenu .zo2-module .module-ct {
  margin: 0;
  padding: 0;
}
.zo2-megamenu .zo2-module .module-ct ul {
  list-style: square;
}
.zo2-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.zo2-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.zo2-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.zo2-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.zo2-megamenu .mega-align-justify {
  position: static;
}
.zo2-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.zo2-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.zo2-megamenu .nav .caret,
.zo2-megamenu .dropdown-submenu .caret,
.zo2-megamenu .mega-menu .caret {
  display: none;
}
.zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.zo2-megamenu .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
  top: 0;
  left: 100%;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .zo2-megamenu.animate .mega.hovering > .mega-dropdown-menu {
    display: block !important;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .zo2-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 20% 20%;
    -webkit-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show  .caret,
  .zo2-megamenu .sub-hidden-collapse > .nav-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    border-top: 1px solid #999;
  }
  .zo2-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .zo2-module {
    margin-bottom: 0;
  }
  .zo2-megamenu .mega-nav > li a,
  .zo2-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 20px;
  }
}
#zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu:before {
  left: 150px;
  display: none;
}
#zo2-mega-menu .navbar-toggle {
  margin: 0;
  padding: 9px 7px;
  border-radius: 0;
  -moz-border-radius: 0;
  float: left;
  margin: 7px 0 0;
}
#zo2-mega-menu .featuresWrap {
  position: static;
}
#zo2-mega-menu .featuresWrap .custom_block .custom {
  padding: 10px 0;
}
#zo2-mega-menu .featuresWrap .custom_block .img {
  display: block;
  padding: 15px 0;
}
#zo2-mega-menu .navbar-default {
  background: none;
  border: 0;
  margin: 0;
}
#zo2-mega-menu .navbar-default .navbar-collapse {
  padding: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav {
  border-left: 1px solid rgba(233,233,233,0.1);
}
#zo2-mega-menu .navbar-default ul.navbar-nav .caret {
  display: none !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li {
  border-right: 1px solid rgba(233,233,233,0.1);
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
  color: #000;
  font-size: 100%;
  background: none !important;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a {
  background:  !important;
  color: #fff;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a {
  color: #fff;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > .mega-dropdown-menu {
  border-top: 2px solid #32ae8a;
  top: 65px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > .mega-dropdown-menu:before {
  display: none;
  border-style: solid;
  border-width: 0 4px 4px;
  border-color:  transparent;
  position: absolute;
  top: -9px;
  left: 35px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0de";
  color: #ffffff;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > .mega-dropdown-menu .mega-dropdown-menu {
  top: -2px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
  padding: 20px;
  margin: 0;
  background: #ffffff;
  font-size: 100%;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner {
  padding: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner .module {
  padding: 0 15px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .module-title {
  font-size: 14px;
  color: #333333 !important;
  font-weight: 700;
  background: none !important;
  text-transform: uppercase;
  border: 0 !important;
  margin: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .module-title {
  padding: 10px 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li a {
  padding: 10px;
  color: #575757;
  font-size: 14px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:first-child > a {
  border-top: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.active > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.open > a {
  background: #fff;
  color: #32ae8a !important;
  text-indent: 10px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.dropdown-submenu > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin: 0;
}
.offcanvas {
  background-color: rgba(0,0,0,0.95);
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  opacity: 0;
  left: -50%;
  width: 100%;
  height: 100%;
}
.offcanvas .sidebar-close {
  font-size: 2em;
  color: #ccc;
  padding: 5px 15px;
  width: 20px;
  height: 30px;
  float: right;
}
.offcanvas .sidebar-close:before {
  background-color: #fff;
  content: "";
  height: 20px;
  right: 20px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(45deg);
}
.offcanvas .sidebar-close:after {
  background-color: #fff;
  content: "";
  height: 20px;
  right: 20px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(-45deg);
}
.offcanvas.active {
  left: 0;
  opacity: 1;
}
.zo2-wrapper {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  padding-left: 0;
  padding-right: 0;
}
.zo2-wrapper:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.2);
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.zo2-wrapper.offcanvas-push {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transform: translate3d(350px,0,0);
  -webkit-transform: translate3d(350px,0,0);
  -ms-transform: translate3d(350px,0,0);
  -o-transform: translate3d(350px,0,0);
  overflow: hidden;
}
.zo2-wrapper.offcanvas-push:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  width: 100%;
  height: 100%;
}
body.overflow-hidden {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offcanvas-overlay {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  opacity: 0.5;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
}
.offcanvas {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 350px;
  transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  -o-transform: translateX(-350px);
}
.offcanvas .sidebar-nav {
  left: 0;
  margin: 0;
  position: absolute;
  top: 42px;
  width: 100%;
}
.offcanvas .sidebar-nav ul li {
  list-style: none;
}
.offcanvas .sidebar-nav ul li a {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #939393;
  display: block;
  text-decoration: none;
  padding: 11px 0 11px 15px;
  font-size: 13px;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.offcanvas .sidebar-nav ul li a:hover {
  color: #fff;
}
.offcanvas .sidebar-nav ul.nav-sub {
  margin-left: 20px;
}
.offcanvas .sidebar-nav > ul > li.nav-active > a {
  color: #fff;
}
.offcanvas .sidebar-nav > ul > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.15);
}
.offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas.active .sidebar-nav {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
body.overflow-hidden > * {
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
}
.nav-parent {
  position: relative;
}
.nav-parent > .nav-oc-toggle {
  border: 0 !important;
  font-size: 15px;
  line-height: 42px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  width: 42px;
  height: 42px;
}
.nav-parent > .nav-oc-toggle:focus {
  outline: none;
}
.icon-caret-up {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
}
.icon-caret-up:focus {
  outline: none;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f107";
}
.button-canvas {
  cursor: pointer;
  display: block;
  padding-top: 10px;
}
.button-canvas .r_icon-bar {
  display: block;
  height: 2px;
  margin: 0 auto 5px;
  transform-origin: 5px 1px 0;
  width: 20px;
  background: #333333;
}
.rtl .offcanvas {
  right: 0;
  left: inherit;
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
}
.rtl .offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.rtl .zo2-wrapper.offcanvas-push {
  transform: translate3d(-350px,0px,0px);
  -webkit-transform: translate3d(-350px,0px,0px);
  -ms-transform: translate3d(-350px,0px,0px);
  -o-transform: translate3d(-350px,0px,0px);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.rtl .offcanvas .sidebar-nav ul {
  margin-left: 0;
  padding-left: 0;
}
.rtl .nav-parent > .nav-oc-toggle {
  left: 0;
  right: auto;
  transform: rotate(90deg);
}
.rtl .offcanvas .sidebar-nav {
  padding-left: 0;
  padding-right: 20px;
}
#zo2-mega-menu,
#zo2-mega-menu .navbar {
  position: static;
}
#zo2-zt-top-nav-wrap .container {
  position: relative;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo {
  margin: 10px 0;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-mega-menu {
  margin-top: 8px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 {
  margin-top: 25px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #000000;
  border-radius: 100%;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search .search-icon {
  opacity: 1;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search .search-icon .fa-search {
  font-size: 14px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search-inner {
  top: -8px;
}
.is-sticky #zo2-zt-top-nav-wrap {
  background: url("../images/bg-content-upcoming.png");
}
#zo2-mega-menu .level-top {
  float: right;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu {
  top: 73px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:hover > a.group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:focus > a.group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.active > a.group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.open > a.group-title {
  text-indent: 0;
}
.fa-2x {
  width: 25px;
  height: 20px;
}
#zo2-mega-menu .featuresWrap .mega-dropdown-menu > .mega-dropdown-inner .row {
  margin: 0;
}
#zo2-mega-menu .featuresWrap .mega-dropdown-menu > .mega-dropdown-inner .row > .mega-col-nav {
  padding: 0 15px 0 0;
}
#zo2-mega-menu .mega .mega-dropdown-menu > .mega-dropdown-inner .row > .mega-col-nav {
  padding: 0 15px 0 0;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li a {
  color: #525252;
}
.transition-btn {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.archive-module li {
  padding: 10px 5px;
  display: block;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
}
ul.archive-module li a {
  display: block;
}
ul.archive-module li:hover,
ul.archive-module li.active {
  color: #333;
  background: #f8f8f8;
}
ul.archive-module li:hover a,
ul.archive-module li.active a {
  color: #333;
  background: #f8f8f8;
}
ul.mostread li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
ul.mostread li a {
  display: block;
  padding: 4px 15px;
  border: 1px solid #e8e8e8;
  color: #666;
  font-size: 11px;
}
ul.mostread li a:hover {
  background-color: #333333;
  padding: 4px 17px 4px 15px;
  color: #fff;
}
.clearfix {
  clear: both;
}
.zt-typo-boxes {
  border-bottom: 1px solid #e2e3e5;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.zt-typo-boxes-inside {
  padding: 0 10px;
}
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 350%;
}
h2 {
  font-size: 275%;
}
h3 {
  font-size: 240%;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 150%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
pre,
.zt-code1,
.zt-code2,
.zt-code3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #222;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 0;
  padding: 20px;
}
pre,
.zt-code1 {
  background: #d3d9f5;
}
.zt-code2 {
  background: #d6edd5;
}
.zt-code3 {
  border: 1px solid #eee;
  background-color: #fefefe;
  color: #363636;
  padding-left: 82px !important;
}
.zt-code3 h4 {
  background: none repeat scroll 0 0 #A8B4EF;
  color: #fff;
  margin: 0 0 0 -64px !important;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 55px;
}
.zt-highlight1,
.zt-highlight2,
.zt-highlight3,
.zt-highlight4 {
  cursor: default;
  padding: 1px 5px;
  text-shadow: none;
}
.zt-highlight1 {
  background: #e5e5e5;
  color: #2f2f2f;
}
.zt-highlight2 {
  background: #7fb2ff;
  color: #fff;
}
.zt-highlight3 {
  background: #ff7f7f;
  color: #fff;
}
.zt-highlight4 {
  background: #ffe400;
  color: #2f2f2f;
}
.zt-unordered-lists li {
  list-style: none;
  padding: 2px 0;
}
.zt-unordered-lists li i,
.zt-unordered-lists li [class*="fa-"] {
  font-size: 14px;
  width: 20px;
}
.zt-typo-inside blockquote {
  border: none;
  font-style: italic;
  margin: 20px 0;
}
.zt-typo-inside blockquote p {
  font-size: 100%;
}
.zt-typo-inside blockquote small:before {
  content: "";
}
.zt-typo-inside blockquote div {
  display: block;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i {
  color: #CACACA;
  font-size: 14px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i.fa-quote-left {
  bottom: 30px;
  left: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i.fa-quote-right {
  top: 30px;
  right: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i {
  color: #CACACA;
  font-size: 14px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i.fa-quote-left {
  top: 30px;
  left: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i.fa-quote-right {
  top: 30px;
  right: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote3 i.fa-quote-left {
  bottom: 30px;
  left: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote3 i.fa-quote-right {
  top: 30px;
  right: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  padding: 0 48px;
}
.zt-typo-inside blockquote div.zt-blockquote4 i.fa-quote-left {
  top: 30px;
  left: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote4 i.fa-quote-right {
  top: 30px;
  right: 50px;
}
.zt-typo-inside blockquote div i {
  position: absolute;
}
.zt-typo-boxes-inside > p {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-typo-boxes-inside > p i {
  font-size: 19px;
  width: 30px;
  text-align: center;
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a :hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
    margin-left: -28px;
    float: left;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 .d-wap {
    float: left;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 .d-wap div {
    float: left;
  }
  .home-5 .zo2-wrapper #zo2-ztbottom-wrap .w-signup button {
    width: 222px;
  }
  .zo2-wrapper #zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
    padding: 0 12px;
  }
  .zo2-wrapper #zo2-position-8 .latest_articles .owl-theme .owl-controls,
  .zo2-wrapper #zo2-position-8 .latest_articles .loading {
    display: none !important;
  }
  .zo2-wrapper #zo2-ztinstagram-wrap .w-instagram .carousel-wrap .carousel-slider .carousel-item .carousel-item-inner img {
    height: auto;
  }
  .category .zo2-wrapper .blog .items-row > div {
    float: none;
  }
  .blog-grid .zo2-wrapper .blog .items-row > div {
    float: left;
    margin: 0 5px;
    width: 48% !important;
  }
  iframe {
    width: auto;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap > .container {
    padding-left: 15px;
  }
  .home-3 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap > .container,
  .home-4 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap > .container {
    padding: 0;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search .search-inner,
  .home-4 .zo2-wrapper #zo2-position-38 .search .search-inner {
    width: 1030px;
  }
}
@media (max-width: 1020px) {
  #zo2-slideshow-wrap .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .zo2-wrapper #zo2-ztinstagram-wrap .w-instagram .carousel-wrap .carousel-slider .carousel-item .carousel-item-inner img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact,
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-social {
    width: 50%;
  }
  iframe {
    width: auto;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
    display: block;
    float: left;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 .d-wap {
    padding-right: 15px;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
    display: block;
    float: left;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 .d-wap {
    float: left;
  }
  .home-2 .button-canvas,
  .home-3 .button-canvas,
  .home-4 .button-canvas,
  .home-5 .button-canvas {
    color: #ffffff;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search .search-inner,
  .home-4 .zo2-wrapper #zo2-position-38 .search .search-inner {
    width: 770px;
  }
  .homepage .blog-featured .items-row .item,
  .home-2 .blog-featured .items-row .item,
  .home-3 .blog-featured .items-row .item {
    width: 33%;
    max-height: 100%;
  }
  .homepage .blog-featured .items-row .item h1.item-title a,
  .home-2 .blog-featured .items-row .item h1.item-title a,
  .home-3 .blog-featured .items-row .item h1.item-title a {
    font-size: 14px;
  }
  .blog .zo2-wrapper .blog .items-row > div,
  .blog-list .zo2-wrapper .blog .items-row > div {
    float: none;
  }
}
@media (max-width: 768px) {
  .button-canvas {
    padding-top: 26px;
    position: relative;
    left: 10px;
  }
  .button-canvas .fa-2x {
    border-color: #e5bd05;
  }
  .button-canvas .fa-2x:after {
    left: 0;
    background: #e5bd05;
    bottom: 7px;
  }
  .home-4 .zo2-wrapper #zo2-h3-about-wrap .w-about .ab-right {
    background: #fafafa;
  }
  .home-4 .zo2-wrapper .items-row .item {
    width: 49%;
  }
  .home-5 .zo2-wrapper #zo2-h4-aboutus-wrap .w-aus .us-item img {
    margin: auto;
  }
  .home-5 .zo2-wrapper #zo2-h4-africa-wrap .w-af .af-left {
    background: #99bf38;
  }
  .home-5 .zo2-wrapper #zo2-ztbottom-wrap .w-signup button {
    padding: 0 25%;
    width: auto;
  }
  .zo2-wrapper .fa-2x::after {
    bottom: 14px;
  }
  .zo2-wrapper #zo2-ztstarting-wrap .s-item {
    text-align: center;
  }
  .zo2-wrapper #zo2-ztstarting-wrap .s-item .s-img img {
    margin: auto;
  }
  .zo2-wrapper #zo2-ztmission-wrap .w-mission .m-item img {
    margin: auto;
    float: none;
  }
  .zo2-wrapper #zo2-position-8 .module h3.moduletitle span {
    font-size: 14px;
  }
  .zo2-wrapper #zo2-position-8 .latest_articles .owl-theme .owl-controls,
  .zo2-wrapper #zo2-position-8 .latest_articles .loading {
    display: none !important;
  }
  .blog-featured .items-row .item {
    width: 50%;
    float: left;
    max-height: 430px;
    overflow: hidden;
  }
  .blog-grid .zo2-wrapper .blog .items-row > div {
    margin: 0 5px;
    width: 48% !important;
  }
  .blog-list .zo2-wrapper .blog .items-row > div {
    float: none;
  }
  .plan .head h2 {
    font-size: 18px;
  }
  .plan .btn {
    padding: 10px 15px;
  }
  iframe {
    width: auto;
  }
}
@media (min-width: 768px) {
  .zo2-wrapper #zo2-position-0 .search-inner {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .button-canvas {
    z-index: 9876;
    text-align: center;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo img {
    margin: 0;
  }
  .homepage .zo2-wrapper .button-canvas {
    position: relative;
    text-align: center;
  }
  .home-5 .zo2-wrapper #zo2-ztbottom-wrap .w-signup button {
    width: 270px;
    padding: 0;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 {
    padding: 0;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
    text-align: center;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p {
    font-size: 12px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p:first-child {
    margin: 0 5px 0 10px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-social {
    width: 35%;
  }
  .zo2-wrapper #zo2-slideshow-wrap .ztsl {
    padding: 0 30px;
  }
  .zo2-wrapper #zo2-slideshow-wrap .ztsl h2 {
    font-size: 25px !important;
  }
  .zo2-wrapper #zo2-slideshow-wrap .ztsl p.sl-text {
    font-size: 14px;
  }
  .zo2-wrapper .blog-featured .items-row .item {
    width: auto;
    text-align: center;
  }
  .zo2-wrapper .blog-featured .items-row .item .item-image {
    width: 100%;
  }
  .zo2-wrapper .blog-featured .items-row .item .item-image img {
    margin: auto;
  }
  .zo2-wrapper .blog-featured .items-row .item .item-image .position-left {
    left: 25%;
    margin-left: -8px;
    position: absolute;
  }
  .zo2-wrapper #zo2-ztinstagram-wrap {
    display: none;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-33 {
    text-align: center;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-33 .zt-social-networks {
    text-align: center;
    display: inline-block;
    float: none;
  }
  .zo2-wrapper #zo2-position-33 {
    display: none;
  }
  .zo2-wrapper #zo2-position-0 {
    padding: 0;
    right: auto;
  }
  .zo2-wrapper #zo2-position-0 .search {
    text-align: center;
  }
  .zo2-wrapper #zo2-position-0 .search .search-inner {
    display: inline-block;
    position: relative;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo img {
    margin: auto;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
    display: none;
  }
  .zo2-wrapper .introText .pricing-tables .pricing-item {
    width: 100%;
  }
  .zo2-wrapper #zo2-position-0 {
    display: none;
  }
  .zo2-wrapper #zo2-search320-wrap {
    position: relative;
    height: 0px;
    top: -62px;
    display: block;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search {
    float: left;
    margin-right: 0;
    position: absolute;
    width: 100%;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-close {
    right: 35px !important;
    top: 15px !important;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-icon {
    color: #666666;
    padding-right: 20px;
    padding-top: 10px;
    text-align: right;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-inner {
    width: 100%;
    right: auto;
    left: 0;
    z-index: 1;
    top: 15px;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-inner .inputbox {
    font-style: normal;
  }
  .home-2 .zo2-wrapper #zo2-search320-wrap {
    top: -62px;
    z-index: 8888;
  }
  .home-2 .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search {
    top: 30px;
  }
  .home-2 .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-icon {
    color: #ffffff;
  }
  .home-5 .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-icon {
    color: #ffffff;
  }
  .blog-grid .zo2-wrapper .blog .items-row > div {
    width: 100% !important;
  }
  .home-5 .zo2-wrapper #zo2-body-wrap #zo2-component-wrap #zo2-component .blog-featured .items-row .item {
    width: 100%;
  }
  .homepage .blog-featured .items-row .item,
  .home-2 .blog-featured .items-row .item,
  .home-3 .blog-featured .items-row .item {
    max-height: 100%;
  }
  .home-2 .button-canvas,
  .home-3 .button-canvas,
  .home-4 .button-canvas,
  .home-5 .button-canvas {
    color: #ffffff;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search,
  .home-4 .zo2-wrapper #zo2-position-38 .search,
  #zo2-search320-wrap .zo2-wrapper #zo2-position-38 .search {
    float: left;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search .search-inner,
  .home-4 .zo2-wrapper #zo2-position-38 .search .search-inner,
  #zo2-search320-wrap .zo2-wrapper #zo2-position-38 .search .search-inner {
    width: 480px;
    right: -115px;
  }
  .zo2-wrapper #zo2-ztdoing-wrap .w-doing .why-us .w-signup input {
    width: 245px;
  }
  .home-5 .zo2-wrapper #zo2-h4-reasons-wrap .son-item {
    margin: 0;
  }
  .home-5 .zo2-wrapper #zo2-h4-reasons-wrap .son-item .item {
    margin-bottom: 20px;
  }
  .home-5 .zo2-wrapper #zo2-h4-reasons-wrap .son-item img {
    width: 100%;
  }
  .home-5 .zo2-wrapper #zo2-counter-home4-wrap .zt-count-asset {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .blog .zo2-wrapper .blog .items-row > div,
  .blog-list .zo2-wrapper .blog .items-row > div,
  .blog-grid .zo2-wrapper .blog .items-row > div {
    float: none;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo img {
    padding-left: 60px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 {
    width: 100%;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
    width: 100%;
    text-align: left;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p {
    font-size: 12px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p:first-child {
    margin: 0 0 0 20px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-social {
    width: 100%;
    text-align: center;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-0 {
    display: none;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-header-logo {
    z-index: 100;
  }
  .zo2-wrapper #zo2-slideshow-wrap .ztsl h2 {
    font-size: 30px;
  }
  .zo2-wrapper #zo2-canvas-menu {
    width: auto;
  }
  .zo2-wrapper #zo2-canvas-menu .button-canvas {
    margin-left: 15px;
  }
  .zo2-wrapper #zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li {
    font-size: 9px;
  }
  .zo2-wrapper #zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li a {
    font-size: 9px;
  }
  .zo2-wrapper .blog-featured .items-row .item .position-left .date {
    left: -40px;
  }
  .zo2-wrapper #zo2-search320-wrap {
    display: block;
  }
  .gallery-video .introText > .row {
    margin-left: -30px;
  }
  .gallery-video .introText > .row > div {
    padding-left: 0;
  }
  .homepage .blog-featured .items-row,
  .home-2 .blog-featured .items-row,
  .home-3 .blog-featured .items-row {
    padding: 15px;
  }
  .homepage .blog-featured .items-row .item,
  .home-2 .blog-featured .items-row .item,
  .home-3 .blog-featured .items-row .item {
    float: none;
  }
  .home-3 .zo2-wrapper #zo2-canvas-menu,
  .home-4 .zo2-wrapper #zo2-canvas-menu {
    width: 15%;
  }
  .home-3 .zo2-wrapper #zo2-canvas-menu .button-canvas,
  .home-4 .zo2-wrapper #zo2-canvas-menu .button-canvas {
    margin-left: -15px;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search,
  .home-4 .zo2-wrapper #zo2-position-38 .search {
    float: left;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search .search-inner,
  .home-4 .zo2-wrapper #zo2-position-38 .search .search-inner {
    width: 300px;
    right: -50px;
    z-index: 9877;
  }
}
@media (max-width: 320px) {
  .offcanvas {
    width: 320px;
  }
}
h3.moduletitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0;
}
.custom {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.module.border-black h3.moduletitle {
  border-bottom: 2px solid #000000;
}
.module.border-color h3.moduletitle {
  border-bottom: 2px solid #7bb421;
}
.module.color h3.moduletitle {
  color: #7bb421;
}
.module.black-box {
  background: none repeat scroll 0 0 #1f1f1f;
  color: #808080;
  padding: 24px;
}
.module.black-box h3 {
  color: #fff;
}
.module.green-box {
  background-color: #7bb421;
  color: #e1eecd;
  padding: 24px;
}
.module.green-box h3 {
  color: #fff;
}
.module.gray-box {
  background: none repeat scroll 0 0 #f2f2f2;
  padding: 24px;
}
.module.border-box {
  border: 1px solid #e2e2e2;
  padding: 24px;
}
.module.green-title h3 {
  color: #ffffff;
  padding-left: 12px;
  margin-bottom: 24px;
  background: #7bb421;
}
.module.black-title h3 {
  margin-bottom: 24px;
  background: #1f1f1f;
  color: #ffffff;
  padding-left: 12px;
}
.module.gray-title h3 {
  background-color: #f0f0f0;
  color: #444444;
  padding-left: 12px;
  border: 0 none;
}
.module.big-title h3 {
  font-size: 24px;
  line-height: 30px;
}
#zo2-suffix-9 {
  padding-left: 0;
  padding-right: 0;
}
.module.border-green-top h3 {
  border-top: 2px solid #7bb421;
  border-bottom: 0 none;
}
.module.border-black-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid #000000;
}
.module.border-gray-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid #696969;
}
.module.border-red-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid red;
}
#zo2-border-bottom-wrap {
  padding-top: 40px;
}
#zo2-tilter-wrap {
  margin-top: 30px;
}
.menu-accordion ul li {
  position: relative;
}
.menu-accordion ul li span.expand {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  top: 6px;
}
.menu-accordion ul li span.expand.active:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
}
.menu-accordion ul li span.expand:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 15px;
}
.menu-accordion ul li h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.menu-accordion h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 0;
}
.menu-accordion h5 {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 0;
}
.categories-modulemenu-accordion ul {
  display: none;
  padding-left: 7px;
  box-shadow: -3px 0 0 0 rgba(0,0,0,0.08);
  margin-left: 10px;
}
#zo2-suffix-1-wrap >.container,
#zo2-suffix-box-wrap >.container,
#zo2-border-top-wrap >.container {
  padding-bottom: 30px;
}
.red-title h3.moduletitle {
  background: ;
}
.green-title h3 {
  background-color: #7bb421;
  text-align: left;
  padding-left: 24px;
}
.black-title h3 {
  background-color: #1f1f1f;
  text-align: left;
  padding-left: 24px;
}
.border-gray h3.moduletitle {
  border-bottom: 2px solid gray;
}
.border-green h3.moduletitle {
  border-bottom: 2px solid green;
}
.border-red h3.moduletitle {
  border-bottom: 2px solid red;
}
h3.moduletitle::after {
  display: none;
}
#zo2-position-7 .green-title h3.moduletitle,
#zo2-position-7 .black-title h3.moduletitle {
  padding: 12px 0 12px 15px;
}
#zo2-position-7 .green-title .custom,
#zo2-position-7 .black-title .custom {
  padding-left: 15px;
}
#zo2-suffix-1-wrap h3.moduletitle,
#zo2-suffix-box-wrap h3.moduletitle,
#zo2-border-top-wrap h3.moduletitle {
  background: none;
}
#zo2-header-wrap .logo_retina {
  display: none;
}
#zo2-header-wrap .logo_normal {
  display: block;
}
@media screen and (min-resolution: 2dppx) {
  #zo2-header-wrap .logo_normal {
    display: none;
  }
  #zo2-header-wrap .logo_retina {
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #zo2-header-wrap .logo_normal {
    display: none;
  }
  #zo2-header-wrap .logo_retina {
    display: block;
  }
}
body {
  color: #000000;
  background: #fff;
  overflow-x: hidden;
}
body.modal-open,
.body-overlayed {
  overflow: auto !important;
}
.zo2-wrapper {
  margin: 0 auto;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.zo2-wrapper ul,
.zo2-wrapper ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zo2-wrapper p {
  margin: 12px 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
.sticky-wrapper {
  height: auto !important;
}
.is-sticky {
  position: relative;
  z-index: 1010;
}
.is-sticky #zo2-header,
.is-sticky #zo2-zt-top-nav-wrap {
  border-bottom: 1px solid #6a6d6a;
  max-width: none;
  width: 100%;
}
body.boxed .zo2-wrapper .is-sticky #zo2-header {
  width: auto;
}
body.boxed .zo2-wrapper .is-sticky #zo2-zt-top-nav-wrap {
  width: auto;
}
#gototop {
  width: 58px;
  height: 58px;
  line-height: 52px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 170%;
  display: none;
  border: 1px solid #32ae8a;
}
#gototop:hover {
  background: #32ae8a;
  color: #ffffff;
}
a {
  padding: 0;
  display: block;
}
a:hover {
  background: none;
  text-decoration: none;
}
#zo2-slide {
  padding: 0;
}
#zo2-position-0 {
  border-right: 1px solid #e9e9e9;
  right: -50px;
}
#zo2-position-0 .search .search-icon {
  display: none;
}
#zo2-position-0 .search .search-inner .search-close {
  display: none;
}
#zo2-position-0 .search .search-inner .form-inline input {
  margin: 0;
  height: 36px;
  width: 200px;
  float: right;
  border: 0;
  background: #f9f9f9;
}
#zo2-position-0 .search .search-inner .form-inline button.button {
  position: absolute;
  right: 0;
  border: 0;
  background: none;
  z-index: 565;
  line-height: 25px;
}
#zo2-position-0 .search .search-inner .form-inline button.button:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #666666;
  height: 30px;
  width: 30px;
}
.zo2-wrapper a:focus {
  outline: none;
}
.zo2-wrapper .container {
  padding: 0;
}
.btn-success {
  background: #32ae8a;
  border-color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.btn-success:hover,
.btn-success:focus {
  color: #32ae8a;
  background: none;
  border-color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.zo2-wrapper .zt-progress {
  width: 100%;
}
.column-modal #zo2-component .introText > div:nth-of-type(2) {
  padding: 0 15px;
}
.tabs #zo2-component .introText > .row {
  margin: 0;
}
.social #zo2-component .introText a.zt-social-icon-item {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 5px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.zo2-wrapper #zo2-body-wrap {
  background: #ffffff;
}
#zo2-ztsocial-top-wrap {
  background: #f9f9f9;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .social-right {
  display: none;
}
#zo2-ztsocial-top-wrap #zo2-position-4 p {
  display: inline-block;
  font-size: 13px;
  margin: 0 15px;
  padding-top: 6px;
}
#zo2-ztsocial-top-wrap #zo2-position-4 p .fa {
  padding-right: 6px;
}
#zo2-ztsocial-top-wrap #zo2-position-4 p:last-child {
  margin-right: 0;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .social-right {
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 85;
  display: block;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
  background: none;
  text-align: left;
  padding-left: 0;
  color: #666666;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p:first-child {
  margin-left: 0;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .t-contact a {
  display: inline-block;
  color: #666666;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .t-contact a:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztsocial-top-wrap #zo2-position-33 .zt-social-networks {
  float: right;
}
#zo2-ztsocial-top-wrap #zo2-position-33 .zt-social-networks a {
  background: none;
  line-height: 36px;
  margin: 0 0 0 15px;
  width: auto;
}
#zo2-search320-wrap {
  display: none;
}
#zo2-position-7 .module {
  margin-bottom: 60px;
}
#zo2-position-7 .module h3.moduletitle {
  padding-top: 0;
  margin-top: 0;
  line-height: 9px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding-bottom: 25px;
}
#zo2-position-7 .module h3.moduletitle span {
  font-size: 18px;
  font-weight: bold;
}
#zo2-position-7 .module h3.moduletitle:before {
  content: "";
  background: #32ae8a;
  height: 1px;
  width: 50px;
  position: absolute;
  margin-top: 38px;
}
#zo2-position-7 .module ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0;
  list-style: square inside;
}
#zo2-position-7 .module ul li a {
  color: #8e8d8d;
  display: inline-block;
  padding-left: 10px;
}
#zo2-position-7 .flickr {
  background: #ffffff;
  padding-bottom: 5px;
}
#zo2-position-7 .flickr .zt-gallery {
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery {
  width: 76px;
  padding: 0;
  margin: 6px;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery img {
  width: 76px;
  height: 76px;
  min-height: 76px;
  max-height: 76px;
  min-width: 76px;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery:hover:before {
  background: #000000;
  opacity: 0.5;
  width: 76px;
  height: 76px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-8 .module {
  margin-bottom: 60px;
}
#zo2-position-8 .module h3.moduletitle {
  padding-top: 0;
  margin-top: 0;
  line-height: 9px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative;
}
#zo2-position-8 .module h3.moduletitle span {
  font-size: 18px;
  font-weight: bold;
  color: #252525;
}
#zo2-position-8 .module h3.moduletitle:before {
  content: "";
  background: #32ae8a;
  height: 1px;
  width: 50px;
  position: absolute;
  margin-top: 39px;
  bottom: 0;
}
#zo2-position-8 .module ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0;
  list-style: square inside;
}
#zo2-position-8 .module ul li a {
  color: #8e8d8d;
  display: inline-block;
  padding-left: 10px;
}
#zo2-position-8 .latest_articles .mod-content .zt-category {
  padding: 0;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 {
  margin-top: 20px;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item {
  clear: left;
  width: 100% !important;
  margin-bottom: 15px;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .post-thumnail {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .post-thumnail a {
  max-width: 100px;
  max-height: 100px;
  float: left;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .post-thumnail a img {
  border: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .zt-article_content h3 {
  overflow: hidden;
  padding: 0 0 0 5px;
  font-size: 14px;
  margin: 0 0 15px 0;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .zt-article_content h3 a {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  max-width: 100%;
  max-height: 100%;
  line-height: 22px;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .zt-article_content span.created {
  padding-left: 5px;
  color: #CBCBCB;
  font-size: 12px;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .owl-item:last-child {
  border: 0;
}
#zo2-position-8 .flickr {
  background: #ffffff;
  padding-bottom: 5px;
}
#zo2-position-8 .flickr .zt-gallery {
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
}
#zo2-position-8 .flickr .zt-gallery .ztshortcodes-gallery {
  width: 76px;
  padding: 0;
  margin: 6px;
}
#zo2-position-8 .flickr .zt-gallery .ztshortcodes-gallery img {
  width: 76px;
  height: 76px;
  min-height: 76px;
  max-height: 76px;
  min-width: 76px;
}
#zo2-position-8 .flickr .zt-gallery .ztshortcodes-gallery:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-8 .flickr .zt-gallery .ztshortcodes-gallery:hover:before {
  background: #000000;
  opacity: 0.5;
  width: 76px;
  height: 76px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-8 .tagswidget .tagspopular {
  margin-top: 20px;
}
#zo2-position-8 .tagswidget .tagspopular ul li {
  display: inline-block;
  float: left;
  padding: 4px 10px;
  border: 1px solid #f1f1f1;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #f9f9f9;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-8 .tagswidget .tagspopular ul li a {
  color: #8e8d8d;
  letter-spacing: 1px;
  font-size: 13px;
}
#zo2-position-8 .tagswidget .tagspopular ul li:hover {
  background: #ffffff;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-zt-top-nav-wrap-sticky-wrapper {
  background: #ffffff;
  min-height: 71px;
  padding: 12px 0;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo {
  margin: 0;
  padding-top: 20px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-megamenu {
  display: inline-block;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  float: left;
  border-left: 0;
  padding-left: 30px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li {
  border-right: 0;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li a {
  color: #666666;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top >li > a {
  font-weight: 600;
  letter-spacing: 2px;
  color: #333333;
  font-size: 14px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li.active > a,
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li:hover > a,
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li:focus > a {
  color: #32ae8a !important;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search {
  width: auto;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap {
  float: right;
  padding-top: 15px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap div {
  display: inline-block;
  float: left;
  color: #ffffff;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap div a {
  color: #ffffff;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-icon {
  padding: 22px 30px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a {
  padding: 6px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #32ae8a;
  letter-spacing: 1px;
  border: 2px solid #32ae8a;
  position: relative;
  z-index: 1;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a:hover {
  color: #32ae8a;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn .fa {
  padding-right: 6px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-1,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-10,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-11,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-12,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-2,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-3,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-4,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-5,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-6,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-7,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-8,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-9,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-1,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-10,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-11,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-12,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-2,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-3,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-4,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-5,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-6,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-7,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-8,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-9,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-1,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-10,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-11,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-12,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-2,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-3,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-4,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-5,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-6,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-7,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-8,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-9,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-1,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-10,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-11,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-12,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-2,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-3,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-4,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-5,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-6,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-7,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-8,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-9 {
  padding: 0;
}
#zo2-ztfooter-wrap {
  background: #202020;
  color: #8e8d8d;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 40px;
  font-size: 13px;
}
#zo2-ztfooter-wrap a {
  display: inline-block;
  color: #32ae8a;
}
#zo2-ztfooter-wrap > .container {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 20px;
}
#zo2-ztfooter-wrap footer {
  text-align: left;
}
#zo2-ztfooter-wrap footer .zo2-copyright {
  padding-top: 12px;
}
#zo2-ztfooter-wrap .zt-social-networks {
  display: inline-block;
  float: right;
}
#zo2-ztfooter-wrap .zt-social-networks a {
  height: 35px;
  width: 35px;
  margin-left: 8px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  background: none;
  border: 2px solid #8e8d8d;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztfooter-wrap .zt-social-networks a:hover {
  color: #32ae8a;
  border-color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper {
  padding: 12px 0;
  background: #ffffff;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap {
  text-align: center;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap > .container {
  width: 1170px;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo {
  padding-left: 0;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  float: left;
  border-left: 0;
  padding-left: 30px;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li {
  border-right: 0;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li a {
  color: #666666;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top >li > a {
  font-weight: 600;
  letter-spacing: 2px;
  color: #333333;
  font-size: 14px;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li.active > a,
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li:hover > a,
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li:focus > a {
  color: #32ae8a;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
  float: right;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap {
  padding-top: 11px;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-icon {
  display: none;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.homepage .is-sticky #zo2-zt-top-nav-wrap {
  background: #ffffff;
}
.zt-slideshow .ps-top-center:not(.element-embed),
.zt-slideshow .ps-center-middle:not(.element-embed),
.zt-slideshow .ps-bottom-center:not(.element-embed) {
  max-width: 100%;
}
#zo2-slideshow-wrap .bx-wrapper {
  margin: 0;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction a {
  height: 52px;
  width: 52px;
  border: 2px solid #ffffff;
  background: none;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  text-indent: 0;
  font-size: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction a:hover {
  background: #32ae8a;
  border-color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-prev {
  left: 30px;
  padding-left: 10px;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-prev:before {
  font-family: FontAwesome;
  content: "\f177";
  color: #ffffff;
  font-size: 23px;
  line-height: 52px;
  position: absolute;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-next {
  right: 30px;
  padding-left: 13px;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-next:before {
  font-family: FontAwesome;
  content: "\f178";
  color: #ffffff;
  font-size: 23px;
  line-height: 52px;
  position: absolute;
}
#zo2-slideshow-wrap .bx-wrapper .bx-pager {
  z-index: 999;
  bottom: 40px;
}
#zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  border: 0;
  background: #32ae8a;
  width: 30px;
  height: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
#zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
#zo2-slideshow-wrap .ztsl {
  color: #ffffff;
}
#zo2-slideshow-wrap .ztsl h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
}
#zo2-slideshow-wrap .ztsl p.sl-text {
  font-size: 21px;
  font-weight: 100;
  margin: 20px 0;
}
#zo2-slideshow-wrap .ztsl .btn-slide a {
  padding: 15px 42px;
  border: 3px solid #ffffff;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
#zo2-slideshow-wrap .ztsl .btn-slide a:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 1px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-slideshow-wrap .ztsl .btn-slide a:hover {
  color: #000000;
  background: #ffffff;
}
#zo2-slideshow-wrap .ztsl .btn-slide a:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.home-3 #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a,
.home-4 #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a,
#zo2-search320-wrap #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a {
  color: #ffffff;
}
.home-3 #zo2-zt-top-nav-wrap-sticky-wrapper,
.home-4 #zo2-zt-top-nav-wrap-sticky-wrapper,
#zo2-search320-wrap #zo2-zt-top-nav-wrap-sticky-wrapper {
  background: #333232;
}
.home-3 .zo2-wrapper #zo2-zt-top-nav-wrap > .container,
.home-4 .zo2-wrapper #zo2-zt-top-nav-wrap > .container,
#zo2-search320-wrap .zo2-wrapper #zo2-zt-top-nav-wrap > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.home-3 #zo2-position-38,
.home-4 #zo2-position-38,
#zo2-search320-wrap #zo2-position-38 {
  margin-top: 0;
  height: 71px;
}
.home-3 #zo2-position-38 .search,
.home-4 #zo2-position-38 .search,
#zo2-search320-wrap #zo2-position-38 .search {
  background: none;
  height: 100%;
  padding: 20px 20px 0 30px;
  width: auto;
  position: relative;
  margin-right: -15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  z-index: 88;
}
.home-3 #zo2-position-38 .search .search-icon,
.home-4 #zo2-position-38 .search .search-icon,
#zo2-search320-wrap #zo2-position-38 .search .search-icon {
  color: #ffffff;
}
.home-3 #zo2-position-38 .search .search-inner,
.home-4 #zo2-position-38 .search .search-inner,
#zo2-search320-wrap #zo2-position-38 .search .search-inner {
  top: 0;
}
.home-3 #zo2-position-38 .search .search-inner .inputbox,
.home-4 #zo2-position-38 .search .search-inner .inputbox,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .inputbox {
  height: 71px;
  line-height: 71px;
  background: #333232;
}
.home-3 #zo2-position-38 .search .search-inner .search-close .fa,
.home-4 #zo2-position-38 .search .search-inner .search-close .fa,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .search-close .fa {
  position: relative;
  margin-right: -15px;
  color: #32ae8a;
  display: none;
}
.home-3 #zo2-position-38 .search,
.home-4 #zo2-position-38 .search,
#zo2-search320-wrap #zo2-position-38 .search {
  float: right;
  width: 20px;
  height: 50px;
  line-height: 35px;
  text-align: center;
}
.home-3 #zo2-position-38 .search .search-icon,
.home-4 #zo2-position-38 .search .search-icon,
#zo2-search320-wrap #zo2-position-38 .search .search-icon {
  background: none;
  box-shadow: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
}
.home-3 #zo2-position-38 .search .search-icon i,
.home-4 #zo2-position-38 .search .search-icon i,
#zo2-search320-wrap #zo2-position-38 .search .search-icon i {
  font-size: 15px;
}
.home-3 #zo2-position-38 .search .search-icon:hover,
.home-3 #zo2-position-38 .search .search-icon:focus,
.home-4 #zo2-position-38 .search .search-icon:hover,
.home-4 #zo2-position-38 .search .search-icon:focus,
#zo2-search320-wrap #zo2-position-38 .search .search-icon:hover,
#zo2-search320-wrap #zo2-position-38 .search .search-icon:focus {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.home-3 #zo2-position-38 .search .search-inner,
.home-4 #zo2-position-38 .search .search-inner,
#zo2-search320-wrap #zo2-position-38 .search .search-inner {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: -180px;
  background: ;
  padding: 0;
  width: 1170px;
}
.home-3 #zo2-position-38 .search .search-inner .search-close,
.home-4 #zo2-position-38 .search .search-inner .search-close,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .search-close {
  position: absolute;
  width: 50px;
  height: 71px;
  line-height: 71px;
  color: #ffffff;
  font-size: 200%;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  font-size: 2em;
  color: #ccc;
  padding: 5px 15px;
  width: 20px;
  height: 30px;
  float: right;
}
.home-3 #zo2-position-38 .search .search-inner .search-close:before,
.home-4 #zo2-position-38 .search .search-inner .search-close:before,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .search-close:before {
  background-color: #666666;
  content: "";
  height: 20px;
  right: 15px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(45deg);
}
.home-3 #zo2-position-38 .search .search-inner .search-close:after,
.home-4 #zo2-position-38 .search .search-inner .search-close:after,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .search-close:after {
  background-color: #666666;
  content: "";
  height: 20px;
  right: 15px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(-45deg);
}
.home-3 #zo2-position-38 .search .search-inner .inputbox,
.home-4 #zo2-position-38 .search .search-inner .inputbox,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .inputbox {
  margin: 0;
  width: 100%;
  height: 71px;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 150%;
  font-style: italic;
  background: #ffffff;
  color: #666666 !important;
  cursor: text;
  padding-left: 15px;
}
.home-3 #zo2-position-38 .search .search-inner .inputbox:focus,
.home-4 #zo2-position-38 .search .search-inner .inputbox:focus,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .inputbox:focus {
  color: #fff;
}
.home-3 #zo2-slideshow-wrap .ztsl {
  color: #ffffff;
}
.home-3 #zo2-slideshow-wrap .ztsl h2 {
  font-size: 42px;
}
.home-3 #zo2-slideshow-wrap .btn-slide a {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-3 #zo2-slideshow-wrap .btn-slide a:hover {
  border-color: #ffffff;
}
.home-3 #zo2-slideshow-wrap .btn-slide a:after {
  top: 0;
}
.home-4 #zo2-slideshow-wrap .ztsl {
  color: #ffffff;
}
.home-4 #zo2-slideshow-wrap .ztsl h2 {
  font-size: 40px;
}
.home-4 #zo2-slideshow-wrap .ztsl .btn-slide a {
  background: #df5900;
  border-color: #df5900;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-slideshow-wrap .ztsl .btn-slide a:hover {
  border-color: #ffffff;
}
.home-4 #zo2-slideshow-wrap .ztsl .btn-slide a:after {
  top: 0;
}
.home-4 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  background: #df5900;
}
.home-4 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
.home-4 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
.home-4 #zo2-position-38 .search .search-inner .search-close .fa {
  color: #df5900;
}
.home-5 #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a {
  color: #ffffff;
}
.home-5 #zo2-slideshow-wrap .ztsl {
  color: #ffffff;
}
.home-5 #zo2-slideshow-wrap .ztsl h2 {
  font-size: 43px;
}
.home-5 #zo2-slideshow-wrap .ztsl .btn-slide a {
  background: #99bf38;
  border-color: #99bf38;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-5 #zo2-slideshow-wrap .ztsl .btn-slide a:hover {
  border-color: #ffffff;
  background: #ffffff;
}
.home-5 #zo2-slideshow-wrap .ztsl .btn-slide a:after {
  top: 0;
}
.home-5 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  background: #99bf38;
}
.home-5 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
.home-5 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
.w-starting {
  padding-bottom: 70px;
  display: inline-block;
}
.w-starting h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 66px;
  margin-bottom: 46px;
}
.w-starting h3.moduletitle span {
  font-size: 24px;
  font-weight: bold;
  color: #252525;
}
.w-starting .s-item .s-context a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #252525;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 15px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.w-starting .s-item .s-context a:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.w-starting .s-item .s-context p {
  font-size: 14px;
  color: #8e8d8d;
  letter-spacing: 0;
}
.w-starting .s-item .s-img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
  position: relative;
}
.w-starting .s-item .s-img img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.w-starting .s-item .s-img:before {
  content: "";
  height: 100%;
  width: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.w-starting .s-item:hover .s-img:before {
  width: 100%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.w-starting .s-item:hover .s-img img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap {
  padding-bottom: 70px;
}
#zo2-ztstarting-wrap h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 66px;
  margin-bottom: 46px;
}
#zo2-ztstarting-wrap h3.moduletitle span {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  text-transform: capitalize;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item .created {
  color: #999999;
  font-weight: 300;
  padding-left: 20px;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item a {
  margin-bottom: 15px;
  overflow: hidden;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item a img {
  background: none;
  border: 0;
  padding: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item h3 a {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px !important;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0;
  display: block;
  clear: left;
  padding-bottom: 10px;
  margin: 0;
  text-transform: capitalize;
  padding-left: 20px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item h3 a:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item .zt-introtext {
  color: #666666;
  line-height: 26px;
  padding-left: 20px;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
}
#zo2-ztstarting-wrap .w-starting .s-item .s-context a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #252525;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 15px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-context a:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-context p {
  font-size: 14px;
  color: #8e8d8d;
  letter-spacing: 0;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
  position: relative;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-img img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-img:before {
  content: "";
  height: 100%;
  width: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item:hover .s-img:before {
  width: 100%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item:hover .s-img img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztdoing-wrap > .container {
  width: auto;
}
#zo2-ztdoing-wrap .w-doing {
  height: 264px;
}
#zo2-ztdoing-wrap .w-doing .d-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg-how.png) top right no-repeat;
  background-size: cover;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztdoing-wrap .w-doing .d-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f3f8;
}
#zo2-ztdoing-wrap .w-doing .why-us {
  color: #666666;
  padding-left: 30px;
  padding-bottom: 30px;
}
#zo2-ztdoing-wrap .w-doing .why-us h3 {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  margin-top: 58px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#zo2-ztdoing-wrap .w-doing .why-us p {
  display: table;
  font-size: 14px;
  margin-bottom: 30px;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup input {
  width: 360px;
  height: 50px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup button {
  margin-left: 10px;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  background: #32ae8a;
  border: 0;
  letter-spacing: 1px;
  border: 2px solid #32ae8a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  position: relative;
  z-index: 1;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup button:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup button:hover {
  color: #32ae8a;
  background: #ffffff;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup button:hover:after {
  opacity: 0.2;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
#zo2-ztdoing-wrap .w-doing:hover .d-left {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .page-header h1 {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 35px;
  margin-top: 76px;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.blog-featured .items-row .item {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding-bottom: 55px;
}
.blog-featured .items-row .item .item-image {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
  position: relative;
}
.blog-featured .items-row .item .item-image img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item .item-image:before {
  content: "";
  height: 100%;
  width: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item:hover .item-image:before {
  width: 100%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item:hover .item-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item .position-left {
  position: absolute;
}
.blog-featured .items-row .item .position-left .date {
  width: 58px;
  height: 52px;
  background: #32ae8a;
  display: inline-block;
  padding-top: 9px;
  position: relative;
  top: -52px;
}
.blog-featured .items-row .item .position-left .date span {
  display: block;
  clear: left;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
}
.blog-featured .items-row .item .article-info {
  display: none;
}
.blog-featured .items-row .item h1.item-title {
  margin-top: 0;
}
.blog-featured .items-row .item h1.item-title a {
  font-size: 18px;
  letter-spacing: 1px !important;
  font-weight: 600;
  color: #666666;
  letter-spacing: 0;
  display: block;
  clear: left;
  padding-bottom: 10px;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.blog-featured .items-row .item h1.item-title a:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.blog-featured .items-row .item .readmore {
  margin-top: 26px;
  padding-left: 20px;
}
.blog-featured .items-row .item .readmore a {
  border: 2px solid #32ae8a;
  color: #32ae8a;
  padding: 11px 30px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.blog-featured .items-row .item .readmore a:after {
  content: "";
  background: #32ae8a;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item .readmore a:hover {
  color: #fff;
}
.blog-featured .items-row .item .readmore a:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.blog-featured .items-row .item p.l-text {
  padding-left: 20px;
}
.blog-featured .items-row .item p.zraised {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  width: 100%;
  display: inline-block;
  clear: left;
  margin: 20px 0 10px 0;
  padding-left: 20px;
}
.blog-featured .items-row .item p.zraised span {
  color: #32ae8a;
}
.container-fluid {
  padding: 0;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap {
  color: #ffffff;
  text-align: center;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap h2,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap h2 {
  font-size: 30px;
  margin-top: 0;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap p,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap p {
  font-weight: 500;
  margin: 30px 0;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap a,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap a {
  border: 3px solid #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  position: relative;
  z-index: 1;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap a:after,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap a:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap a:hover,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap a:hover {
  color: #000000;
  background: #ffffff;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap a:hover:after,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap a:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
#zo2-ztmission-wrap {
  background: #f0f3f8;
  padding-bottom: 77px;
}
#zo2-ztmission-wrap h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 66px;
  margin-bottom: 46px;
}
#zo2-ztmission-wrap h3.moduletitle span {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  text-transform: capitalize;
}
#zo2-ztmission-wrap .w-mission .m-item {
  padding: 0;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 15px;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-title i {
  display: none;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a {
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666666;
  line-height: 65px;
  height: 65px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  padding-left: 25px;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #666666;
  font-size: 36px;
  float: right;
  width: 65px;
  height: 65px;
  border-left: 1px solid #e9e9e9;
  text-align: center;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a:hover,
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a:focus {
  text-decoration: none;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a.active {
  background: #32ae8a;
  color: #ffffff;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a.active:after {
  content: "\f106";
  color: #ffffff;
  border-color: #70c6ae;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content {
  border: 0;
  padding: 25px;
  width: 100%;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content p:first-child {
  width: 27%;
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content p:first-child img {
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content p:last-child {
  width: 70%;
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content p {
  color: #666666;
  font-size: 14px;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content.open {
  display: block;
  width: 100%;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content.open p:first-child {
  width: 27%;
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content.open p:last-child {
  width: 70%;
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content.open p {
  margin: 0;
  padding-bottom: 20px;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a.active i {
  background: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztmission-wrap .w-mission .m-item img {
  float: right;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztmission-wrap .w-mission .m-item img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztmission-wrap .w-mission .m-item iframe {
  border: 0;
}
#zo2-howcan-wrap {
  padding-bottom: 70px;
  background: #ffffff;
}
#zo2-howcan-wrap h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 66px;
  margin-bottom: 46px;
}
#zo2-howcan-wrap h3.moduletitle span {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  text-transform: capitalize;
}
#zo2-howcan-wrap .w-how .how-item {
  text-align: center;
}
#zo2-howcan-wrap .w-how .how-item .tear {
  width: 55px;
  height: 55px;
  border-radius: 160% 0 100% 70%/100% 0 160% 70%;
  border: 3px solid #32ae8a;
  transform: rotate(-45deg);
  background: #32ae8a;
  margin: auto;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item .tear .fa {
  color: #ffffff;
  line-height: 65px;
  font-size: 22px;
  transform: rotate(45deg);
  padding-right: 12px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item:hover .tear {
  background: #ffffff;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item:hover .tear .fa {
  color: #32ae8a;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item .how-text h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  font-size: 18px;
}
#zo2-howcan-wrap .w-how .how-item .how-text a.btn {
  color: #999999;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-howcan-wrap .w-how .how-item .how-text a.btn .fa {
  vertical-align: middle;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  margin-left: 0;
}
#zo2-howcan-wrap .w-how .how-item .how-text a.btn:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-howcan-wrap .w-how .how-item .how-text a.btn:hover .fa {
  margin-left: 5px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-testimonial-wrap {
  height: 495px;
}
#zo2-testimonial-wrap .zt-parallax-asset .zt-content-parallax {
  height: 495px;
}
#zo2-testimonial-wrap .zt-parallax-asset .zt-content-parallax:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-testimonial-wrap .zt-testimo {
  position: relative;
  top: 50px;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper {
  background: none;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport {
  background: none;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item {
  background: none;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content {
  background: none;
  text-align: center;
  max-width: 760px;
  margin: auto;
  font-size: 18px;
  color: #ffffff;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content > div {
  background: none !important;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content > div img {
  margin: auto;
  padding-bottom: 25px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content a {
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Dosis', sans-serif;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content span {
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-controls-direction {
  display: none;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .author {
  display: none;
}
#zo2-testimonial-wrap .bx-wrapper .bx-pager {
  z-index: 999;
  bottom: 40px;
}
#zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  border: 0;
  background: #32ae8a;
  width: 30px;
  height: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
#zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
#zo2-testimonial-wrap .bx-wrapper .bx-pager,
#zo2-testimonial-wrap .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
#zo2-ztbottom-wrap {
  background: #202020;
  padding-bottom: 20px;
}
#zo2-ztbottom-wrap h3.moduletitle {
  border-bottom: 0;
  margin-top: 36px;
  margin-bottom: 8px;
}
#zo2-ztbottom-wrap h3.moduletitle span {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
#zo2-ztbottom-wrap ul li {
  line-height: 30px;
}
#zo2-ztbottom-wrap ul li a {
  color: #666666;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztbottom-wrap ul li a:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztbottom-wrap .flickr .zt-gallery {
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  background: #202020;
}
#zo2-ztbottom-wrap .flickr .zt-gallery .ztshortcodes-gallery {
  width: 76px;
  padding: 0;
  margin: 6px;
}
#zo2-ztbottom-wrap .flickr .zt-gallery .ztshortcodes-gallery img {
  width: 76px;
  height: 76px;
  min-height: 76px;
  max-height: 76px;
  min-width: 76px;
}
.home-2 #zo2-position-0 {
  border-right: 1px solid rgba(255,255,255,0.3);
}
.home-2 #zo2-ztsocial-top-wrap {
  position: absolute;
  z-index: 8787;
  width: 100%;
  background: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.home-2 #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
  color: #ffffff;
}
.home-2 #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact a {
  color: #ffffff;
}
.home-2 #zo2-ztsocial-top-wrap #zo2-position-0 .search .search-inner .form-inline button.button::before {
  color: #ffffff;
}
.home-2 #zo2-ztsocial-top-wrap #zo2-position-0 .search .search-inner .form-inline input {
  background: none;
  color: #ffffff;
}
.home-2 #zo2-ztsocial-top-wrap .zt-social-networks a {
  color: #ffffff;
}
.home-2 #zo2-ztsocial-top-wrap .zt-social-networks a .fa {
  color: #ffffff;
}
.home-2 #zo2-zt-top-nav-wrap-sticky-wrapper {
  position: absolute;
  z-index: 8787;
  width: 100%;
  background: none;
  top: 35px;
}
.home-2 #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a {
  color: #ffffff;
}
.is-sticky #zo2-zt-top-nav-wrap {
  background: #ffffff;
  border-bottom: #333232;
  height: 71px;
}
.is-sticky #zo2-zt-top-nav-wrap .d-wap .d-btn a {
  background: #32ae8a;
  color: #ffffff;
}
.is-sticky #zo2-zt-top-nav-wrap .d-wap .d-btn a:hover {
  color: #32ae8a;
}
.custom {
  letter-spacing: 0;
}
#zo2-see-wrap {
  background: #ffffff;
}
.home-4 .zo2-wrapper {
  background: #ffffff;
}
.home-4 #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a {
  background: #df5900;
  border-color: #df5900;
}
.home-4 #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a:hover {
  color: #df5900;
}
.home-4 #zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item h3 a:hover {
  color: #df5900;
}
.home-4 #zo2-slideshow-wrap .bx-wrapper .bx-controls-direction a {
  background: none;
  border-color: #ffffff;
}
.home-4 #zo2-slideshow-wrap .bx-wrapper .bx-controls-direction a:hover {
  border-color: #df5900;
  background: #df5900;
}
.home-4 #zo2-h3-ztsologan-wrap {
  background: red;
}
.home-4 #zo2-h3-ztsologan-wrap #zo2-position-24 {
  padding: 0;
}
.home-4 #zo2-h3-ztsologan-wrap #zo2-position-24 .zt-parallax {
  background-size: 100% auto;
}
.home-4 #zo2-h3-ztsologan-wrap .w-now .now-title {
  letter-spacing: 1px;
  font-size: 19px;
  color: #ffffff;
  float: left;
}
.home-4 #zo2-h3-ztsologan-wrap .w-now a {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background: #df5900;
  padding: 12px 38px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  float: right;
  position: relative;
  z-index: 1;
}
.home-4 #zo2-h3-ztsologan-wrap .w-now a:after {
  content: "";
  background: #848484;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-h3-ztsologan-wrap .w-now a:hover {
  color: #fff;
}
.home-4 #zo2-h3-ztsologan-wrap .w-now a:hover:after {
  opacity: 0.2;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.home-4 #zo2-ztdoing-wrap .w-doing .d-left {
  background: url(../images/bg-how3.png) top right no-repeat;
}
.home-4 #zo2-ztdoing-wrap .w-doing .why-us .w-signup button {
  background: #df5900;
  border-color: #df5900;
}
.home-4 #zo2-ztdoing-wrap .w-doing .why-us .w-signup button:hover {
  background: #ffffff;
  color: #df5900;
}
.home-4 #zo2-ztfooter-wrap a,
.home-4 #zo2-ztbottom-wrap ul li a:hover {
  color: #df5900;
}
.home-4 #zo2-ztfooter-wrap .zt-social-networks a:hover {
  color: #df5900 !important;
  border-color: #df5900;
}
.home-4 #gototop {
  border-color: #df5900;
}
.home-4 .zo2-wrapper #zo2-body-wrap #zo2-message .detail .itemImage:last-child {
  background: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  top: 0;
}
.home-4 #zo2-body-wrap {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #f0f3f8;
}
.home-4 #zo2-body-wrap .w-funt .f-item {
  text-align: center;
}
.home-4 #zo2-body-wrap .w-funt .f-item .fa {
  width: 84px;
  height: 84px;
  background: #df5900;
  color: #ffffff;
  text-align: center;
  line-height: 84px;
  font-size: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
  top: 40px;
  border: 2px solid #df5900;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-body-wrap .w-funt .f-item:hover .fa {
  background: none;
  color: #df5900;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-body-wrap .w-funt .f-item .f-text {
  background: #ffffff;
  padding: 73px 60px 55px 60px;
}
.home-4 #zo2-body-wrap .w-funt .f-item .f-text h5 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.home-4 #zo2-body-wrap .w-funt .f-item .f-text h5:before {
  content: "";
  height: 1px;
  background: #df5900;
  width: 50px;
  position: absolute;
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.home-4 #zo2-body-wrap .w-funt .f-item .f-text p {
  color: #8e8d8d;
}
.home-4 #zo2-h3-money-wrap h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 45px;
  margin-bottom: 0;
}
.home-4 #zo2-h3-money-wrap h3.moduletitle span {
  font-size: 24px;
  font-weight: bold;
  color: #252525;
}
.home-4 #zo2-h3-money-wrap .w-money p {
  color: #8e8d8d;
  text-align: center;
  margin: 0;
}
.home-4 #zo2-h3-money-wrap .w-money .mo-item {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
.home-4 #zo2-h3-money-wrap .w-money .mo-item img {
  margin: auto;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-h3-money-wrap .w-money .mo-item h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 15px;
}
.home-4 #zo2-h3-money-wrap .w-money .mo-item p {
  color: #8e8d8d;
  padding: 0 60px;
}
.home-4 #zo2-h3-money-wrap .w-money .mo-item:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-h3-about-wrap {
  background: #f0f3f8;
  height: 430px;
}
.home-4 #zo2-h3-about-wrap > .container {
  width: auto;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-right {
  width: 50%;
  height: 430px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/bg-about-h3.png) top left no-repeat;
  background-size: cover;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-right:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-text {
  padding-top: 80px;
  padding-bottom: 100px;
  padding-right: 35px;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-text h5 {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
  padding-bottom: 15px;
  font-size: 30px;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-text p {
  color: #8e8d8d;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-text a {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background: #df5900;
  padding: 12px 45px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-text a:after {
  content: "";
  background: #848484;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-text a:hover {
  color: #fff;
}
.home-4 #zo2-h3-about-wrap .w-about .ab-text a:hover:after {
  opacity: 0.2;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.home-4 .zth3 h1 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: left;
  margin-top: 60px;
}
.home-4 .zth3 h1:before {
  content: "";
  height: 1px;
  background: #df5900;
  width: 50px;
  position: absolute;
  margin-top: 40px;
}
.home-4 .items-row .item {
  font-size: 14px;
}
.home-4 .items-row .item .readmore {
  display: none;
}
.home-4 .items-row .item h1.item-title {
  padding-bottom: 0;
  margin-top: 0;
}
.home-4 .items-row .item h1.item-title:before {
  display: none;
}
.home-4 .items-row .item h1.item-title a {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #666666;
}
.home-4 .items-row .item h1.item-title a:hover {
  color: #df5900;
}
.home-4 .items-row .item .item-image {
  margin-bottom: 25px;
}
.home-5 #zo2-position-0 {
  border-right: 1px solid rgba(255,255,255,0.3);
}
.home-5 #zo2-ztsocial-top-wrap {
  background: #273039;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.home-5 #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
  color: #ffffff;
}
.home-5 #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact a {
  color: #ffffff;
}
.home-5 #zo2-ztsocial-top-wrap #zo2-position-0 .search .search-inner .form-inline button.button::before {
  color: #ffffff;
}
.home-5 #zo2-ztsocial-top-wrap #zo2-position-0 .search .search-inner .form-inline input {
  background: none;
  color: #ffffff;
}
.home-5 #zo2-ztsocial-top-wrap .zt-social-networks a {
  color: #ffffff;
}
.home-5 #zo2-ztsocial-top-wrap .zt-social-networks a .fa {
  color: #ffffff;
}
.home-5 #zo2-zt-top-nav-wrap-sticky-wrapper {
  background: #273039;
}
.home-5 #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a {
  background: #99bf38;
  border-color: #99bf38;
}
.home-5 #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a:hover {
  color: #99bf38;
}
.home-5 #zo2-slideshow-wrap .bx-wrapper .bx-controls-direction a {
  background: none;
  border-color: #ffffff;
}
.home-5 #zo2-slideshow-wrap .bx-wrapper .bx-controls-direction a:hover {
  background: #99bf38;
  border-color: #99bf38;
}
.home-5 .zo2-wrapper #zo2-body-wrap #zo2-message .detail .itemImage:last-child {
  background: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  top: 0;
}
.home-5 #zo2-body-wrap {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #ffffff;
}
.home-5 #zo2-body-wrap .w-aus .us-item {
  text-align: center;
}
.home-5 #zo2-body-wrap .w-aus .us-item h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 27px;
  margin-bottom: 13px;
}
.home-5 #zo2-body-wrap .w-aus .us-item p {
  color: #8e8d8d;
  padding: 0 30px;
}
.home-5 #zo2-body-wrap .w-aus .us-item img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
}
.home-5 #zo2-body-wrap .w-aus .us-item:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-5 #zo2-h4-africa-wrap {
  background: #99bf38;
}
.home-5 #zo2-h4-africa-wrap > .container {
  width: auto;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/h4-bg-africa.png) top left no-repeat;
  background-size: cover;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-left:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-text {
  padding-top: 105px;
  padding-bottom: 120px;
  padding-left: 40px;
  color: #ffffff;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-text h5 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-text h5:before {
  content: "";
  height: 1px;
  background: #ffffff;
  width: 50px;
  position: absolute;
  margin-top: 40px;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-text p.af-item {
  font-style: italic;
  color: #ffffff;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-text a {
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 38px;
  display: inline-block;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-text a:after {
  content: "";
  background: #848484;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-text a:hover {
  color: #fff;
}
.home-5 #zo2-h4-africa-wrap .w-af .af-text a:hover:after {
  opacity: 0.2;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.home-5 #zo2-h4-reasons-wrap {
  background: #f0f3f8;
  padding-bottom: 40px;
}
.home-5 #zo2-h4-reasons-wrap h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 66px;
  margin-bottom: 0;
  padding: 0;
}
.home-5 #zo2-h4-reasons-wrap h3.moduletitle span {
  font-size: 30px;
  font-weight: 500;
  color: #666666;
  text-transform: capitalize;
}
.home-5 #zo2-h4-reasons-wrap .son-p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.home-5 #zo2-h4-reasons-wrap .son-item {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  display: inline-block;
}
.home-5 #zo2-h4-reasons-wrap .son-item .item {
  padding: 0;
}
.home-5 #zo2-h4-reasons-wrap .son-item .item .item-child {
  background: #ffffff;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 20px;
}
.home-5 #zo2-h4-reasons-wrap .son-item .zt-progress {
  background: none !important;
  box-shadow: none;
  height: 10px !important;
  top: -5px;
}
.home-5 #zo2-h4-reasons-wrap .son-item .zt-progress .progress-title {
  display: none;
}
.home-5 #zo2-h4-reasons-wrap .son-item .zt-progress .progress {
  background: #99bf38;
  text-align: right;
  padding-right: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.home-5 #zo2-h4-reasons-wrap .son-item .zt-progress .progress:after {
  font-family: FontAwesome;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  margin-right: 20px;
  background: #99bf38;
  top: -6px;
  border-radius: 100%;
}
.home-5 #zo2-h4-reasons-wrap h5 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  margin: 25px 0 15px 0;
}
.home-5 #zo2-h4-reasons-wrap p.zraised {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  width: 100%;
  display: inline-block;
  clear: left;
  margin: 0 0 10px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.home-5 #zo2-h4-reasons-wrap p.zraised span {
  color: #99bf38;
}
.home-5 #zo2-h4-reasons-wrap p {
  padding-left: 20px;
  padding-right: 20px;
}
.home-5 #zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  background: #99bf38;
}
.home-5 #zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
.home-5 #zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
.home-5 #zo2-counter-home4-wrap .zt-content-parallax {
  padding: 88px 0;
}
.home-5 #zo2-counter-home4-wrap .zt-count-inner {
  border: 7px solid #99bf38 !important;
  width: 163px;
  height: 163px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  margin: auto;
  padding: 45px 0;
}
.home-5 #zo2-counter-home4-wrap .zt-count-inner .counter-icon {
  display: none;
}
.home-5 #zo2-counter-home4-wrap .zt-count-inner .count-number,
.home-5 #zo2-counter-home4-wrap .zt-count-inner .unit {
  font-size: 30px;
  font-weight: bold;
}
.home-5 #zo2-counter-home4-wrap .zt-count-inner h3.count-subject {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}
.home-5 #zo2-counter-home4-wrap .zt-count-asset {
  background: none;
}
.home-5 #zo2-counter-home4-wrap .zt-count-asset:last-child .count-number:before {
  font-family: FontAwesome;
  content: "\f155";
  color: #ffffff;
  z-index: 86;
  font-size: 20px;
  position: relative;
  left: -5px;
  top: -3px;
}
.home-5 #zo2-ztbottom-wrap {
  background: #273039;
}
.home-5 #zo2-ztbottom-wrap .w-signup {
  padding-top: 15px;
}
.home-5 #zo2-ztbottom-wrap .w-signup input {
  width: 270px;
  height: 50px;
  border-color: #ffffff;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.home-5 #zo2-ztbottom-wrap .w-signup button {
  width: 270px;
  height: 50px;
  background: #99bf38;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.home-5 #zo2-ztbottom-wrap .w-signup button:after {
  content: "";
  background: #848484;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-5 #zo2-ztbottom-wrap .w-signup button:hover {
  color: #fff;
}
.home-5 #zo2-ztbottom-wrap .w-signup button:hover:after {
  opacity: 0.2;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.home-5 #zo2-ztbottom-wrap .zt-gallery {
  background: none;
  box-shadow: none;
  padding: 12px 0 0 0;
  margin-right: -10px;
}
.home-5 #zo2-ztbottom-wrap .zt-gallery a {
  width: 60px;
  height: 60px;
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.home-5 #zo2-ztbottom-wrap .zt-gallery a img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.home-5 #zo2-ztbottom-wrap ul li {
  border-bottom: 1px solid ;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.home-5 #zo2-ztbottom-wrap ul li a {
  color: #ffffff;
}
.home-5 #zo2-ztbottom-wrap ul li a:hover {
  color: #99bf38;
}
.home-5 #zo2-ztbottom-wrap ul li:last-child {
  border: 0;
}
.home-5 #zo2-ztfooter-wrap {
  background: #232b33;
  padding-bottom: 20px;
  padding-top: 10px;
}
.home-5 #zo2-ztfooter-wrap > .container {
  border: 0;
}
.home-5 #zo2-ztfooter-wrap a {
  color: #99bf38;
}
.home-5 #zo2-ztfooter-wrap #gototop {
  border-color: #99bf38;
}
.home-5 #zo2-ztfooter-wrap #gototop:hover {
  background: #99bf38;
  color: #ffffff;
}
#zo2-breadcrumb-wrap {
  display: block;
  padding-bottom: 15px;
  padding-top: 10px;
  background: #f7f8fa;
  position: relative;
  z-index: 3;
}
#zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb {
  background: none;
}
#zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li:first-child a {
  font-size: 0;
}
#zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li:first-child a:before {
  font-family: FontAwesome;
  content: "\f015";
  color: #000000;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li {
  letter-spacing: 1px;
  font-size: 14px;
  color: #666666;
  text-transform: capitalize;
}
#zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li a {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666666;
  text-transform: capitalize;
}
#zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li a:hover {
  color: #32ae8a;
}
#zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb > li + li::before {
  font-family: FontAwesome;
  content: "\f178";
  color: #8e8d8d;
  font-size: 14px;
  position: relative;
  top: 2px;
}
#zo2-ztbanner-wrap .container-fluid {
  padding: 0;
}
#zo2-ztbanner-wrap .container-fluid img {
  width: 100%;
}
#zo2-ztbanner-wrap .container-fluid p.bn-title {
  position: absolute;
  z-index: 30;
  color: #ffffff;
  font-size: 48px;
  font-family: 'Dosis', sans-serif;
  left: 45%;
  transform: translateX(-45%);
  top: 45%;
  transform: translateY(-45%);
}
#zo2-position-8 {
  padding-top: 40px;
}
.category #zo2-body-wrap {
  padding-top: 40px;
}
.category #zo2-body-wrap #zo2-position-8 {
  padding-top: 0;
}
.category #zo2-ztbanner-wrap .container-fluid {
  padding: 0;
}
.category #zo2-ztbanner-wrap .container-fluid img {
  width: 100%;
}
.category .blog .items-row > div {
  float: left;
}
.category .blog .items-row .item {
  margin-bottom: 40px;
}
.category .blog .items-row .item .item-image {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
  position: relative;
}
.category .blog .items-row .item .item-image img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.category .blog .items-row .item:hover .item-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
}
.category .blog .items-row .item .article_content {
  display: inline-block;
  position: relative;
  top: -40px;
  margin-left: 20px;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.category .blog .items-row .item .article_content .page-header {
  display: inline-block;
}
.category .blog .items-row .item .article_content .page-header h2 {
  margin-bottom: 0;
}
.category .blog .items-row .item .article_content .page-header h2 a {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  text-transform: capitalize;
}
.category .blog .items-row .item .article_content .page-header h2 a:hover {
  color: #252525;
}
.category .blog .items-row .item .article_content dl:nth-of-type(1) {
  display: none !important;
}
.category .blog .items-row .item .article_content .article-info dd:before,
.category .blog .items-row .item .article_content .article-info .icon-calendar:before {
  display: none;
}
.category .blog .items-row .item .article_content .article-info dd {
  font-size: 12px;
  font-weight: 500;
}
.category .blog .items-row .item .article_content .introtext {
  color: #8e8d8d;
  line-height: 28px;
  padding-top: 10px;
}
.category .blog .items-row .item .article_content .article_bottom a.itemReadmore {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #252525;
  padding-top: 25px;
  border-bottom: 1px solid #252525;
  display: inline-block;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.category .blog .items-row .item .article_content .article_bottom a.itemReadmore:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  border-color: #32ae8a;
}
.blog-grid .zo2-wrapper .blog .items-row > div {
  width: 50%;
}
.blog-grid .zo2-wrapper .blog .items-row .article_content .page-header h2 a {
  font-size: 18px;
  font-weight: bold;
}
.zo2-pagination {
  padding-bottom: 60px;
}
.zo2-pagination ul.pagination {
  display: block;
}
.zo2-pagination ul.pagination li > a {
  color: #000000;
}
.zo2-pagination ul.pagination > li > a,
.zo2-pagination ul.pagination > li > span {
  background: #f3f3f3;
  color: #000000;
  border-color: #f3f3f3;
}
.zo2-pagination ul.pagination > li.active > span,
.zo2-pagination ul.pagination > li > a:focus,
.zo2-pagination ul.pagination > li > a:hover,
.zo2-pagination ul.pagination > li > span:focus,
.zo2-pagination ul.pagination > li > span:hover {
  background: #32ae8a;
  border-color: #32ae8a;
  color: #ffffff;
}
.contact-category h2 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-bottom: 55px;
  text-transform: uppercase;
}
.contact-category ul.list-striped li {
  border-bottom: 1px solid #eee;
  line-height: 25px;
  font-size: 13px;
  padding: 10px 0;
}
.contact-category ul.list-striped li strong {
  padding-bottom: 15px;
  display: inline-block;
}
.contact-category ul.list-striped li a {
  color: #32ae8a;
  font-size: 14px;
  line-height: 0;
  display: inline;
}
.contact-category ul.list-striped li a:hover {
  color: #534741;
}
.contact-category ul.list-striped li span.pull-right {
  padding-top: 13px;
}
#zo2-body-wrap .contact {
  margin-top: 40px;
}
#zo2-body-wrap .contact .control-group small {
  margin: -7px 10px 0;
}
#zo2-body-wrap .contact .alert-error {
  display: none;
}
#zo2-body-wrap .contact .form-control {
  border: 0 solid;
  box-shadow: none;
  height: auto;
}
#zo2-body-wrap .contact h3 {
  font-size: 30px;
  margin: 30px 0;
  font-family: 'Dosis', sans-serif;
  color: #252525;
}
#zo2-body-wrap .contact .block-imfomation {
  margin-bottom: 20px;
}
#zo2-body-wrap .contact .block-imfomation .pull-left {
  height: 48px;
  width: 40px;
  text-align: left;
  line-height: 48px;
  font-size: 18px;
}
#zo2-body-wrap .contact .block-imfomation .block-imfomation-body {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#zo2-body-wrap .contact .block-imfomation .block-imfomation-body p {
  margin: 5px 0 0;
  font-weight: 500;
}
#zo2-body-wrap .contact input {
  padding: 10px 0;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  line-height: 25px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  outline: 0;
}
#zo2-body-wrap .contact #jform_contact_email {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
#zo2-body-wrap .contact #jform_contact_email:hover,
#zo2-body-wrap .contact #jform_contact_email:focus {
  background: #f9f9f9;
  border-bottom: 1px solid #32ae8a;
}
#zo2-body-wrap .contact textarea {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  width: 100%;
  height: 150px;
  padding: 10px 0;
  margin-bottom: 35px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  outline: 0;
  padding-left: 15px;
}
#zo2-body-wrap .contact .text_column p {
  margin-bottom: 35px;
}
#zo2-body-wrap .contact .text_column h2 {
  font-size: 30px;
  margin-top: 0;
  font-family: 'Dosis', sans-serif;
  color: #252525;
}
#zo2-body-wrap .contact .hp-buttons button {
  padding: 8px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #32ae8a;
  letter-spacing: 1px;
  border: 2px solid #32ae8a;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
#zo2-body-wrap .contact .hp-buttons button:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-body-wrap .contact .hp-buttons button:hover {
  color: #32ae8a;
}
#zo2-body-wrap .contact .hp-buttons button:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
#zo2-body-wrap .contact fieldset {
  border: 0;
}
#zo2-body-wrap .contact .page-header h1 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#zo2-body-wrap .contact .form-actions {
  margin-top: 20px;
  margin-bottom: 80px;
}
#zo2-body-wrap .contact .form-actions .btn-primary {
  width: 100%;
  background: #0c80d1;
  transition-duration: 0.5s;
  text-transform: uppercase;
  height: 50px;
}
#zo2-body-wrap .contact .form-actions .btn-primary:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#zo2-body-wrap .contact .address_block {
  text-align: center;
  margin-bottom: 30px;
}
#zo2-body-wrap .contact .contact .custom {
  margin: 0 -15px;
}
#zo2-body-wrap .contact iframe {
  box-shadow: -1px 0px 8px 1px #ccc;
  padding: 5px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
}
#zo2-body-wrap .contact .contact-contactinfo .media,
#zo2-body-wrap .contact .contact-address .media {
  display: inline-block;
  margin-top: 5px;
}
#zo2-body-wrap .contact .contact-contactinfo .fa,
#zo2-body-wrap .contact .contact-contactinfo .s-name,
#zo2-body-wrap .contact .contact-address .fa,
#zo2-body-wrap .contact .contact-address .s-name {
  display: none;
}
#zo2-body-wrap .contact .contact-contactinfo img,
#zo2-body-wrap .contact .contact-address img {
  display: none !important;
}
#zo2-body-wrap .contact .contact-contactinfo span,
#zo2-body-wrap .contact .contact-address span {
  clear: left;
  width: 100%;
}
#zo2-body-wrap .contact .contact-contactinfo .media,
#zo2-body-wrap .contact .contact-address .media {
  clear: left;
  display: block;
}
#zo2-body-wrap .contact .contact-contactinfo .media .s-phone,
#zo2-body-wrap .contact .contact-address .media .s-phone {
  text-align: left;
  margin: 0;
  padding: 0;
}
#zo2-body-wrap .contact .contact-contactinfo .media .s-phone span,
#zo2-body-wrap .contact .contact-address .media .s-phone span {
  color: #666666 !important;
  font-family: 'Dosis', sans-serif !important;
}
#zo2-body-wrap .contact .contact-contactinfo .contact-emailto,
#zo2-body-wrap .contact .contact-address .contact-emailto {
  padding-top: 30px;
}
#zo2-body-wrap .contact .contact-contactinfo .contact-emailto a,
#zo2-body-wrap .contact .contact-address .contact-emailto a {
  color: #666666;
  font-size: 15px;
}
#zo2-body-wrap .contact .contact-contactinfo .contact-emailto a:hover,
#zo2-body-wrap .contact .contact-address .contact-emailto a:hover {
  color: #32ae8a;
}
#zo2-body-wrap .contact .contact-form .control-label label {
  display: none;
}
#zo2-body-wrap .contact .contact-form input {
  width: 100%;
  margin-bottom: 0;
}
#zo2-body-wrap .contact .contact-address-block h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#zo2-body-wrap .contact .contact-address-block p {
  text-align: center;
  margin-bottom: 35px;
}
#zo2-body-wrap .contact .media-left,
#zo2-body-wrap .contact .media-right,
#zo2-body-wrap .contact .media-body {
  display: block;
  width: auto;
}
.contact #contact-form input[type="text"]:hover,
.contact #contact-form input[type="text"]:focus,
.contact #contact-form input[type="text"]:hover,
.contact #contact-form input[type="text"]:focus,
.contact #contact-form textarea:hover,
.contact #contact-form textarea:focus {
  border: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #32ae8a;
}
#zo2-ztmaps-wrap {
  padding-bottom: 30px;
}
.accordion-toggle .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a {
  display: block !important;
}
.tabs .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content ul {
  padding-left: 0 !important;
}
.tabs .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content ul li a {
  display: block;
}
.pricing-table .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a,
.shortcodes .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a {
  color: #ffffff !important;
}
.pricing-table .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a:hover,
.shortcodes .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a:hover {
  color: #32ae8a !important;
}
.person .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .zt-person-details ul li {
  list-style: none !important;
}
.person .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .zt-person-details ul li a {
  color: #ffffff !important;
}
.zt-tabs.zt-tab-horizontal li.active a::after {
  background: #32ae8a;
}
.article .zo2-wrapper #zo2-body-wrap {
  padding-top: 40px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .introText .row:first-child .zo2-title-horizontal:first-child {
  padding-top: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .position-left {
  display: none;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child {
  background: #ffffff;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -55px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child h1 {
  font-size: 24px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child h1.singleItemTitle {
  font-size: 36px;
  font-weight: 500;
  padding-top: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .fa,
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .btn-group {
  display: none;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .article-info-inner > div {
  font-size: 12px;
  padding-bottom: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .article-info-inner > div:after {
  content: " / ";
  position: relative;
  right: 0;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .article-info-inner > div a {
  color: #32ae8a;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .article-info-inner > div:last-child:after {
  display: none;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content {
  line-height: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .progress-pie-chart {
  display: none;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content p.zraised {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  width: 100%;
  display: inline-block;
  clear: left;
  margin: 0 0 10px 0;
  padding-left: 0;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content p.zraised span {
  color: #32ae8a;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .d-bold {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a {
  color: #32ae8a;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a:focus {
  color: #32ae8a !important;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content ul {
  padding-left: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content ul li {
  line-height: 30px;
  list-style: outside;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .d-pleft {
  padding-left: 20px;
  margin-left: 30px;
  border-left: 2px solid #32ae8a;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  padding: 0 15px;
  left: 0;
}
.module-variations h3 {
  font-size: 18px;
}
.module-variations .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child {
  top: 0;
}
.module-variations #zo2-position-7 .module h3.moduletitle {
  padding: 12px 15px;
}
.module-variations #zo2-position-7 .module h3.moduletitle:before {
  display: none;
}
#zo2-see-wrap a {
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 60px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-see-wrap a:hover {
  color: #32ae8a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.home-2 .is-sticky #zo2-zt-top-nav-wrap,
.home-3 .is-sticky #zo2-zt-top-nav-wrap,
.home-4 .is-sticky #zo2-zt-top-nav-wrap,
.home-5 .is-sticky #zo2-zt-top-nav-wrap {
  background: #333232;
}
.home-2 .r_icon-bar,
.home-3 .r_icon-bar,
.home-4 .r_icon-bar,
.home-5 .r_icon-bar {
  background: #ffffff;
}
html .article .zo2-wrapper #zo2-body-wrap .detail ul.item-list li {
  list-style: none !important;
}
.introText .main-content {
  line-height: 25px;
}
.introText .main-content a {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.introText .main-content p {
  margin-bottom: 25px;
}
.introText .main-content h1 {
  font-size: 36px !important;
}
.introText .main-content h2 {
  font-size: 30px;
}
.introText .main-content h3 {
  font-size: 26px;
}
.introText .main-content h4 {
  font-size: 24px;
}
.introText .main-content h5 {
  font-size: 20px;
}
.introText .main-content h6 {
  font-size: 16px;
}
.introText blockquote {
  padding-left: 35px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  border: 0;
}
.introText blockquote:before {
  content: "\f10d";
  float: left;
  margin-left: -35px;
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 22px;
  line-height: 1.33;
  color: #32ae8a;
  opacity: 0.88;
}
.introText blockquote p {
  padding-top: 0;
  margin-top: 0;
}
.introText .alignleft,
.introText a img.alignleft {
  float: left;
  margin: 0.5em 2em 0.5em 0;
}
.introText .alignright,
.introText a img.alignright {
  float: right;
  margin: 7px 0 14px 22px;
}
.introText .main-content ul,
.introText .main-content ol {
  margin: 3em 0 3em 45px;
}
.introText .main-content ul {
  padding-left: 0 !important;
}
.introText .main-content ul li::before {
  background: #32ae8a none repeat scroll 0 0;
  content: "";
  display: block;
  float: left;
  height: 5px;
  margin-left: -15px;
  margin-top: 0.75em;
  vertical-align: middle;
  width: 5px;
}
.introText .main-content li {
  margin-bottom: 0.9em;
  list-style: none !important;
}
.introText .main-content ol {
  list-style-type: decimal;
  margin-left: 45px;
}
.introText .main-content ol li {
  list-style-type: decimal !important;
  padding-left: 10px;
}
.progress-pie-chart {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
  top: 35px;
}
.progress-pie-chart.gt-50 {
  background-color: #32ae8a;
}
.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(10%);
  top: calc(10%);
  width: 80px;
  height: 80px;
  clip: rect(0,80px,80px,40px);
  left: 0;
  top: 0;
}
.ppc-progress .ppc-progress-fill,
.ppc-progress .ppc-progress-fill1 {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(10%);
  top: calc(10%);
  width: 80px;
  height: 80px;
  clip: rect(0,40px,80px,0);
  background: #32ae8a;
  transform: rotate(60deg);
  left: 0;
  top: 0;
}
.gt-50 .ppc-progress {
  clip: rect(0,80px,80px,40px);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0,80px,80px,/2);
  background: #E5E5E5;
}
.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(15.217391304348%);
  top: calc(15.217391304348%);
  width: 69.565217391304px;
  height: 69.565217391304px;
  background: #fff;
  text-align: center;
  display: table;
  left: 6px;
  top: 5px;
}
.ppc-percents span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #32ae8a;
}
.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}
body {
  font-family: Arial;
  background: #f7f7f7;
}
.progress-pie-chart {
  margin: 50px auto 0;
}
.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;
}
body {
  font-family: 'Hind', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
blockquote {
  font-family: 'Merriweather', serif;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a {
  font-family: 'Dosis', sans-serif;
}
.clearfix {
  clear: both;
}
.zt-typo-boxes {
  border-bottom: 1px solid #e2e3e5;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.zt-typo-boxes-inside {
  padding: 0 10px;
}
p {
  margin: 1em 0;
}
h1 {
  font-size: 350%;
}
h2 {
  font-size: 275%;
}
h3 {
  font-size: 240%;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 150%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
pre,
.zt-code1,
.zt-code2,
.zt-code3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #222;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 0;
  padding: 20px;
}
pre,
.zt-code1 {
  background: #d3d9f5;
}
.zt-code2 {
  background: #d6edd5;
}
.zt-code3 {
  border: 1px solid #eee;
  background-color: #fefefe;
  color: #363636;
  padding-left: 82px !important;
}
.zt-code3 h4 {
  background: none repeat scroll 0 0 #A8B4EF;
  color: #FFFFFF;
  margin: 0 0 0 -64px !important;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 55px;
}
.zt-highlight1,
.zt-highlight2,
.zt-highlight3,
.zt-highlight4 {
  cursor: default;
  padding: 1px 5px;
  text-shadow: none;
}
.zt-highlight1 {
  background: #e5e5e5;
  color: #2f2f2f;
}
.zt-highlight2 {
  background: #7fb2ff;
  color: #fff;
}
.zt-highlight3 {
  background: #ff7f7f;
  color: #fff;
}
.zt-highlight4 {
  background: #ffe400;
  color: #2f2f2f;
}
[class^="zt-icon-"] li,
[class*=" zt-icon-"] li {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  list-style: none;
}
[class^="zt-icon-"] li:before,
[class*=" zt-icon-"] li:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  speak: none;
  margin-right: 5px;
}
.zt-icon-angle-left li:before {
  content: "\f104";
}
.zt-icon-angle-right li:before {
  content: "\f105";
}
.zt-icon-angle-up li:before {
  content: "\f106";
}
.zt-icon-angle-down li:before {
  content: "\f107";
}
.zt-icon-arrow-left li:before {
  content: "\f060";
}
.zt-icon-arrow-right li:before {
  content: "\f061";
}
.zt-icon-arrow-up li:before {
  content: "\f062";
}
.zt-icon-arrow-down li:before {
  content: "\f063";
}
.zt-icon-caret-down li:before {
  content: "\f0d7";
}
.zt-icon-caret-up li:before {
  content: "\f0d8";
}
.zt-icon-caret-left li:before {
  content: "\f0d9";
}
.zt-icon-caret-right li:before {
  content: "\f0da";
}
.zt-icon-chevron-up li:before {
  content: "\f077";
}
.zt-icon-chevron-down li:before {
  content: "\f078";
}
.zt-icon-chevron-left li:before {
  content: "\f053";
}
.zt-icon-chevron-right li:before {
  content: "\f054";
}
.zt-icon-chevron-sign-left li:before {
  content: "\f137";
}
.zt-icon-chevron-sign-right li:before {
  content: "\f138";
}
.zt-icon-chevron-sign-up li:before {
  content: "\f139";
}
.zt-icon-chevron-sign-down li:before {
  content: "\f13a";
}
.zt-icon-circle-arrow-left li:before {
  content: "\f0a8";
}
.zt-icon-circle-arrow-right li:before {
  content: "\f0a9";
}
.zt-icon-circle-arrow-up li:before {
  content: "\f0aa";
}
.zt-icon-circle-arrow-down li:before {
  content: "\f0ab";
}
.zt-icon-double-angle-left li:before {
  content: "\f100";
}
.zt-icon-double-angle-right li:before {
  content: "\f101";
}
.zt-icon-double-angle-up li:before {
  content: "\f102";
}
.zt-icon-double-angle-down li:before {
  content: "\f103";
}
.zt-icon-hand-right li:before {
  content: "\f0a4";
}
.zt-icon-hand-left li:before {
  content: "\f0a5";
}
.zt-icon-hand-up li:before {
  content: "\f0a6";
}
.zt-icon-hand-down li:before {
  content: "\f0a7";
}
.zt-icon-long-arrow-down li:before {
  content: "\f175";
}
.zt-icon-long-arrow-up li:before {
  content: "\f176";
}
.zt-icon-long-arrow-left li:before {
  content: "\f177";
}
.zt-icon-long-arrow-right li:before {
  content: "\f178";
}
.zt-typo-inside blockquote {
  border: none;
  font-style: italic;
  margin: 20px 0;
}
.zt-typo-inside blockquote p {
  font-size: 100%;
}
.zt-typo-inside blockquote small:before {
  content: "";
}
.zt-typo-inside blockquote div {
  display: block;
}
.zt-typo-inside blockquote div.zt-blockquote1 {
  background: url(../images/typo/open1.png) no-repeat left bottom;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  background: url(../images/typo/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 {
  background: url(../images/typo/open1.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  background: url(../images/typo/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  background: url(../images/typo/open2.png) no-repeat left bottom;
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  background: url(../images/typo/close2.png) no-repeat right top;
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote4 {
  background: url(../images/typo/open2.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  background: url(../images/typo/close2.png) no-repeat right top;
  padding: 0 48px;
}
.zt-box-info,
.zt-box-warning,
.zt-box-stickynote,
.zt-box-upload,
.zt-box-download {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-box-info:before,
.zt-box-warning:before,
.zt-box-stickynote:before,
.zt-box-upload:before,
.zt-box-download:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 150%;
  speak: none;
  margin-right: 10px;
}
.zt-box-info:before {
  content: "\f129";
}
.zt-box-warning:before {
  content: "\f071";
}
.zt-box-stickynote:before {
  content: "\f0eb";
}
.zt-box-upload:before {
  content: "\f093";
}
.zt-box-download:before {
  content: "\f019";
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.rtl #zo2-slideshow-wrap,
.rtl #zo2-testimonial-wrap,
.rtl #zo2-ztstarting-wrap,
.rtl #zo2-h4-reasons-wrap {
  direction: ltr;
}
.rtl #zo2-ztdoing-wrap > .container,
.rtl #zo2-ztinstagram-wrap > .container,
.rtl #zo2-h3-about-wrap > .container,
.rtl #zo2-h4-africa-wrap > .container {
  max-width: none;
}
.rtl #zo2-ztdoing-wrap .w-doing .d-left {
  background: #333232;
}
.rtl #zo2-ztdoing-wrap .w-doing .d-right {
  background: url("../images/bg-how.png") no-repeat scroll right top / cover;
}
.rtl #zo2-h4-africa-wrap .w-af .af-left {
  background: url(../images/h4-bg-africa.png) top left no-repeat;
}
.rtl #zo2-h4-africa-wrap .w-af .af-right {
  background: #99bf38;
}
.rtl #zo2-h3-about-wrap .w-about .ab-right {
  background: #f0f3f8;
}
.rtl #zo2-h3-about-wrap .w-about .ab-left {
  background: url(../images/bg-about-h3.png) top left no-repeat;
  height: 430px;
}
.rtl #zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-title i {
  float: left;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search {
  right: auto;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner {
  position: relative;
  right: 175px;
  top: -33px;
  width: 1170px;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner .search-close {
  right: auto;
  left: 0;
  line-height: 140px;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner .inputbox {
  padding-left: 0;
  padding-right: 30px;
  height: 140px;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  direction: ltr;
}
.rtl #zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu {
  position: absolute;
}
.rtl #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
  text-align: right;
}
.rtl #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p .fa {
  padding-right: 0;
  padding-left: 6px;
}
.rtl #zo2-ztsocial-top-wrap #zo2-position-4 .t-social {
  text-align: left;
}
.rtl .blog .article-info dd {
  float: right;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search {
  left: -116px !important;
  right: auto;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner {
  position: relative;
  right: 175px;
  top: -33px;
  width: 1170px;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner .search-close {
  right: auto;
  left: 0;
  line-height: 140px;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner .inputbox {
  padding-left: 0;
  padding-right: 30px;
  height: 140px;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  direction: ltr;
}
