.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;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #CCC;
  color: #575757;
  padding: 0 12px;
  height: 32px;
  line-height: 32px \9;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  outline: none;
}
textarea:focus,
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: #e53333;
}
select {
  height: 32px;
  padding: 5px;
  line-height: 25px;
}
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.tp-caption .btn,
#zt-slogan .btn,
.pager li a,
fieldset.filters .btn,
.form-actions .btn-primary,
#searchForm .btn,
.login-form .btn-primary,
#helpsite-refresh,
.logout .btn,
.form-actions .validate {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  border: 0;
  outline: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #e53333;
  font-size: 133%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  margin-bottom:2px;
}
input.button:hover,
input.button:focus,
span.button:hover,
span.button:focus,
button.button:hover,
button.button:focus,
div.button:hover,
div.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
.tp-caption .btn:hover,
.tp-caption .btn:focus,
#zt-slogan .btn:hover,
#zt-slogan .btn:focus,
.pager li a:hover,
.pager li a:focus,
fieldset.filters .btn:hover,
fieldset.filters .btn:focus,
.form-actions .btn-primary:hover,
.form-actions .btn-primary:focus,
#searchForm .btn:hover,
#searchForm .btn:focus,
.login-form .btn-primary:hover,
.login-form .btn-primary:focus,
#helpsite-refresh:hover,
#helpsite-refresh:focus,
.logout .btn:hover,
.logout .btn:focus,
.form-actions .validate:hover,
.form-actions .validate:focus {
  background: #e53333;
  border: 0;
  outline: 0;
  box-shadow: inset 0 -2px 2px #e53333;
  -moz-box-shadow: inset 0 -2px 2px #e53333;
  -webkit-box-shadow: inset 0 -2px 2px #e53333;
}
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;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img,
.img_caption img {
  max-width: 150px;
  overflow: hidden;
  max-width: auto;
}
.ie8 .img-intro-left img,
.ie8 .img-intro-right img,
.ie8 .img-intro-none img,
.ie8 .item-image img,
.ie8 .img-fulltext-right img,
.ie8 .img-fulltext-left img
.ie8 .img-wrapper,
.ie8 .img_caption img {
  max-width: auto !important;
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: inline-block;
}
.item-page .img-wrapper {
  margin-top: 6px;
}
.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
  background: none;
}
.img_caption.left,
.img-intro-left,
.pull-left.item-image {
  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;
}
.items-row {
  margin-bottom: 30px;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Serif;
}
.homepage h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.readmore {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: capitalize;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  background: none repeat scroll 0 0 #7fbe54;
  color: #fff;
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.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: #e53333;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #e53333;
}
.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: 6px;
  color: #525252;
  font-size: 106%;
  padding-right: 6px;
  line-height: 14px;
}
.article-info dd.create,
.article-info dd.category-name {
  border-right: 1px solid #cccccc;
}
.article-info .article-info-inner {
  float: left;
  width: 100%;
  text-align: center;
}
.article-info .article-info-inner >div {
  display: inline-block;
  margin-left: 0;
  margin-right: 6px;
  padding-right: 10px;
  white-space: nowrap;
  color: #aaaaaa;
  font-size: 106%;
  line-height: 14px;
}
.article-info .article-info-inner >div i {
  color: #404040;
  font-size: 106%;
}
.article-info .article-info-inner div.category-name a {
  color: #aaaaaa;
}
.article-info .article-info-inner div.createdby a {
  color: #aaaaaa;
}
/*
.article-info .article-info-inner div.create {
  border-right: 1px solid #cccccc;
}
.article-info .article-info-inner div.category-name {
  border-right: 1px solid #cccccc;
}
.article-info .article-info-inner div.createdby {
  border-right: 1px solid #cccccc;
}
*/
.article-info .article-info-term {
  display: none;
}
.blog div.item {
  margin: 20px 0 0;
}
.blog .article-info {
  margin: 0;
  width: 80%;
}
.blog .article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  color: #cccccc;
  font-size: 106%;
}
.blog .article-info dd i {
  color: #404040;
  font-size: 106%;
}
.blog .icons .pull-right {
  margin: -7px 0 0;
}
.icon-edit,
.icon-print,
.icon-envelope {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon-edit:before {
  content: "\f044";
}
.icon-print:before {
  content: "\f02f";
}
.icon-envelope:before {
  content: "\f0e0";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
ul.menu li {
  display: inline-block;
}
.zo2-pagination {
  text-align: center;
  width: 100%;
}
.zo2-pagination .counter {
  color: #898989;
  font-size: 13px;
}
.zo2-pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
}
.zo2-pagination ul >li {
  display: inline-block;
  margin: 0 5px;
}
.zo2-pagination ul >li:first-child a,
.zo2-pagination ul >li:last-child a,
.zo2-pagination ul >li:first-child span,
.zo2-pagination ul >li:last-child span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.zo2-pagination ul >li >a {
  color: #898989;
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li >span {
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li.active >span {
  background: #7fbe54;
  border: 1px solid #7fbe54;
  color: #fff;
}
.zo2-pagination ul >li.active >span:hover,
.zo2-pagination ul >li.active >span:active,
.zo2-pagination ul >li.active >span:focus {
  background: #7fbe54;
  border: 1px solid #7fbe54;
  color: #fff;
}
.zo2-pagination ul >li.disabled {
  font-size: 14px;
}
.zo2-pagination ul >li.disabled a {
  line-height: 21px;
}
#login-form #form-login-submit {
  width: 100%;
  display: block;
  overflow: hidden;
}
#login-form .logout-button .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .sign-in {
  font-size: 13px;
  line-height: 42px;
  padding-left: 15px;
}
#login-form ul.unstyled {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}
#login-form ul.unstyled li {
  float: left;
  font-size: 11px;
  padding-right: 15px;
}
#login-form span.icon-plus-sign {
  visibility: hidden;
}
#login-form .controls label {
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.contact-form textarea,
.contact-form input[type="email"],
.contact-form input[type="text"] {
  width: 100%;
}
.contact-form .uneditable-input {
  width: 100%;
}
.contact-form #jform_contact_email_copy-lbl {
  margin-right: 10px;
}
.contact-form legend {
  font-size: 11px;
  color: #666;
  border: 0;
}
.contact-form span.icon-ok-circle {
  position: relative;
  margin-top: -1px;
  padding-right: 5px;
  opacity: 0.8;
}
.contact-form .message-form {
  display: block;
  margin-top: 10px;
}
.contact-form .contact-fields,
.contact-form .message-input {
  display: block;
  width: 98%;
}
.contact-form .message-input textarea {
  width: 100%;
  height: 250px;
}
.contact-form .send-btn,
.contact-form .email-copy {
  padding: 10px 0 0 0;
}
.contact-form .email-copy-label {
  float: left;
}
.contact-form .email-copy-label label {
  margin: 8px 8px 8px 0;
  padding-left: 12px;
  font-size: 11px;
  color: #999;
}
.contact-form .email-copy-input {
  float: left;
}
.contact-form .email-copy-input input[type="checkbox"] {
  height: 15px;
  width: 15px;
  padding: 0;
  vertical-align: middle;
  margin: 12px 0px 8px 0px;
  border: 1px solid #A5A5A5;
}
.name-label label {
  font-weight: bold;
}
.email-label label {
  font-weight: bold;
}
.subject-label {
  margin-top: 10px;
}
.subject-label label {
  font-weight: bold;
}
.message-label label {
  font-weight: bold;
}
.name-input,
.email-input,
.subject-input,
.message-form {
  margin-right: 15px;
}
fieldset.filters {
  padding: 20px;
  margin: 0 0 20px 0;
}
.filter-search.alert.alert-info {
  background: none;
  border: 0;
  float: left;
  background-image: none;
  padding: 0;
  margin: 0 10px 0 0;
}
.search-results .result-title {
  margin-top: 24px;
}
.search dt.result-title {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
#searchForm fieldset {
  margin: 20px 0;
}
#search-results ul.search-results {
  list-style-type: none;
}
#search-results ul.search-results li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}
#mod-finder-searchform.form-search {
  position: relative;
  margin: 0;
  padding: 0;
}
#mod-finder-searchform.form-search button {
  padding: 5px 10px;
  border: 0;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-indent: -9999px;
}
#mod-finder-searchform.form-search input {
  padding: 8px 40px 8px 12px;
  font-size: 11px;
  color: #b2b2b2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform.form-search input.input-medium {
  width: 170px;
}
#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
  padding: 8px 60px 8px 12px;
  border: 1px solid #aaa;
  color: #565656;
}
.search-module {
  position: relative;
  margin: 0;
  padding: 0;
}
.search-module button {
  padding: 5px 10px;
  border: 0;
  display: block;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.search-module button span {
  text-indent: -9999px;
}
.search-module input {
  font-size: 11px;
  color: #b2b2b2;
  width: 170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.search-module input:hover,
.search-module input:focus {
  border: 1px solid #000;
  color: #565656;
}
.edit .btn-toolbar {
  margin: 10px 0;
}
.edit .nav {
  border: none;
  margin: 10px 0 20px;
}
.edit .nav li a {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.edit .nav li.active >a {
  background: #0C7FCF;
  color: #fff;
}
.edit .nav li.active >a:hover,
.edit .nav li.active >a:active,
.edit .nav li.active >a:focus {
  border: none;
  color: #fff;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn-drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_language_chzn.chzn-container div.chzn-drop {
  width: 280px !important;
}
form#imageForm.form-vertical div.well div.row div div.control-label label.control-label,
form#imageForm.form-vertical div.well div.row div div.control-label label,
form#imageForm.form-vertical div.well div.row div div.controls p.help-block,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block,
body.contentpane form table tbody tr td.key {
  font-family: Tahoma, Verdana, sans-serif !important;
}
div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  width: 280px !important;
  padding: 0px !important;
}
iframe html body.contentpane form#adminForm.form-inline {
  background-color: #FF9900;
}
div#editor-xtd-buttons.btn-toolbar.pull-left {
  margin-top: 10px;
}
a.modal-button.btn,
div.btn-toolbar a.btn,
form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary,
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip,
body.contentpane button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #FFF;
  background-color: #1085DE;
  border: 1px solid #1085DE;
}
form#imageForm.form-vertical div.well div.row div.pull-right button.btn,
button#upload-submit.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1085DE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
}
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
  clear: both;
}
form#adminForm.form-inline table.table thead tr th.title,
form#adminForm.form-inline table.table thead tr th.center a.hasTip {
  float: left;
}
form#adminForm.form-inline table.table thead tr th.center {
  width: 10% !important;
}
form#adminForm.form-inline fieldset.filter div.filters,
form#adminForm.form-inline fieldset.filter hr.hr-condensed {
  clear: both;
  margin: 10px 0;
}
ul.manager.thumbnails li.imgOutline {
  float: left;
  padding: 10px;
}
body.contentpane form table tbody tr td.key {
  text-align: left;
}
.itemImageBorder .modal,
.itemEditLink.modal {
  background-clip: padding-box;
  background-color: 0 !important;
  border: 0 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  left: auto !important;
  margin: 0 !important;
  overflow: hidden;
  position: static !important;
  top: auto !important;
  z-index: 1050;
  display: block;
}
.search #searchForm .inputbox {
  width: 210px;
  margin: 0 10px 0 0;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  float: left;
  margin: 3px 5px 0 0;
  padding: 3px;
}
#finder-search fieldset.word {
  padding: 20px;
}
.item-page .bs-example .btn {
  margin: 0 5px 5px 0;
}
.latestnews li {
  margin: 0 0 15px;
  overflow: hidden;
}
.latestnews li .img {
  padding: 0 10px 0 0;
  margin: 5px 0 0;
}
.latestnews li .post-info {
  padding: 0;
}
.latestnews li .post-info h4 {
  font-size: 108%;
  margin: 0 0 5px;
}
.latestnews li .post-info h4 a {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: url(gray_dot.gif) left center no-repeat;
  text-indent: 10px;
}
.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("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: #e53333;
  text-decoration: underline;
}
div.tags:before {
  font-family: FontAwesome;
  content: "\f02b";
  color: #404040;
}
div.introText,
.tag-body,
.category-desc {
  font-size: 106%;
  color: #999999;
  line-height: 26px;
}
h1.singleItemTitle,
h3.categoryTitle,
.blog .page-header h2,
.tag-category li h3 {
  color: #444444;
  font-size: 216%;
  text-transform: uppercase;
  margin: 15px 0 20px;
  font-family: "Microsoft Yahei";
}
h3.categoryTitle a,
.blog .page-header h2 a,
.tag-category li h3 a {
  color: #525252;
}
h3.categoryTitle a:hover,
.blog .page-header h2 a:hover,
.tag-category li h3 a:hover {
  color: #e53333;
}
.categories-list >div {
  margin: 0 0 20px;
}
a.itemReadmore {
  color: #e53333;
  font-weight: bold;
  font-size: 106%;
  display: block;
}
.item-page .itemImage img {
  width: 100%;
}
.profile-edit fieldset {
  margin: 0 0 30px 0;
}
.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.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
  }
  .zo2-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0,1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0,1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0,1);
    -o-transform-origin: 10% 0;
  }
  .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.slide .mega.hovering > .mega-dropdown-menu {
    overflow: hidden;
  }
  .zo2-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -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;
    margin-top: -100%;
  }
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 50px;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@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;
  }
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .offcanvas {
    display: none;
    background: none repeat scroll 0 0 #465158;
    position: absolute;
    height: 100%;
    transition: transform 0.5s ease 0s;
    top: 0;
    left: -50%;
    width: 49%;
  }
  .offcanvas .sidebar-close {
    color: rgba(0,0,0,0.4);
    display: block;
    float: right;
    font-size: 2em;
    padding: 12px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .offcanvas .sidebar-close:hover {
    color: #000;
  }
  .offcanvas.active {
    left: 0;
  }
  .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;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .wrapper:after {
    background: none repeat scroll 0 0 rgba(0,0,0,0.2);
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    -webkit-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -moz-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -ms-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -o-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  }
  .wrapper.offcanvas-push {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
    overflow: hidden;
  }
  .wrapper.offcanvas-push:after {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    width: 100%;
  }
  body.overflow-hidden {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .offcanvas-overlay {
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    opacity: 0.5;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .offcanvas {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .offcanvas .sidebar-nav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
  }
  .offcanvas .sidebar-nav ul li a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: rgba(255,255,255,0.5);
    display: block;
    text-decoration: none;
    padding: 15px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
  }
  .offcanvas .sidebar-nav ul.nav-sub {
    background: none repeat scroll 0 0 #525E66;
  }
  .offcanvas .sidebar-nav >ul >li.nav-active > a {
    background: none repeat scroll 0 0 #e53333;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #FFFFFF;
  }
  .offcanvas.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .offcanvas.active .sidebar-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  body> * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.overflow-hidden > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .nav-parent {
    position: relative;
  }
  .nav-parent > .nav-oc-toggle {
    position: absolute;
    right: 5px;
    top: 4px;
    border: none !important;
    font-size: 18px;
    height: 8px;
  }
}
#zt-mainmenu .navbar-toggle {
  margin: 0;
  padding: 9px 7px;
  border-radius: 0;
  -moz-border-radius: 0;
}
#zt-mainmenu .navbar-default {
  background: none;
  border: 0;
  margin: 0;
}
#zt-mainmenu .navbar-default .navbar-collapse {
  padding: 0;
}
#zt-mainmenu .navbar-default ul.navbar-nav .caret {
  display: none !important;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li > a {
  height: 86px;
  line-height: 86px;
  padding: 0 20px;
  color: #666666;
  font-size: 125%;
  background: none !important;
  position: relative;
  margin-right: 1px;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li:hover > a,
#zt-mainmenu .navbar-default ul.navbar-nav > li:focus > a,
#zt-mainmenu .navbar-default ul.navbar-nav > li.active > a {
  color: #ffffff;
  background: #e53333 !important;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li:hover > a:before,
#zt-mainmenu .navbar-default ul.navbar-nav > li:focus > a:before,
#zt-mainmenu .navbar-default ul.navbar-nav > li.active > a:before {
  content: '';
}
#zt-mainmenu .navbar-default ul.navbar-nav > li > .mega-dropdown-menu:before {
  content: '';
  border-style: solid;
  border-width: 0 4px 4px;
  border-color: #e53333 transparent;
  position: absolute;
  top: -5px;
  left: 35px;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
  padding: 0;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-top: 2px solid #e53333;
  background: #fafbfe;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner {
  padding: 0;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner .module {
  padding: 0 15px;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .group-title,
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .module-title {
  font-size: 120%;
  color: #575757 !important;
  background: none !important;
  border: 0 !important;
  margin: 0;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .module-title {
  padding: 10px 0;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li a {
  padding: 10px;
  border-top: 1px solid #e6e6e6;
  color: #575757;
  font-size: 100%;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:first-child a {
  border-top: 0;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:hover > a,
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:focus > a,
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.active > a,
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.open > a {
  background: #e53333;
  color: #fff;
}
#zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.dropdown-submenu > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin: 0;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.archive-module li {
  padding: 10px 5px;
  display: block;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
}
ul.archive-module li a {
  display: block;
}
ul.archive-module li:hover,
ul.archive-module li.active {
  color: #333;
  background: #f8f8f8;
}
ul.archive-module li:hover a,
ul.archive-module li.active a {
  color: #333;
  background: #f8f8f8;
}
ul.mostread li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
ul.mostread li a {
  display: block;
  padding: 4px 15px;
  border: 1px solid #e8e8e8;
  color: #666;
  font-size: 11px;
}
ul.mostread li a:hover {
  background-color: #333333;
  padding: 4px 17px 4px 15px;
  color: #fff;
}
.clearfix {
  clear: both;
}
.zt-typo-boxes {
  border-bottom: 1px solid #e2e3e5;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.zt-typo-boxes-inside {
  padding: 0 10px;
}
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 350%;
}
h2 {
  font-size: 275%;
}
h3 {
  font-size: 240%;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 150%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
pre,
.zt-code1,
.zt-code2,
.zt-code3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #222;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 0;
  padding: 20px;
}
pre,
.zt-code1 {
  background: #d3d9f5;
}
.zt-code2 {
  background: #d6edd5;
}
.zt-code3 {
  border: 1px solid #eee;
  background-color: #fefefe;
  color: #363636;
  padding-left: 82px !important;
}
.zt-code3 h4 {
  background: none repeat scroll 0 0 #A8B4EF;
  color: #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(open1.png) no-repeat left bottom;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  background: url(close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 {
  background: url(open1.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  background: url(close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  background: url(open2.png) no-repeat left bottom;
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  background: url(close2.png) no-repeat right top;
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote4 {
  background: url(open2.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  background: url(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;
}
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;
}
#zt-header {
  position: fixed;
  width: 100%;
  background: #ffffff;
  height: 86px;
  z-index: 9999999;
  border-bottom: 1px solid #bbbbbb;
}
#zt-header .logo_retina {
  display: none;
}
#zt-header .logo_normal {
  display: block;
}
@media screen and (min-resolution: 2dppx) {
  #zt-header .logo_normal {
    display: none;
  }
  #zt-header .logo_retina {
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #zt-header .logo_normal {
    display: none;
  }
  #zt-header .logo_retina {
    display: block;
  }
}
body {
  line-height: 20px;
  font-size: 12px;
  color: #828282;
  background: #fff;
  overflow-x: hidden;
}
body.modal-open,
.body-overlayed {
  overflow: auto !important;
}
body.boxed .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);
}
.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;
}
a {
  color: #e53333;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}
a:hover {
  text-decoration: underline;
  color: #e53333;
}
a:hover,
a:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Times New Roman', Arail;
}
h1 {
  font-size: 260%;
  margin: 0 0 20px 0;
  line-height: 120%;
  font-weight: normal;
}
h2 {
  font-size: 220%;
  margin: 0 0 20px 0;
  line-height: 120%;
  font-weight: normal;
}
h3 {
  font-size: 180%;
  margin: 0 0 20px 0;
  line-height: 120%;
  font-weight: normal;
}
h4 {
  font-size: 140%;
  margin: 0 0 20px 0;
  line-height: 120%;
  font-weight: normal;
}
h5 {
  font-size: 120%;
  margin: 0 0 20px 0;
  line-height: 120%;
  font-weight: normal;
}
h6 {
  font-size: 100%;
}
p {
  margin: 2px 0;
}
ul,
ol {
  list-style: none;
}
h3.moduletitle {
  color: #333;
  font-size: 233%;
}
img {
  max-width: 100%;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
@media (max-width: 1280px) {
  .zo2-socialshares-floatbar {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #zt-mainmenu .navbar-default ul.navbar-nav > li > a {
    padding: 0 10px;
  }
  .box_welcome {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #zt-mainmenu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
    max-width: 220px;
  }
  #zt-bottom .footer_zo2_logo {
    float: none !important;
    margin: 15px 0 !important;
    text-align: center;
  }
  #zt-bottom #zt-bottom-menu,
  #zt-bottom .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  #zt-mainmenu {
    position: absolute;
    top: 28px;
    right: 0;
  }
  .rtl #zt-mainmenu {
    right: auto;
    left: 0;
  }
  div.itemComments .form-validate .cform-right {
    padding: 0;
  }
  .itemAuthorContent div {
    width: 100% !important;
    margin: 0 !important;
  }
  .modal.fade {
    background: rgba(0,0,0,0.5);
  }
  .modal-backdrop.fade {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .pricing_wrap_3 .pricing_box {
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  #zt-header #zt-search .search .search-inner {
    right: -40px !important;
  }
  #zt-header #zt-search .search .search-inner:before {
    right: 45px !important;
  }
  .rtl #zt-header #zt-search .search .search-inner {
    left: -40px !important;
  }
  .rtl #zt-header #zt-search .search .search-inner:before {
    left: 45px !important;
  }
}
.s-hover {
  color: #e53333 !important;
}
#zt-header #zt-logo #header_logo {
  padding: 28px 0 16px 0;
}
#zt-header #zt-logo .logo_normal {
  background-repeat: no-repeat;
}
#zt-header #zt-logo .header_slogan {
  color: #8f8f8f;
  font: normal 9px Helvetica, sans-serif;
  text-align: justify;
}
#zt-header #zt-search .search {
  float: right;
  margin: 30px 0 0;
  position: relative;
}
#zt-header #zt-search .search .search-icon {
  background: none;
  box-shadow: none;
  padding: 0;
  color: #cdcdcd;
  cursor: pointer;
  padding: 0 0 20px 20px;
}
#zt-header #zt-search .search .search-icon i {
  font-size: 150%;
}
#zt-header #zt-search .search .search-inner {
  display: none;
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 0;
  border: 1px solid #e6e6e6;
  border-top: 2px solid #008aa8;
  background: #fafbfe;
  padding: 10px;
  width: 180px;
}
#zt-header #zt-search .search .search-inner:before {
  content: '';
  border-style: solid;
  border-width: 0 4px 4px;
  border-color: #008aa8 transparent;
  position: absolute;
  top: -5px;
  right: 5px;
}
#zt-header #zt-search .search .search-inner .inputbox {
  margin: 0;
  width: 100%;
}
#zt-header #zt-language {
  margin: 25px 0 0;
}
#zt-header #zt-language li {
  margin: 0 0 0 5px;
}
#zt-header #zt-language .custom_top_phone {
  padding-left: 32px;
  background: url("icon_phone.png") left center no-repeat;
}
#zt-header #zt-language .custom_top_phone p {
  margin: 0;
}
#zt-header #zt-language .custom_top_phone strong {
  font-size: 150%;
  color: #6c6c6c;
  font-weight: normal;
}
#zt-slider {
  padding: 86px 0 0 0;
}
.tp-caption a.btn:after {
  font-family: FontAwesome;
  content: "\f0da";
  color: #fff;
  margin: 0 0 0 10px;
}
.tp-caption.title_text,
.tp-caption.big_text,
.tp-caption.medium_text,
.tp-caption.bold_text {
  background: url("bg_text_slider.png") 0 0 repeat;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
  background: none;
  width: 60px;
  height: 60px;
  background: #434549;
  font-family: FontAwesome;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
}
.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
  width: 60px;
  height: 60px;
  color: #fcfcfc;
  line-height: 60px;
  text-align: center;
  font-size: 50px;
  display: inline-block;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.tp-leftarrow.default {
  background: url("prev.png") center center no-repeat;
}
.tp-rightarrow.default {
  background: url("next.png") center center no-repeat;
}
.tparrows.hidearrows {
  opacity: 0 !important;
  -moz-opacity: 0 !important;
  filter: alpha(opacity=0);
}
#zt-slogan {
  padding: 55px 0 0;
  text-align: center;
}
#zt-slogan h2 {
  color: #737373;
  font-size: 230%;
  font-weight: 300;
  font-family: 'Times New Roman', Arail;
}
#zt-slogan h2 strong {
  color: #e53333;
}
#zt-slogan .btn {
  height: 54px;
  line-height: 54px;
  font-size: 215%;
}
#component-inner {
  position: static !important;
}
.homepage #zt-mainframe {
  padding: 30px 0 30px;
  margin: 0;
}
.homepage #zt-mainframe #component {
  margin: 0;
  padding: 0;
  background: none;
}
#zt-mainframe #component {
  background: #ffffff;
  margin-left: -3.5714285%;
  margin-right: -3.5714285%;
  padding-left: 3.5714285%;
  padding-right: 3.5714285%;
  margin-top: -7.2%;
}
#zt-mainframe #component .page_title {
  padding: 45px 0 25px 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  margin-bottom: 35px;
  float: left;
}
#zt-mainframe #component .page_title h3 {
  font-size: 250%;
  margin: 0;
  color: #2a2a2a;
  float: left;
}
#zt-mainframe .blog-featured h1 {
  padding: 0 0 15px;
  position: relative;
  font-size: 233%;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: inset 0 -2px 0 #f0f0f0;
  -moz-box-shadow: inset 0 -2px 0 #f0f0f0;
  -webkit-box-shadow: inset 0 -2px 0 #f0f0f0;
}
#zt-mainframe .blog-featured h1:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #e53333;
  position: absolute;
  bottom: 0;
  left: 0;
}
#zt-mainframe .blog-featured .zt-services {
  text-align: center;
}
#zt-mainframe .blog-featured .zt-services .module {
  padding: 30px;
  border: 1px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#zt-mainframe .blog-featured .zt-services .module .icon {
  color: #989898;
}
#zt-mainframe .blog-featured .zt-services .module .icon i {
  font-size: 45px;
}
#zt-mainframe .blog-featured .zt-services .module h3 {
  font-size: 190%;
  font-weight: 300;
  text-transform: uppercase;
}
#zt-mainframe .blog-featured .zt-services .module h3 a {
  color: #575757;
  text-decoration: none;
}
#zt-mainframe .blog-featured .zt-services .module .des {
  color: #828282;
  font-size: 108%;
  font-family: 'Times New Roman', Arail;
}
#zt-mainframe .blog-featured .zt-services .module:hover {
  border: 1px solid #d1d1d1;
  border-bottom: 4px solid #e53333;
}
#zt-mainframe .blog-featured .zt-services .module:hover h3 a {
  color: #e53333;
}
#zt-about-melano {
  padding: 60px 0;
}
#zt-about-melano #zt-choose-us .tt {
  color: #575757;
  font: 300 16px 'Times New Roman', Arail;
}
#zt-about-melano #zt-choose-us .panel-default {
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
}
#zt-about-melano #zt-choose-us .panel-default >.panel-heading {
  border-top: 1px solid #efefef;
  padding: 0;
  background: none;
}
#zt-about-melano #zt-choose-us .panel-default >.panel-heading h4 {
  color: #828282;
  font-size: 108%;
  font-weight: 300;
}
#zt-about-melano #zt-choose-us .panel-default >.panel-heading h4 a {
  padding: 10px 40px 10px 0;
  text-decoration: none !important;
  margin: 0 10px 0 0;
  background: url("icon_accordion.png") right 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-about-melano #zt-choose-us .panel-default >.panel-heading h4 a:hover,
#zt-about-melano #zt-choose-us .panel-default >.panel-heading h4 a:focus {
  color: inherit;
}
#zt-about-melano #zt-choose-us .panel-default >.panel-heading.active h4 {
  color: #e53333;
  font-weight: bold;
}
#zt-about-melano #zt-choose-us .panel-default >.panel-heading.active h4 a {
  background-position: right -28px;
}
#zt-about-melano #zt-choose-us .panel-default .panel-collapse .panel-body {
  border: 0;
  padding: 10px 0 30px;
  font: 300 108% 'Times New Roman', Arail;
  text-align: justify;
}
#zt-about-melano #zt-features .tt {
  color: #575757;
  font: 300 16px 'Times New Roman', Arail;
}
#zt-about-melano #zt-features .feature {
  padding: 10px 0;
}
#zt-about-melano #zt-features .feature > i {
  color: #e53333;
  font-size: 40px;
  float: left;
}
#zt-about-melano #zt-features .feature .inner {
  margin: 0 0 0 65px;
}
#zt-about-melano #zt-features .feature h3 {
  font-size: 108%;
  font-weight: bold;
  color: #525252;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#zt-about-melano #zt-features .feature .des {
  font: 300 108% 'Times New Roman', Arail;
}
.default.zt_parallax_wrap {
  background-clip: padding-box !important;
  background-size: cover !important;
  height: auto;
}
#zt-customer {
  text-align: center;
  color: #f9f6ef;
  font-family: 'Dosis', sans-serif;
}
#zt-customer .carousel-indicators {
  bottom: -30px;
}
#zt-customer h3 {
  font: normal 380% 'Dosis', sans-serif;
  text-transform: uppercase;
}
#zt-customer .cm {
  font-size: 133%;
  line-height: 30px;
}
#zt-customer .c-name {
  color: #e53333;
  font-size: 133%;
}
#zt-customer ul li {
  display: inline-block;
  margin: 0 5px;
}
#zt-customer ul li a {
  color: #e7e7e7;
}
#zt-ourteam {
  padding: 60px 0;
}
#zt-ourteam h3.moduletitle {
  padding: 0 0 15px;
  position: relative;
  margin: 0 0 35px;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: inset 0 -2px 0 #f0f0f0;
  -moz-box-shadow: inset 0 -2px 0 #f0f0f0;
  -webkit-box-shadow: inset 0 -2px 0 #f0f0f0;
}
#zt-ourteam h3.moduletitle:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #e53333;
  position: absolute;
  bottom: 0;
  left: 0;
}
#zt-ourteam .mod-content {
  text-align: center;
}
#zt-ourteam .mod-content .img {
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
}
#zt-ourteam .mod-content .img img {
  position: relative;
  z-index: 999;
  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;
}
#zt-ourteam .mod-content .img img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#zt-ourteam .mod-content h3 {
  font-size: 100%;
}
#zt-ourteam .mod-content h3 a {
  font-size: 133%;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
}
#zt-ourteam .mod-content h3 span {
  color: #333;
  display: block;
  font-weight: 300;
  font-style: italic;
  font-size: 108%;
}
#zt-ourteam .mod-content .social {
  padding: 25px 0 10px;
}
#zt-ourteam .mod-content .social a {
  color: #848484;
  display: inline-block;
  margin: 0 7px;
  font-size: 116%;
}
#zt-ourteam .mod-content .social a:hover {
  color: #e53333;
}
.homepage #zt-mainframe {
  background: url(section_bg.gif) center 65px repeat-x;
}
.homepage #zt-mainframe .singleItemTitle {
  font-family: "Microsoft Yahei";
  color: #444444;
  font-size: 170%;
  margin-bottom: 50px;
}
.homepage #zt-mainframe .singleItemTitle span {
  border-bottom: 1px solid #949494;
  padding: 0 3px 10px 3px;
}
.homepage #zt-mainframe .singleItemTitle:after {
  content: '/ EVENT';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}

#zt-mainframe h3.moduletitle {
  padding: 80px 0 15px;
  position: relative;
  margin: 0 0 35px;
  font-family: "Microsoft Yahei";
  color: #444444;
  font-size: 170%;
}
#zt-mainframe h3.moduletitle span {
  border-bottom: 1px solid #949494;
  padding: 0 3px 10px 3px;
}
#zt-mainframe h3.moduletitle:after {
  content: '/ CHILDREN';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}

#zt-works {
  padding: 50px 0;
  background: url(section_bg.gif) center 85px repeat-x;
}
#zt-works h3.moduletitle {
  padding: 0 0 15px;
  position: relative;
  margin: 0 0 35px;
  font-family: "Microsoft Yahei";
  color: #444444;
  font-size: 170%;
}
#zt-works h3.moduletitle span {
  border-bottom: 1px solid #949494;
  padding: 0 3px 10px 3px;
}

#zt-works h3.moduletitle:after {
  content: '/ RELOOK';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}

#zt-company h3.moduletitle:after {
  content: '/ COMPANY';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}

#zt-works3 h3.moduletitle:after,
#zt-works7 h3.moduletitle:after,
#zt-works10 h3.moduletitle:after,
#zt-works17 h3.moduletitle:after {
  content: '/ NEWS';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}

#zt-works4 h3.moduletitle:after,
#zt-works8 h3.moduletitle:after,
#zt-works11 h3.moduletitle:after,
#zt-works18 h3.moduletitle:after {
  content: '/ EVENT';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}

#zt-works9 h3.moduletitle:after {
  content: '/ VIDEO';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}

#zt-works14 h3.moduletitle:after,
#zt-works15 h3.moduletitle:after {
  content: '/ BOOK';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}

#zt-works .owl-item {
  margin: 0 5px 0 0;
}
#zt-works .owl-item .item {
  margin: 0 10px 0 0;
}
#zt-works .owl-item .title {
  display: block;
  text-align: center;
  font: bold 133% 'Times New Roman', Arail;
  padding: 20px 0;
  color: #333;
  text-transform: uppercase;
}
#zt-works .owl-item .title:hover {
  color: #e53333;
}
#zt-works .owl-item .img {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}
#zt-works .owl-item .img img {
  width: 100%;
}
#zt-works .owl-item .img:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#zt-works .owl-item .img:after {
  content: '+';
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Times New Roman', Arail;
  font-weight: 300;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
#zt-works .owl-item .img:hover:before {
  left: 0;
}
#zt-works .owl-item .img:hover:after {
  top: 50%;
}
.zt_scroller {
  position: relative;
}
.zt_scroller .zt-carousel .owl-wrapper {
  position: relative;
  z-index: 999;
}
.zt_scroller .owl-wrapper-outer {
  direction: ltr;
}
.zt_scroller .owl-controls {
  position: absolute;
  right: 0;
  top: -75px;
  margin: 0;
}
.zt_scroller .owl-controls .owl-buttons .owl-prev,
.zt_scroller .owl-controls .owl-buttons .owl-next {
  width: 24px;
  height: 24px;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #e53333;
  display: inline-block;
  margin: 0 0 0 2px;
  filter: Alpha(Opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.zt_scroller .owl-controls .owl-buttons .owl-prev:hover,
.zt_scroller .owl-controls .owl-buttons .owl-prev:focus,
.zt_scroller .owl-controls .owl-buttons .owl-next:hover,
.zt_scroller .owl-controls .owl-buttons .owl-next:focus {
  filter: Alpha(Opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.zt_scroller .owl-controls .owl-buttons .owl-prev:before,
.zt_scroller .owl-controls .owl-buttons .owl-next:before {
  font-family: FontAwesome;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.owl-prev:before {
  content: "\f104";
}
.owl-next:before {
  content: "\f105";
}
.sj-responsive-listing .respl-btn {
  border: none;
  background: #f7f7f7;
  border-radius: 0;
  text-shadow: 0;
}
.sj-responsive-listing .respl-wrap .respl-loader .loader-label {
  color: #9d9d9d;
  font-weight: normal;
}
#zt-latest-stuff {
  padding: 60px 0;
  background: url(section_bg.gif) center 95px repeat-x;
  position: relative;
}
#zt-latest-stuff .owl-item {
  margin: 0 5px 0 0;
}
#zt-latest-stuff .owl-item .item {
  margin: 0 15px 0 0;
}
#zt-latest-stuff .owl-item .item img {
  width: 100%;
}
#zt-latest-stuff:after {
  content: '';
}
#zt-latest-stuff h3.moduletitle {
  padding: 0 0 15px;
  position: relative;
  margin: 0 0 35px;
  font-family: "Microsoft Yahei";
  color: #444444;
  font-size: 170%;
}
#zt-latest-stuff h3.moduletitle span {
  border-bottom: 1px solid #949494;
  padding: 0 3px 10px 3px;
}
#zt-latest-stuff h3.moduletitle:after {
  content: ' / HUMANITIES';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}
#zt-latest-stuff .owl-item .img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 12px;
  text-decoration: none !important;
}
#zt-latest-stuff .owl-item .img:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#zt-latest-stuff .owl-item .img:after {
  content: '+';
  font-size: 65px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Times New Roman', Arail;
  font-weight: 300;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
#zt-latest-stuff .owl-item .img:hover:before {
  left: 0;
}
#zt-latest-stuff .owl-item .img:hover:after {
  top: 50%;
}
#zt-latest-stuff .owl-item .date {
  float: left;
  width: 42px;
  margin: 0 18px 0 0;
  font-size: 108%;
  font-style: italic;
  color: #828282;
  text-align: center;
}
#zt-latest-stuff .owl-item .date i {
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #ddd;
  color: #fff;
  font-size: 20px;
  margin: 0 0 5px;
}
#zt-latest-stuff .owl-item .info {
  margin: 0 0 0 60px;
}
#zt-latest-stuff .owl-item .info .title {
  color: #333;
  font-size: 133%;
}
#zt-latest-stuff .owl-item .info .content {
  color: #828282;
  font-size: 108%;
  font-weight: 300;
}
#zt-footer {
  border-top: 5px solid #e53333;
  padding: 45px 0;
  background: #323232;
  color: #777777;
  font-family: Arial, sans-serif;
  display:none;
}
#zt-footer h3.moduletitle {
  font-size: 120%;
  color: #bbbbbb;
  font-family: Arial, sans-serif;
  padding: 5px 0;
  margin: 0;
  text-transform: uppercase;
}
#zt-footer #zt-position-1 p {
  margin: 0 0 15px;
}
#zt-footer #zt-position-1 p i {
  color: #676767;
  display: inline-block;
  font-size: 116%;
  float: left;
  line-height: 20px;
}
#zt-footer #zt-position-1 p span {
  margin: 0 0 0 20px;
  display: block;
}
#zt-footer .tagspopular li {
  float: left;
  margin: 0 4px 4px 0;
}
#zt-footer .tagspopular li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  padding: 0 8px;
  border: 1px solid #434343;
  background: #222;
}
#zt-footer .tagspopular li a:hover {
  background: #e53333;
}
#zt-footer #zt-position-3 .custom a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #6a6a6a;
  font-size: 150%;
  margin: 0 5px 5px 0;
}
#zt-footer #zt-position-3 .custom a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}
#zt-footer #zt-position-3 .custom .facebook:hover {
  background: #1a3e94;
}
#zt-footer #zt-position-3 .custom .rss:hover {
  background: #ff6600;
}
#zt-footer #zt-position-3 .custom .youtube:hover {
  background: #d41c14;
}
#zt-footer #zt-position-3 .custom .twitter:hover {
  background: #15a3e5;
}
#zt-footer #zt-position-3 .custom .pinterest:hover {
  background: #aa0501;
}
#zt-footer #zt-position-3 .custom .in:hover {
  background: #0073b2;
}
#zt-footer #zt-position-3 .custom .gg:hover {
  background: #9d0502;
}
#zt-footer .col-md-2 ul.menu li {
  display: block;
}
#zt-footer .col-md-2 {
  border-left: 1px solid #373737;
}
#zt-footer a {
  color: #777777;
  padding: 5px 15px 5px 0;
  background: none;
}
#zt-footer a:hover {
  text-decoration: underline;
}
#zt-footer #zt-position-1 .home_footer_contact .phone {
  color: #bbbbbb;
  font-family: "Microsoft Yahei";
  font-size: 120%;
  padding: 5px 0;
}
#zt-footer #zt-position-1 .home_footer_contact .phone b {
  display: block;
  font-size: 200%;
  font-weight: normal;
  padding: 10px 0 20px 0;
}
#zt-footer #zt-position-1 .home_footer_contact p {
  margin: 0;
  line-height: 19px;
}
@media (max-width: 991px) {
  #zt-footer #zt-position-1 .home_footer_contact {
    margin: 0 0 5px;
  }
  #zt-footer #zt-position-1 .home_footer_contact .phone {
    border-bottom: 1px solid #4b4b4b;
    margin: 0 0 10px;
  }
  #zt-footer a {
    padding: 5px 15px 5px 0;
    background: none;
  }
  #zt-footer .col-md-2 ul.menu li {
    display: inline-block;
  }
  #zt-footer .col-md-2 {
    border-left: none;
  }
  #zt-footer h3.moduletitle {
    border-bottom: 1px solid #4b4b4b;
    margin: 0 0 10px;
  }
}
#zt-bottom {
  display: none;
  padding: 8px 0;
  background: #303030;
  color: #888;
}
#zt-bottom .copyright a {
  color: #888;
}
#zt-bottom .copyright a:hover {
  color: #e53333;
}
#zt-bottom .footer_zo2_logo {
  float: right;
  margin: 15px -30px 15px 0;
}
#zt-bottom #zt-bottom-menu {
  text-align: right;
}
#zt-bottom #zt-bottom-menu li a {
  padding: 0 15px;
  background: none !important;
  border-left: 1px solid #888;
  line-height: 15px;
  color: #888;
}
#zt-bottom #zt-bottom-menu li a:hover {
  color: #e53333;
}
#zt-bottom #zt-bottom-menu li:first-child a {
  border-left: 0;
}
#zt-lastest {
  padding: 8px 0;
  background: #898989;
  color: #fff;
  text-align: center;
}
#gototop {
  background: #98999b;
  color: #fff;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 170%;
  display: none;
}
#gototop:hover {
  background: #e53333;
  color: #fff;
}
#zt-breadcrumb {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 12px 0;
}
#zt-breadcrumb #zt-breadcrumb-inner {
  text-align: right;
}
#zt-breadcrumb #zt-breadcrumb-inner .breadcrumb {
  padding: 5px 0;
  margin: 0;
  background: none;
  color: #e53333;
  font-size: 116%;
}
#zt-breadcrumb #zt-breadcrumb-inner .breadcrumb li:before {
  color: #e53333;
  padding: 0 2px;
}
.tagswidget {
  font-family: Arial, sans-serif;
}
.tagswidget a {
  display: inline-block;
  float: left;
  color: #6b6b6b;
  background: #cecece;
  line-height: 23px;
  margin: 0 4px 4px 0;
  padding: 0 7px;
  text-decoration: none;
}
.tagswidget a:hover {
  color: #fff;
  background: #e53333;
}
#zt-left h3.moduletitle,
#zt-right h3.moduletitle {
  font-size: 166%;
}
#zt-left > .module,
#zt-right > .module {
  margin: 0 0 30px;
}
#zt-left .recentWork {
  padding: 30px 0 0;
  border-top: 1px solid #ebebeb;
}
#zt-left .recentWork .owl-item .item {
  margin: 0 20px 0 0;
}
#zt-left .recentWork h3.moduletitle {
  padding: 0 0 15px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: inset 0 -2px 0 #f0f0f0;
  -moz-box-shadow: inset 0 -2px 0 #f0f0f0;
  -webkit-box-shadow: inset 0 -2px 0 #f0f0f0;
}
#zt-left .recentWork h3.moduletitle:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #e53333;
  position: absolute;
  bottom: 0;
  left: 0;
}
#zt-left .recentWork .zt_scroller .owl-controls {
  top: -60px;
}
#zt-left .recentWork .zt_scroller .owl-item {
  text-align: center;
  border-bottom: 2px solid #e53333;
  position: relative;
}
#zt-left .recentWork .zt_scroller .owl-item:after {
  content: '';
  border-style: solid;
  border-color: #e53333 transparent;
  border-width: 0 2px 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}
#zt-left .recentWork .zt_scroller .owl-item .img {
  text-decoration: none !important;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 10px;
}
#zt-left .recentWork .zt_scroller .owl-item .img:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#zt-left .recentWork .zt_scroller .owl-item .img:after {
  content: '+';
  font-size: 65px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Times New Roman', Arail;
  font-weight: 300;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
#zt-left .recentWork .zt_scroller .owl-item .img:hover:before {
  left: 0;
}
#zt-left .recentWork .zt_scroller .owl-item .img:hover:after {
  top: 50%;
}
#zt-left .recentWork .zt_scroller .owl-item .title {
  font: bold 12px Arial, sans-serif;
  color: #6b6b6b;
}
#zt-left .recentWork .zt_scroller .owl-item .content {
  font-size: 11px;
  color: #828282;
  font-weight: 300;
  line-height: 14px;
}
.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: #e53333;
  padding-left: 25px;
  color: #fff;
}
#zt-newsletter #newsletter-inner {
  padding: 25px 15px;
  border-top: 1px solid #c5c5c5;
}
#zt-newsletter #newsletter-inner .tt h3 {
  color: #525252;
  text-transform: uppercase;
  font-size: 216%;
  margin: 0;
}
#zt-newsletter #newsletter-inner .tt p {
  font-size: 108%;
  color: #525252;
  font-weight: 300;
}
#zt-newsletter #newsletter-inner .newsletterForm {
  text-align: right;
  margin: 10px 0 0;
}
#zt-newsletter #newsletter-inner .newsletterForm input {
  border: 1px solid #e9e9e9;
  height: 30px;
  background: #f1f1f1;
  padding: 0 10px;
  color: #525252;
  font-weight: 300;
  font-size: 106%;
  box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  line-height: 30px \9;
}
#zt-newsletter #newsletter-inner .newsletterForm button {
  background: #e53333;
  color: #fff;
  height: 30px;
  padding: 0 8px;
  margin: 0 0 0 -4px;
  outline: 0;
  border: 0;
}
.pagination {
  text-align: center;
  display: block;
  float: left;
  padding: 20px 0 20px 15px;
}
.pagination li {
  margin: 0 5px;
  display: inline-block;
  float: left;
}
.pagination li a,
.pagination li span {
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 0 !important;
  background: none;
  color: #9c9c9c;
  font-size: 133%;
  background: #eeeeee !important;
  color: #999999;
}
.pagination li.active span {
  background: #e53333 !important;
  color: #fff;
}
.pagination li:hover a {
  background: #e53333 !important;
  color: #fff;
}
.rtl .pull-right {
  float: left !important;
}
.rtl .pull-left {
  float: right !important;
}
.rtl #zt-header #zt-search .search {
  float: left;
}
.rtl #zt-header #zt-search .search .search-icon {
  padding: 0 20px 20px 0;
}
.rtl #zt-header #zt-search .search .search-inner {
  right: auto;
  left: 0;
}
.rtl #zt-header #zt-search .search .search-inner:before {
  right: auto;
  left: 5px;
}
.rtl #zt-header #zt-language li {
  margin: 0 5px 0 0;
}
.rtl #zt-mainmenu .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%;
}
.rtl #zt-mainmenu .navbar-default ul.navbar-nav > li > .mega-dropdown-menu:before {
  left: auto;
  right: 35px;
}
.rtl #zt-mainframe .blog-featured h1:after,
.rtl #zt-works h3.moduletitle:after,
.rtl #zt-ourteam h3.moduletitle:after,
.rtl #zt-latest-stuff h3.moduletitle:after,
.rtl #zt-left .recentWork h3.moduletitle:after {
  left: auto;
  right: 0;
}
.rtl .zt_scroller .owl-controls {
  right: auto;
  left: 0;
}
.rtl #zt-about-melano #zt-features .feature .inner {
  margin: 0 65px 0 0;
}
.rtl #zt-about-melano #zt-features .feature i {
  float: right;
}
.rtl #zt-latest-stuff .owl-item .date {
  float: right;
  margin: 0 0 0 18px;
}
.rtl #zt-latest-stuff .owl-item .info {
  margin: 0 60px 0 0;
}
.rtl #zt-footer .tagspopular li {
  float: right;
  margin: 0 0 4px 4px;
}
.rtl #zt-footer #zt-position-1 p i {
  float: right;
}
.rtl #zt-footer #zt-position-1 p span {
  margin: 0 20px 0 0;
}
.rtl #zt-bottom #zt-bottom-menu {
  text-align: left;
}
.rtl #zt-bottom #zt-bottom-menu li a {
  border-left: 0;
  border-right: 1px solid #888;
}
.rtl #zt-bottom #zt-bottom-menu li:first-child a {
  border-right: 0;
}
.rtl .latestnews li .img {
  padding: 0 0 0 10px;
}
.rtl .tagswidget a {
  float: right;
  margin: 0 0 4px 4px;
}
.rtl #zt-left .lightbox-modal,
.rtl #zt-right .lightbox-modal {
  float: right;
  margin: 0 0 5px 5px;
}
.rtl .filter-search.alert.alert-info {
  float: right;
  margin: 0 0 0 10px;
}
.rtl .article-info .article-info-inner {
  float: right;
}
.rtl .article-info dd,
.rtl .article-info .article-info-inner >div {
  float: right;
  margin: 0 0 0 10px;
}
.rtl .media>.pull-left {
  margin: 0 0 0 10px;
}
.rtl .btn-toolbar .btn-group {
  float: right;
}
.rtl .search #searchForm .inputbox {
  margin: 0 0 0 10px;
}
.rtl .search #searchForm fieldset label,
.rtl .search #searchForm fieldset input {
  float: right;
  margin: 3px 0 0 5px;
}
.rtl .form-horizontal .control-label {
  text-align: right !important;
}
.rtl .blog-categories li a:before {
  float: right;
  margin: 0 0 0 8px;
  content: "\f104";
}
.rtl div.latestItemCommentsLink,
.rtl div.iheader div.catItemCommentsLink {
  float: left;
  padding: 0 0 0 8px;
}
.rtl div.iheader span.latestItemDateCreated,
.rtl div.iheader span.catItemDateCreated,
.rtl div.iheader span.catItemTags,
.rtl div.iheader span.catItemAuthor,
.rtl div.iheader span.userItemCategory,
.rtl div.iheader span.userItemTagsBlock,
.rtl div.iheader span.latestItemCategory,
.rtl div.iheader span.latestItemTags {
  float: right;
}
.rtl div.iheader > span {
  margin: 0 0 0 20px;
}
.rtl div.itemTwitterButton {
  float: right;
  margin: 2px 0 0 24px;
}
.rtl div.itemFacebookButton {
  float: right;
  margin: 0 0 0 24px;
}
.rtl div.itemComments .form-validate #submitCommentButton {
  float: left;
}
.rtl #zt-newsletter #newsletter-inner .newsletterForm {
  text-align: left;
}
.rtl #zt-newsletter #newsletter-inner .newsletterForm button {
  margin: 0 -4px 0 0;
}
.rtl .zo2-socialshares-floatbar {
  margin: 0 -110px 0 0;
}
.rtl div.userBlock img,
.rtl div.latestItemsUser img {
  float: right;
  margin: 0 0 0 8px;
}
.rtl .offcanvas .sidebar-close {
  right: auto;
  left: 0;
  float: left;
}
.rtl .nav-parent > .nav-oc-toggle {
  right: auto;
  left: 5px;
}
.rtl [class^="zt-icon-"] li:before,
.rtl [class*=" zt-icon-"] li:before {
  margin: 0 0 0 5px;
}
.rtl .zt-box-info:before,
.rtl .zt-box-warning:before,
.rtl .zt-box-stickynote:before,
.rtl .zt-box-upload:before,
.rtl .zt-box-download:before {
  margin: 0 0 0 10px;
}
.rtl div.tagItemCategory {
  float: right;
}
.rtl div.tags:before {
  float: right;
  margin: 0 0 0 3px;
}
.rtl #zt-breadcrumb #zt-breadcrumb-inner {
  text-align: left;
}
.rtl .box_welcome {
  left: auto;
  right: 10px;
}
.rtl .shortcodes ul.menu li:hover a,
.rtl .shortcodes ul.menu li.active a {
  padding-left: 0;
  padding-right: 25px;
}
.rtl #zt-bottom .footer_zo2_logo {
  float: left;
  margin: 15px 0 15px -30px;
}
.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;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f0d7";
}
.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-family: FontAweSome;
  text-decoration: none;
  font-size: 14px;
  color: #ccc;
  padding: 5px 15px;
}
.offcanvas .sidebar-close:before {
  content: "\f00d";
}
.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 {
  margin: 10px;
  display: inline-block;
}
.item-page .lightbox-modal img {
  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;
}
.zt-services .col-md-20 {
  padding: 0;
  position: relative;
  max-height: 240px;
  text-align: center;
}
.zt-services .col-md-20 {
  background: #f4f4f4;
  border-right: 11px solid #fff;
  border-left: 11px solid #fff;
}
.zt-services .col-md-20 .module {
  padding-top: 37px;
  padding-bottom: 20px;
}
.zt-services .col-md-20 .icon {
  margin: 15px 0 25px 0;
}
.zt-services .col-md-20 .icon i {
  font-size: 45px;
  display: inline-block;
}
.zt-services .col-md-20 .icon i.fa1 {
  background: url(../../d/file/mt/fi_01.png) center center no-repeat;
  width: 40px;
  height: 40px;
}
.zt-services .col-md-20 .icon i.fa2 {
  background: url(../../d/file/mt/fi_02.png) center center no-repeat;
  width: 40px;
  height: 40px;
}
.zt-services .col-md-20 .icon i.fa3 {
  background: url(../../d/file/mt/fi_03.png) center center no-repeat;
  width: 40px;
  height: 40px;
}
.zt-services .col-md-20 .icon i.fa4 {
  background: url(../../d/file/mt/fi_04.png) center center no-repeat;
  width: 40px;
  height: 40px;
}
.zt-services .col-md-20 .icon i.fa5 {
  background: url(../../d/file/mt/fi_05.png) center center no-repeat;
  width: 40px;
  height: 40px;
}
.zt-services .col-md-20 .con_img {
  display: none;
  position: absolute;
  margin: 0;
}
.zt-services .col-md-20 .desc {
  margin-top: 15px;
  padding: 0 20px;
}
.zt-services .col-md-20 h3 {
  font-family: "Microsoft Yahei";
  font-size: 100%;
  border-bottom: 1px dotted #c3c3c3;
  padding-bottom: 15px;
}
.zt-services .col-md-20 a {
  font-size: 120%;
}
.zt-services .col-active .desc {
  z-index: 999;
  padding: 10px 5%;
  margin: -5% -5% 0 -5%;
  background: #df2728;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.zt-services .col-active .desc a {
  color: #ffffff;
}
.zt-services .col-active .con_img {
  left: -5%;
  right: -5%;
  top: -3%;
  bottom: -3%;
}
.home_ml_customer dl {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  float: left;
  width: 100%;
}
.home_ml_customer dl dd {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  text-align: center;
}
.home_ml_customer dl dd .img_h {
  display: none;
}
.home_ml_customer dl dd.active .img_c {
  display: none;
}
.home_ml_customer dl dd.active .img_h {
  display: block;
}
.col-md-14 {
  width: 14.285%;
  float: left;
}
@media (max-width: 768px) {
  .col-md-14 {
    width: 33.333333333%;
    float: left;
  }
}
.home_mu_case .respl-header {
  display: none !important;
}
.carousel-inner>.item>div {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.carousel-inner>.item .dnp_news_image {
  float: Left;
  margin-right: 3%;
}
.carousel-inner>.item .dnp_news_title {
  padding-right: 5%;
  margin-top: 20px;
}
.carousel-inner>.item .dnp_news_title a {
  color: #323232;
  font-size: 100%;
  font-family: "Microsoft Yahei";
}
.carousel-inner>.item .introtext {
  padding-right: 5%;
}
@media (max-width: 991px) {
  .carousel-inner>.item>div {
    text-align: center;
  }
  .carousel-inner>.item .dnp_news_image {
    float: none;
  }
  .col-md-20 {
    margin-bottom: 3%;
  }
  .zt-services .col-md-20 {
    max-height: none;
  }
  .zt-services .col-md-20 .desc {
    padding: 0 5%;
  }
  .zt-services .col-active .desc {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    background: none;
    padding: 0 5%;
  }
  .zt-services .col-active .desc a {
    color: #999999;
  }
  .zt-services .col-active .con_img {
    display: none;
  }
}
@media (max-width: 481px) {
  .carousel-inner>.item>div {
    width: 100%;
  }
}
.nsNext,
.nsPrev {
  background-color: #ffffff;
  color: #777;
  height: 33px;
  width: 35px;
  z-index: auto;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  outline: none !important;
  top: 0px;
}
.nsNext:hover,
.nsPrev:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  z-index: 2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.nsPrev {
  position: absolute;
  right: 28px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.nsNext {
  right: 0;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.nsNext:hover,
.nsPrev:hover {
  color: #474747;
}
.nsPrev:after,
.nsNext:after {
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: #f7f7f7;
}
.nsPrev:after {
  content: '-';
}
.nsNext:after {
  content: '+';
}
#zt-services {
  padding: 20px 0 100px 0;
  background: url(section_bg.gif) center 55px repeat-x;
}
#zt-services h3.moduletitle {
  padding: 0 0 15px;
  position: relative;
  margin: 0 0 58px;
  font-family: "Microsoft Yahei";
  color: #444444;
  font-size: 170%;
}
#zt-services h3.moduletitle span {
  border-bottom: 1px solid #949494;
  padding: 0 3px 10px 3px;
}
#zt-services h3.moduletitle:after {
  content: '/ SERVICE';
  height: 4px;
  width: 70px;
  color: #a3a3a4;
  font-size: 70%;
}
#zt-services .home_services_left dl dt {
  color: #333333;
  font-size: 150%;
  text-indent: 18px;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  padding-bottom: 30px;
  background: url(right_top_arrow.png) left 4px no-repeat;
}
#zt-services .home_services_left dl dd a {
  display: block;
  margin-right: 14px;
  margin-bottom: 14px;
  text-decoration: none;
  color: #ffffff;
  float: left;
  text-align: center;
  font-family: "Microsoft Yahei";
}
#zt-services .home_services_left dl dd.lastest a {
  margin: 0;
}
#zt-services .home_services_right {
  margin: 50px 0 0 0;
}
#zt-services .home_services_right .col-md-4 {
  border-left: 1px solid #eeeeee;
}
#zt-services .home_services_right .col-md-4 dl dt {
  color: #666666;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  background: url(right_top_arrow.png) 15px 3px no-repeat;
}
#zt-services .home_services_right .col-md-4 dl dd {
  line-height: 20px;
  padding-left: 30px;
}
#zt-services .home_services_right .col-md-4 dl dd a {
  color: #999999;
  text-decoration: none;
}
@media (max-width: 1200px) {
  #zt-header #zt-logo {
    width: 20%;
  }
  #zt-header #zt-mainmenu {
    width: 60%;
  }
  #zt-header #zt-language {
    width: 20%;
  }
}
@media (max-width: 991px) {
  #zt-services .home_services_left dl dd a {
    width: 15.666666%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  #zt-services .home_services_left dl dd.lastest a {
    margin-right: 1%;
    margin-bottom: 1%;
  }
  #zt-services .home_services_right {
    margin: 20px 0 0 0;
  }
  #zt-services .home_services_right .col-md-4 {
    border: none;
    padding: 0;
  }
  #zt-services .home_services_right .col-md-4 dl dt {
    border-bottom: 1px solid #eeeeee;
    text-indent: 15px;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(right_top_arrow.png) left 3px no-repeat;
  }
  #zt-services .home_services_right .col-md-4 dl dd {
    display: inline-block;
    line-height: 24px;
    padding-left: 0px;
  }
  #zt-services .home_services_right .col-md-4 dl dd.cate {
    clear: both;
  }
  #zt-header #zt-logo {
    width: 30%;
  }
  #zt-header #zt-mainmenu {
    width: 70%;
  }
  #zt-header #zt-language {
    width: 25%;
    display: none !important;
  }
  #zt-header #zt-language .custom_top_phone strong {
    font-size: 150%;
  }
}
@media (max-width: 768px) {
  #zt-services .home_services_left dl dd a {
    width: 32.33333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  #zt-services .home_services_left dl dd.lastest a {
    margin-right: 1%;
    margin-bottom: 1%;
  }
  #zt-header #zt-language {
    display: none !important;
  }
}
@media (max-width: 600px) {
  #zt-header #zt-language {
    position: absolute;
    right: 50px;
    top: 0;
    width: 200px;
  }
  #zt-header #zt-language .custom_top_phone strong {
    font-size: 150%;
  }
}
#zt-header #zt-mainmenu ul.navbar-nav {
  height: 86px;
}
@media (max-width: 992px) {
  div.item-bottom {
    padding: 0 5px;
  }
}
.services-page {
  padding: 42px 0 80px 0;
}
.client_list {
  margin-bottom: 20px;
  color: #999999;
}
.client_list .title {
  font-size: 150%;
  font-family: "Microsoft Yahei";
  padding-bottom: 20px;
  color: #444444;
}
.client_list dl {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  display: inline-block;
}
.client_list dl dd {
  float: left;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
}
.client_list dl dd b {
  border-right: 1px solid #eeeeee;
  background: #f4f4f4;
  padding: 15px 0;
  display: inline-block;
  width: 20%;
  text-align: center;
  float: left;
}
.client_list dl dd span {
  padding: 15px 8px;
  display: inline-block;
  float: left;
}
@media (max-width: 768px) {
  .client_list dl dd span {
    padding: 3px 8px;
    display: inline-block;
    float: left;
  }
}
.about_pos {
  float: right;
  padding-top: 5px;
  color: #999999;
}
.about_pos a {
  color: #999999;
}
.about_pos a:hover {
  color: #e53333;
}
.about_gallery {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.about_gallery h3 {
  font-size: 150%;
  font-family: "Microsoft Yahei";
  color: #444444;
}
.about_block {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.about_block .title {
  font-size: 150%;
  font-family: "Microsoft Yahei";
  padding-bottom: 20px;
  color: #444444;
}
.about_block .contain .left {
  width: 30%;
  padding: 0 1%;
  float: left;
}
.about_block .contain .right {
  width: 70%;
  padding: 0 1%;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
#about1 .about_gallery h3 {
  text-indent: 18px;
}
#about2 .contain .left,
#about3 .contain .left {
  padding: 0 1% 0 0;
}
.case_select_page_filter .sj-responsive-listing .respl-wrap .respl-loader a.respl-button {
  display: none;
}
.about_company .contain .right {
  padding-top: 20px;
}
.about_qualification .contain .right {
  padding-top: 40px;
}
.about_authorization dl dd {
  margin: 0;
  text-align: center;
}
.about_authorization dl dd .desc {
  padding: 16px 0;
  border-bottom: 2px solid #e0e0e0;
  line-height: 16.8px;
}
.about_authorization dl dd .img .img_h {
  display: none;
}
.about_authorization dl dd.active .desc {
  border-bottom: 2px solid #e53333;
}
.about_authorization dl dd.active .img .img_c {
  display: none;
}
.about_authorization dl dd.active .img .img_h {
  display: block;
}
.about_recruitment {
  padding: 30px 0 40px 0;
  float: left;
  width: 100%;
}
.about_recruitment h3 {
  font-size: 150%;
  font-family: "Microsoft Yahei";
  padding-bottom: 30px;
  color: #444444;
}
.about_recruitment .noo-cs {
  position: relative;
}
.about_recruitment .noo-cs-group {
  padding: 0 3%;
}
.about_recruitment .noo-cs-item {
  padding: 0 2%;
}
.about_recruitment .item-info .title {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.about_recruitment .item-info p {
  color: #999999;
  line-height: 19px;
  margin: 0;
}
.about_recruitment .item-info a.apply {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 25px;
  background: #e53333;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.apply_info {
  width: 100%;
  margin-bottom: 15px;
  background: #f7f7f7;
  padding: 20px 0 20px 6.25%;
  float: left;
  color: #999999;
  line-height: 16px;
}
.apply_info a {
  color: #666666;
}
.apply_info b {
  display: block;
  color: #666666;
  padding-bottom: 10px;
  background: url(email.png) left top no-repeat;
  text-indent: 35px;
}
.about_contact {
  width: 100%;
  color: #999999;
  margin-bottom: 140px;
  border-bottom: none;
}
.about_contact .title {
  padding: 28px 0 30px 12px;
}
.about_contact .left strong {
  color: #666666;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  padding-bottom: 15px;
  display: inline-block;
}
.about_contact .left p {
  margin: 0;
}
.about_contact .left .our_address {
  line-height: 19px;
}
.about_contact .left .our_contact p {
  border-bottom: 1px solid #efefef;
  height: 33px;
  line-height: 33px;
}
.about_contact a {
  color: #e53333;
}
@media (max-width: 992px) {
  .about_block .contain .left {
    width: 100%;
    text-align: center;
  }
  .about_block .contain .right {
    width: 100%;
  }
  .about_authorization dl dd {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .about_authorization dl dd {
    width: 100%;
  }
  #zt-footer #zt-position-1 .home_footer_contact .phone b {
    font-size: 20px;
  }
}
.news_events {
  padding-top: 50px;
}
.news_events .item-leading {
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding: 40px 0;
}
.news_events .item-leading .item-image {
  float: left;
  margin: 0;
  margin-right: 2.5%;
}
.news_events .item-leading .page-header {
  padding-bottom: 10px;
}
.news_events .item-leading .page-header h2 {
  margin: 0;
  margin: 10px 0 0 0;
}
.news_events .item-leading .page-header a {
  color: #2a2a2a;
  font-size: 18px;
  font-family: "Microsoft Yahei";
}
.news_events .item-leading .create .icon-calendar {
  display: none;
}
.news_events .item-leading .blog .article-info .createdby:before {
  content: "";
}
.news_events .singleItemTitle {
  margin: 30px 0 10px 0;
  text-align: center;
}
.news_events .item-leading .article-info {
  width: 60%;
}
.news_events .introText {
  'float: left;
  padding: 30px 0 100px 0;
  font-size: 16px;
  color: #000;
}
.news_events .introText .col-sm-5 img {
  margin-bottom: 8px;
}
div.search {
  padding-top: 100px;
}
.search .search-icon {
  display: none;
}
div.search .btn-primary {
  background-image: url(search_btn.png);
  background-position: center center;
  background-repeat: no-repeat;
}
div.search .search-query {
  color: #999999;
}
.news_search {
  padding-bottom: 10px;
}
div.news_latestnews {
  /*border-top: 1px solid #ededed;*/
  padding-bottom: 10px;
  padding-left: 5%;
}
.news_latestnews .moduletitle {
  font-size: 14px;
  color: #2a2a2a;
  font-family: "Microsoft Yahei";
  padding: 30px 0 0 0;
}
.news_latestnews li {
  margin: 0;
}
.news_latestnews .img {
  display: none;
}
.news_latestnews .moduleItemDateCreated {
  display: none;
}
.news_latestnews a {
  color: #999999;
}
#zt-news .module {
  background: #ffffff;
  margin-left: -3.5714285%;
  margin-right: -3.5714285%;
  padding-left: 3.5714285%;
  padding-right: 3.5714285%;
  margin-top: -7.2%;
  margin-bottom: 7.2%;
}
#zt-news .module .moduletitle {
  padding: 45px 0 25px 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  float: left;
}
#zt-news ul.news_menu {
  text-align: center;
  margin-top: -3.6%;
  float: left;
  width: 100%;
}
#zt-news ul.news_menu a {
  background: #eeeeee;
  margin: 0 5px;
  color: #999999;
}
#zt-news ul.news_menu .active a {
  background: #e53333;
  color: #ffffff;
}
.left_module {
  padding-right: 45px;
}
.left_module .module {
  padding-top: 25px;
}
.left_module .moduletitle {
  white-space: nowrap;
  padding-left: 18px;
  font-family: "Microsoft Yahei";
  margin-bottom: 0;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
}
.left_module .moduletitle span {
  padding: 0 3px;
  border-bottom: 1px solid red;
  padding-bottom: 8px;
}
.left_module dl {
  margin: 0;
}
.left_module dl dd {
  margin: 0;
  margin-top: 10px;
}
.left_module dl dd a {
  color: #999999;
}
.left_module .left_our_services .moduletitle:after {
  content: "OUR SEVERS";
  font-size: 14px;
}
.left_module .left_industry .moduletitle:after {
  content: "INDUSTRY";
  font-size: 14px;
}
.left_module .left_customer .moduletitle:after {
  content: "CUSTOMER FOCUS";
  font-size: 14px;
}
.left_module .left_our_services dl dd {
  margin: 5px 0 0 0;
}
.left_module .left_our_services dl dd strong {
  font-weight: normal;
  display: inline-block;
  padding: 3px;
  line-height: 16px;
}
.left_module .left_our_services dl dd .sub {
  line-height: 16px;
  padding: 3px;
  display: none;
}
.left_module .left_our_services dl dd.active {
  background: #ffffff;
  color: #ffffff;
}
.left_module .left_our_services dl dd.active .sub {
  display: block;
}
.left_module .left_our_services dl dd.active strong {
  padding: 12px 0 8px 8px;
  font-weight: bold;
  border-bottom: 1px solid #ec6868;
  width: 100%;
  display: none;
}
.left_module .left_our_services dl dd.active .sub a {
  color: #e53333;
}
.left_module .left_industry dl dd a {
  white-space: nowrap;
}
.case_other_items {
  padding: 60px 0 0 0;
}
.case_other_items .title {
  width: 100%;
  margin: 0;
  margin-bottom: 35px;
  float: left;
}
.case_other_items .title ul {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  margin: 0;
}
.case_other_items .title ul li {
  float: left;
  margin-right: 7px;
}
.case_other_items .title ul li h3 {
  font-size: 14px;
  cursor: pointer;
  color: #666666;
  background: #f7f7f7;
  padding: 10px 36px;
  margin: 0;
  font-family: "Microsoft Yahei";
}
.case_other_items .title ul li.active h3 {
  background: #e53333;
  color: #ffffff;
}
.case_other_items .content {
  clear: both;
}
#cbbfixed {
  position: fixed;
  right: 10px;
  transition: bottom ease .3s;
  bottom: -85px;
  z-index: 3;
  width: 40px;
}
#cbbfixed a {
  width: 40px;
  height: 40px;
  /*display: block;*/
  float: left;
  margin-bottom: 1px;
}
#fc1{display:none;}
#fc2{display:none;}
#cweixin{display:none;}
.yy-icon {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
}
.yy-1 {
  width: 40px;
  height: 40px;
  background: url(r1.jpg) no-repeat;
}
.yy-2 {
  width: 40px;
  height: 40px;
  background: url(r2.jpg) no-repeat;
}
.yy-weixin {
  width: 40px;
  height: 40px;
  background: url(r3.jpg) no-repeat;
}
#cbbfixed a:hover div {
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
#cbbfixed a div {
  width: 184px;
  height: 199px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 100% 70%;
  -webkit-transform-origin: 100% 70%;
  transition: transform ease .3s, opacity ease .3s;
  -webkit-transition: all ease .3s;
}
#fc1 div {
  background: url(weixin1.png);
  left: -194px;
  top: -115px;
}
#fc2 div {
  background: url(weixin2.png);
  left: -194px;
  top: -75px;
}
#cweixin div {
  background: url(weixin.png);
  left: -194px;
  top: -35px;
}
@media (max-width: 768px) {
  #cbbfixed {
    display: none;
  }
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-image {
  overflow: hidden;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-bottom:none;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-image a img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform ease .5s, opacity ease .5s;
  -webkit-transition: all ease .5s;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-image a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: transform ease .5s, opacity ease .5s;
  -webkit-transition: all ease .5s;
}
.carousel-inner>.item .dnp_news_image {
  overflow: hidden;
}
.carousel-inner>.item .dnp_news_image img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform ease .5s, opacity ease .5s;
  -webkit-transition: all ease .5s;
}
.carousel-inner>.item .dnp_news_image:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: transform ease .5s, opacity ease .5s;
  -webkit-transition: all ease .5s;
}


#zt-mainframe span {

}
