body {
  font-family: 'ralewayregular', sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ralewaysemibold', sans-serif !important;
  color: #363636;
  font-weight: bold;
  margin: 0;
  padding: 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;
}
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: 'ralewaybold', 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: 106%;
}
.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: 106%;
}
.article-info .article-info-inner >div i {
  color: #404040;
  font-size: 106%;
}
.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: 106%;
}
.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: 'ralewayregular', Arial, 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: 106%;
}
div.iheader {
  overflow: hidden;
  line-height: 28px;
  margin: 5px 0 15px;
  text-align: center;
  font-size: 106%;
  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: 106%;
}
.catItemReadMore,
.tagItemReadMore,
.userItemReadMore,
.latestItemReadMore {
  color: #008aa8;
  font-size: 106%;
  display: block;
  text-align: right;
}
.catItemReadMore a,
.tagItemReadMore a,
.userItemReadMore a,
.latestItemReadMore a {
  font-weight: bold;
}
.subCategoryMore {
  font-size: 106%;
  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: 106%;
  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;
}
.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 .zo2-menu ul.level-top > .featuresWrap > .mega-dropdown-menu:before {
  left: 150px;
}
#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 .zo2-menu {
  background: none;
  border: 0;
  margin: 0;
}
#zo2-mega-menu .zo2-menu .navbar-collapse {
  padding: 0;
}
#zo2-mega-menu .zo2-menu ul.level-top {
  border-left: 1px solid rgba(233,233,233,0.1);
}
#zo2-mega-menu .zo2-menu ul.level-top .caret {
  display: none !important;
}
#zo2-mega-menu .zo2-menu ul.level-top > li {
  border-right: 1px solid rgba(233,233,233,0.1);
}
#zo2-mega-menu .zo2-menu ul.level-top > li > a {
  line-height: 70px;
  padding: 0 20px;
  color: #000;
  font-size: 100%;
  background: none !important;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
#zo2-mega-menu .zo2-menu ul.level-top > li:hover > a,
#zo2-mega-menu .zo2-menu ul.level-top > li:focus > a,
#zo2-mega-menu .zo2-menu ul.level-top > li.active > a {
  background: #a67c52 !important;
  color: #fff;
}
#zo2-mega-menu .zo2-menu ul.level-top > li.active > a {
  color: #fff;
}
#zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu {
  top: 80px;
}
#zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu:before {
  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 .zo2-menu ul.level-top > li > .mega-dropdown-menu .mega-dropdown-menu {
  top: -2px;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu {
  padding: 20px;
  margin: 0;
  border-bottom: 4px solid #203e99;
  border-radius: 4px;
  background: #fdfdfc;
  font-size: 100%;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu .mega-inner {
  padding: 0;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu .mega-inner .module {
  padding: 0 15px;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu .group-title,
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu .module-title {
  font-size: 150%;
  color: #525252 !important;
  font-weight: 700;
  background: none !important;
  border: 0 !important;
  margin: 0;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu .module-title {
  padding: 10px 0;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li a {
  padding: 10px;
  border-top: 1px solid #e6e6e6;
  color: #575757;
  font-size: 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-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li:first-child > a {
  border-top: 0;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li:hover > a,
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li:focus > a,
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li.active > a,
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li.open > a {
  background: #fff;
  color: #203e99;
  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 .zo2-menu ul.level-top > li .mega-dropdown-menu li.dropdown-submenu > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin: 0;
}
.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;
}
body.overflow-hidden {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-parent {
  position: relative;
}
.nav-parent > .nav-oc-toggle {
  font-size: 15px;
  line-height: 42px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  width: 42px;
  height: 42px;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f107";
}
.button-canvas {
  cursor: pointer;
  display: block;
  padding-top: 10px;
}
.rtl .offcanvas {
  right: 0;
  left: inherit;
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
}
.rtl .offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.rtl .zo2-wrapper.offcanvas-push {
  transform: translate3d(-350px,0px,0px);
  -webkit-transform: translate3d(-350px,0px,0px);
  -ms-transform: translate3d(-350px,0px,0px);
  -o-transform: translate3d(-350px,0px,0px);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.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 .container .mega-menu {
  position: static;
  padding-left: 0;
}
#zo2-zt-top-nav-wrap .container .get-quote {
  padding-right: 0;
}
.homepage #zo2-zt-top-nav-wrap #zo2-mega-menu,
.home-1 #zo2-zt-top-nav-wrap #zo2-mega-menu {
  height: 85px;
}
.homepage #zo2-zt-top-nav-wrap #zo2-mega-menu:before,
.home-1 #zo2-zt-top-nav-wrap #zo2-mega-menu:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 85px solid #fff;
  border-right: 100px solid #203e99;
  border-bottom: 0 solid transparent;
  border-left: 0 solid #fff;
  z-index: 999;
  background: url(../images/bg-logo.png);
  margin-left: 16.666666666%;
}
.homepage #zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-menu ul.level-top > li > a,
.home-1 #zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-menu ul.level-top > li > a {
  line-height: 85px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-mega-menu {
  margin-top: 16px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo {
  margin: 10px 0;
}
#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 {
  background: #a67c52;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search-inner .form-inline #mod-search-searchword {
  background: #a67c52;
}
.is-sticky #zo2-zt-top-nav-wrap {
  background: url("../images/bg-content-upcoming.png");
}
#zo2-mega-menu .level-top {
  float: right;
}
#zo2-mega-menu .zo2-menu ul.level-top > .featuresWrap > .mega-dropdown-menu {
  top: 81px;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li:hover > a.group-title,
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li:focus > a.group-title,
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li.active > a.group-title,
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu li.open > a.group-title {
  text-indent: 0;
}
.fa-2x {
  position: relative;
  width: 25px;
  height: 20px;
  border-top: 2px solid #203e99;
  border-bottom: 2px solid #203e99;
}
.fa-2x:before {
  display: none;
}
.fa-2x:after {
  content: "";
  height: 2px;
  width: 25px;
  background: #203e99;
  position: absolute;
  bottom: 7px;
}
#zo2-mega-menu .zo2-menu ul.level-top > li:hover > a,
#zo2-mega-menu .zo2-menu ul.level-top > li:focus > a,
#zo2-mega-menu .zo2-menu ul.level-top > li.active > a {
  background: #203e99 !important;
}
#zo2-mega-menu .zo2-menu ul.level-top > li > a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #373C40;
  font-weight: bold;
}
.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: 'ralewayregular', Arial, 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: 'ralewayregular', Arial, 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: 'ralewayregular', Arial, 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;
}
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;
}
#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: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #zo2-header-wrap .logo_normal {
    display: none;
  }
  #zo2-header-wrap .logo_retina {
    display: none;
  }
}
body {
  color: #959595;
  background: #fff;
  overflow-x: hidden;
}
body.modal-open,
.body-overlayed {
  overflow: auto !important;
}
body.boxed .zo2-wrapper {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.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%;
}
a {
  color: #363636;
}
a:focus,
a:hover {
  outline-offset: none !important;
  outline: none !important;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
.container-fluid .full-width {
  padding: 0;
}
.sticky-wrapper {
  height: auto !important;
}
.is-sticky {
  position: relative;
  z-index: 1010;
}
.is-sticky #zo2-header,
.is-sticky #zo2-zt-top-nav-wrap {
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  max-width: none;
  width: 100%;
}
.is-sticky #sticky-logo {
  display: block !important;
}
.is-sticky #zo2-zt-top-nav-wrap #zo2-header-logo #standard-logo {
  display: none !important;
}
body.boxed .zo2-wrapper .is-sticky #zo2-header {
  width: auto;
}
body.boxed .zo2-wrapper .is-sticky #zo2-zt-top-nav-wrap {
  width: auto;
}
body.boxed #zo2-position-0 .search .search-inner {
  right: 0;
}
body.boxed #zo2-position-0 .search .search-inner .search-close {
  right: 0;
}
#zo2-banner-wrap img {
  width: 100%;
}
#gototop {
  background: #203e99;
  border: 1px solid #203e99;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 100%;
  display: none;
  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;
}
#gototop:hover {
  background: #959595;
  border-color: #959595;
  color: #000000;
  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-banner-wrap .breadcrumb {
  padding: 5px 0;
  margin: 0;
  background: none;
  color: ;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
#zo2-banner-wrap .breadcrumb a {
  color: #ffffff;
}
#zo2-banner-wrap .breadcrumb a:hover {
  color: ;
}
#zo2-banner-wrap .breadcrumb li:before {
  color: #ffffff;
  padding: 0 15px;
  display: inline-block;
}
.shortcodes ul.menu {
  background: #eee;
}
.shortcodes ul.menu li {
  display: block;
}
.shortcodes ul.menu li a {
  color: #525252;
  font-size: 106%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.shortcodes ul.menu li:hover a,
.shortcodes ul.menu li.active a {
  background: ;
  padding-left: 25px;
  color: #fff;
}
.tabs .itemImage .article_content .introText > .row {
  margin: 0;
}
.pagination {
  text-align: center;
  display: block;
}
.pagination li {
  margin: 0 5px;
  display: inline-block;
}
.pagination li a,
.pagination li span {
  min-width: 28px;
  height: 28px;
  padding: 0 5px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border: 0 !important;
  background: none;
  color: #636363;
  font-size: 108%;
}
.pagination li.active span {
  background:  !important;
  color: #fff;
}
.pagination li:hover a {
  background:  !important;
  color: #fff;
}
a {
  padding: 0;
  display: block;
}
a:hover {
  background: none;
  text-decoration: none;
}
#zo2-slide {
  padding: 0;
}
#zo2-slide .custom p {
  margin: 0;
}
#zo2-slide .ztsl {
  margin-top: -90px;
}
#zo2-slide .ztsl h2 {
  font-size: 66px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
#zo2-slide .ztsl .btn-slide {
  padding-top: 60px;
}
#zo2-slide .ztsl .btn-slide .btn {
  padding: 12px 33px;
  border: 2px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 6px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  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-slide .ztsl .btn-slide .btn:hover {
  background: #fff;
  border-color: #fff;
  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;
  color: #00bff3;
}
#zo2-slide .ztsl .btn-slide a.sl-get {
  background: #00bff3;
  border-color: #00bff3;
  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;
}
.zt-slideshow-wrap .s-slide {
  margin-top: 200px;
}
.zt-slideshow-wrap .s-slide h2 {
  background: rgba(51,51,51,0.8);
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
  text-shadow: none;
  text-transform: uppercase;
}
.zt-slideshow-wrap .s-slide p {
  background: #4b4b4b none repeat scroll 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
  text-shadow: none;
  margin: 15px 0;
}
.zt-slideshow-wrap .s-slide a.btn {
  background: #168d57;
  border: 0 none;
  border-radius: 2px;
  box-shadow: 0 -3px 0 #067d46 inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: 0 none;
  padding: 0 30px;
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  height: 57px;
  line-height: 57px;
  transition: background-color 0.15s ease-out 0s;
}
.zt-slideshow-wrap .s-slide a.btn:hover {
  background: #067d46;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  border: 1px solid none;
  line-height: 0;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  webkit-border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 10px;
  text-indent: -4px;
}
.bx-wrapper .bx-pager.bx-default-pager a:after {
  font-family: FontAwesome;
  content: "\f111";
  color: #fff;
  font-size: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  border: 1px solid #168d57;
  text-decoration: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover:after {
  color: #168d57;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: none;
  text-decoration: none;
  border: 1px solid #168d57;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover:after,
.bx-wrapper .bx-pager.bx-default-pager a.active:after,
.bx-wrapper .bx-pager.bx-default-pager a:focus:after {
  color: #168d57;
}
.bx-wrapper {
  margin: 0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 15px;
}
.bx-wrapper .bx-controls-direction a {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: none;
  border: 2px solid #ffffff;
  margin-left: 50px;
  margin-right: 50px;
  overflow: hidden;
  text-indent: 0;
  font-size: 0;
  z-index: 1;
  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;
}
.bx-wrapper .bx-controls-direction a:hover {
  background: url(../images/btn-hover-slide.png) no-repeat;
  opacity: 0.8;
  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;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  color: #ffffff;
  font-size: 40px;
  padding-left: 18px;
  position: absolute;
}
.bx-wrapper .bx-controls-direction .bx-next:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #ffffff;
  font-size: 40px;
  padding-left: 22px;
  position: absolute;
}
.zo2-copyright-logo {
  display: block;
}
.zo2-copyright-logo img {
  margin: auto;
}
.mod-languages {
  display: inline-block;
}
.mod-languages .sbOptions {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  padding-bottom: 15px;
  z-index: 8767;
}
.zt-tabs ul.nav {
  margin: 0;
  padding: 0;
}
a.zt-social-icon-item {
  display: inline-block;
  font-size: 18px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  vertical-align: top;
  width: 37px;
  border-radius: 3px;
  margin-bottom: 6px;
}
.zo2-socialshares-floatbar {
  background: #FFF;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  font: 10px/16px Arial;
  min-width: 55px;
  padding: 5px;
  text-align: center;
  margin: 0 0 0 -110px;
  position: fixed;
  top: 100px;
  width: 75px;
  z-index: 999;
}
.fb_iframe_widget span > iframe {
  top: 0;
  left: 0;
}
.dropdown-toggle .icon-cog {
  display: inline-block;
  font-family: FontAwesome;
}
.dropdown-toggle .icon-cog:before {
  content: "\f013";
}
.list_icon h2.page-header {
  padding: 20px 0;
}
.create .icon-calendar,
.published .icon-calendar {
  display: inline-block;
  font-family: FontAwesome;
}
.create .icon-calendar:before,
.published .icon-calendar:before {
  content: "\f073";
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
  font-size: 85%;
}
.dropdown-menu.actions .icon-print {
  font-family: FontAweSome;
}
.dropdown-menu.actions .icon-print:before {
  content: "\f02f";
}
.dropdown-menu.actions .icon-envelope {
  font-family: FontAweSome;
}
.dropdown-menu.actions .icon-envelope:before {
  content: "\f0e0";
}
.offcanvas .sidebar-close {
  font-size: 2em;
  color: #ccc;
  padding: 5px 15px;
}
.offcanvas .sidebar-close:before {
  background-color: #fff;
  content: "";
  height: 22px;
  left: 25px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(45deg);
}
.offcanvas .sidebar-close:after {
  background-color: #fff;
  content: "";
  height: 22px;
  left: 25px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(-45deg);
}
.modal-dialog .modal-header {
  border-bottom: 0;
  padding: 0;
  overflow: hidden;
}
.modal-dialog .modal-header .close {
  margin: 10px 10px 0 0;
  padding: 0 10px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-dialog .modal-footer {
  border-top: 0;
  padding: 0;
  margin: 0;
}
.item-page .lightbox-modal img {
  margin: 4px;
  display: inline-block;
  padding: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #dbdbdb;
  -moz-box-shadow: 0 0 5px #dbdbdb;
  -webkit-box-shadow: 0 0 5px #dbdbdb;
  -ms-box-shadow: 0 0 5px #dbdbdb;
  -o-box-shadow: 0 0 5px #dbdbdb;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.article-info .pull-right {
  display: inline-block !important;
  margin: -7px 0 0;
}
div.mod-languages ul.lang-inline li {
  display: inline-block;
}
.style-switcher ul.options.color-select li {
  width: 22px;
  margin: 3px;
}
.style-switcher ul.options.color-select li a {
  height: 16px;
}
.style-switcher ul.options.layout-select li a img {
  width: 56px;
}
.style-switcher ul.options.background-select li {
  cursor: pointer;
}
#images-logo {
  text-align: center;
}
#images-logo img {
  margin: auto;
}
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#examples .example-image-link {
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
}
#examples .example-image-link > img {
  height: 80px;
  width: 80px;
}
#zo2-position-22 ul li {
  list-style: none;
}
#zo2-mega-menu.canvas {
  z-index: 999;
}
#zo2-mega-menu.canvas .button-canvas {
  color: #000;
  cursor: pointer;
}
#zo2-zt-slogan-wrap .btn {
  color: #fff;
}
#zo2-body-wrap .container .container {
  width: auto;
}
#zo2-position-7 ul.menu li,
#zo2-position-8 ul.menu li {
  display: block;
}
#zo2-position-7 .archive-modulearchived-articles,
#zo2-position-8 .archive-modulearchived-articles {
  list-style: none;
}
#zo2-position-7 h3.moduletitle,
#zo2-position-8 h3.moduletitle {
  font-weight: 500;
  margin-top: 0px;
}
#zo2-position-7 .module,
#zo2-position-8 .module {
  margin-bottom: 30px;
}
#zo2-position-7 #login-form .controls,
#zo2-position-8 #login-form .controls {
  position: relative;
}
#zo2-position-7 #login-form .controls .add-on,
#zo2-position-8 #login-form .controls .add-on {
  position: absolute;
  left: 5px;
  top: 5px;
}
#zo2-position-7 #login-form .controls input,
#zo2-position-8 #login-form .controls input {
  width: 95%;
  padding-left: 20px;
}
#zo2-position-7 #login-form #form-login-remember #modlgn-remember,
#zo2-position-8 #login-form #form-login-remember #modlgn-remember {
  top: 3px;
}
#zo2-position-7 #login-form ul.unstyled li,
#zo2-position-8 #login-form ul.unstyled li {
  float: none;
  display: block;
}
#zo2-position-7 #login-form #form-login-submit .controls .btn.btn-primary,
#zo2-position-8 #login-form #form-login-submit .controls .btn.btn-primary {
  background: none;
  border: 2px solid #000000;
  border-radius: 4px;
  color: #000000;
  padding: 6px 25px;
  margin-top: 10px;
  transition: all 0.4s ease 0s;
}
#zo2-position-7 #login-form #form-login-submit .controls .btn.btn-primary:hover,
#zo2-position-8 #login-form #form-login-submit .controls .btn.btn-primary:hover {
  background: none repeat scroll 0 0 #000000;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #ffffff;
}
#zo2-position-7 .flickr {
  background: #ffffff;
  padding-bottom: 5px;
}
#zo2-position-7 .flickr h3.moduletitle {
  color: #534741;
  font-size: 36px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 500;
  border: 0;
}
#zo2-position-7 .flickr .zt-gallery {
  padding-left: 5px;
  box-shadow: none;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery {
  width: 80px;
  padding: 0;
  margin: 2px;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery img {
  width: 80px;
  height: 80px;
  min-height: 60px;
  max-height: 60px;
  min-width: 80px;
}
#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: 80px;
  height: 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-position-7 ul,
#zo2-position-8 ul {
  margin: 0;
}
#zo2-position-7 ul li a,
#zo2-position-8 ul li a {
  font-size: 100%;
}
#zo2-position-7 #login-form #form-login-remember input,
#zo2-position-8 #login-form #form-login-remember input {
  float: left;
}
#zo2-position-7 #login-form #form-login-remember label,
#zo2-position-8 #login-form #form-login-remember label {
  line-height: normal;
  padding-left: 10px;
}
#zo2-position-7 #login-form ul,
#zo2-position-8 #login-form ul {
  padding: 0;
}
#zo2-zt-footer-wrap .tagspopular li {
  list-style: none;
}
.tagspopular.tagswidget li {
  list-style: none;
}
#zo2-canvas-wrap {
  position: relative;
}
#zo2-canvas-wrap #zo2-canvas-menu {
  position: absolute;
  top: -48px;
  color: #fff;
  z-index: 9;
}
#zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu .mega-inner .custom {
  margin-right: 12px;
  margin-top: 22px;
}
.homepage #zo2-zt-top-nav-wrap .home-logo,
.home-1 #zo2-zt-top-nav-wrap .home-logo {
  display: block;
}
#zo2-zt-top-nav-wrap .home-logo {
  display: none;
}
#zo2-zt-top-nav-wrap .home-logo #zo2-header-logo {
  margin: 0;
}
#zo2-zt-top-nav-wrap .home-logo #zo2-header-logo #standard-logo {
  position: relative;
  display: block !important;
}
#zo2-zt-top-nav-wrap #zo2-mega-menu {
  margin-top: 22px;
  margin-right: -15px;
}
#zo2-zt-top-nav-wrap #zo2-position-0 {
  margin-top: 23px;
}
#zo2-zt-top-nav-wrap #zo2-position-0 .search {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: none;
  border-radius: 100%;
}
#zo2-zt-top-nav-wrap #zo2-position-0 .search .search-icon {
  opacity: 1;
}
#zo2-zt-top-nav-wrap #zo2-position-0 .search .search-icon .fa-search {
  font-size: 14px;
}
#zo2-zt-top-nav-wrap #zo2-position-0 .search-inner {
  background: #ffffff;
}
#zo2-zt-top-nav-wrap #zo2-position-0 .search-inner .form-inline #mod-search-searchword {
  background: #ffffff;
}
#zo2-zt-top-nav-wrap .search-column {
  display: none;
}
.is-sticky #zo2-zt-top-nav-wrap {
  background: #fff;
}
.is-sticky #zo2-zt-top-nav-wrap .home-logo #zo2-header-logo #standard-logo {
  display: none !important;
}
.search #searchForm fieldset input {
  position: static;
  margin-top: 6px;
}
.search #searchForm fieldset label {
  font-weight: 300;
}
#zo2-component {
  padding-left: 0;
  padding-right: 0;
}
.zo2-button {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #a67c52;
  padding: 8px 30px;
  border: 2px solid #a67c52;
  border-radius: 30px;
  display: inline-block;
  letter-spacing: 1px;
  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-button:hover {
  background: #a67c52;
  color: #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-reservation-wrap {
  margin: 115px 0 200px 0;
}
#zo2-reservation-wrap #zo2-position-13 {
  padding-right: 0;
  padding-left: 0;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation >div {
  padding-left: 0;
  padding-right: 0;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content h2 {
  color: #a67c52;
  display: block;
  line-height: 0;
  margin-bottom: 100px;
  text-align: center;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content h2:before {
  background: url(../images/history-bg-title.png) no-repeat center;
  content: "";
  display: table-footer-group;
  height: 16px;
  left: 33%;
  position: absolute;
  top: 75px;
  width: 186px;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content p {
  text-align: center;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date {
  margin-top: 30px;
  text-align: center;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date p {
  font-size: 18px;
  font-weight: bold;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date p span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: #363636;
  text-transform: uppercase;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date .res-time p,
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date .res-contact p {
  margin: 0;
  padding: 5px 0;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date .res-time p:first-child,
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date .res-contact p:first-child {
  margin-bottom: 20px;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date .res-time {
  border-right: 1px solid #363636;
}
#zo2-reservation-wrap #zo2-position-13 .zt-reservation .res-content .red-date .zo2-button {
  margin-top: 40px;
}
#zo2-footer-wrap {
  background: #252525;
  padding-top: 55px;
  padding-bottom: 0;
}
#zo2-footer-wrap h3.moduletitle {
  font-size: 18px;
  font-weight: bold;
  border: 0;
  margin-bottom: 35px;
  color: #c2c2c2;
  padding: 0;
}
#zo2-footer-wrap h3.moduletitle:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 35px;
  position: absolute;
  width: 50px;
}
#zo2-footer-wrap ul li {
  display: block;
  border-bottom: 1px solid #333333;
}
#zo2-footer-wrap ul li a {
  color: #959595;
  padding: 10px 0;
  font-weight: bold;
}
#zo2-footer-wrap ul li a:hover,
#zo2-footer-wrap ul li a:focus {
  background: none;
  color: #ffffff;
}
#zo2-footer-wrap ul li.open {
  background: none;
}
#zo2-footer-wrap ul li.open a {
  background: none;
}
#zo2-footer-wrap .f-us ul li {
  display: inline-block;
  margin-right: 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;
  border: 0;
}
#zo2-footer-wrap .f-us ul li .fa {
  width: 32px;
  height: 32px;
  border: 1px solid #959595;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
  line-height: 32px;
  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-footer-wrap .f-us ul li:hover .fa {
  color: #203e99;
  border-color: #203e99;
  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-footer-wrap #zo2-position-18 {
  padding-left: 30px;
}
#zo2-footer-wrap .f-contactus .h-contactus {
  /*background: url(../img/icon-contact.png) top 6px left no-repeat;
  padding-left: 30px;*/
}
#zo2-footer-wrap .f-contactus .h-contactus p {
  margin: 18px 0;
}
#zo2-footer-wrap .f-contactus .h-contactus p a {
  color: #959595;
}
#zo2-footer-wrap .f-contactus .h-contactus p a:hover {
  color: #203e99;
}
.breadcrumb {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 300;
}
.breadcrumb a {
  display: inline-block;
  text-transform: capitalize;
  color: #ffffff;
}
.breadcrumb a:hover {
  color: #203e99 !important;
}
.breadcrumb span {
  color: #ffffff;
  text-transform: capitalize;
}
.breadcrumb ul {
  text-align: center;
}
.breadcrumb ul li {
  font-size: 16px;
}
.breadcrumb ul li a,
.breadcrumb ul li span {
  color: #ffffff;
}
#zo2-position-8 {
  padding-left: 30px;
}
#zo2-position-8 .module {
  margin-bottom: 15px;
}
#zo2-position-8 .module h3.moduletitle {
  font-size: 18px;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: left;
  color: #363636;
}
#zo2-position-8 .module h3.moduletitle:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 3px;
  margin-top: 35px;
  position: absolute;
  width: 60px;
}
#zo2-position-8 .search-right .search-icon {
  display: none;
}
#zo2-position-8 .search-right .search-inner .search-close {
  display: none;
}
#zo2-position-8 .search-right .search-inner input#mod-search-searchword {
  border: 1px solid #e1e1e1;
  color: #363636;
  height: 50px;
  width: 340px;
}
#zo2-position-8 .search-right .search-inner button.btn-primary {
  background: #203e99;
  border: 0;
  position: absolute;
  right: 0;
  padding: 14px 25px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-position-8 .search-right .search-inner button.btn-primary:before {
  font-family: FontAwesome;
  font-size: 14px;
  color: #e1e1e1;
  content: "\f002";
}
#zo2-position-8 .tagswidget .tagspopular ul li {
  display: inline-block;
  float: left;
  padding: 4px 10px;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  margin-bottom: 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-position-8 .tagswidget .tagspopular ul li a {
  color: #534741;
}
#zo2-position-8 .tagswidget .tagspopular ul li:hover {
  background: #203e99;
  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: #203e99;
}
#zo2-position-8 .tagswidget .tagspopular ul li:hover a {
  color: #ffffff;
}
#zo2-position-8 .categories-right ul.categories-module li {
  margin-bottom: 15px;
}
#zo2-position-8 .categories-right ul.categories-module li a {
  color: #736357;
  text-transform: uppercase;
  padding-bottom: 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-position-8 .categories-right ul.categories-module li:hover {
  text-indent: 18px;
  background: url(../images/icon-right.png) left top 7px no-repeat;
}
#zo2-position-8 .categories-right ul.categories-module li:hover a {
  font-weight: 700;
  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 .categories-right ul.categories-module li.active {
  background: url(../images/icon-right.png) left top 7px no-repeat;
  text-indent: 18px;
}
#zo2-position-8 .categories-right ul.categories-module li.active a {
  font-weight: 700;
  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 .coming-right .coming-item {
  position: relative;
  margin-bottom: 30px;
}
#zo2-position-8 .coming-right .coming-context {
  background: url(../images/bg-content-upcoming.png);
  height: 170px;
  padding-left: 10px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 5px;
}
#zo2-position-8 .coming-right .coming-context .t-title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 12px;
  font-style: normal;
}
#zo2-position-8 .coming-right .coming-context .t-time {
  font-size: 12px;
  font-style: italic;
  color: #363636;
  margin-bottom: 5px;
  margin-top: 5px;
}
#zo2-position-8 .coming-right .coming-context p {
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 18px;
}
#zo2-position-8 .coming-right .coming-context a {
  font-size: 12px;
  color: #363636;
}
#zo2-position-8 .coming-right .coming-context a:hover {
  text-decoration: underline;
}
#zo2-position-8 .most-viewed .mod-content .zt-category {
  padding: 0;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper {
  width: auto !important;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item {
  clear: left;
  width: 100% !important;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item {
  margin-bottom: 15px;
  padding: 0;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item a {
  max-width: 80px;
  max-height: 80px;
  float: left;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item a img {
  border: 0;
  padding: 0;
  width: 80px;
  height: 80px;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item h3 {
  overflow: hidden;
  padding: 0 0 0 10px;
  font-size: 15px;
  margin: 0;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item h3 a {
  font-weight: 300;
  font-size: 15px;
  color: #959595;
  text-transform: lowercase;
  max-width: 100%;
  max-height: 100%;
  line-height: 22px;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item h3 a:hover {
  color: #203e99;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item span.created {
  padding-left: 10px;
  color: #CBCBCB;
  font-size: 12px;
}
#zo2-position-8 .most-viewed .mod-content .zt_news_wrap .owl-wrapper .owl-item:last-child {
  border: 0;
}
.article .position-left .date {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 6px;
  padding-top: 7px;
  margin-top: 10px;
  border-bottom: 1px solid #363636;
}
.article .position-left .date span {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #a67c52;
}
.article .position-left .date span.zt_day {
  font-size: 30px;
  font-weight: 700;
}
.zo2-pagination ul > li.active > span {
  background: none;
  color: #363636;
}
.zo2-pagination ul > li.active > span:hover,
.zo2-pagination ul > li.active > span:active,
.zo2-pagination ul > li.active > span:focus {
  background: none;
  color: #363636;
}
.zo2-pagination {
  display: inline;
}
.zo2-pagination ul.pagination {
  position: relative;
  top: -50px;
  padding-bottom: 66px;
}
.zo2-pagination ul.pagination li {
  border: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.zo2-pagination ul.pagination li a {
  color: #363636;
  font-weight: bold;
}
.zo2-pagination ul.pagination li a:hover {
  background: none;
}
.zo2-pagination ul.pagination li:hover {
  border: 2px solid #acacac;
}
.zo2-pagination ul.pagination li:hover a {
  color: #000000;
  font-weight: bold;
}
.zo2-pagination ul.pagination li.active {
  border: 2px solid #acacac;
}
.zo2-pagination ul.pagination li.active a {
  font-weight: bold;
  color: #000000;
}
.pagination > li > a,
.pagination > li > span {
  float: none;
  font-size: 120%;
}
.pagination li.active span {
  color: #363636;
  border: 1px solid #363636;
  border-radius: 100%;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #fff;
  color: #363636;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #fff ff !important;
}
.zt-restaurant .his-content p.zt-test {
  color: #634739;
  text-transform: uppercase;
  padding: 15px 0;
}
.zt-restaurant .his-content img {
  float: none;
  margin: auto;
  width: auto;
}
.zt-restaurant .his-content a {
  color: #a67c52;
}
.tag .tag-category ul.list-striped li {
  margin: 30px 0;
}
.tag .tag-category ul.list-striped li img {
  margin-bottom: 30px;
}
.zo2-wrapper #zo2-body-wrap {
  padding-top: 60px;
}
.homepage .zo2-wrapper #zo2-body-wrap {
  padding-top: 0;
}
#zo2-body-wrap .contact {
  margin: 0 -15px;
}
#zo2-body-wrap .contact .address_block h3 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  margin-bottom: 60px;
  text-transform: uppercase;
}
#zo2-body-wrap .contact .address_block h3:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
#zo2-body-wrap .contact .address_block .contact-miscinfo dl.dl-horizontal dt {
  display: none;
}
#zo2-body-wrap .contact .address_block .contact-miscinfo dl.dl-horizontal dd {
  margin: 0;
}
#zo2-body-wrap .contact .address_block .contact-address-block {
  color: #736357;
}
#zo2-body-wrap .contact .address_block .contact-address-block a {
  color: #736357;
}
#zo2-body-wrap .contact .address_block .contact-address-block .fa {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #203e99;
  border: 1px solid #203e99;
  font-size: 18px;
}
#zo2-body-wrap .contact .address_block .contact-address-block .contact-contactinfo .media {
  margin-top: 15px;
  margin-bottom: 30px;
}
#zo2-body-wrap .contact .address_block .contact-address-block span.s-name {
  display: block;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#zo2-body-wrap .contact .contact-form h3 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  margin-bottom: 60px;
  text-transform: uppercase;
}
#zo2-body-wrap .contact .contact-form h3:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
#zo2-body-wrap .contact .contact-form #contact-form >span {
  display: none;
}
#zo2-body-wrap .contact .contact-form #contact-form .control-group {
  width: 100%;
}
#zo2-body-wrap .contact .contact-form #contact-form .control-group .controls input {
  border: 2px solid #e1e1e1;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
#zo2-body-wrap .contact .contact-form #contact-form .control-group .controls textarea {
  border: 2px solid #e1e1e1;
  width: 100%;
}
#zo2-body-wrap .contact .contact-form #contact-form .control-group .controls #jform_contact_email {
  width: 265px;
  margin-right: 35px;
}
#zo2-body-wrap .contact .contact-form #contact-form .control-group .controls #jform_contact_emailmsg {
  width: 265px;
}
#zo2-body-wrap .contact .contact-form #contact-form .form-actions {
  padding-top: 20px;
  padding-bottom: 100px;
}
#zo2-body-wrap .contact .contact-form #contact-form .form-actions .zo2-button {
  background: #203e99;
  padding: 10px 20px;
  border-radius: 0;
  border-color: #203e99;
  color: #ffffff;
  font-weight: 700;
}
#zo2-body-wrap .contact .contact-form #contact-form .form-actions .zo2-button:hover {
  background: none;
  color: #203e99;
  border-color: #203e99;
}
.detail-context {
  margin-left: 30px !important;
  border-left: 5px solid #363636;
  background: #f7f7f7;
  padding: 15px;
  color: #363636;
}
span.z-note {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 15px;
}
.introText p.zt-set,
.introText .detail-context {
  margin: 15px 0;
}
.icon {
  float: left;
  text-transform: uppercase;
  color: #363636;
}
.pricing-item .head h2 {
  font-size: 36px;
  color: #ffffff;
}
.pricing-item .price h3 {
  font-size: 45px;
}
.article #zo2-body-wrap {
  padding-bottom: 30px;
}
.progress-bar {
  width: 100%;
}
.newsfeed-category form#adminForm {
  margin-top: 50px;
  margin-bottom: 25px;
  display: block;
}
.weblink-category h2 {
  font-size: 36px;
}
.left-content-right .position-left,
.left-content .position-left,
.full-content .position-left {
  display: none;
}
.full-content .itemImage .image {
  display: block;
}
.category-desc a {
  display: inline-block;
  color: #000 !important;
}
.category-desc a:hover {
  text-decoration: underline !important;
}
.content-category .last .category-desc a {
  color: #000000 !important;
  display: inline-block;
}
.alert-success {
  padding: 0;
  border-color: #a67c52;
  background: #ffffff;
  margin-bottom: 10px;
  color: #a67c52;
}
.btn-success {
  background: #203e99;
  border-color: #203e99;
  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 {
  background: #ffffff;
  border-color: #203e99;
  color: #203e99;
  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;
}
div.introText,
.tag-body,
.category-desc {
  font-size: 100%;
}
.category .zo2-pagination ul.pagination {
  top: 0;
}
.pricing-tables.pricing-7 .pricing-item {
  width: auto;
}
.green-title h3 span,
.green-title .mod-content,
.black-title h3 span,
.black-title .mod-content {
  padding-left: 24px;
}
#zo2-suffix-1-wrap {
  padding-top: 60px;
}
.person .bx-wrapper .bx-pager {
  display: none;
}
.contact-category h2 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-bottom: 55px;
  text-transform: uppercase;
}
.contact-category h2:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
.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: #203e99;
  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-our-service-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
#zo2-our-service-wrap h3.moduletitle {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-bottom: 55px;
}
#zo2-our-service-wrap h3.moduletitle:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 40px;
  position: absolute;
  width: 50px;
}
#zo2-our-service-wrap .ourservice h3 a {
  font-size: 18px;
  text-transform: uppercase;
  color: #203e99;
  letter-spacing: 1px;
  padding: 25px 0 13px 0;
}
#zo2-our-service-wrap .ourservice .zt-item .s-text >a {
  padding-top: 5px;
  color: #203e99;
  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-our-service-wrap .ourservice .zt-item .s-text >a:after {
  content: "";
  background: url(../img/btn-bg.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 10px;
  margin-left: 6px;
}
#zo2-our-service-wrap .ourservice .zt-item .s-text >a:hover {
  color: #000000;
}
#zo2-our-service-wrap .ourservice .zt-item .s-text >a:hover:after {
  content: "";
  background: url(../images/btn-bg-hover.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 10px;
  margin-left: 6px;
}
#zo2-our-service-wrap .ourservice > div:first-child {
  margin-left: -15px;
}
#zo2-our-service-wrap .ourservice > div:last-child {
  margin-right: 0;
}
#zo2-our-service-wrap .owl-stage-outer {
  background: none;
  position: relative;
  top: 35px;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage {
  background: none;
  height: 100% !important;
  margin-bottom: 10px;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person {
  text-align: center;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-image {
  margin-bottom: 50px;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-image img {
  margin: auto;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-details .zt-person-content {
  padding: 0 30px;
  text-align: center;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-details .zt-person-content h5 {
  padding-bottom: 20px;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-details .zt-person-content h5 a {
  font-size: 18px;
  text-transform: uppercase;
  color: #203e99;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-details .zt-person-content a.btn {
  padding-top: 25px;
  display: block;
  color: #203e99;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-details .zt-person-content a.btn:after {
  content: "";
  background: url(../img/btn-bg.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 4px;
  margin-left: 6px;
  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-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-details .zt-person-content a.btn:hover {
  color: #000000;
}
#zo2-our-service-wrap .owl-stage-outer .owl-stage .zt-person .zt-person-details .zt-person-content a.btn:hover:after {
  content: "";
  background: url(../images/btn-bg-hover.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 4px;
  margin-left: 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-our-service-wrap .owl-stage-outer .bx-pager {
  display: none;
}
#zo2-our-service-wrap .owl-stage-outer .bx-controls {
  position: relative;
  text-align: center;
}
#zo2-our-service-wrap .owl-stage-outer .bx-controls a {
  background: #e1e1e1;
  opacity: 1;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative !important;
  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-our-service-wrap .owl-stage-outer .bx-controls a:hover {
  background: #203e99;
  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-our-service-wrap .owl-stage-outer .bx-controls .bx-prev::before {
  font-size: 18px;
  padding-top: 5px;
  padding-left: 0;
  margin-left: -2px;
  margin-top: -3px;
}
#zo2-our-service-wrap .owl-stage-outer .bx-controls .bx-next::before {
  font-size: 18px;
  padding-top: 5px;
  padding-left: 0;
  margin-left: -2px;
  margin-top: -3px;
}
#zo2-our-service-wrap .owl-stage-outer .bx-controls .bx-controls-direction {
  text-align: center;
  display: inline-block;
}
#zo2-our-service-wrap .owl-stage-outer .bx-controls .bx-controls-direction:before {
  content: "";
  height: 1px;
  width: 70px;
  background: #ebebeb;
  position: absolute;
  margin-left: -50px;
  margin-top: 20px;
}
#zo2-our-service-wrap .owl-stage-outer .bx-controls .bx-controls-direction:after {
  content: "";
  height: 1px;
  width: 70px;
  background: #ebebeb;
  position: absolute;
  margin-left: -20px;
  margin-top: 20px;
}
#zo2-our-service-wrap .owl-stage-outer .bx-controls .bx-controls-direction a {
  display: inline-block;
  margin: 0 14px;
}
.homepage .zt-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-prev::before {
  padding-left: 0;
  margin-left: -9px;
  padding-top: 12px;
}
.homepage .zt-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-next::before {
  margin-left: -4px;
  padding-top: 12px;
  padding-left: 0;
}
.homepage #zo2-our-service-wrap {
  padding-top: 0;
  padding-bottom: 70px;
}
.homepage #zo2-our-service-wrap #zo2-position-35 {
  margin-top: -140px;
}
.homepage #zo2-our-service-wrap #zo2-position-35 .custom {
  position: relative;
  top: 0;
}
#zo2-why-choose-us-wrap {
  background: url(../img/bg-1-new.png) no-repeat;
  background-size: cover;
  min-height: 620px;
  margin-bottom: 50px;
}
#zo2-why-choose-us-wrap > .container {
  width: auto;
}
#zo2-why-choose-us-wrap .bg-otofun {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 620px;
}
#zo2-why-choose-us-wrap .bg-otofun .bg-why-left {
  background: url(../img/bg-2-new.png) no-repeat;
  width: 100%;
  height: 606px;
  top: 0;
  right: 0;
  position: absolute;
}
#zo2-why-choose-us-wrap .why-us {
  float: right;
}
#zo2-why-choose-us-wrap .why-us h3 {
    font-size: 30px;
    font-weight: bold;
    border: 0;
    padding: 7px 0 0 48px;
    margin-bottom: 32px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}
#zo2-why-choose-us-wrap .why-us h3:before {
  background: url(../images/bg-title-new.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
#zo2-why-choose-us-wrap .why-us .w-item {
  color: #ffffff;
  padding-left: 50px;
  margin-bottom: 35px;
}
#zo2-why-choose-us-wrap .why-us .w-item h4 {
  color: #ffffff;
  font-size: 19px;
  padding-bottom: 10px;
}
#zo2-why-choose-us-wrap .why-us div:nth-of-type(1):before {
  width: 78px;
  height: 78px;
  position: absolute;
  content: "";
  left: -40px;
  background: url(../img/icon1.png) no-repeat top left;
}
#zo2-why-choose-us-wrap .why-us div:nth-of-type(2):before {
  width: 78px;
  height: 78px;
  position: absolute;
  content: "";
  left: -40px;
  background: url(../img/icon4.png) no-repeat top left;
}
#zo2-why-choose-us-wrap .why-us div:nth-of-type(3):before {
  width: 78px;
  height: 78px;
  position: absolute;
  content: "";
  left: -40px;
  background: url(../img/icon2.png) no-repeat top left;
}
#zo2-why-choose-us-wrap .why-us div:nth-of-type(4):before {
  width: 78px;
  height: 78px;
  position: absolute;
  content: "";
  left: -40px;
  background: url(../img/icon3.png) no-repeat top left;
}
#zo2-why-choose-us-wrap .wap-why .wap-left {
  height: 617px;
  width: 50%;
  background: #363636;
  position: absolute;
  left: 0;
  top: 0;
}
#zo2-why-choose-us-wrap .wap-why .wap-right {
  height: 565px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
#zo2-who-we-are-wrap {
  padding-bottom: 80px;
}
#zo2-who-we-are-wrap h3.moduletitle {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  margin-bottom: 60px;
}
#zo2-who-we-are-wrap h3.moduletitle:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
#zo2-who-we-are-wrap #zo2-position-33 {
  padding-top: 30px;
}
#zo2-who-we-are-wrap #zo2-position-33 h3 {
  padding: 0;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion .accordion-section {
  margin: 0;
  border: 0;
  border-radius: 0;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion .accordion-section .accordion-section-title {
  background: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  color: #363636;
  padding-left: 15px;
  text-decoration: none;
  border-top: 1px solid #ebebeb;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion .accordion-section .accordion-section-title:focus {
  outline: none;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion .accordion-section .accordion-section-title i {
  position: relative;
  float: right;
  text-align: right;
  font-size: 10px;
  color: #203e99;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion .accordion-section .active {
  background: #ebebeb;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion .accordion-section:last-child {
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion-section-content {
  border: 0;
  padding: 0;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion-section-content p:first-child {
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion-section-content p {
  padding: 30px 0;
  margin: 0;
}
#zo2-who-we-are-wrap #zo2-position-33 .mod-content .accordion-section-title i {
  border: 0;
}
#zo2-who-we-are-wrap #zo2-position-32 {
  padding-left: 0;
  padding-right: 0;
}
#zo2-who-we-are-wrap .get-a h3.moduletitle {
  color: #ffffff;
  padding: 30px;
  background: #373c40;
  margin: 0;
}
#zo2-who-we-are-wrap .get-a h3.moduletitle:before {
  display: none;
}
#zo2-who-we-are-wrap .get-a .wap-in {
  background: #ebebeb;
  padding: 30px;
  position: relative;
}
#zo2-who-we-are-wrap .get-a .wap-in:before {
  width: 11px;
  height: 28px;
  position: absolute;
  content: "";
  top: -14px;
  background: url(../images/icon-group.png) no-repeat top left;
}
#zo2-who-we-are-wrap .get-a .wap-in:after {
  width: 11px;
  height: 28px;
  position: absolute;
  content: "";
  top: -14px;
  right: 30px;
  background: url(../images/icon-group.png) no-repeat top left;
}
#zo2-who-we-are-wrap .get-a input {
  height: 45px;
  width: 100%;
  color: #cccccc;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#zo2-who-we-are-wrap .get-a .input-phone-email input {
  width: 48.2%;
}
#zo2-who-we-are-wrap .get-a .input-phone-email input#phone {
  margin-right: 8px;
}
#zo2-who-we-are-wrap .get-a textarea {
  height: 55px;
  width: 100%;
  margin-bottom: 10px;
  color: #aaaaaa;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#zo2-who-we-are-wrap .get-a .ar-messenger textarea {
  height: 90px;
}
#zo2-who-we-are-wrap .get-a .s-submit .btn-primary {
  background: url(../img/bg-btn.png) no-repeat;
  border: 0;
  padding: 0 0 0 15px;
  width: 117px;
  height: 41px;
  margin-top: 20px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-our-menu-wrap {
  height: 390px;
  margin-top: 60px;
}
#zo2-our-menu-wrap .zt-parallax-asset .zt-content-parallax {
  height: 390px;
}
#zo2-our-menu-wrap .zt-testimo {
  position: relative;
  top: -95px;
}
#zo2-our-menu-wrap .zt-testimo h2 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 10px 0 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
#zo2-our-menu-wrap .zt-testimo h2:before {
  background: url(../img/t-bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 60px;
  margin-left: 60px;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer {
  background: none;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .owl-stage {
  background: none;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .owl-stage .testimonial-item {
  background: none;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .owl-stage .testimonial-item .testimonial-content {
  background: none;
  text-align: center;
  max-width: 760px;
  margin: auto;
  font-size: 15px;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .owl-stage .testimonial-item .testimonial-content > div {
  background: none !important;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .owl-stage .testimonial-item .testimonial-content > div img {
  margin: auto;
  padding-bottom: 25px;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .owl-stage .testimonial-item .testimonial-content a {
  color: #203e99;
  text-transform: uppercase;
  padding-top: 25px;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .owl-stage .testimonial-item .testimonial-content span {
  font-size: 13px;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .bx-controls-direction {
  display: none;
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .author {
  display: none;
}
#zo2-our-menu-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
#zo2-our-menu-wrap .bx-wrapper .bx-pager.bx-default-pager a.active,
#zo2-our-menu-wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {
  border: 0;
}
#zo2-our-menu-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  padding: 0;
}
#zo2-our-menu-wrap .bx-wrapper .bx-pager.bx-default-pager a::after {
  color: #959595;
}
#zo2-our-menu-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover::after,
#zo2-our-menu-wrap .bx-wrapper .bx-pager.bx-default-pager a.active::after,
#zo2-our-menu-wrap .bx-wrapper .bx-pager.bx-default-pager a:focus::after {
  color: #ffffff;
}
#zo2-our-menu-wrap .bx-wrapper .bx-pager,
#zo2-our-menu-wrap .bx-wrapper .bx-controls-auto {
  bottom: -70px;
}
#zo2-our-menu-wrap .full-width {
  padding: 0;
}
#zo2-our-client-wrap {
  padding-top: 40px;
  padding-bottom: 0;
}
#zo2-our-client-wrap h3.moduletitle {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  margin-bottom: 60px;
}
#zo2-our-client-wrap h3.moduletitle:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
#zo2-our-client-wrap .mod-content .carousel-wrap {
  padding: 0;
}
#zo2-our-client-wrap .mod-content .carousel-wrap .prev-btn,
#zo2-our-client-wrap .mod-content .carousel-wrap .next-btn {
  display: none !important;
}
#zo2-our-client-wrap .mod-content .carousel-wrap .caroufredsel_wrapper {
  min-height: 158px;
}
#zo2-our-client-wrap .mod-content .carousel-wrap .caroufredsel_wrapper .carousel-item .carousel-item-inner img {
  box-shadow: none;
  cursor: pointer;
  opacity: 1;
  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-our-client-wrap .mod-content .carousel-wrap .caroufredsel_wrapper .carousel-item .carousel-item-inner img:hover {
  opacity: 0.4;
  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;
}
h1 {
  letter-spacing: 0;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured {  
    padding-bottom: 38px;
    clear: both;
    display: inline-block;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item {
  float: left;
  width: 31.5%;
  margin: 0 15px;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item h1 {
  margin-top: 0;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item h1.item-title {
  padding: 0;
  display: inline-block;
  margin: 0;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item h1.item-title a {
  font-size: 15px;
  color: #203e99;
  padding-top: 25px;
  text-transform: uppercase;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .item {
  padding: 0;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .article-info .create {
  font-size: 13px;
  color: #d7d7d7;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .readmore a {
  color: #203e99;
  font-size: 12px;
  letter-spacing: 0.2px;
  padding: 0;
  text-transform: uppercase;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .readmore a:after {
  content: "";
  background: url(../img/btn-bg.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 4px;
  margin-left: 6px;
  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-wrapper #zo2-body-wrap .blog-featured .zt-item .readmore a:hover {
  color: #000000;
  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-wrapper #zo2-body-wrap .blog-featured .zt-item .readmore a:hover:after {
  content: "";
  background: url(../images/btn-bg-hover.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 4px;
  margin-left: 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;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .n-item1 {
  margin-left: 0;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .n-item-1 {
  margin-right: 0;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .page-header h1 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  margin-bottom: 60px;
}
.homepage .zo2-wrapper #zo2-body-wrap .blog-featured .page-header h1:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
#zo2-zt-bottom-wrap {
  background: #212121;
  color: #4A4A4A;
  font-size: 13px;
  letter-spacing: 0.8px;
  padding: 18px 0;
}
#zo2-zt-bottom-wrap .fa {
  color: #ffffff;
}
#zo2-zt-bottom-wrap a {
  display: inline-block;
}
.home-1 .is-sticky #zo2-zt-top-nav-wrap:after,
.homepage .is-sticky #zo2-zt-top-nav-wrap:after {
  top: 0;
}
.home-1 #zo2-zt-top-nav-wrap:after,
.homepage #zo2-zt-top-nav-wrap:after {
  width: 50%;
  height: 85px;
  background: #203e99;
  position: absolute;
  right: 0;
  content: "";
  top: 40px;
  z-index: -1;
}
.home-1 #zo2-home-2-logo-wrap,
.homepage #zo2-home-2-logo-wrap {
  display: none;
}
.home-1 #zo2-social-top-wrap,
.homepage #zo2-social-top-wrap {
  background-color: #ffffff;
}
.home-1 #zo2-social-top-wrap > .container,
.homepage #zo2-social-top-wrap > .container {
  width: auto;
}
.home-1 #zo2-social-top-wrap #zo2-position-4,
.homepage #zo2-social-top-wrap #zo2-position-4 {
  background: #ffffff;
  padding: 0;
  height: 40px;
}
.home-1 #zo2-social-top-wrap #zo2-position-4 .t-contact,
.homepage #zo2-social-top-wrap #zo2-position-4 .t-contact {
  padding-right: 60px;
  text-align: right;
  height: 40px;
}
.home-1 #zo2-social-top-wrap #zo2-position-4 .t-contact p,
.homepage #zo2-social-top-wrap #zo2-position-4 .t-contact p {
  display: inline-block;
  font-size: 13px;
  margin: 0 15px;
  padding-top: 6px;
}
.home-1 #zo2-social-top-wrap #zo2-position-4 .t-contact p .fa,
.homepage #zo2-social-top-wrap #zo2-position-4 .t-contact p .fa {
  padding-right: 6px;
}
.home-1 #zo2-social-top-wrap #zo2-position-4 .t-contact p:last-child,
.homepage #zo2-social-top-wrap #zo2-position-4 .t-contact p:last-child {
  margin-right: 0;
}
.home-1 #zo2-social-top-wrap #zo2-position-4 .social-right,
.homepage #zo2-social-top-wrap #zo2-position-4 .social-right {
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 85;
  display: block;
}
.home-1 #zo2-zt-top-nav-wrap #zo2-header-logo,
.homepage #zo2-zt-top-nav-wrap #zo2-header-logo {
  background: #fff;
  display: block;
  position: absolute;
}
.services .zo2-wrapper #zo2-body-wrap {
  padding-top: 0;
}
.services h2.h2-title {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 80px 0 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: left;
  color: #363636;
}
.services h2.h2-title:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 60px;
}
.services .h2-aboutus {
  color: #ABABAB;
}
.services .h2-aboutus h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #203e99;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.services .h2-aboutus ul li {
  padding: 6px 0;
}
.services .h2-aboutus ul li a {
  background: url(../images/icon-li.png) top 5px left no-repeat;
  color: #203e99;
  padding-left: 20px;
}
.services .h2-aboutus ul li a:hover {
  color: #000000;
}
.services .h2-ourclient .img-list a {
  display: inline-block;
  width: 180px;
  height: 100px;
  float: left;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.services .h2-ourclient .img-list a img {
  width: auto;
  margin: auto;
  padding-top: 20px;
}
.services .h2-ourclient .img-list a.clear-right {
  border-right: 0;
}
.services .h2-ourclient .img-list a.clear-bottom {
  border-bottom: 0;
}
.services #zo2-our-service-home-2-wrap {
  background: url(../images/bg-g2.jpg) top left no-repeat;
  height: 649px;
  padding-top: 0;
}
.services #zo2-our-service-home-2-wrap h3 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 100px 0 0;
  margin-bottom: 70px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}
.services #zo2-our-service-home-2-wrap h3:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 60px;
}
.services #zo2-our-service-home-2-wrap #zo2-position-36 {
  background: url(../images/bg-g1.png) bottom right no-repeat;
  height: 649px;
}
.services #zo2-our-service-home-2-wrap .get-a input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  color: #3D3D3D;
  height: 45px;
  background: none;
  margin-right: 25px;
  margin-bottom: 20px;
  border-color: #3D3D3D;
}
.services #zo2-our-service-home-2-wrap .get-a textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  color: #3D3D3D;
  height: 120px;
  background: none;
  border-color: #3D3D3D;
  width: 51%;
}
.services #zo2-our-service-home-2-wrap .get-a .s-submit {
  padding-top: 30px;
}
.services #zo2-our-service-home-2-wrap .get-a .s-submit .btn {
  background: #203e99;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #203e99;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
  padding: 12px 35px;
}
.services #zo2-our-service-home-2-wrap .get-a .s-submit .btn:hover {
  background: none;
  color: #203e99;
}
.home-1 .zo2-wrapper #zo2-body-wrap {
  padding-top: 0;
  padding-bottom: 100px;
}
.home-1 h2.h2-title {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 80px 0 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: left;
  color: #363636;
}
.home-1 h2.h2-title:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 60px;
}
.home-1 .h2-aboutus {
  color: #ABABAB;
}
.home-1 .h2-aboutus h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #203e99;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.home-1 .h2-aboutus ul li {
  padding: 6px 0;
}
.home-1 .h2-aboutus ul li a {
  background: url(../images/bg-more.png) top 6px left no-repeat;
  color: #203e99;
  padding-left: 20px;
}
.home-1 .h2-aboutus ul li a:hover {
  color: #000000;
}
.home-1 .h2-ourclient .img-list a {
  display: inline-block;
  width: 180px;
  height: 100px;
  float: left;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.home-1 .h2-ourclient .img-list a img {
  width: auto;
  margin: auto;
  padding-top: 20px;
}
.home-1 .h2-ourclient .img-list a.clear-right {
  border-right: 0;
}
.home-1 .h2-ourclient .img-list a.clear-bottom {
  border-bottom: 0;
}
.home-1 #zo2-services-list-wrap > .container {
  width: auto;
}
.home-1 #zo2-services-list-wrap > .container .col-md-12,
.home-1 #zo2-services-list-wrap > .container .col-sm-12 {
  padding: 0;
}
.home-1 #zo2-services-list-wrap #zo2-position-20 {
  padding: 0;
}
.home-1 #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item {
  padding: 0;
}
.home-1 #zo2-services-list-wrap .servicelist .s-item {
  padding: 0;
  position: relative;
  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-1 #zo2-services-list-wrap .servicelist .s-item .s-context {
  position: absolute;
  top: 30%;
  color: #ffffff;
  padding-left: 30px;
  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-1 #zo2-services-list-wrap .servicelist .s-item .s-context h2 {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.home-1 #zo2-services-list-wrap .servicelist .s-item .s-context p {
  width: 65%;
}
.home-1 #zo2-services-list-wrap .servicelist .s-item .s-context a.btn {
  border: 2px solid #ffffff;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 35px;
  margin-top: 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;
  display: none;
}
.home-1 #zo2-services-list-wrap .servicelist .s-item .s-context a.btn:hover {
  background: #ffffff;
  color: #203e99;
  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-1 #zo2-services-list-wrap .servicelist .s-item .s-hover {
  background: none;
  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-1 #zo2-services-list-wrap .servicelist .s-item: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;
}
.home-1 #zo2-services-list-wrap .servicelist .s-item:hover .s-hover {
  background: #203e99;
  height: 476px;
  position: absolute;
  top: 0;
  width: 480px;
  z-index: 56;
  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-1 #zo2-services-list-wrap .servicelist .s-item:hover .s-context {
  position: absolute;
  z-index: 69;
  bottom: 0;
  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-1 #zo2-services-list-wrap .servicelist .s-item:hover .s-context a.btn {
  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;
}
.home-1 #zo2-getaquote-home2-wrap {
  background: url(../images/bg-g2.jpg) top left no-repeat;
  height: 649px;
}
.home-1 #zo2-getaquote-home2-wrap h3 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 100px 0 0;
  margin-bottom: 70px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}
.home-1 #zo2-getaquote-home2-wrap h3:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 60px;
}
.home-1 #zo2-getaquote-home2-wrap #zo2-position-21 {
  background: url(../images/bg-g1.png) bottom right no-repeat;
  height: 649px;
}
.home-1 #zo2-getaquote-home2-wrap .get-a input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  color: #3D3D3D;
  height: 45px;
  background: none;
  margin-right: 25px;
  margin-bottom: 20px;
  border-color: #3D3D3D;
}
.home-1 #zo2-getaquote-home2-wrap .get-a textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  color: #3D3D3D;
  height: 120px;
  background: none;
  border-color: #3D3D3D;
  width: 51%;
}
.home-1 #zo2-getaquote-home2-wrap .get-a .s-submit {
  padding-top: 30px;
}
.home-1 #zo2-getaquote-home2-wrap .get-a .s-submit .btn {
  background: #203e99;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #203e99;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
  padding: 12px 35px;
}
.home-1 #zo2-getaquote-home2-wrap .get-a .s-submit .btn:hover {
  background: none;
  color: #203e99;
}
.home-1 #zo2-why-last-test-wrap {
  padding-bottom: 60px;
}
.home-1 #zo2-why-last-test-wrap h3.moduletitle {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 60px 0 0;
  margin-bottom: 70px;
  text-transform: uppercase;
  text-align: left;
  color: #363636;
}
.home-1 #zo2-why-last-test-wrap h3.moduletitle:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 60px;
}
.home-1 #zo2-why-last-test-wrap .h2-whychoose ul li {
  padding: 6px 0;
}
.home-1 #zo2-why-last-test-wrap .h2-whychoose ul li a {
  background: url(../images/bg-check.png) top 6px left no-repeat;
  color: #203e99;
  padding-left: 20px;
}
.home-1 #zo2-why-last-test-wrap .h2-whychoose ul li a:hover {
  color: #000000;
}
.home-1 #zo2-why-last-test-wrap #zo2-position-24 {
  padding: 0;
}
.home-1 #zo2-why-last-test-wrap #zo2-position-24 .custom > .container {
  width: auto;
  padding: 0;
}
.home-1 #zo2-why-last-test-wrap .zt-testimo .testimonial-content .t-text {
  background: #ebebeb;
  padding: 30px;
  margin-bottom: 45px;
}
.home-1 #zo2-why-last-test-wrap .zt-testimo .testimonial-content .t-text:after {
  content: "";
  background: url(../images/icon-test.png) no-repeat;
  width: 40px;
  height: 50px;
  position: absolute;
  bottom: 80px;
  left: 60px;
}
.home-1 #zo2-why-last-test-wrap .zt-testimo .testimonial-content .t-img {
  float: left;
  padding: 0 10px 0 16px;
  margin: 0;
}
.home-1 #zo2-why-last-test-wrap .zt-testimo .testimonial-content a {
  padding-top: 10px;
}
.home-1 #zo2-why-last-test-wrap .bx-controls,
.home-1 #zo2-why-last-test-wrap .author {
  display: none;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt-category {
  padding: 0;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper {
  width: auto !important;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item {
  clear: left;
  width: 100% !important;
  margin-bottom: 30px;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item {
  padding: 0;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item a {
  max-width: 80px;
  max-height: 80px;
  float: left;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item a img {
  border: 0;
  padding: 0;
  width: 80px;
  height: 80px;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item h3 {
  overflow: hidden;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item h3 a {
  font-weight: bold;
  font-size: 12px;
  color: #959595;
  text-transform: uppercase;
  max-width: 100%;
  max-height: 100%;
  line-height: 22px;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item h3 a:hover {
  color: #203e99;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item .zt-article-item span.created {
  padding-left: 20px;
  color: #CBCBCB;
  font-size: 12px;
}
.home-1 #zo2-position-23 .last-news .mod-content .zt_news_wrap .owl-wrapper .owl-item:last-child {
  margin-bottom: 0;
}
#zo2-social-top-wrap {
  background-color: #f2f2f2;
}
.home-2 #zo2-social-top-wrap #zo2-position-4 {
  margin: 0 -15px;
}
.home-2 #zo2-social-top-wrap #zo2-position-4 p {
  margin-left: 0;
}
.home-2 #zo2-social-top-wrap #zo2-position-4 .t-contact,
.home-2 #zo2-social-top-wrap #zo2-position-4 .t-social {
  padding-right: 0;
  padding-left: 0;
}
#zo2-social-top-wrap #zo2-position-4 .social-right {
  display: none;
}
#zo2-social-top-wrap #zo2-position-4 p {
  display: inline-block;
  font-size: 13px;
  margin: 0 15px;
  padding-top: 6px;
}
#zo2-social-top-wrap #zo2-position-4 p .fa {
  padding-right: 6px;
}
#zo2-social-top-wrap #zo2-position-4 p:last-child {
  margin-right: 0;
}
#zo2-social-top-wrap #zo2-position-4 .t-social {
  text-align: right;
  padding-top: 6px;
  padding-right: 15px;
  height: 40px;
  position: relative;
  z-index: 88;
}
#zo2-social-top-wrap #zo2-position-4 .t-social ul li {
  display: inline-block;
  margin-left: 14px;
}
#zo2-social-top-wrap #zo2-position-4 .t-social ul li a {
  color: #959595;
  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;
  font-size: 15px;
}
#zo2-social-top-wrap #zo2-position-4 .t-social ul li a:hover {
  color: #203e99;
  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-social-top-wrap #zo2-position-4 .social-right {
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 85;
  display: block;
}
#zo2-social-top-wrap #zo2-position-4 .t-contact {
  background: none;
  text-align: left;
  padding-left: 0;
}
#zo2-social-top-wrap #zo2-position-4 .t-social {
  background: none;
}
#zo2-home-2-logo-wrap #zo2-position-13 {
  text-align: right;
}
#zo2-home-2-logo-wrap #zo2-position-13 > .module {
  margin-right: -70px;
}
#zo2-home-2-logo-wrap #zo2-position-13 > .module p {
  text-align: left;
}
#zo2-home-2-logo-wrap .email-opening {
  padding-top: 15px;
}
#zo2-home-2-logo-wrap .email-opening p {
  line-height: 20px;
  display: inline-block;
  padding-left: 36px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
#zo2-home-2-logo-wrap .email-opening p a {
  color: #959595;
}
#zo2-home-2-logo-wrap .email-opening p a:hover {
  color: #203e99;
}
#zo2-home-2-logo-wrap .email-opening p .fa {
  background: #203e99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
#zo2-home-2-logo-wrap .email-opening p b {
  text-transform: uppercase;
  color: #004a80;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
#zo2-home-2-logo-wrap .email-opening p:first-child {
  margin-right: 50px;
}
#zo2-position-38 .search .search-icon {
  display: none;
}
#zo2-position-38 .search .search-inner {
  right: 15px;
  text-align: right;
  padding: 0;
  display: block;
  position: none;
  width: 100%;
}
#zo2-position-38 .search .search-inner .form-inline {
  position: relative;
  margin-top: 15px;
}
#zo2-position-38 .search .search-inner .search-close {
  display: none;
}
#zo2-position-38 .search .search-inner .inputbox {
  width: 270px;
  height: 44px;
  border: 2px solid #f2f2f2;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 14px;
  font-style: normal;
  padding-left: 18px;
}
#zo2-position-38 .search .search-inner .btn {
  position: absolute;
  right: 5px;
  top: 6px;
  background: none;
  border: 0;
}
#zo2-position-38 .search .search-inner .btn:before {
  font-family: FontAwesome;
  font-size: 14px;
  color: #203e99;
  content: "\f002";
}
#zo2-zt-top-nav-wrap-sticky-wrapper {
  position: relative;
  display: none;
}
#zo2-zt-top-nav-wrap #zo2-position-0 {
  background: #203e99;
  height: 70px;
  margin-top: 0;
}
#zo2-zt-top-nav-wrap #zo2-position-0 .search {
  display: none;
}
#zo2-zt-top-nav-wrap {
  position: absolute;
  z-index: 8989;
  width: 100%;
  top: -35px;
}
#zo2-zt-top-nav-wrap #zo2-mega-menu {
  background: #203e99;
  margin-top: 0;
  height: 70px;
}
#zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  float: left;
}
#zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-menu ul.level-top {
  border: 0;
}
#zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-menu ul.level-top > li {
  border: 0;
}
#zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-menu ul.level-top > li > a {
  color: #ffffff;
  font-family: 'montserratregular', 'Arial', sans-serif;
  letter-spacing: 1px;
  font-size:16px;
  font-weight:normal;
}
#zo2-zt-top-nav-wrap #zo2-mega-menu:before {
  border-right-color: #203e99;
}
#zo2-zt-top-nav-wrap #zo2-position-27 {
  padding-left: 0;
  margin-left: -15px;
}
#zo2-zt-top-nav-wrap #zo2-position-27 .z-get {
  background-color: #203e99;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
#zo2-zt-top-nav-wrap #zo2-position-27 .z-get a {
  line-height: 70px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #004a80;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
#zo2-zt-top-nav-wrap #zo2-position-27 .z-get a:before {
  content: '';
  display: block;
  position: absolute;
  left: -49px;
  top: 0;
  bottom: 0;
  border-top: 70px solid #203e99;
  border-right: 50px solid #004a80;
  border-bottom: 0 solid transparent;
  border-left: 0 solid #203e99;
  z-index: 999;
}
.homepage #zo2-mega-menu .zo2-menu ul.level-top > li:hover > a,
.homepage #zo2-mega-menu .zo2-menu ul.level-top > li:focus > a,
.homepage #zo2-mega-menu .zo2-menu ul.level-top > li.active > a,
.home-1 #zo2-mega-menu .zo2-menu ul.level-top > li:hover > a,
.home-1 #zo2-mega-menu .zo2-menu ul.level-top > li:focus > a,
.home-1 #zo2-mega-menu .zo2-menu ul.level-top > li.active > a {
  color: #fff !important;
}
.homepage #zo2-mega-menu .zo2-menu ul.level-top > .featuresWrap > .mega-dropdown-menu,
.home-1 #zo2-mega-menu .zo2-menu ul.level-top > .featuresWrap > .mega-dropdown-menu {
  top: 90px;
}
.homepage #zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu,
.home-1 #zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu {
  top: 73px;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper,
.home-1 #zo2-zt-top-nav-wrap-sticky-wrapper {
  position: static;
  display: block;
}
.homepage #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top,
.home-1 #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  float: right;
}
.homepage #zo2-zt-top-nav-wrap .get-quote,
.home-1 #zo2-zt-top-nav-wrap .get-quote {
  display: none;
}
.homepage #zo2-zt-top-nav-wrap #zo2-position-0,
.home-1 #zo2-zt-top-nav-wrap #zo2-position-0 {
  background: none;
  margin-top: 15px;
  padding-top: 12px;
}
.homepage #zo2-zt-top-nav-wrap #zo2-position-0 search-inner,
.home-1 #zo2-zt-top-nav-wrap #zo2-position-0 search-inner {
  top: -18px;
}
.homepage #zo2-zt-top-nav-wrap #zo2-position-0 .search,
.home-1 #zo2-zt-top-nav-wrap #zo2-position-0 .search {
  display: block;
}
.homepage #zo2-zt-top-nav-wrap,
.home-1 #zo2-zt-top-nav-wrap {
  position: static;
  top: 0;
}
.homepage #zo2-home-2-logo-wrap #zo2-position-38,
.home-1 #zo2-home-2-logo-wrap #zo2-position-38 {
  display: none;
}
.homepage #zo2-home-2-logo-wrap #zo2-header-logo,
.home-1 #zo2-home-2-logo-wrap #zo2-header-logo {
  position: relative;
  top: -25px;
}
.homepage #zo2-zt-top-nav-wrap #zo2-position-0,
.home-1 #zo2-zt-top-nav-wrap #zo2-position-0 {
  display: block;
}
.homepage #zo2-zt-top-nav-wrap #zo2-position-0 .search-close,
.home-1 #zo2-zt-top-nav-wrap #zo2-position-0 .search-close {
  display: block;
}
.homepage #zo2-zt-top-nav-wrap .search-column,
.home-1 #zo2-zt-top-nav-wrap .search-column {
  position: static;
  display: block;
}
.homepage #zo2-position-0 .search .search-icon.s-hover,
.home-1 #zo2-position-0 .search .search-icon.s-hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  color: #fefefe;
}
.homepage #zo2-position-0 .search,
.home-1 #zo2-position-0 .search {
  float: right;
  width: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.homepage #zo2-position-0 .search .search-icon,
.home-1 #zo2-position-0 .search .search-icon {
  background: none;
  box-shadow: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0.50;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
}
.homepage #zo2-position-0 .search .search-icon i,
.home-1 #zo2-position-0 .search .search-icon i {
  font-size: 150%;
}
.homepage #zo2-position-0 .search .search-icon:hover,
.homepage #zo2-position-0 .search .search-icon:focus,
.home-1 #zo2-position-0 .search .search-icon:hover,
.home-1 #zo2-position-0 .search .search-icon:focus {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.homepage #zo2-position-0 .search .search-inner,
.home-1 #zo2-position-0 .search .search-inner {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  background: ;
  padding: 0 65px 0 15px;
  width: 1170px;
}
.homepage #zo2-position-0 .search .search-inner .search-close,
.home-1 #zo2-position-0 .search .search-inner .search-close {
  position: absolute;
  width: 50px;
  height: 76px;
  line-height: 76px;
  color: #959595;
  font-size: 200%;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 0;
}
.homepage #zo2-position-0 .search .search-inner .inputbox,
.home-1 #zo2-position-0 .search .search-inner .inputbox {
  margin: 0;
  width: 100%;
  height: 85px;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: #959595 !important;
  font-size: 150%;
  font-style: italic;
  background: #fff;
  cursor: text;
}
.homepage #zo2-position-0 .search .search-inner .inputbox:focus,
.home-1 #zo2-position-0 .search .search-inner .inputbox:focus {
  color: #fff;
}
.home-2 #zo2-about-whychoose-wrap {
  padding-bottom: 80px;
  padding-top: 65px;
}
.home-2 #zo2-about-whychoose-wrap h3.moduletitle {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  margin-bottom: 60px;
}
.home-2 #zo2-about-whychoose-wrap h3.moduletitle:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-28 .about-us a.btn {
  padding: 0;
  color: #203e99;
  text-transform: uppercase;
  font-size: 12px;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-28 .about-us a.btn:after {
  content: "";
  background: url(../img/btn-bg.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 4px;
  margin-left: 6px;
  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 #zo2-about-whychoose-wrap #zo2-position-28 .about-us a.btn:hover {
  color: #000000;
  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 #zo2-about-whychoose-wrap #zo2-position-28 .about-us a.btn:hover:after {
  content: "";
  background: url(../images/btn-bg-hover.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 4px;
  margin-left: 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;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion .accordion-section {
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #ebebeb;
  border-radius: 0;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion .accordion-section .accordion-section-title {
  background: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  color: #203e99;
  text-decoration: none;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  font-family: 'Roboto Condensed', sans-serif;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion .accordion-section .accordion-section-title:focus {
  outline: none;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion .accordion-section .accordion-section-title i {
  position: relative;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #203e99;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 0;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion .accordion-section p {
  margin: 0;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion .accordion-section img {
  margin-top: 6px;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion .accordion-section:last-child {
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion-section-content {
  border: 0;
  padding: 0;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion-section-content p:first-child {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion-section-content p {
  padding: 0;
}
.home-2 #zo2-about-whychoose-wrap #zo2-position-29 .mod-content .accordion-section-title i {
  border: 0;
}
.home-2 #zo2-offer-wrap {
  background: #252525;
  padding-top: 80px;
}
.home-2 #zo2-offer-wrap > .container {
  height: 485px;
  background: url(../images/bg-offer.png) top left no-repeat;
}
.home-2 #zo2-offer-wrap .z-offer .o-item {
  padding-right: 20px;
}
.home-2 #zo2-offer-wrap .z-offer img {
  margin: auto;
}
.home-2 #zo2-offer-wrap .z-offer .s-text {
  text-align: center;
}
.home-2 #zo2-offer-wrap .z-offer .s-text h3 {
  margin-top: 28px;
  margin-bottom: 16px;
}
.home-2 #zo2-offer-wrap .z-offer .s-text h3 a {
  font-size: 18px;
  text-transform: uppercase;
  color: #203e99;
}
.home-2 #zo2-offer-wrap .z-offer .s-text p {
  color: #cccccc;
}
.home-2 #zo2-offer-wrap .z-offer .s-text a.btn {
  background: #203e99;
  border: 2px solid #203e99;
  border-radius: 35px;
  color: #ffffff;
  margin-top: 20px;
  padding: 8px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  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 #zo2-offer-wrap .z-offer .s-text a.btn:hover {
  background: #007ba8;
  border-color: #007ba8;
  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 .zo2-wrapper #zo2-body-wrap {
  padding-bottom: 70px;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item {
  float: left;
  width: 31.5%;
  margin: 0 15px;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item h1.item-title {
  padding: 0;
  display: inline-block;
  margin: 0;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item h1.item-title a {
  font-size: 15px;
  color: #203e99;
  padding-top: 25px;
  text-transform: uppercase;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .item {
  padding: 0;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .article-info .create {
  font-size: 13px;
  color: #d7d7d7;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .readmore a {
  color: #203e99;
  font-size: 12px;
  letter-spacing: 0.2px;
  padding: 0;
  text-transform: uppercase;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .readmore a:after {
  content: "";
  background: url(../img/btn-bg.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 4px;
  margin-left: 6px;
  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 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .readmore a:hover {
  color: #000000;
  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 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item .readmore a:hover:after {
  content: "";
  background: url(../images/btn-bg-hover.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 4px;
  margin-left: 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;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .n-item1 {
  margin-left: 0;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .n-item-1 {
  margin-right: 0;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .page-header h1 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  margin-bottom: 60px;
}
.home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .page-header h1:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
#zo2-our-service-home-2-wrap {
  padding-top: 80px;
}
#zo2-our-service-home-2-wrap .outservice-home2 h3 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  margin-bottom: 60px;
  text-transform: uppercase;
}
#zo2-our-service-home-2-wrap .outservice-home2 h3:before {
  background: url(../img/bg-title.png) no-repeat;
  content: "";
  height: 5px;
  margin-top: 50px;
  position: absolute;
  width: 50px;
}
#zo2-our-service-home-2-wrap .outservice-home2 .os-item {
  padding: 0;
  margin-bottom: 60px;
}
#zo2-our-service-home-2-wrap .outservice-home2 .os-item p {
  margin: 0;
  font-size: 15px;
  color: #959595;
  padding-top: 15px;
  line-height: 24px;
}
#zo2-our-service-home-2-wrap .outservice-home2 .os-item .s-img {
  width: auto;
  float: left;
  background: #373c40;
  margin-right: 20px;
  margin-top: 6px;
  width: 100px;
  height: 100px;
  display: flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
#zo2-our-service-home-2-wrap .outservice-home2 .os-item .s-img img {
  margin: auto;
}
#zo2-our-service-home-2-wrap .outservice-home2 .os-item .os-context {
  padding-right: 20px;
}
#zo2-our-service-home-2-wrap .outservice-home2 .os-item .os-context a.os-title {
  font-size: 16px;
  color: #203e99;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
#zo2-our-service-home-2-wrap .outservice-home2 .os-item .os-context a.os-title:hover {
  color: #373c40;
}
#zo2-our-service-home-2-wrap .outservice-home2 .os-item:hover .s-img {
  background: #203e99;
  transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.about-us #zo2-our-service-home-2-wrap {
  background: #f2f2f2;
}
.category #zo2-body-wrap #zo2-message {
  padding: 0;
}
.category #zo2-body-wrap #zo2-message .blog .item-image {
  margin-bottom: 30px;
}
.category #zo2-body-wrap #zo2-message .blog .article_content {
  margin-bottom: 60px;
}
.category #zo2-body-wrap #zo2-message .blog .article_content .page-header {
  margin-left: 85px;
  padding-left: 10px;
}
.category #zo2-body-wrap #zo2-message .blog .article_content .page-header h2 {
  font-size: 30px;
  padding-bottom: 20px;
}
.category #zo2-body-wrap #zo2-message .blog .article_content .page-header h2 a {
  color: #363636;
}
.category #zo2-body-wrap #zo2-message .blog .position-left {
  display: inline-block;
  float: left;
}
.category #zo2-body-wrap #zo2-message .blog .zt_date {
  display: inline-block;
  position: relative;
}
.category #zo2-body-wrap #zo2-message .blog .zt_date .date {
  padding-top: 7px;
  width: 70px;
  height: 80px;
  background: #203e99;
  text-align: center;
  position: absolute;
  top: -69px;
}
.category #zo2-body-wrap #zo2-message .blog .zt_date .date span {
  clear: left;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}
.category #zo2-body-wrap #zo2-message .blog .zt_date .date span.zt_day {
  font-size: 22px;
  font-weight: bold;
}
.category #zo2-body-wrap #zo2-message .blog .article-info {
  display: block;
  position: relative;
}
.category #zo2-body-wrap #zo2-message .blog .article-info dd.hits {
  position: absolute;
  top: 35px;
  padding-top: 15px;
  width: 70px;
  height: 70px;
  border: 1px solid #ebebeb;
  color: #959595;
  text-align: center;
}
.category #zo2-body-wrap #zo2-message .blog .article-info dd.hits .icon-eye-open {
  display: none;
}
.category #zo2-body-wrap #zo2-message .blog .article-info .create {
  display: none;
}
.category #zo2-body-wrap #zo2-message .blog .introtext {
  margin-left: 85px;
  padding-left: 10px;
  font-size: 15px;
}
.category #zo2-body-wrap #zo2-message .blog .introtext:before {
  content: "";
  height: 223px;
  margin-left: -11px;
  margin-top: -50px;
  position: absolute;
  width: 1px;
  background: #ebebeb;
}
.category #zo2-body-wrap #zo2-message .blog .article_bottom {
  margin-left: 85px;
  padding-left: 10px;
  padding-top: 25px;
}
.category #zo2-body-wrap #zo2-message .blog .article_bottom a {
  display: inline-block;
  text-transform: uppercase;
  color: #203e99;
  font-weight: bold;
  transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.category #zo2-body-wrap #zo2-message .blog .article_bottom a:after {
  content: "";
  background: url(../img/btn-bg.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 9px;
  margin-left: 6px;
}
.category #zo2-body-wrap #zo2-message .blog .article_bottom a:hover {
  color: #000000;
  transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.category #zo2-body-wrap #zo2-message .blog .article_bottom a:hover:after {
  content: "";
  background: url(../images/btn-bg-hover.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: 9px;
  margin-left: 6px;
}
#zo2-banner-wrap {
  position: relative;
}
#zo2-banner-wrap .us-img .us-title {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
#zo2-fastsafely-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
#zo2-fastsafely-wrap .w-fastfafely .f-title {
  font-size: 24px;
  color: #363636;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
#zo2-fastsafely-wrap .w-fastfafely .f-title span {
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
#zo2-fastsafely-wrap .w-fastfafely .f-title:after {
  content: "";
  height: 2px;
  width: 100px;
  background: #203e99;
  position: absolute;
  right: 45%;
  top: 80px;
}
#zo2-fastsafely-wrap .w-fastfafely .f-img {
  padding: 0;
}
#zo2-fastsafely-wrap .w-fastfafely .f-text {
  padding: 0 0 0 30px;
}
#zo2-fastsafely-wrap .w-fastfafely .f-text p {
  margin-top: 0;
}
#zo2-fastsafely-wrap .w-fastfafely .t-three {
  line-height: 26px;
}
#zo2-fastsafely-wrap .w-fastfafely .t-three span {
  display: block;
  font-size: 18px;
}
#zo2-fastsafely-wrap .w-fastfafely ul li {
  padding: 3px 0;
}
#zo2-fastsafely-wrap .w-fastfafely ul li a {
  background: url(../images/icon-li.png) top 5px left no-repeat;
  color: #203e99;
  padding-left: 20px;
}
#zo2-fastsafely-wrap .w-fastfafely ul li a:hover {
  color: #000000;
}
.us-info {
  display: inline-block;
  padding-bottom: 20px;
}
.us-info .us-item {
  padding: 0 30px 0 0;
}
.us-info .us-item a.nf-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #203e99;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0 8px 0;
  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;
}
.us-info .us-item a.nf-title:hover {
  color: #000000;
  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;
}
.us-info .us-item p {
  color: #555555;
}
.article .itemImage h1.singleItemTitle {
  margin-left: 85px;
  margin-top: 30px;
}
.article .itemImage .position-left {
  display: inline-block;
}
.article .itemImage .zt_date {
  display: inline-block;
  position: relative;
}
.article .itemImage .zt_date .date {
  border: 0;
  padding-top: 7px;
  width: 70px;
  height: 80px;
  background: #203e99;
  text-align: center;
  position: absolute;
  top: -75px;
  left: 0;
}
.article .itemImage .zt_date .date span {
  clear: left;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}
.article .itemImage .zt_date .date span.zt_day {
  font-size: 22px;
  font-weight: bold;
}
.article .itemImage .article-info {
  position: relative;
}
.article .itemImage .article-info .create {
  display: none;
}
.article .itemImage .article-info .hits {
  position: absolute;
  top: 0;
  padding-top: 15px;
  width: 70px;
  height: 70px;
  border: 1px solid #ebebeb;
  color: #959595;
  text-align: center;
}
.article .itemImage .article-info .hits .fa {
  display: none;
}
.article .itemImage .article_content {
  margin-left: 85px;
  margin-top: -45px;
}
.article .itemImage .article_content .introText .zt-spead {
  padding-left: 36px;
  font-style: italic;
}
.article .itemImage .article_content .introText p {
  margin-bottom: 30px;
}
.article .itemImage .article_content .introText .col-sm-12,
.article .itemImage .article_content .introText .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.about-us .itemImage .article_content,
.services .itemImage .article_content,
.home-1 .itemImage .article_content {
  margin: 0;
}
.about-us .itemImage .zt_date,
.services .itemImage .zt_date,
.home-1 .itemImage .zt_date {
  display: none;
}
.blog-featured .items-leading .item-image,
.blog-featured .items-row .item-image {
  width: 100%;
  overflow: hidden;
}
.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;
}
.transition-hover {
  transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.back-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.radius-100 {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.font-title {
  font-family: 'Roboto Condensed', sans-serif;
}
.font-content {
  font-family: 'Roboto', sans-serif;
}
.logistic-get-a-quote {
  background-color: #ebebeb;
}
.logistic-get-a-quote h3.moduletitle {
  color: #ffffff;
  padding: 30px;
  margin-bottom: 0 !important;
  background: #373c40;
  margin: 0;
}
.logistic-get-a-quote h3.moduletitle:before {
  display: none;
}
.logistic-get-a-quote .mod-content {
  padding: 30px;
  position: relative;
}
.logistic-get-a-quote .mod-content .jvformcontactlogistic-get-a-quote #myForm #vehicles_list {
  display: none;
}
.logistic-get-a-quote .mod-content .jvformcontactlogistic-get-a-quote #myForm .main-success >p {
  margin: 0;
}
.logistic-get-a-quote .mod-content .jvformcontactlogistic-get-a-quote #myForm .main-success >p input[type="text"] {
  border: none;
  height: 45px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.logistic-get-a-quote .mod-content .jvformcontactlogistic-get-a-quote #myForm .main-success >p textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  color: #aaaaaa;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.logistic-get-a-quote .mod-content .jvformcontactlogistic-get-a-quote #myForm .main-success >p input.button {
  background: url(../img/bg-btn.png) no-repeat;
  border: 0;
  padding: 0 0 0 15px;
  width: 117px;
  height: 41px;
  margin-top: 20px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.testimonial-content>span {
  background-color: transparent;
  font-style: normal;
}
.testimonial-content > span:before {
  display: none;
}
.bx-wrapper img {
  margin: 0 auto;
}
.shortcodes ul.menu {
  background: transparent;
}
#zo2-position-2 .breadcrumb {
  display: none;
}
#zo2-home-2-logo-wrap {
  padding-bottom: 52px;
  padding-top: 16px;
}
#zo2-home-2-logo-wrap.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
#zo2-home-2-logo-wrap.sticky #zo2-header-logo img {
  transform: scale(.8);
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#retina-logo,
#sticky-logo {
  display: none;
}
@media (min-width: 768px) {
  .homepage #zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu,
  .home-1 #zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu {
    top: 90px;
  }
  #zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu .mega-dropdown-menu {
    top: 0;
    left: 100%;
  }
  #zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu .mega-dropdown-inner .level2 li.mega a:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    margin: 0;
  }
  #zo2-mega-menu .zo2-menu ul.level-top > li .mega-dropdown-menu .mega-dropdown-inner .level3 li a:after {
    font-size: 0;
  }
}
#zo2-our-menu-wrap .zt-testimo .owl-stage-outer .owl-stage .testimonial-item .t-img img {
  width: 126px;
  height: 126px;
  margin: 0 auto;
}
.last-news .zt-category .zt-list-items,
.most-viewed .zt-category .zt-list-items {
  width: 100%;
}
.last-news .zt-category .zt-list-items .zt-item .zt-title a,
.most-viewed .zt-category .zt-list-items .zt-item .zt-title a {
  font-weight: bold;
  font-size: 12px;
  color: #959595;
  text-transform: uppercase;
  max-width: 100%;
  max-height: 100%;
  line-height: 22px;
}
.last-news .zt-category .zt-list-items .zt-item .post-thumnail .thumbnail,
.most-viewed .zt-category .zt-list-items .zt-item .post-thumnail .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .homepage #zo2-zt-top-nav-wrap #zo2-mega-menu:before,
  .home-1 #zo2-zt-top-nav-wrap #zo2-mega-menu:before {
    border: none !important;
  }
  #zo2-zt-top-nav-wrap #zo2-mega-menu {
    background: #fff;
  }
  .canvas-toggle {
    padding-top: 30px;
  }
  #zo2-mega-menu .zo2-menu {
    background: #fff;
  }
  #zo2-mega-menu .level-top,
  .homepage #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top,
  .home-1 #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
    float: left;
    width: 100%;
  }
  #zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-menu ul.level-top > li > a {
    color: #000;
  }
  #zo2-mega-menu .zo2-menu ul.level-top > li > a,
  .homepage #zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-menu ul.level-top > li > a,
  .home-1 #zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-menu ul.level-top > li > a {
    line-height: 35px;
    border-radius: 0;
  }
  #zo2-mega-menu .zo2-menu ul.level-top .caret {
    display: block !important;
    float: right !important;
  }
  #zo2-mega-menu .zo2-menu ul.level-top > .featuresWrap > .mega-dropdown-menu,
  .homepage #zo2-mega-menu .zo2-menu ul.level-top > .featuresWrap > .mega-dropdown-menu,
  .home-1 #zo2-mega-menu .zo2-menu ul.level-top > .featuresWrap > .mega-dropdown-menu,
  .homepage #zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu,
  .home-1 #zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu {
    top: 10px !important;
  }
  #zo2-mega-menu .zo2-menu ul.level-top > li > .mega-dropdown-menu {
    top: 10px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #zo2-mega-menu .zo2-menu ul.level-top > li > a {
    line-height: 50px;
    padding: 0 7px;
    font-size: 12px;
  }
  .homepage #zo2-zt-top-nav-wrap #zo2-mega-menu:before,
  .home-1 #zo2-zt-top-nav-wrap #zo2-mega-menu:before {
    border: none;
  }
}
@media (max-width: 1200px) {
  #zo2-body-wrap .contact .contact-form #contact-form .control-group .controls #jform_contact_emailmsg,
  #zo2-body-wrap .contact .contact-form #contact-form .control-group .controls #jform_contact_email {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home-1 #zo2-zt-top-nav-wrap #zo2-header-logo,
  .homepage #zo2-zt-top-nav-wrap #zo2-header-logo {
    margin-top: 10px;
  }
  .zo2-wrapper #zo2-mega-menu .zo2-menu ul.level-top > li > a {
    padding: 0 18px;
  }
  .zo2-wrapper .bx-wrapper .bx-viewport {
    height: 433px !important;
  }
  .zo2-wrapper .bx-wrapper .bx-viewport .zt-slideshow .zt-slidershow-item {
    height: 433px;
  }
  .zo2-wrapper #zo2-slide .ztsl {
    position: relative;
    top: -90px;
  }
  .zo2-wrapper #zo2-body-wrap .blog-featured .n-item-1 {
    margin: 0 !important;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .bg-otofun {
    background: #363636;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .bg-otofun .bg-why-left {
    background-size: 100%;
    background-position: right center;
  }
  .zo2-wrapper #zo2-mega-menu .zo2-menu ul.level-top > li > a {
    padding: 0 16px;
  }
  .zo2-wrapper #zo2-banner-wrap img {
    min-height: 300px;
  }
  .zo2-wrapper #zo2-mega-menu .zo2-menu ul.level-top > li > a {
    padding: 0 15px;
  }
  .zo2-wrapper .zt-slideshow .full-background {
    background-size: contain;
  }
  .zo2-wrapper #zo2-home-2-logo-wrap #zo2-position-13 {
    text-align: left;
  }
  .zo2-wrapper #zo2-slide .ztsl .btn-slide {
    padding-top: 15px;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo #standard-logo {
    left: -10px;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact,
  .homepage .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact {
    position: relative;
    z-index: 87;
  }
  .homepage .zo2-wrapper #zo2-home-2-logo-wrap,
  .home-1 .zo2-wrapper #zo2-home-2-logo-wrap {
    padding-top: 0;
  }
  .homepage .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo,
  .home-1 .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo {
    left: -15px;
    position: relative;
    top: -10px;
    z-index: 87;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0,
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 {
    margin-top: 15px;
  }
  .homepage .zo2-wrapper #zo2-position-0 .search .search-inner,
  .home-1 .zo2-wrapper #zo2-position-0 .search .search-inner {
    width: 970px;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item {
    padding: 15px;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item img {
    margin: auto;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap .servicelist .s-item:hover .s-hover {
    height: 480px;
    top: 15px;
  }
  .homepage .zo2-wrapper #zo2-slide .ztsl,
  .home-1 .zo2-wrapper #zo2-slide .ztsl {
    margin-top: -215px;
  }
}
@media (min-width: 992px) {
  #zo2-zt-top-nav-wrap-sticky-wrapper {
    display: block;
  }
  .container .row .col-md-12,
  .container .row .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .category #zo2-body-wrap .col-md-8 {
    padding-left: 0;
  }
  .category #zo2-body-wrap .col-md-4 {
    padding-right: 0;
  }
  #zo2-home-2-logo-wrap.sticky {
    display: none;
  }
}
@media (max-width: 991px) {
  .zo2-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo #standard-logo,
  .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo #standard-logo {
    top: 0 !important;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo img,
  .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo img {
    margin: auto;
  }
  .homepage .zo2-wrapper #zo2-our-service-wrap #zo2-position-35 {
    margin-top: 0;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap,
  .homepage .zo2-wrapper #zo2-social-top-wrap {
    background: #373c40;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap #zo2-position-4,
  .homepage .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 {
    background: #373c40;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .custom > .container,
  .homepage .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .custom > .container {
    background: #373c40;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact,
  .homepage .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact {
    background: #373c40;
    text-align: left;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact p:first-child,
  .homepage .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact p:first-child {
    margin-left: 0;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .social-right,
  .homepage .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .social-right {
    background: none;
  }
  .zo2-wrapper #zo2-home-2-logo-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zo2-wrapper #zo2-canvas-menu {
    color: #a67c52;
  }
  .zo2-wrapper #zo2-canvas-menu .button-canvas {
    padding-top: 36px;
  }
  .zo2-wrapper iframe {
    width: auto;
  }
  .zo2-wrapper .zo2-logo a {
    margin-right: -16.666666666%;
  }
  .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact {
    position: relative;
    z-index: 87;
  }
  .zo2-wrapper .bx-wrapper .bx-viewport {
    height: 328px !important;
  }
  .zo2-wrapper .bx-wrapper .bx-viewport .zt-slideshow .zt-slidershow-item {
    height: 328px;
  }
  .zo2-wrapper #zo2-slide .ztsl {
    position: relative;
    top: -250px;
  }
  .zo2-wrapper #zo2-slide .ztsl h2 {
    font-size: 36px;
  }
  .zo2-wrapper #zo2-position-0 .search .search-inner .form-inline {
    z-index: 8991;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .bg-otofun {
    background: #363636;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .bg-otofun .bg-why-left {
    background: none;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-27 {
    display: none;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap {
    top: -95px;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 {
    display: none;
  }
  .zo2-wrapper .fa-2x::after {
    bottom: 7px;
  }
  .zo2-wrapper #zo2-fastsafely-wrap .w-fastfafely .f-text {
    padding: 0;
  }
  .zo2-wrapper #zo2-banner-wrap img {
    min-height: 300px;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .wap-why .wap-left,
  .zo2-wrapper #zo2-why-choose-us-wrap .bg-otofun {
    background: none;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .why-us .w-item {
    padding-left: 0;
    text-align: center;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .why-us .w-item:before {
    left: 0;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .why-us h3 {
    text-align: center;
  }
  .zo2-wrapper .zt-slideshow .full-background {
    background-size: contain;
  }
  .zo2-wrapper #zo2-home-2-logo-wrap #zo2-position-13 {
    text-align: left;
  }
  .offcanvas .sidebar-nav ul li a {
    padding-left: 16px;
  }
  .homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item {
    margin: 0 6px !important;
  }
  .homepage .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo,
  .home-1 .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo {
    left: -15px;
    position: relative;
    top: -10px;
    z-index: 87;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0,
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 {
    float: right;
    margin-top: 15px;
    display: block;
  }
  .homepage .zo2-wrapper #zo2-position-0 .search .search-inner,
  .home-1 .zo2-wrapper #zo2-position-0 .search .search-inner {
    width: 750px;
  }
  .homepage .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo,
  .home-1 .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo {
    left: 40px;
    z-index: 8990;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item {
    padding: 15px;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item img {
    margin: auto;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item h2 {
    text-align: center;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item .s-context {
    text-align: center;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item .s-context p {
    margin: auto;
    width: 55%;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap #zo2-position-20 .servicelist .s-item:hover .s-hover {
    top: 15px;
    left: 18.8%;
    height: 480px;
  }
  .home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item {
    margin: 0 6px !important;
  }
  .home1 .fa-2x::after,
  .homepage .fa-2x::after,
  .home-1 .fa-2x::after {
    bottom: 7px;
  }
  .home1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo::after,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo::after,
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo::after {
    background: #fff;
  }
  .home1 .zo2-wrapper #zo2-zt-top-nav-wrap:after,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap:after,
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap:after {
    background: none;
  }
  .home1 .zo2-wrapper #zo2-zt-top-nav-wrap > .container,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap > .container,
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap > .container {
    background: none;
  }
  .home1 .zo2-wrapper #zo2-position-0 .search .search-icon,
  .homepage .zo2-wrapper #zo2-position-0 .search .search-icon,
  .home-1 .zo2-wrapper #zo2-position-0 .search .search-icon {
    color: #203e99;
  }
  .home1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo,
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo {
    position: relative;
  }
  #zo2-slide .content-text .ztsl h2 {
    padding-top: 50px;
  }
  #zo2-slide .content-text .ztsl .btn-slide {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  #zo2-slide .content-text .ztsl h2 {
    padding-top: 50px;
  }
  #zo2-slide .content-text .ztsl .btn-slide {
    padding-top: 15px;
  }
  .homepage .zo2-wrapper #zo2-our-service-wrap #zo2-position-35 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .offcanvas .sidebar-nav ul li a {
    padding-left: 16px;
  }
  .zo2-wrapper .button-canvas {
    padding-top: 30px;
    color: #a67c52;
  }
  .zo2-wrapper iframe {
    width: auto;
  }
  .zo2-wrapper .bx-wrapper .bx-viewport {
    height: 205px !important;
  }
  .zo2-wrapper .bx-wrapper .bx-viewport .zt-slideshow .zt-slidershow-item {
    height: 205px;
  }
  .zo2-wrapper .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .zo2-wrapper #zo2-slide .content-text {
    position: absolute;
    top: 70px;
  }
  .zo2-wrapper #zo2-slide .content-text .ztsl {
    margin-top: 0;
  }
  .zo2-wrapper #zo2-slide .content-text h2 {
    font-size: 30px;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .bg-otofun {
    background: none;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-27 {
    display: none;
  }
  .zo2-wrapper .fa-2x::after {
    bottom: 7px;
  }
  .zo2-wrapper #zo2-fastsafely-wrap .w-fastfafely .f-text {
    padding: 0;
  }
  .zo2-wrapper #zo2-banner-wrap img {
    min-height: 300px;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .wap-why .wap-left,
  .zo2-wrapper #zo2-why-choose-us-wrap .bg-otofun {
    background: none;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .wap-why .wap-left .bg-why-left,
  .zo2-wrapper #zo2-why-choose-us-wrap .bg-otofun .bg-why-left {
    background: none;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .why-us .w-item {
    padding-left: 0;
    text-align: center;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .why-us .w-item:before {
    left: -25px;
    background-size: 60%;
  }
  .zo2-wrapper #zo2-why-choose-us-wrap .why-us h3 {
    text-align: center;
  }
  .zo2-wrapper .zt-slideshow .full-background {
    background-size: contain;
  }
  .zo2-wrapper #zo2-home-2-logo-wrap #zo2-position-13 {
    text-align: left;
  }
  .category #zo2-body-wrap #zo2-message .blog .introtext {
    padding-right: 15px;
  }
  .home-1 .zo2-wrapper .button-canvas,
  .homepage .zo2-wrapper .button-canvas {
    padding-top: 38px;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap,
  .homepage .zo2-wrapper #zo2-social-top-wrap {
    background: #373c40;
    min-height: auto;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .custom > .container,
  .homepage .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .custom > .container {
    background: #373c40;
  }
  .home-1 .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact,
  .homepage .zo2-wrapper #zo2-social-top-wrap #zo2-position-4 .t-contact {
    padding-right: 0;
  }
  .home-1 .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo,
  .homepage .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo {
    top: -15px;
  }
  .home-1 .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo img,
  .homepage .zo2-wrapper #zo2-home-2-logo-wrap #zo2-header-logo img {
    position: relative;
    z-index: 8990;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper {
    z-index: 9800;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper .search-area,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper .search-area {
    position: static;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 {
    z-index: 8992;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search-inner,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search-inner {
    width: 100%;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search .search-inner .form-inline,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search .search-inner .form-inline {
    margin-top: 0;
  }
  .home-1 #zo2-social-top-wrap,
  .homepage #zo2-social-top-wrap {
    min-height: 80px;
  }
  .home-1 #zo2-social-top-wrap #zo2-position-4 .custom > .container,
  .homepage #zo2-social-top-wrap #zo2-position-4 .custom > .container {
    padding: 0;
    background: none;
  }
  .homepage .zo2-wrapper #zo2-our-service-wrap #zo2-position-35 {
    margin-top: 0;
  }
  .homepage .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item {
    width: 100% !important;
    margin: auto;
  }
  .home-1 .zo2-wrapper #zo2-getaquote-home2-wrap h3 {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .home-1 .zo2-wrapper #zo2-getaquote-home2-wrap #zo2-position-21 {
    background: none;
  }
  .home-2 .zo2-wrapper #zo2-offer-wrap {
    overflow: hidden;
  }
  .home-2 .zo2-wrapper #zo2-body-wrap .blog-featured .zt-item {
    width: 100% !important;
  }
  .home1 .fa-2x::after,
  .homepage .fa-2x::after {
    bottom: 7px;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo::after,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo::after {
    background: #fff;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap:after,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap:after {
    background: none;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap > .container,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap > .container {
    background: none;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap #zo2-canvas-menu,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap #zo2-canvas-menu {
    z-index: 888;
  }
  .home-1 .zo2-wrapper #zo2-position-0 .search .search-icon,
  .homepage .zo2-wrapper #zo2-position-0 .search .search-icon {
    color: #203e99;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo {
    position: relative;
    padding-top: 6px;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo #standard-logo,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo #standard-logo {
    top: 0;
  }
  .category #zo2-body-wrap #zo2-message .blog .article-info dd.hits {
    left: 5px;
  }
  .category #zo2-body-wrap #zo2-message .blog .zt_date .date {
    left: 5px;
  }
  .pricing-tables.pricing-4 .pricing-item {
    width: 50%;
  }
  #zo2-position-8 {
    padding-left: 0;
  }
  #zo2-position-8 .search-right .search-inner button.btn-primary {
    right: 15px;
  }
  #zo2-position-8 .search-right .search-inner input#mod-search-searchword {
    width: 100%;
  }
  #zo2-footer-wrap #zo2-position-18 {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .home-1 .zo2-wrapper #zo2-social-top-wrap,
  .homepage .zo2-wrapper #zo2-social-top-wrap {
    min-height: auto;
  }
}
@media (max-width: 479px) {
  .zo2-wrapper .logo-area {
    width: 83.333333333%;
  }
  .zo2-wrapper .search-form {
    width: 100%;
  }
  .zo2-wrapper .search-form .search-inner .inputbox {
    width: 100% !important;
  }
  .sticky .search-form {
    display: none;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper {
    z-index: 9800;
  }
  .home-1 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search .search-inner .form-inline,
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search .search-inner .form-inline {
    margin-top: 0;
  }
  #zo2-social-top-wrap #zo2-position-4 {
    height: auto !important;
  }
  #zo2-social-top-wrap #zo2-position-4 .t-social,
  #zo2-social-top-wrap #zo2-position-4 .t-contact {
    width: 100%;
    height: auto;
    text-align: center !important;
  }
  #zo2-social-top-wrap #zo2-position-4 .t-social {
    padding-left: 0;
  }
  #zo2-social-top-wrap #zo2-position-4 .t-contact {
    padding-right: 0;
  }
  #zo2-slide .content-text .ztsl h2 {
    font-size: 16px;
    padding-top: 0;
  }
  #zo2-slide .content-text .ztsl .btn-slide a {
    padding: 5px;
    font-size: 8px;
  }
  #zo2-zt-top-nav-wrap .home-logo {
    width: 80%;
  }
  .pricing-tables.pricing-4 .pricing-item,
  .pricing-tables.pricing-3 .pricing-item {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .home-1 .zo2-wrapper #zo2-services-list-wrap .servicelist .s-item:hover .s-hover,
  .homepage .zo2-wrapper #zo2-services-list-wrap .servicelist .s-item:hover .s-hover {
    height: 320px;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap .servicelist .s-item .s-context p,
  .homepage .zo2-wrapper #zo2-services-list-wrap .servicelist .s-item .s-context p {
    width: 100%;
  }
  .home-1 .zo2-wrapper #zo2-services-list-wrap .servicelist .s-item .s-context a.btn,
  .homepage .zo2-wrapper #zo2-services-list-wrap .servicelist .s-item .s-context a.btn {
    padding: 5px 25px;
    margin-top: 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;
}
.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 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;
}
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-zt-top-nav-wrap-sticky-wrapper #zo2-mega-menu .level-top {
  float: left;
}
.rtl #zo2-zt-top-nav-wrap::after {
  right: auto;
  left: 0;
}
.rtl #zo2-slide {
  direction: ltr;
}
.rtl #zo2-our-service-wrap,
.rtl #zo2-our-menu-wrap,
.rtl #zo2-getaquote-home2-wrap {
  direction: ltr;
}
.rtl #zo2-social-top-wrap {
  background: #fff;
}
.rtl #zo2-social-top-wrap #zo2-position-4 .t-social {
  text-align: left;
}
.rtl #zo2-social-top-wrap #zo2-position-4 .t-contact {
  padding-right: 0;
  text-align: left;
}
.rtl #zo2-social-top-wrap #zo2-position-4 .t-contact .fa {
  padding-right: 0;
  padding-left: 6px;
}
.rtl #zo2-position-0 .search .search-inner {
  right: auto;
  left: -15px;
}
.rtl #zo2-position-0 .search .search-inner .inputbox {
  height: 85px;
}
.rtl #zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu {
  position: absolute;
}
.rtl #zo2-why-choose-us-wrap {
  direction: ltr;
}
.rtl #zo2-why-choose-us-wrap > .container {
  max-width: 100%;
}
.rtl #zo2-services-list-wrap > .container {
  max-width: 100%;
}
.rtl #zo2-services-list-wrap .servicelist .s-item .s-context {
  padding-left: 0;
  padding-right: 30px;
}
.rtl #zo2-who-we-are-wrap .get-a .input-phone-email input#phone {
  margin-right: 0;
  margin-left: 8px;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo::after {
  background: url("../images/bg-logo-rtl.png") no-repeat;
  right: auto;
  left: 0;
}
.rtl #zo2-why-last-test-wrap #zo2-position-24 {
  direction: ltr;
}
.rtl .h2-aboutus ul li a {
  background: url("../images/bg-more-rtl.png") no-repeat right top 6px;
  padding-left: 0;
  padding-right: 20px;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-27 {
  padding-right: 0;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-27 .z-get {
  background: #203e99 url("../images/bg-geta-rtl.png") no-repeat scroll left top;
  padding: 23px 0 0 25px;
  text-align: left;
}
.rtl #zo2-home-2-logo-wrap .email-opening p:first-child {
  margin-right: auto;
  margin-left: 50px;
}
.rtl #zo2-position-38 .search .search-inner {
  text-align: left;
}
.rtl #zo2-position-38 .search .search-inner .btn {
  right: auto;
  left: 5px;
}
.rtl .contact-category ul.list-striped li span.pull-right {
  float: left !important;
}
.rtl #zo2-body-wrap .contact .contact-form #contact-form .control-group .controls #jform_contact_email {
  margin-left: 35px;
  margin-right: 0;
}
.rtl #zo2-body-wrap .contact .address_block .contact-address-block .pull-left {
  float: right !important;
  padding-left: 10px;
  padding-right: 0;
}
.rtl #zo2-fastsafely-wrap .w-fastfafely .f-text {
  padding: 0 30px 0 0;
}
.rtl #zo2-fastsafely-wrap .w-fastfafely ul li a {
  background: url("../images/icon-li.png") no-repeat right top 5px;
  color: #203e99;
  padding-left: 0;
  padding-right: 20px;
}
.rtl #zo2-footer-wrap .f-contactus .h-contactus {
  background: url("../img/icon-contact.png") no-repeat right top 6px;
  padding-left: 0;
  padding-right: 30px;
}
.rtl #zo2-body-wrap #zo2-message .blog .zt_date {
  direction: ltr;
}
.rtl #zo2-body-wrap #zo2-message .blog .article-info {
  direction: ltr;
  font-size: 90%;
}
.rtl #zo2-body-wrap #zo2-message .blog .introtext,
.rtl #zo2-body-wrap #zo2-message .blog .article_content .page-header,
.rtl #zo2-body-wrap #zo2-message .blog .article_bottom,
.rtl #zo2-our-service-home-2-wrap {
  direction: ltr;
}
.rtl #zo2-position-8 .search-right .search-inner button.btn-primary {
  right: auto;
  left: 20px;
  padding: 15px 25px;
}
.rtl #zo2-position-8 .module h3.moduletitle {
  text-align: right;
}
.rtl #zo2-position-8 .tagswidget .tagspopular ul li {
  float: right;
}
.rtl .itemImage {
  direction: ltr;
}
.rtl .itemImage .article-info .hits {
  font-size: 90%;
}
.rtl .article-info dd {
  float: right;
}
.rtl #zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li a {
  text-align: right;
}
.rtl #zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.dropdown-submenu > a::after {
  float: left;
  content: "\f104";
}
.rtl .zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
  left: auto;
  right: 100%;
}

.amazingslider-title-1{
	font-family:'ralewaybold', Arial !important;
    color: #ffffff;
    text-shadow: 1px 2px 3px #0000008c !important;
}

#standard-logo a.custom-logo-link, #sticky-logo a.custom-logo-link{
    width: 201px;
    z-index: 999999 !IMPORTANT;
    position: relative;
    top: 11px;	
}