.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;
}
input[type="submit"],
input[type="button"],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  text-shadow: none;
  color: #7d7d7d;
  min-height: 30px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 4px 6px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
dt,
dd {
  color: #858585;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 400;
  width: auto;
  padding: 0 10px !important;
}
.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;
}
.tag-item {
  margin-top: 20px;
}
.tag-item span.icon {
  position: relative;
  top: -7px;
}
.tag-item .tags {
  margin: 0;
  padding: 0;
  float: none;
  list-style: none;
  display: inline-block;
}
.tag-item .tags span {
  float: left;
  position: relative;
  font-size: 11px;
}
ul.list-striped {
  list-style: none;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img,
.img_caption img {
  max-width: 100%;
  overflow: hidden;
  max-width: auto;
}
.ie8 .img-intro-left img,
.ie8 .img-intro-right img,
.ie8 .img-intro-none img,
.ie8 .item-image img,
.ie8 .img-fulltext-right img,
.ie8 .img-fulltext-left img
.ie8 .img-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;
}
.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: 0px;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-family: Helvetica, Arial, Serif;
}
.homepage h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.readmore {
  border: 1px solid #dadada;
  border-radius: 3px;
  text-transform: capitalize;
  transition: all 1s ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #2b9cb8;
  font-size: 12px;
  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 #3796e0;
  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: 10px;
  margin: 0;
}
.page-header a {
  color: #858585;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #2389d7;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #2389d7;
}
.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 {
  margin: 5px 0 0;
  width: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info span {
  font-weight: bold;
}
.blog .article-info.muted:first-child {
  display: inline;
}
.blog .article-info {
  margin: 0;
  width: 90%;
  padding: 0px 0;
}
.blog .article-info dd {
  padding: 10px 0 10px;
}
.blog .icons .btn {
  padding: 0;
}
.icon-edit,
.icon-print,
.icon-envelope {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon-edit:before {
  content: "\f044";
}
.icon-print:before {
  content: "\f02f";
}
.icon-envelope:before {
  content: "\f0e0";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul,
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;
}
.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: #000;
  font-family: Raleway;
  background: none;
  border: 1px solid #fff;
}
.zo2-pagination ul >li >a:hover,
.zo2-pagination ul >li >a:active,
.zo2-pagination ul >li >a:focus {
  background: #cc3300;
  color: #fff;
  border: none;
}
.zo2-pagination ul >li >span {
  border: 1px solid #3e97dc;
}
.zo2-pagination ul >li.active >span {
  background: #cc3300;
  color: #fff;
  border: none;
}
.zo2-pagination ul >li.disabled {
  font-size: 14px;
}
.zo2-pagination ul >li.disabled a {
  line-height: 21px;
}
.pager li a {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: none repeat scroll 0 0 #cc3300;
  color: #fff;
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.pagenav {
  float: none;
  clear: both;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  border: 1px solid #D9D6D0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #888888;
  height: 30px;
  line-height: 30px;
  max-width: 100% !important;
  padding: 0 12px;
}
.login-form button {
  margin: 20px 0;
}
#login-form #form-login-submit {
  width: 100%;
  display: block;
  overflow: hidden;
}
#login-form .logout-button .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .sign-in {
  font-size: 13px;
  line-height: 42px;
  padding-left: 15px;
}
#login-form ul.unstyled {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}
#login-form ul.unstyled li {
  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="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;
}
.filter-search.alert.alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  background-image: none;
  padding: 20px;
}
.search-results .result-title {
  margin-top: 24px;
}
.search dt.result-title {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
#searchForm fieldset {
  margin: 20px 0;
}
#search-results ul.search-results {
  list-style-type: none;
}
#search-results ul.search-results li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}
#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 a:hover {
  color: #0d80d1;
  background: none;
}
.edit .nav li.active >a {
  background: none;
  color: #0d80d1;
}
.edit .nav li.active >a:hover,
.edit .nav li.active >a:active,
.edit .nav li.active >a:focus {
  border: none;
  color: #00d080 !important;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
div#sbox-window.shadow {
  width: 820px !important;
  height: 520px !important;
}
.well {
  background-color: #f5f5f5;
  padding: 10px;
}
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;
}
a.btn {
  color: #000;
}
a.btn:hover {
  color: #cc3300;
}
#finder-search .btn.btn-primary {
  background: #2A2A2A;
  border: medium none;
  color: #fff;
}
.word label {
  font-weight: normal;
}
.controls .btn-primary {
  transition: all 1s ease 0s;
  background: #cc3300;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.controls .btn-primary:hover {
  background: #cc3300;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
.createdby span {
  font-weight: normal;
}
.createdby span:before {
  content: "\f007";
  font-family: FontAwesome;
  margin: 0 5px;
}
.blog .published span {
  margin-right: 3px;
}
.blog .page-header {
  padding: 0;
}
.blog div[class*="items"] .item,
.blog .items-leading > div,
.blog div > div.item {
  margin: 0 0 35px;
}
.blog .img_caption:hover ~ .article_content {
  top: 0;
}
.blog .items-row-masonry,
.blog .items-row-masonry {
  min-height: 515px;
}
.blog .article_content {
  clear: both;
  position: relative;
  z-index: 1;
}
.blog .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 200%;
  color: #fff;
  background: #0c80d1;
}
.blog .article_content h2 {
  font-size: 175%;
  margin: 10px 0 20px;
}
.blog .article_content h2 a {
  color: #0c80d1;
}
.blog .article_content h2 a:hover {
  color: #000 !important;
}
.blog .article_content .introtext {
  color: #525252;
  font-weight: 300;
  text-align: justify;
  line-height: 140%;
  padding-top: 5px;
}
.blog .article_content .introtext > p {
  font-size: 13px;
  margin-top: 0;
  font-weight: normal;
  font-family: Raleway;
  color: #353535;
}
.blog .article_content .article_bottom {
  padding: 15px 0 15px;
  overflow: hidden;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
}
.item-page .article_content .article-icon ~.content-article {
  padding-left: 75px;
}
.item-page .article_content {
  clear: both;
  position: relative;
  border-radius: 0 0 4px 4px;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}
.item-page .article_content .article-icon {
  float: left;
}
.item-page .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 200%;
  color: #fff;
  background: #000;
}
.item-page .article_content h1.singleItemTitle {
  font-size: 200%;
  letter-spacing: 0.5px;
  margin: 0px 0 10px;
}
.item-page .article-info-inner div {
  float: none;
  display: inline;
}
.rtl .blog .article_content .article_bottom .article-info {
  float: right;
}
.rtl .blog .article_content .article_bottom .itemReadmore {
  float: right;
}
.tag {
  color: inherit;
}
a.label-info {
  display: inline-block;
  font-size: 110%;
  margin: 0 5px;
  padding: 6px;
}
fieldset {
  background: #fff;
  font-family: Raleway;
}
.form-actions {
  padding: 20px 0;
}
.page-header h1 {
  color: #fff;
  font-family: Bubblegum Sans;
  font-size: 40px;
  position: relative;
  margin: 0;
  top: -116px;
}
.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 .mega > .mega-dropdown-menu {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  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: none;
    z-index: 0;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block !important;
  }
  .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: 0px;
  }
  .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: 768px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .offcanvas {
    font-family: Raleway;
    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;
    z-index: 1000;
    -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: 30px;
    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;
    font-size: 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 ;
    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: 0px;
    border: none !important;
    font-size: 18px;
  }
}
#zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu:before {
  left: 150px;
}
#zo2-mega-menu .navbar-toggle {
  margin: 0;
  padding: 9px 7px;
  border-radius: 0;
  -moz-border-radius: 0;
  float: left;
  margin: 7px 0 0;
}
#zo2-mega-menu nav {
  background: none;
  border-radius: 0;
  padding: 15px 0;
}
#zo2-mega-menu .featuresWrap {
  position: static;
}
#zo2-mega-menu .featuresWrap .custom_block .custom {
  padding: 10px 0;
}
#zo2-mega-menu .featuresWrap .custom_block .img {
  display: block;
  padding: 15px 0;
}
#zo2-mega-menu .navbar-default {
  border: 0;
  margin: 0px 0 0;
}
#zo2-mega-menu .navbar-default .navbar-collapse {
  padding: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav .col-md-12.mega-col-module .mega-inner {
  border-top: 1px solid #e6e6e6;
}
#zo2-mega-menu .navbar-default ul.navbar-nav .caret {
  display: none !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
  line-height: 30px;
  color: #000;
  font-size: 14px;
  font-family: roboto;
  font-weight: 400;
  background: none !important;
  position: relative;
  text-transform: uppercase !important;
  letter-spacing: 1px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > a:hover:before,
#zo2-mega-menu .navbar-default ul.navbar-nav > li > a:focus:before {
  color: #000000;
  font-size: 30px;
  text-shadow: 12px 0 #000000, -12px 0 #000000;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > a:before {
  position: absolute;
  top: 15%;
  left: 50%;
  transition: color 0.3s;
  color: transparent;
  content: ".";
  text-shadow: 0 0 transparent;
  font-size: 0em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a {
  color: #ff0000;
  background: none !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
  padding: 0;
  margin: 7px 0 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 5;
  background: #fff;
  font-size: 100%;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner {
  padding: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner .module p {
  font-family: roboto;
  font-weight: 500;
  color: #000;
  font-size: 13px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner .module h3 {
  margin-top: 20px;
  border-bottom: none;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .module-title {
  border-bottom: 1px solid #e6e6e6;
  color: #525252 !important;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px;
  text-transform: uppercase;
  background: none !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .module-title {
  padding: 10px 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li a {
  margin: 0 10px;
  border-top: 1px solid #e6e6e6;
  color: #575757;
  font-size: 13.5px;
  font-weight: 300;
  transition: all 0.15s ease 0s;
  font-family: roboto;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:first-child > a {
  border-top: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.active > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.open > a {
  background: none;
  color: #ff0000;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.dropdown-submenu > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-dropdown-menu {
  margin-top: 0;
}
body .nav-parent > .icon-caret-up:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 70%;
}
body .nav-parent > .icon-caret-up {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
}
.nav-parent > .icon-caret-down:before {
  font-family: FontAwesome;
  font-size: 70%;
  color: #939393;
  content: "\f107";
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
  content: "\f107";
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  border-top: 1px solid rgba(0,0,0,0.15) !important;
}
.offcanvas {
  background: #333333;
}
.fa-2x {
  cursor: pointer;
}
@media (max-width: 1500px) {
  .rtl .zo2-megamenu li.blog .mega.dropdown-submenu > .mega-dropdown-menu {
    right: -100% !important;
    left: auto !important;
  }
  .zo2-megamenu li.blog .mega.dropdown-submenu > .mega-dropdown-menu {
    left: -100% !important;
  }
  #zo2-mega-menu .navbar-default ul.navbar-nav > li.blog .mega-dropdown-menu > .mega-dropdown-menu {
    left: -100% !important;
  }
  .zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
    max-width: 240px;
    left: 100% !important;
    top: -1px;
  }
  #zo2-mega-menu .navbar-default ul.navbar-nav > li.services .mega-dropdown-menu {
    margin-left: -140px;
  }
  .rtl #zo2-mega-menu .navbar-default ul.navbar-nav > li.services .mega-dropdown-menu {
    margin-right: -140px;
    margin-left: 0;
  }
}
#zo2-mega-menu {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  .zt-newsiv-frame-cat h4 {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  body .zo2-megamenu .mega > .mega-dropdown-menu {
    max-width: 210px;
  }
}
h3.moduletitle {
  font-size: 150%;
  line-height: normal;
  margin: 20px 0 20px;
  color: #2d3d51;
}
#zo2-bottom1 h3.moduletitle,
#zo2-bottom2 h3.moduletitle {
  font-size: 22px;
}
.no-line h3.moduletitle {
  background: none;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.articles-left li {
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding: 10px 0px;
  display: block;
  line-height: 40px;
}
.articles-left li i {
  float: left;
  padding-right: 10px;
}
.articles-left li h2,
.articles-left li h3,
.articles-left li h4,
.articles-left li h5,
.articles-left li h6 {
  margin: 0;
}
.articles-left li a {
  color: #4f4f4f;
  display: block;
  font-size: 13px;
}
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;
}
.tagspopularpopular-tag ul li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
.tagspopularpopular-tag ul li a {
  display: block;
  padding: 4px 15px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #666;
  font-size: 11px;
  text-transform: capitalize;
}
.tagspopularpopular-tag ul li a:hover {
  background-color: #ff0000;
  color: #fff;
}
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;
}
#ezblog-menu .btn-eb-navbar {
  padding: 7px 18px;
  height: 25px;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month {
  background: #e5e5e5;
  box-shadow: none;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month .currMonth {
  color: #00d089;
  font-weight: 300;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month a.prevMonth {
  text-indent: 0;
  background: none;
  border-right: none;
  color: #999999;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month .nextMonth {
  text-indent: 0;
  background: none;
  border-left: none;
  color: #999999;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_day {
  background: #efefef;
  box-shadow: none;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_day,
#easyblogcalendar-module-wrapper #eblog-wrapper #eblog-calendar td {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
#easyblogcalendar-module-wrapper td {
  background: #fff;
  border: 1px solid #e5e5e5;
}
#easyblogcalendar-module-wrapper td.withpost {
  background: #00d089;
  color: #fff;
}
#easyblogcalendar-module-wrapper td.withpost a {
  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(../images/typo/open1.png) no-repeat left bottom;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  background: url(../images/typo/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 {
  background: url(../images/typo/open1.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  background: url(../images/typo/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  background: url(../images/typo/open2.png) no-repeat left bottom;
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  background: url(../images/typo/close2.png) no-repeat right top;
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote4 {
  background: url(../images/typo/open2.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  background: url(../images/typo/close2.png) no-repeat right top;
  padding: 0 48px;
}
.zt-box-info,
.zt-box-warning,
.zt-box-stickynote,
.zt-box-upload,
.zt-box-download {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-box-info:before,
.zt-box-warning:before,
.zt-box-stickynote:before,
.zt-box-upload:before,
.zt-box-download:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 150%;
  speak: none;
  margin-right: 10px;
}
.zt-box-info:before {
  content: "\f129";
}
.zt-box-warning:before {
  content: "\f071";
}
.zt-box-stickynote:before {
  content: "\f0eb";
}
.zt-box-upload:before {
  content: "\f093";
}
.zt-box-download:before {
  content: "\f019";
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes capabilitieswidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes capabilitieswidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes capabilitiesspan {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes capabilitiesspan {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
#header_logo .logo_retina {
  display: none;
}
#header_logo .logo_normal {
  display: block;
}
@media screen and (min-resolution: 2dppx) {
  #header_logo .logo_normal {
    display: none;
  }
  #header_logo .logo_retina {
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #header_logo .logo_normal {
    display: none;
  }
  #header_logo .logo_retina {
    display: block;
  }
}
body {
  line-height: 20px;
  font-size: 12px;
  font-family: 'Bubblegum Sans';
  color: #4e4d4d;
  background-color: #fff;
  overflow-x: hidden;
}
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: #000;
  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,
a:focus,
a:active {
  color: #cc3300;
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin: 12px 0;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  padding: 0;
}
.modal-header .close {
  margin-top: -8px;
}
body.form.body-overlayed {
  overflow: inherit;
}
body.boxed .zo2-wrapper {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  padding: 0;
}
body.boxed .zo2-wrapper .is-sticky #zo2-header {
  width: auto;
}
.full-width .col-md-12 {
  padding: 0;
}
.full-width .row {
  margin: 0;
}
#top-menu {
  margin: 18px 0;
}
#top-menu .mod-wrapper-menu ul li {
  line-height: 15px;
}
#top-menu .mod-wrapper-menu ul li a {
  background: none;
  border-right: 1px solid #ececec;
  color: #707070;
  padding: 0 15px;
}
#top-menu .mod-wrapper-menu ul li a:hover,
#top-menu .mod-wrapper-menu ul li a:focus {
  background: none;
  color: #000;
}
#top-menu .mod-wrapper-menu ul li:last-child a {
  border: none;
}
#top-menu .mod-languages li a {
  border: none !important;
}
#top-search form {
  position: relative;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  float: right;
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
}
#top-search form:before {
  color: #555555;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  right: 25px;
  position: absolute;
}
#top-search #mod-search-searchword {
  border: none;
  background: transparent;
  color: #9a9a9a;
  height: 15px;
  line-height: 15px;
  outline: none;
  padding: 0 0 0 10px;
}
nav.zo2-menu {
  background: none;
  border: none;
  margin: 13px 0;
  min-height: inherit;
}
nav.zo2-menu .navbar-nav > li {
  font-size: 133%;
  line-height: 16px;
}
nav.zo2-menu .navbar-nav > li >a {
  padding: 0 20px;
  color: #323232;
  font-size: 16px;
}
nav.zo2-menu .navbar-nav > .open a {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav > .open a:hover,
nav.zo2-menu .navbar-nav > .open a:focus {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav .active a {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav .active a:hover,
nav.zo2-menu .navbar-nav .active a:focus {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav ul.mega-nav li a {
  color: #4f4f4f;
}
nav.zo2-menu .navbar-nav ul.mega-nav li a:hover,
nav.zo2-menu .navbar-nav ul.mega-nav li a:active,
nav.zo2-menu .navbar-nav ul.mega-nav li a:focus {
  color: #71b344;
}
nav.zo2-menu .navbar-nav ul.mega-nav li.active a {
  color: #71b344;
}
.carousel-inner {
  z-index: 0;
}
.carousel-inner .slide-button {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  margin-top: 15px;
  padding: 10px 28px;
  text-transform: uppercase;
  -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;
}
.carousel-inner .slide-button:hover,
.carousel-inner .slide-button:active,
.carousel-inner .slide-button:focus {
  background: none repeat scroll 0 0 rgba(255,255,255,0.1);
  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;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
#zo2-hello {
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding: 50px 0;
  margin-bottom: 30px;
}
#zo2-hello h1 {
  color: #2d3d51;
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}
#zo2-hello .btn {
  margin-top: 0;
}
#zo2-features {
  text-align: center;
}
#zo2-features .top-features {
  padding-top: 50px;
}
#zo2-features .top-features .zo2-feature {
  margin-top: 35px;
  background-color: #fff;
  color: #313131;
  position: relative;
}
#zo2-features .top-features .zo2-feature .zo2-circle {
  background-color: #FFFFFF;
  border: 5px solid #EFEFEF;
  top: -36px;
  left: 44%;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  font-size: 50px;
  line-height: 110px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  text-shadow: 0 3px 0 rgba(0,0,0,0.1);
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  color: #7fbe54;
}
#zo2-features .top-features .zo2-feature .zo2-circle:before {
  display: block;
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  padding: 5px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  transform: scale(0.8);
  box-shadow: 0 0 0 3px #7FBE54;
}
#zo2-features .top-features .zo2-feature .zo2-circle i {
  vertical-align: top;
  line-height: inherit;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text {
  padding: 90px 10% 30px;
  text-align: center;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-text-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-description {
  font-size: 14px;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-description p {
  margin-bottom: 20px;
}
#zo2-features .top-features:hover .zo2-circle {
  background-color: #7FBE54;
  border: 5px solid transparent;
  color: #fff;
}
#zo2-features .top-features:hover .zo2-circle:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
}
#zo2-top-wrap-sticky-wrapper {
  height: auto !important;
}
#zo2-header {
  padding: 45px 0;
}
.is-sticky {
  position: relative;
  z-index: 999;
}
.is-sticky #zo2-header {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  max-width: none;
  width: 100%;
  padding: 15px 0;
}
.is-sticky #zo2-header .zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  margin-top: 28px;
}
#zo2-bottom1 {
  background-color: #2a2a2a;
  color: #ffffff;
}
#zo2-bottom1 .container {
  border-bottom: 1px solid #404141;
  padding-bottom: 50px;
  padding-top: 50px;
}
#zo2-bottom1 .zo2-mail {
  border: 1px solid #4c4c4c;
  color: #898989;
  height: 35px;
  line-height: 35px;
}
#zo2-bottom1 .zo2-mail input {
  background: transparent;
  border: none;
  color: #898989;
  outline: none;
  line-height: 2;
  width: 80%;
}
#zo2-bottom1 .zo2-mail i {
  padding-left: 10px;
  padding-right: 10px;
}
#zo2-bottom1 .btn {
  background-color: transparent;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #898989;
  height: 35px;
  line-height: 35px;
  padding: 0;
  -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;
}
#zo2-bottom1 .btn:hover,
#zo2-bottom1 .btn:active,
#zo2-bottom1 .btn:focus {
  -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;
}
#zo2-bottom1 .no-line h3 {
  margin: 0;
}
#zo2-bottom-2-wrap {
  background: #ffcc00;
  color: #666666;
  padding: 40px 0;
  position: relative;
}
#zo2-bottom-2-wrap #zo2-position-17 h3.moduletitle,
#zo2-bottom-2-wrap #zo2-position-18 h3.moduletitle,
#zo2-bottom-2-wrap #zo2-position-19 h3.moduletitle,
#zo2-bottom-2-wrap #zo2-position-20 h3.moduletitle {
  border-bottom: 0;
}
#zo2-bottom-2-wrap .zt-twitter-timeline {
  padding-top: 0;
}
#zo2-bottom-2-wrap h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
}
#zo2-bottom-2-wrap h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
#zo2-bottom-2-wrap #zo2-position-17 h3 {
  position: relative;
  padding: 0 0 20px;
  font-family: "Bubblegum Sans";
}
#zo2-bottom-2-wrap #zo2-position-17 h3:after {
  background: url("../images/title-footer.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
}
#zo2-bottom-2-wrap #zo2-position-18 {
  animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
}
#zo2-bottom-2-wrap #zo2-position-18 h3 {
  position: relative;
  padding: 0 0 20px;
  font-family: "Bubblegum Sans";
}
#zo2-bottom-2-wrap #zo2-position-18 h3:after {
  background: url("../images/title-footer.png") no-repeat scroll 0 -30px;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
}
#zo2-bottom-2-wrap #zo2-position-18 .modal-body img {
  width: 100%;
}
#zo2-bottom-2-wrap #zo2-position-18 img {
  border: 1px solid #999999;
}
#zo2-bottom-2-wrap #zo2-position-18 img:hover {
  border: 1px solid #cc3300;
}
#zo2-bottom-2-wrap .zt-timeline-item .zt-item-avatar i {
  font-size: 180%;
}
#zo2-bottom-2-wrap #zo2-position-19 h3 {
  position: relative;
  padding: 0 0 20px;
  font-family: "Bubblegum Sans";
}
#zo2-bottom-2-wrap #zo2-position-19 h3:after {
  background: url("../images/title-footer.png") no-repeat scroll 0 -58px;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
}
#zo2-bottom-2-wrap #zo2-position-20 h3 {
  position: relative;
  padding: 0 0 20px;
  font-family: "Bubblegum Sans";
}
#zo2-bottom-2-wrap #zo2-position-20 h3:after {
  background: url("../images/title-footer.png") no-repeat scroll -3px bottom;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
}
#zo2-bottom-2-wrap #zo2-position-20 .zt-button {
  top: 2px;
  background: none repeat scroll 0 0 #cc3300;
  border: 0 none;
  color: #fff;
  font-family: Raleway;
  height: 40px;
  margin-left: -6px;
  transition-duration: 0.5s;
  position: relative;
  text-transform: capitalize;
}
#zo2-bottom-2-wrap #zo2-position-20 .zt-button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#zo2-bottom-2-wrap .newsleter i {
  color: #cc3300;
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
}
#zo2-bottom-2-wrap .newsleter i.fa-envelope-o {
  font-size: 13px;
}
#zo2-bottom-2-wrap .newsleter p {
  position: relative;
  padding: 0 22px;
  font-weight: 500;
}
#zo2-bottom-2-wrap .newsleter .input-text {
  position: relative;
}
#zo2-bottom-2-wrap .newsleter .input-text i {
  top: 38px;
  left: 5px;
  color: #cccccc;
}
#zo2-bottom-2-wrap .newsleter .input-text #email-address {
  padding-left: 20px;
  height: 40px;
  background: #fff;
  padding-right: 0;
}
#zo2-bottom-2-wrap .about-four {
  font-family: Raleway;
}
#zo2-bottom-2-wrap .about-four ul li {
  list-style: none;
  font-family: Raleway;
  font-weight: 600;
  margin: 7px 0;
}
#zo2-bottom-2-wrap .about-four ul li i {
  color: #cc3300;
  margin-right: 8px;
}
#zo2-bottom-2-wrap a {
  color: #cc3300;
}
#zo2-bottom-2-wrap p {
  color: #666666;
  font-weight: 600;
  font-size: 13px;
}
#zo2-bottom-2-wrap address {
  font-size: 14px;
  line-height: 1.5;
}
#zo2-bottom-2-wrap address i {
  padding-right: 15px;
}
#zo2-bottom-2-wrap .lightbox-modal img {
  margin-bottom: 7px;
  margin-left: 5px;
}
.social {
  margin-top: 10px;
}
.social a {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #8d8d8d;
  display: inline-block;
  height: 37px;
  margin: 0 5px;
  width: 37px;
}
.social a:hover {
  color: #fff;
  text-decoration: none;
}
.social a i {
  display: inline-block;
  font-size: 150%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  vertical-align: top;
  width: 37px;
}
.social a.facebook:hover {
  background-color: #2568bc;
}
.social a.twitter:hover {
  background-color: #23D8E8;
}
.social a.google-plus:hover {
  background-color: #484848;
}
.social a.rss:hover {
  background-color: #FE8631;
}
.social a.linkedin:hover {
  background-color: #027BA5;
}
.social a.youtube:hover {
  background-color: #D65655;
}
.social a.pinterest:hover {
  background-color: #CC1C2C;
}
.social.footer-social a {
  background-color: #393939;
}
#news {
  margin: 50px 0 120px;
}
#news .mod-news img {
  float: left;
  padding-right: 30px;
  max-width: 100%;
}
#news .mod-news.custom h3 {
  color: #2c2c2c;
  font-size: 18px;
}
.latest-news li {
  padding-bottom: 10px;
  list-style: none;
}
.latest-news .thumb {
  border: 3px solid #272727;
  display: block;
  float: left;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  width: 82px;
}
.latest-news .desc {
  margin-left: 100px;
}
.latest-news .title {
  display: block;
}
.latest-news .time {
  color: #898989;
  display: block;
  font-size: 11px;
}
#system-message {
  margin: 0 0 20px;
}
.gmap-page .embed-container {
  padding-bottom: 0;
}
.module .zt-image-frame {
  background: none;
  padding: 0;
  border: none;
  display: block;
  float: left;
  margin: 5px;
  box-shadow: none;
}
.module .zt-image-frame img {
  border: 4px solid #fff;
}
a.cboxElement img {
  margin-bottom: 5px;
}
footer {
  padding: 20px 0;
  width: 100%;
}
footer section {
  float: left;
}
footer .zo2-copyright {
  font-family: Raleway;
  font-weight: 600;
  font-size: 13px;
  float: left;
}
footer .zo2-copyright a {
  color: #cc3300;
  font-family: Raleway;
  font-weight: 600;
  font-size: 13px;
}
footer .zo2-copyright a:hover {
  color: #fff;
}
footer .footer_zo2_logo img {
  float: right;
}
.highslide-gallery ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.highslide-gallery ul li {
  background: none repeat scroll 0 center rgba(0,0,0,0);
  float: left;
  list-style: none outside none;
  margin: 3px;
  padding: 0;
}
.highslide-gallery ul li img {
  float: left;
  margin: 0;
}
#gototop {
  background-color: rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: 10px;
  height: 50px;
  padding: 12px 14px;
  position: fixed;
  right: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 50px;
  z-index: 100;
}
#gototop:hover {
  background-color: rgba(0,0,0,0.4);
}
#gototop i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.box-color {
  background: #7FBE54;
  color: #aaa;
  padding: 20px;
}
.box-color h3.moduletitle {
  background: none;
  color: #ffffff;
  font-size: 200%;
  font-weight: 300;
  padding-bottom: 0;
}
.box-color ul.weblinks li,
.box-color ul.menu li {
  border-bottom: 1px solid #608f40;
  width: 100%;
}
.box-color ul.weblinks li a,
.box-color ul.menu li a {
  background: none;
  padding: 10px 0;
}
.box-color ul.weblinks li a:hover,
.box-color ul.weblinks li a:active,
.box-color ul.weblinks li a:focus,
.box-color ul.menu li a:hover,
.box-color ul.menu li a:active,
.box-color ul.menu li a:focus {
  background: none;
}
.box-color ul.weblinks li:hover a,
.box-color ul.menu li:hover a,
.box-color ul.weblinks li.active a,
.box-color ul.menu li.active a {
  margin-left: 10px;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
.box-color ul.weblinks li a,
.box-color ul.menu li a {
  color: #fff !important;
}
.homepage .zo2-social-wrap {
  text-align: center;
  margin-top: 20px;
}
#zo2comment-tabs .embed-container {
  padding-bottom: 0;
}
.btn-success {
  border: none;
  background-color: #7ebe54;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  padding: 10px 15px;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  -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;
}
.carousel-caption {
  font-weight: 300;
  text-align: left;
  top: 20%;
  color: #fff;
}
.carousel-caption h3 {
  color: #fff;
  font-size: 40px;
}
.carousel-caption p {
  font-size: 16px;
}
.bs-example {
  margin: 15px 0;
}
#k2Container span.itemEditLink {
  width: inherit;
}
#k2Container span.itemEditLink a {
  display: block;
  position: static;
}
.style-switcher {
  z-index: 999;
  top: 190px;
}
code {
  white-space: inherit;
}
.style-switcher ul.options.layout-select li a {
  width: 54px;
}
.style-switcher ul.options.layout-select li a img {
  width: 54px;
}
@media (max-width: 767px) {
  body .acticle-detai .acticle-left {
    display: block;
    width: 100%;
  }
  body .acticle-detai .acticle-right {
    display: block;
    width: 100%;
    clear: both;
  }
  body .containt-main .main-2 p,
  body #zo2-our-staffs-wrap .main-2 p,
  body .our-staffs .main-2 p {
    color: #000000;
    font-size: 35px;
    line-height: 60px;
    padding: 5px 0 20px;
    text-align: center;
  }
  body .containt-main .main-2 p a,
  body #zo2-our-staffs-wrap .main-2 p a,
  body .our-staffs .main-2 p a {
    white-space: pre;
  }
  body .mobile-menu {
    float: left;
  }
  body nav.zo2-menu {
    margin: 0;
  }
  body nav.zo2-menu .navbar-toggle {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 11px 0 0 0;
  }
  body nav.zo2-menu .navbar-toggle .icon-bar {
    background-color: #525252;
    display: block;
    height: 4px;
    margin: 0 0 3px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 30px;
  }
  body nav.zo2-menu .navbar-toggle:hover {
    background: none;
  }
  body nav.zo2-menu .navbar-toggle:hover .icon-bar {
    background-color: #7FBE54;
  }
  body .navbar-nav {
    margin: 0;
  }
  body .navbar-header {
    float: left;
  }
  body nav.zo2-menu .navbar-nav > li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eaeaea;
  }
  body .zo2-feature {
    margin-bottom: 30px;
  }
  body #news .mod-news img {
    float: none;
  }
  body #top-search form {
    padding: 0 15px;
  }
  body .social a {
    height: 35px;
    margin: 0 3px;
    width: 35px;
  }
  body #zo2-header {
    padding: 30px 0;
  }
  body .copyright {
    text-align: center;
    float: none;
  }
  body .footer_zo2_logo {
    text-align: center;
    margin-top: 20px;
  }
  body .footer_zo2_logo img {
    float: none;
  }
  body #top-menu {
    text-align: center;
  }
  body #top-search form {
    text-align: center;
    border: none;
    float: none;
  }
  body .social.header-social {
    text-align: center;
  }
  body #zo2-top-wrap {
    padding-bottom: 20px;
  }
  body #zo2-bottom1 .btn {
    font-size: 9px;
  }
  body #zo2-bottom1 .no-line h3 {
    margin-bottom: 15px;
  }
  body #zo2-bottom-2-wrap .module {
    margin-bottom: 15px;
  }
  .modal.fade {
    background: rgba(0,0,0,0.5);
  }
  .modal-backdrop.fade {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  body .zo2-menu {
    margin-left: 30px !important;
  }
  body .zo2-menu >.container {
    padding: 0 !important;
  }
  body nav.zo2-menu .navbar-nav > li > a {
    font-size: 13px;
    padding: 0 10px;
  }
  body #top-search form {
    padding: 0 15px;
  }
  body .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  body .social a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  body .carousel-caption {
    top: 0;
  }
  body .carousel-caption h3 {
    font-size: 30px;
  }
  body .carousel-caption p {
    font-size: 13px;
  }
  body #news .mod-news img {
    float: none;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  body #top-search form {
    padding: 0 10px;
  }
  body .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  body .social a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  body .zo2-menu >.container {
    padding: 0 !important;
  }
}
@media (min-width: 1151px) and (max-width: 1180px) {
  .zo2-menu >.container {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  #zo2-mega-menu {
    display: none;
  }
  header#standard-logo {
    text-align: center;
  }
  #zo2-canvas-menu {
    left: 10px;
    position: absolute;
    top: 41px;
    z-index: 999;
  }
}
@media (max-width: 750px) {
  .pricing_box h2 {
    font-size: 20px !important;
  }
  .pricing_box a.button {
    padding: 5px 15px !important;
  }
}
@media (max-width: 330px) {
  #zo2-top-page-wrap #zo2-position-3 .header-left p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .position-left {
    display: none !important;
  }
  .image {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .pricing_box {
    width: 100% !important;
  }
}
.ie8 body {
  overflow: inherit;
}
.zo2-socialshares-floatbar {
  background: none repeat scroll 0 0 padding-box #FFFFFF;
  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;
  position: fixed;
  top: 195px;
  margin-left: -100px;
  width: 70px;
  z-index: 999;
}
.zo2-socialshares-horizontal {
  display: inline-block;
  margin: 10px 0;
}
.zo2-socialshares-horizontal > div {
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #cc3300;
  transition-duration: 0.5s;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination .pagination-list {
  clear: both;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li span,
.pagination li a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f3f3f3;
  color: #3f3f3f;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  transition-duration: 0.5s;
  border: 0 !important;
}
.pagination li:hover a {
  background-color: #7fbe54;
  color: #fff;
}
.pagination li.active span {
  background-color: #7fbe54;
  color: #fff;
}
.tag {
  color: inherit;
}
.zo2-row-wrapper .custom > div {
  height: auto !important;
}
.zo2-row-wrapper .custom .carousel {
  margin: 0 !important;
}
.item-page .article-info {
  display: inline-block;
}
.item-page .article-info-inner div {
  margin-right: 5px;
  font-size: 13px;
  color: #858585;
}
.item-page .article-info-inner div:after {
  content: "/";
  margin-left: 5px;
}
.item-page .article-info-inner div:last-child:after {
  display: none;
}
.position-left {
  display: none;
}
body .items-row-stand .position-left ~ .image {
  padding-left: 0;
}
.article-info dd {
  margin-right: 5px;
  font-size: 13px;
}
.article-info dd:after {
  content: "/";
  margin-left: 5px;
}
.article-info dd:last-child:after {
  display: none;
}
.item-image {
  width: 100%;
}
.item-image a {
  display: inline-block;
  width: 100%;
}
.item-image a img {
  width: 100%;
}
#zo2-unnamed-row-wrap .container {
  width: auto;
}
#zo2-position-8 .module h3 {
  font-family: Bubblegum Sans;
  font-size: 27px;
  text-transform: capitalize;
}
#zo2-position-8 .red-title {
  font-family: Bubblegum Sans;
}
#zo2-position-8 .red-title h3 {
  background: #fff;
  color: #2d3d51;
  font-family: Bubblegum Sans;
  font-size: 27px;
}
#zo2-position-8 .red-title h3 span {
  padding-left: 15px;
}
#zo2-position-8 .red-title h3:after {
  background: rgba(0,0,0,0) url("../images/title-footer.png") no-repeat;
  content: "";
  height: 15px;
  position: absolute;
  width: 100%;
  display: block;
}
#zo2-position-8 .red-title ul {
  margin-left: 25px;
}
#zo2-position-8 .red-title ul li {
  margin-bottom: 15px;
  font-family: Bubblegum Sans;
}
#zo2-position-7 .module h3 {
  font-family: Bubblegum Sans;
  font-size: 27px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
#zo2-position-7 .green-title h3 {
  font-family: Bubblegum Sans;
  font-size: 27px;
}
#zo2-position-7 .green-title .green-title {
  padding-left: 15px;
}
#zo2-position-7 .green-title h3 {
  padding-left: 15px !important;
}
#zo2-position-7 .green-title h3:after {
  display: none !important;
}
#zo2-position-7 .green-title .mod-content {
  font-family: Raleway;
}
#zo2-position-7 .black-title .black-title {
  padding-left: 15px;
}
#zo2-position-7 .black-title h3 {
  padding-left: 15px !important;
  font-family: Bubblegum Sans;
  font-size: 27px;
}
#zo2-position-7 .black-title h3:after {
  display: none !important;
}
#zo2-position-7 .black-title .mod-content {
  font-family: Raleway;
}
#zo2-suffix-box-wrap .module h3,
#zo2-border-top-wrap .module h3,
#zo2-suffix-1-wrap .module h3,
#zo2-unnamed-row-wrap .module h3 {
  border-bottom: 0;
  font-family: Bubblegum Sans;
  font-size: 20px;
}
#zo2-suffix-box-wrap .module .mod-content,
#zo2-border-top-wrap .module .mod-content,
#zo2-suffix-1-wrap .module .mod-content,
#zo2-unnamed-row-wrap .module .mod-content {
  font-family: Raleway;
}
#zo2-suffix-8 {
  padding-left: 0;
  padding-right: 0;
}
#zo2-suffix-9 h3 {
  font-size: 28px !important;
}
#zo2-suffix-1-wrap .module h3:after {
  content: "";
  height: 15px;
  position: absolute;
  width: 100%;
  display: block;
}
#zo2-suffix-1-wrap .border-black h3:after {
  background: rgba(0,0,0,0) url("../images/title-footer-1.png") no-repeat scroll 0 -58px;
}
#zo2-suffix-1-wrap .border-green h3:after {
  background: rgba(0,0,0,0) url("../images/title-footer-1.png") no-repeat scroll 0 -30px;
}
#zo2-suffix-1-wrap .border-gray h3:after {
  background: rgba(0,0,0,0) url("../images/title-footer-1.png") no-repeat scroll -3px bottom;
}
#zo2-suffix-1-wrap .border-red h3:after {
  background: rgba(0,0,0,0) url("../images/title-footer-1.png") no-repeat;
}
#zo2-top-page-wrap {
  background: url("../images/header-top.png") repeat-x scroll center -7px;
  min-height: 48px;
}
#zo2-top-page-wrap #zo2-position-3 .header-left p {
  display: inline-block;
  color: #000;
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 0.5px;
  font-family: Raleway;
}
#zo2-top-page-wrap #zo2-position-3 .header-left p .link-text {
  padding-left: 5px;
  font-family: roboto;
}
#zo2-top-page-wrap #zo2-position-4 {
  text-align: right;
  padding-top: 13px;
}
#zo2-top-page-wrap #zo2-position-4 ul {
  margin-bottom: 0;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li {
  margin-left: 20px;
  display: inline-block;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li i {
  font-size: 18px;
  color: #000;
  transition-duration: 0.5s;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li i.fa-twitter:hover {
  color: #23d8e8;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li i.fa-facebook:hover {
  color: #4d70a0;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li i.fa-dribbble:hover {
  color: #23d8e8;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li i.fa-pinterest:hover {
  color: #aa0501;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li i.fa-google-plus:hover {
  color: #9d0502;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li i.fa-youtube-play:hover {
  color: #af100a;
}
#zo2-top-page-wrap #zo2-position-4 .icon-social li i.fa-linkedin:hover {
  color: #0077b5;
}
.icon-social li {
  margin-left: 20px;
  display: inline-block;
}
.icon-social li i {
  font-size: 18px;
  color: #fff;
  transition-duration: 0.5s;
}
.icon-social li i.fa-twitter:hover {
  color: #23d8e8;
}
.icon-social li i.fa-facebook:hover {
  color: #4d70a0;
}
.icon-social li i.fa-dribbble:hover {
  color: #23d8e8;
}
.icon-social li i.fa-pinterest:hover {
  color: #aa0501;
}
.icon-social li i.fa-google-plus:hover {
  color: #9d0502;
}
.icon-social li i.fa-youtube-play:hover {
  color: #af100a;
}
.icon-social li i.fa-linkedin:hover {
  color: #0077b5;
}
#wrap_sliderZTLayerSlider {
  margin-bottom: 0 !important;
}
.boxed #zo2-top-wrap-sticky-wrapper.is-sticky #zo2-top-wrap {
  width: auto;
}
#zo2-top-wrap-sticky-wrapper.is-sticky #zo2-top-wrap {
  width: 100%;
  background: #fff;
}
#zo2-top-wrap-sticky-wrapper #zo2-top-wrap {
  padding: 25px 0;
}
#zo2-content-top-wrap {
  background: url(../images/image-content-top.png);
}
#zo2-content-top-wrap .content-top {
  padding: 25px 0 55px;
}
#zo2-content-top-wrap .content-top h1 {
  text-align: center;
  font-size: 40px;
  font-family: Bubblegum Sans;
  margin-bottom: 35px;
}
#zo2-content-top-wrap .content-top .block_1,
#zo2-content-top-wrap .content-top .block_2,
#zo2-content-top-wrap .content-top .block_3,
#zo2-content-top-wrap .content-top .block_4 {
  text-align: center;
}
#zo2-content-top-wrap .content-top h3 {
  font-size: 20px;
  font-family: Bubblegum Sans;
  margin-bottom: 5px;
  margin-top: 10px;
}
#zo2-content-top-wrap .content-top h3 a {
  color: #000;
}
#zo2-content-top-wrap .content-top h3 a:hover {
  color: #cc3300;
}
#zo2-content-top-wrap .content-top .icon {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
}
#zo2-content-top-wrap .content-top .icon i {
  font-size: 60px;
}
#zo2-content-top-wrap .content-top p {
  font-family: Raleway;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  margin-top: 0;
}
#zo2-content-top-wrap .content-top .block_1 .icon i {
  color: #ff9900;
}
#zo2-content-top-wrap .content-top .block_2 .icon i {
  color: #99cc00;
}
#zo2-content-top-wrap .content-top .block_3 .icon i {
  color: #00ccff;
}
#zo2-content-top-wrap .content-top .block_4 .icon i {
  color: #9900ff;
}
#zo2-position-0 .search {
  text-align: center;
  margin-top: 17px;
  padding-top: 2px;
}
#zo2-position-0 .search .icon-search {
  background: #ff9900;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 14px;
  padding: 5px 9px;
  border-radius: 50%;
  color: #fff;
}
#zo2-position-0 .search form {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  right: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
}
#zo2-position-0 .search form:before {
  color: #ff9900;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 8px;
  top: 4px;
}
#zo2-position-0 .search-form .search-close {
  color: #ff9900;
  cursor: pointer;
  float: right;
  font-size: 14px;
  position: absolute;
  right: 0;
  z-index: 1;
  padding: 5px 9px;
}
#zo2-position-0 .search-form .inputbox {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ff9900;
  box-shadow: none;
  color: #000 !important;
  cursor: text;
  border-radius: 17px;
  font-style: italic;
  margin: 0;
  padding-left: 25px;
  width: 100%;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item {
  padding: 0 10px;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item a {
  display: block;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item h3 {
  font-family: Bubblegum Sans;
  font-size: 27px;
  color: #fff;
  margin: 25px 0 10px 0;
  text-align: left;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item h3 a {
  color: #fff;
  text-transform: none;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item h3 a:hover {
  color: #cc3300;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item img {
  border: 8px solid #fff;
  margin: 10px 0 35px;
  padding: 0;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item .item {
  padding: 25px 25px 0;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item .readmore {
  top: 10px;
  display: inline-block;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item:nth-of-type(1) .item {
  background: url(../images/bg-blog1.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item:nth-of-type(2) .item {
  background: url(../images/bg-blog2.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
#zo2-position-12 .zt_news_wrap .owl-wrapper .owl-item:nth-of-type(3) .item {
  background: url(../images/bg-blog3.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
.homepage #zo2-content-main-wrap {
  background: url("../images/image-content-top.png") repeat scroll 0 0;
  padding: 0;
  margin: 0;
}
.homepage #zo2-content-main-wrap h3 {
  text-align: center;
  color: #fff;
  font-family: Bubblegum Sans;
  font-size: 40px;
  margin: 55px 0;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .zt-article-item.blog_1 {
  background: url(../images/bg-blog2.png) center center;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .zt-article-item.blog_2 {
  background: url(../images/bg-blog3.png) center center;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .zt-article-item.blog_3 {
  background: url(../images/bg-blog1.png) center center;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .zt-article-item.blog_1 {
  background: url(../images/bg-blog2.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .zt-article-item.blog_2 {
  background: url(../images/bg-blog3.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .zt-article-item.blog_3 {
  background: url(../images/bg-blog1.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .zt-news-readmore {
  text-align: right;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .readmore {
  background: #fff;
  padding: 13px 17px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 18px;
  font-family: Bubblegum Sans;
  position: relative;
  color: #ff6600;
  border-radius: 10px 0 0;
  right: -25px;
  text-transform: uppercase;
  top: 0px;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .readmore:hover {
  color: #000;
  box-shadow: none;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .readmore i {
  padding: 0 5px;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .position-left {
  float: left;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .content-text {
  display: block;
  clear: both;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .image {
  padding-left: 0px;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .image .img img {
  border: 8px solid #fff;
  margin: 10px 0 35px;
}
.homepage #zo2-content-main-wrap .zt_news_wrap h4 {
  font-family: Bubblegum Sans;
  font-size: 27px;
  color: #fff;
  margin-top: 25px;
}
.homepage #zo2-content-main-wrap .zt_news_wrap h4 a {
  color: #fff;
}
.homepage #zo2-content-main-wrap .zt_news_wrap h4 a:hover {
  color: #cc3300;
}
.homepage #zo2-content-main-wrap .zt_news_wrap p {
  font-family: Raleway;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
}
.homepage #zo2-content-main-wrap .zt_news_wrap .zt-introtext {
  margin-bottom: 30px;
}
.containt-main {
  background: #fff;
}
.items-row-large {
  margin-bottom: 60px;
}
.items-row-large .zt_date.icon-date .image-icon {
  background: #00ccff;
  border-radius: 0px 0 0 5px;
}
.items-row-large .date {
  background: #cc3300;
  border-radius: 5px 0 0 0;
}
.items-row-large .date i {
  color: #fff;
}
.items-row-large .date span {
  color: #fff;
}
.items-row-large .image {
  padding-left: 0;
}
.items-row-large .image h3 {
  padding-top: 20px;
  clear: both;
  display: block;
}
.items-row-large .image h3 a {
  color: #cc3300;
  font-size: 27px;
  font-family: Bubblegum Sans;
}
.items-row-large .image h3 a:hover {
  color: #000;
}
.items-row-large .image .itemReadmore {
  font-family: Raleway;
  padding: 10px 33px;
  background: none 0 4px;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  transition-duration: 0.5s;
  font-weight: 500;
  position: relative;
}
.items-row-large .image .itemReadmore i {
  padding: 0 5px;
  font-size: 14px;
}
.items-row-large .image .itemReadmore:before {
  box-shadow: none;
  background: url("../images/readmore.png") no-repeat scroll 0 4px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  left: 0;
  opacity: 1;
  z-index: -1;
}
.items-row-large .image .itemReadmore:hover:before {
  background-position: 0 -33px;
}
.items-row-large .image .itemReadmore:hover {
  color: #fff;
}
.homepage #zo2-our-staffs-wrap {
  padding-bottom: 90px !important;
}
#zo2-bottom-1-wrap {
  text-align: center;
}
#zo2-bottom-1-wrap img {
  position: relative;
  top: -65px;
  margin: auto;
}
.homepage .containt-main,
#zo2-our-staffs-wrap,
.our-staffs {
  background: #f1f1f1;
  padding: 0;
  margin: 0;
}
.homepage .containt-main .block-1,
#zo2-our-staffs-wrap .block-1,
.our-staffs .block-1 {
  text-align: center;
}
.homepage .containt-main .block-1 .images,
#zo2-our-staffs-wrap .block-1 .images,
.our-staffs .block-1 .images {
  font-family: Raleway;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  color: #323232;
  text-align: center;
  width: 165px;
  height: 165px;
  margin: auto;
  position: relative;
}
.homepage .containt-main .block-1 .images img,
#zo2-our-staffs-wrap .block-1 .images img,
.our-staffs .block-1 .images img {
  border-radius: 50%;
  border: 4px solid #fff;
  width: 165px;
  height: 165px;
}
.homepage .containt-main .block-1 .images:before,
#zo2-our-staffs-wrap .block-1 .images:before,
.our-staffs .block-1 .images:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  opacity: 0;
  transition-duration: 1s;
}
.homepage .containt-main .block-1 .our-icon,
#zo2-our-staffs-wrap .block-1 .our-icon,
.our-staffs .block-1 .our-icon {
  position: absolute;
  top: 46%;
  width: 100%;
  opacity: 0;
  transition-duration: 1s;
}
.homepage .containt-main .block-1 .our-icon i,
#zo2-our-staffs-wrap .block-1 .our-icon i,
.our-staffs .block-1 .our-icon i {
  font-size: 25px;
  margin: 0 3px;
  color: #000000;
}
.homepage .containt-main .block-1 .our-icon i.fa-facebook-square:hover,
#zo2-our-staffs-wrap .block-1 .our-icon i.fa-facebook-square:hover,
.our-staffs .block-1 .our-icon i.fa-facebook-square:hover {
  color: #035690;
}
.homepage .containt-main .block-1 .our-icon i.fa-twitter-square:hover,
#zo2-our-staffs-wrap .block-1 .our-icon i.fa-twitter-square:hover,
.our-staffs .block-1 .our-icon i.fa-twitter-square:hover {
  color: #23d8e8;
}
.homepage .containt-main .block-1:hover .images:before,
#zo2-our-staffs-wrap .block-1:hover .images:before,
.our-staffs .block-1:hover .images:before {
  opacity: 1;
}
.homepage .containt-main .block-1:hover .our-icon,
#zo2-our-staffs-wrap .block-1:hover .our-icon,
.our-staffs .block-1:hover .our-icon {
  opacity: 1;
}
.homepage .containt-main .text,
#zo2-our-staffs-wrap .text,
.our-staffs .text {
  font-family: Raleway;
  font-size: 13px;
  color: #000;
}
.homepage .containt-main h1,
#zo2-our-staffs-wrap h1,
.our-staffs h1 {
  text-align: center;
  font-family: Bubblegum Sans;
  font-size: 40px;
  margin: 50px 0;
}
.homepage .containt-main h3,
#zo2-our-staffs-wrap h3,
.our-staffs h3 {
  text-align: center;
  font-family: Bubblegum Sans;
  font-size: 21px;
  color: #0a0a0a;
}
.homepage .containt-main h4,
#zo2-our-staffs-wrap h4,
.our-staffs h4 {
  text-align: center;
  font-family: Bubblegum Sans;
  font-size: 17px;
  color: #9e9e9e;
}
.homepage .containt-main .main-2 p,
#zo2-our-staffs-wrap .main-2 p,
.our-staffs .main-2 p {
  font-size: 35px;
  text-align: center;
  padding: 35px 0 60px;
  color: #000;
}
.homepage .containt-main .main-2 p a,
#zo2-our-staffs-wrap .main-2 p a,
.our-staffs .main-2 p a {
  background: #cc3300;
  padding: 3px 15px;
  color: #fff;
  border-radius: 3px;
}
.homepage .containt-main .main-2 p a:hover,
#zo2-our-staffs-wrap .main-2 p a:hover,
.our-staffs .main-2 p a:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#zo2-footer-wrap {
  background: #000;
  color: #fff;
}
#zo2-footer-wrap .icon-social {
  text-align: right;
}
.zo2-pagination {
  display: block;
  clear: both;
}
.items-row-stand .position-left ~ .image {
  padding-left: 118px;
}
.items-row-stand .position-left .zt_date .date:after {
  border-top: 9px solid #993300;
}
.items-row-stand .position-left .zt_date:after {
  border-top: 21px solid #cc3300;
  border-bottom: 21px solid #cc3300;
}
.items-row-stand .position-left .zt_date:before {
  border-top: 21px solid #993300;
  border-bottom: 21px solid #993300;
}
.items-row-stand .position-left .zt_date .date {
  background: #cc3300;
}
.items-row-stand .position-left .zt_date.icon-date .date i {
  color: #fff;
}
.items-row-stand .position-left .zt_date .date span {
  color: #fff;
}
.items-row-stand .image h3 {
  padding-top: 20px;
  clear: both;
  display: block;
}
.items-row-stand .image h3 a {
  color: #cc3300;
  font-size: 27px;
  font-family: Bubblegum Sans;
}
.items-row-stand .image h3 a:hover {
  color: #000;
}
.items-row-stand .image .itemReadmore {
  font-family: Raleway;
  padding: 10px 33px;
  background: none 0 4px;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  text-transform: capitalize;
  transition-duration: 0.5s;
  font-weight: 500;
  position: relative;
}
.items-row-stand .image .itemReadmore i {
  padding: 0 5px;
  font-size: 14px;
}
.items-row-stand .image .itemReadmore:before {
  box-shadow: none;
  background: url("../images/readmore.png") no-repeat scroll 0 4px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  left: 0;
  opacity: 1;
  z-index: -1;
}
.items-row-stand .image .itemReadmore:hover:before {
  background-position: 0 -33px;
}
.items-row-stand .image .itemReadmore:hover {
  color: #fff;
}
.position-left ~ .image {
  padding-left: 130px;
}
.position-left {
  float: right;
}
.position-left .zt_date {
  height: 42px;
  left: 0;
  position: relative;
}
.position-left .zt_date .date {
  background: #fff;
  width: 118px;
  border-radius: 5px 0 0 0;
}
.position-left .zt_date .date span {
  display: inline-block;
  color: #2b9cb8;
}
.position-left .zt_date .date span .created {
  width: 50px;
  padding: 0 5px;
  word-wrap: break-word;
  line-height: 15px;
}
.position-left .zt_date .date .zt_day {
  font-size: 35px;
  font-family: Raleway;
  font-weight: 500;
  line-height: 42px;
  padding: 0 0 0 10px;
}
.position-left .zt_date .date.icon-date {
  display: inline-block;
}
.position-left .zt_date.icon-date {
  float: right;
  display: block;
  clear: both;
}
.position-left .zt_date.icon-date .image-icon {
  display: inline-block;
  height: 42px;
  width: 118px;
  line-height: 47px;
  padding: 0 20px 0 20px;
}
.position-left .zt_date.icon-date .image-icon i {
  font-size: 18px;
  color: #fff;
}
.position-left .comment.zt_date {
  float: right;
  display: block;
  clear: both;
  margin: 0px 0 0;
}
.position-left .comment .comment-total {
  background: #fff;
  width: 118px;
  line-height: 42px;
  height: 42px;
  padding: 0 20px 10px;
  background: #ffcc00;
}
.position-left .comment .comment-total .blog-comments {
  font-size: 18px;
  font-family: Raleway;
}
.position-left .comment .comment-total:after {
  border-top: 9px solid #993300;
}
.position-left .comment .comment-total:after {
  border-right: 10px solid transparent;
  border-top: 9px solid #fff;
  bottom: -9px;
  content: "";
  height: 0;
  right: 0;
  position: absolute;
  width: 0;
}
.tag-category ul li {
  padding-bottom: 30px;
}
.tag-category ul li h3 {
  text-transform: capitalize;
  font-family: Bubblegum Sans;
}
.tag-category .images img {
  width: 100%;
}
.tag-category h2 {
  color: #fff;
  font-family: Bubblegum Sans;
  font-size: 40px;
  text-transform: capitalize;
  position: absolute;
  top: -152px;
}
.tag-category .itemReadmore {
  background: none repeat scroll 0 0 #cc3300;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-family: Raleway;
  display: inline-block;
  clear: both;
  padding: 10px 15px;
  text-transform: capitalize;
  transition-duration: 0.5s;
}
.tag-category .itemReadmore i {
  font-size: 14px;
}
.tag-category .itemReadmore:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.tag-category .content-text-article p {
  font-size: 13px;
  font-family: Raleway;
}
.contact .alert-error {
  display: none;
}
.contacts h1.singleItemTitle {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  position: absolute;
  top: -152px;
}
.contacts .control-group small {
  margin: 0px 10px 0;
}
.contacts fieldset {
  background: url("../images/image-content-top.png") repeat scroll 0 0;
}
.contacts .contact-address-block {
  background: url("../images/image-content-top.png") repeat scroll 0 0;
}
.contacts .form-contacts {
  background: url("../images/image-content-top.png") repeat scroll 0 0;
  margin-bottom: 100px;
  border: 1px solid #ccc;
  padding: 8px;
}
.contacts .class-hours .custom .about-top {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.contacts .class-hours .custom .about-top h3 {
  padding: 15px;
  background: #cc3300;
  color: #fff;
  margin: 0;
}
.contacts .class-hours .custom .about-top p {
  margin: 0;
  border-bottom: 1px solid #d6d6d6;
  line-height: 40px;
  padding: 0 15px;
  font-family: Raleway;
  font-size: 14px;
}
.contacts .class-hours .custom .about-top p .day {
  font-weight: 600;
}
.contacts .class-hours .custom .about-top p .hours {
  float: right;
}
.contacts .class-hours .custom .contact-bottom li i {
  font-size: 20px;
}
.contacts .class-hours .custom .contact-bottom span {
  font-family: Raleway;
  font-size: 13px;
  padding: 15px 0;
  display: block;
  font-weight: 500;
}
.contacts .class-hours .custom .contact-bottom span a {
  color: #cc3300;
}
.contacts .form-control {
  padding: 0;
  border: 0 solid;
  box-shadow: none;
  height: auto;
}
.contacts h3 {
  margin: 0 0 30px;
  text-transform: capitalize;
  padding-top: 25px;
  font-family: Bubblegum Sans;
  font-size: 30px;
}
.contacts fieldset {
  border: 0;
  padding: 10px 25px;
  font-family: Bubblegum Sans;
}
.contacts .page-header h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -170px;
  width: 100%;
}
.contacts .form-actions {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.contacts .form-actions .btn-primary {
  background: url(../images/contact.png) no-repeat;
  transition-duration: 0.5s;
  text-transform: capitalize;
  font-family: Raleway;
  border-radius: 0;
  border: none;
  font-weight: 600;
  font-size: 13px;
  padding: 13px 30px;
}
.contacts .form-actions .btn-primary:hover {
  color: #000;
  background: url(../images/contact.png) no-repeat;
}
.contacts .address_block {
  text-align: center;
  margin-bottom: 0px;
}
.contacts .contact .custom {
  margin: 0 -30px;
}
.contacts iframe {
  margin-bottom: 70px;
}
.contacts .contact-contactinfo .media {
  display: inline-block;
  margin-top: 5px;
}
.contacts .contact-contactinfo .media span {
  color: #666666;
}
.contacts .contact-contactinfo .media a {
  color: #0c80d1;
}
.contacts .contact-form .control-label label {
  display: none;
}
.contacts .contact-form input {
  width: 100%;
  height: 44px;
  margin-bottom: 0;
}
.contacts .contact-address-block h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
  padding: 25px 30px 0;
  color: #000;
}
.contacts .contact-address-block p {
  text-align: center;
  margin-bottom: 35px;
  color: #666666;
}
#slide-about {
  overflow: hidden;
}
#slide-about .owl-item {
  float: left;
}
#about-bottom {
  padding-bottom: 30px;
  background: #336699;
}
#about-bottom h3 {
  text-align: center;
  color: #fff;
  font-family: Bubblegum Sans;
  font-size: 40px;
  margin: 55px 0 30px;
}
#about-bottom span {
  font-family: Raleway;
  font-size: 13px;
}
#about-bottom h5 {
  font-family: Bubblegum Sans;
  font-size: 21px;
}
#about-bottom .item {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
.item-page.detail .about_us h2 {
  font-family: Bubblegum Sans;
  font-size: 25px;
  margin-top: 0;
  color: #010101;
}
.item-page.detail .about_us .about_1 {
  text-align: center;
}
.item-page.detail .about_us .about_1 .images img {
  border: none;
}
.item-page.detail .about_us .about_1 .our-staffs {
  background: none;
}
.item-page.detail .about_us .about_1 .our-staffs h4 {
  font-size: 18px;
  color: #000;
}
.item-page.detail .about_us .about_1 .our-staffs h5 {
  font-size: 16px;
  color: #9e9e9e;
  margin-top: 10px;
}
.item-page.detail .about_us h3 {
  text-align: center;
  font-family: Bubblegum Sans;
  font-size: 40px;
  margin: 55px 0 30px;
  color: #010101;
}
.item-page.detail .about_us h4 {
  font-family: Bubblegum Sans;
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.item-page.detail .about_us .position {
  font-style: italic;
  color: #9e9e9e;
  font-size: 17px;
  margin-top: 5px;
  font-family: Bubblegum Sans;
}
.item-page.detail .about_us .text {
  font-family: Raleway;
  font-size: 13px;
  color: #323232;
}
.item-page.detail .about_us .text p {
  font-weight: 600;
  font-size: 13px;
  color: #000;
}
.item-page.detail .about_us .block-1 {
  padding-bottom: 30px;
}
.item-page.detail .about_us .itemReadmore {
  background: none repeat scroll 0 0 #cc3300;
  border-radius: 3px;
  font-weight: 500;
  color: #fff;
  padding: 9px 8px 9px 18px;
  transition-duration: 0.5s;
}
.item-page.detail .about_us .itemReadmore i {
  padding: 0 7px;
}
.item-page.detail .about_us .itemReadmore:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.item-page.detail .about_us .owl-controls.clickable {
  clear: both;
}
.item-page.detail .about_us .owl-controls.clickable .owl-pagination {
  float: right;
  position: relative;
  right: 20px;
  top: -20px;
}
.item-page.detail .about_us .owl-controls.clickable .owl-page {
  background: none repeat scroll 0 0 #999999;
  border-radius: 50%;
  float: left;
  margin: 0 3px;
  height: 10px;
  width: 10px;
}
.item-page.detail .about_us .owl-controls.clickable .owl-page.active {
  background: #fff;
}
.item-page.detail .about_us .owl-controls.clickable .owl-buttons {
  display: none;
}
.item-page.detail .about_us .read-more {
  padding-top: 20px;
}
.main-left ~ .containt .page-header,
.main-left ~ .containt .content-text-article {
  padding: 5px 0;
}
.main-left ~ .containt .item-page.detail,
.main-left ~ .containt .items-row-large {
  position: relative;
}
.main-left ~ .containt .item-page.detail .position-left ~ .image,
.main-left ~ .containt .items-row-large .position-left ~ .image {
  border-bottom: 1px solid #cecece;
  margin-right: 118px;
  padding-left: 0;
}
.main-left ~ .containt .item-page.detail .position-left,
.main-left ~ .containt .items-row-large .position-left {
  right: 0;
  float: right;
}
.main-left ~ .containt .item-page.detail .position-left .zt_date.icon-date,
.main-left ~ .containt .items-row-large .position-left .zt_date.icon-date {
  float: left;
}
.main-left ~ .containt .item-page.detail .position-left .zt_date .date .zt_day,
.main-left ~ .containt .items-row-large .position-left .zt_date .date .zt_day {
  padding: 0 0 0 20px;
  color: #fff;
}
.main-left ~ .containt .item-page.detail .position-left .zt_date .date span .created,
.main-left ~ .containt .items-row-large .position-left .zt_date .date span .created {
  width: 40px;
  color: #fff;
}
.main-left ~ .containt .item-page.detail .position-left .zt_date.icon-date .date,
.main-left ~ .containt .items-row-large .position-left .zt_date.icon-date .date {
  padding: 0 10px 0 20px;
  color: #fff;
}
.main-left ~ .containt .item-page.detail .position-left .zt_date.icon-date .date i,
.main-left ~ .containt .items-row-large .position-left .zt_date.icon-date .date i {
  color: #fff;
}
.main-left ~ .containt .items-row-large .position-left .zt_date .date {
  border-radius: 0 5px 0 0;
}
.main-left ~ .containt .position-left .zt_date.icon-date .image-icon {
  border-radius: 0 0 5px;
}
.item-title a {
  color: #000;
  text-transform: capitalize;
}
.item-title a:hover {
  color: #cc3300;
}
#zo2-breadcrumb-wrap {
  background: url("../images/bg_break.png") repeat scroll center center;
  min-height: 130px;
}
#zo2-breadcrumb-wrap .breadcrumb {
  margin: 15px 0 0;
  background: none;
  text-align: right;
  z-index: 4;
}
#zo2-breadcrumb-wrap .breadcrumb ul li a {
  font-size: 15px;
  font-weight: 600;
  font-family: Raleway;
  color: #fff;
}
#zo2-breadcrumb-wrap .breadcrumb ul li a:hover {
  color: #cc3300;
}
#zo2-breadcrumb-wrap .breadcrumb ul li span {
  font-size: 15px;
  font-weight: 400;
  font-family: Raleway;
  color: #fff;
}
#zo2-breadcrumb-wrap .breadcrumb ul li span img {
  display: none;
}
#zo2-breadcrumb-wrap .breadcrumb > li + li:before {
  content: "\f101";
  font-family: FontAwesome;
  color: #fff;
}
.main-left {
  margin-bottom: 40px;
}
.main-left h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 27px;
  font-family: Bubblegum Sans;
}
.main-left .module.about_kid p {
  font-family: Raleway;
  font-size: 13px;
  font-weight: 400;
}
.main-left .module.about_kid h3:after {
  background: url("../images/bg_left.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.main-left .module.articles-left ul li.active a {
  color: #cc3300;
}
.main-left .module.articles-left ul li h4 a {
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.main-left .module.articles-left ul li h4 a:before {
  content: "\f0c0";
  position: relative;
  left: 0;
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 10px;
}
.main-left .module.articles-left ul li h4 a:hover,
.main-left .module.articles-left ul li h4 a.active {
  color: #cc3300;
}
.main-left .module.articles-left h3:after {
  background: url("../images/bg_left.png") no-repeat scroll 0 -29px rgba(0,0,0,0);
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.main-left .module.twitter a {
  color: #cc3300;
}
.main-left .module.twitter a:hover {
  color: #000;
}
.main-left .module.twitter h3 {
  margin-top: 0;
}
.main-left .module.twitter h3:after {
  background: url("../images/bg_left.png") no-repeat scroll 0 -86px rgba(0,0,0,0);
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
body:after {
  content: url(../images/close.png) url(../images/prev.png) url(../images/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#zo2-portpolio-wrap {
  background: #eaeaea;
}
#wrap_portfolio .post {
  margin-bottom: 40px;
}
#wrap_portfolio #posts .post h2 {
  font-family: Bubblegum Sans;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #cccccc;
  font-size: 14px;
  background: #fff;
}
#wrap_portfolio #posts .post h2:hover {
  color: #cc3300;
}
#wrap_portfolio .item {
  position: relative;
  overflow: hidden;
  border: 10px solid #e4e4e4;
}
#wrap_portfolio .item .view-zoom {
  position: absolute;
  bottom: -30px;
  width: 100%;
  opacity: 0;
  transition-duration: 1s;
}
#wrap_portfolio .item .view-zoom a {
  background: none repeat scroll 0 0 rgba(204,50,0,0.8);
  color: #fff;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition-duration: 0.5s;
}
#wrap_portfolio .item .view-zoom a.share {
  border-left: 1px solid #e08b6f;
  border-right: 1px solid #e08b6f;
}
#wrap_portfolio .item .view-zoom a:hover {
  background: #fff;
  color: #d35930;
}
#wrap_portfolio .item:hover .view-zoom {
  bottom: 0px;
  opacity: 1;
}
.item-category {
  margin-bottom: 40px;
}
.item-category h3 {
  margin: 0;
  font-family: Bubblegum Sans;
  color: #cc3300;
}
.item-category h3 a {
  color: #cc3300;
}
.item-category h3 a:hover {
  color: #000;
}
.item-category p {
  font-family: Raleway;
}
.item-category .readmore {
  background: none repeat scroll 0 0 #cc3300;
  border-radius: 3px;
  color: #fff;
  transition-duration: 1s;
  font-family: Raleway;
  padding: 10px 15px;
}
.introText {
  font-family: Raleway;
}
.introText ul.nav-tabs.shortcode li.open a {
  border: 1px solid #fff !important;
  background: #fff;
}
.introText .lightbox-modal > img {
  margin: 5px;
}
.introText h5 {
  font-family: Bubblegum Sans;
  font-size: 24px;
  color: #cc3300;
  margin-top: 30px;
}
.introText ol {
  padding: 0 20px;
}
.introText ol li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #666666;
}
.introText p {
  font-size: 14px;
  color: #666666;
}
.singleItemTitle {
  font-family: Bubblegum Sans;
  font-size: 28px;
  color: #cc3300;
}
.acticle-detai p {
  font-size: 14px;
}
.acticle-detai .acticle-left {
  float: left;
  width: 70%;
}
.acticle-detai .acticle-right {
  width: 28%;
  float: left;
  padding: 4px;
  border-radius: 4px;
  background: #cc3300;
  margin: 0 1%;
}
.acticle-detai .acticle-right p {
  border: 1px dashed #e08566;
  border-radius: 3px;
  margin: 0;
  color: #fff;
  padding: 20px 30px;
}
.acticle-detai .acticle-right p i.quote-1 {
  margin-left: -17px;
  margin-right: 3px;
}
.acticle-detai .acticle-right p i.quote-2 {
  margin-right: -17px;
  margin-left: 3px;
}
.text-semibol ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #666666;
}
.text-semibol ul li i {
  padding: 0 5px;
}
.italic {
  font-style: italic;
  display: block;
  clear: both;
  padding-top: 20px;
  font-size: 14px;
}
.containt-main {
  padding: 50px 0 70px;
}
.tag-item {
  padding: 6px 0;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #C2C2C2;
}
.tag-item span.icon {
  top: 0;
  font-size: 16px;
}
.tag-item .label-info {
  background: none;
  font-family: Raleway;
  color: #4e4d4d;
}
.tag-item .label-info:hover {
  background-color: none;
  box-shadow: #fff !important;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background: #cc3300;
  color: #ffffff;
}
.module.laguage {
  float: right;
}
.module.icon {
  float: right;
  margin-right: 20px;
  margin-top: 4px;
}
#zo2-position-21 {
  padding: 18px 0 0;
}
#zo2-position-21 .mod-languages ul li {
  display: inline-block;
}
#zo2-position-21 .mod-languages ul li[dir="rtl"] {
  direction: ltr;
}
.blog h2 {
  color: #fff;
  position: relative;
  top: -111px;
  font-family: Bubblegum Sans;
  font-size: 40px;
}
.blog h3 {
  text-transform: capitalize;
}
.category .containt-main {
  padding: 0px 0 70px;
}
.containt-main {
  padding: 30px 0 40px;
}
.readmore i {
  font-size: 14px;
}
.item-page.detail {
  position: relative;
}
.item-page.detail .position-left ~ .image {
  padding-left: 119px;
}
.item-page.detail .position-left {
  right: 0;
  display: none;
}
.item-page.detail .position-left .zt_date {
  padding-left: 0;
  float: left;
}
.item-page.detail .position-left .zt_date .date {
  background: #cc3300;
  border-radius: 0 5px 0 0;
}
.item-page.detail .position-left .zt_date.icon-date .image-icon {
  border-radius: 0 0 5px 0;
}
.item-page.detail .position-left .zt_date.icon-date .date i {
  color: #fff;
}
.item-page.detail .position-left .zt_date .date span {
  color: #fff;
  text-align: center;
}
.item-page.detail .position-left ~ .image {
  padding-right: 0;
  padding-left: 0;
}
.item-page.detail .position-left ~ .image .item-image {
  width: 100%;
}
.item-page.detail .position-left ~ .image .item-image img {
  width: 100%;
}
.item-page.detail .position-left ~ .image h3 {
  padding-top: 20px;
  clear: both;
  display: block;
}
.item-page.detail .position-left ~ .image h3 a {
  color: #cc3300;
  font-size: 27px;
  font-family: Bubblegum Sans;
}
.item-page.detail .position-left ~ .image h3 a:hover {
  color: #000;
}
.item-page.detail .position-left ~ .image .itemReadmore {
  font-family: Raleway;
  padding: 10px 15px;
  background: #cc3300;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
}
.item-page.detail .position-left ~ .image .itemReadmore i {
  padding: 0 5px;
  font-size: 14px;
}
.zt_date.icon-date .image-icon {
  background: none repeat scroll 0 0 #00ccff;
  border-radius: 0 0 0 5px;
}
.main-left .nav.menu li a {
  color: #000;
  font-family: Raleway;
  font-size: 14px;
}
.main-left .nav.menu li a:hover,
.main-left .nav.menu li a.active {
  color: #ff0000;
}
.main-left .nav.menu li.active a {
  color: #ff0000;
}
.main-left .nav.menu li.open {
  background: none;
}
.main-left .nav.menu li {
  border-bottom: 1px solid #fff;
}
.zo2-pagination ul > li.active > span {
  background: #cc3300;
  color: #fff;
  border: none;
}
.item-page.detail .itemImage h1 {
  display: block;
  clear: both;
  position: relative;
  top: 0;
  color: #cc3300;
}
.item-page.detail.about h1.singleItemTitle {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: -152px;
}
#pricing-table {
  text-align: center;
}
#pricing-table h3 {
  text-align: center;
  font-size: 27px;
  text-transform: none;
  font-weight: 300;
}
#pricing-table h3 span {
  text-transform: uppercase;
  font-weight: 400;
}
#pricing-table .star {
  display: inline-block;
  position: relative;
}
#pricing-table .star hr {
  background: #000;
  height: 1px;
  width: 100px;
  margin: 20px 0;
}
#pricing-table .star i {
  position: absolute;
  top: 13px;
  left: 44px;
  font-size: 15px;
  background: #eaeaea;
}
#pricing-table .item {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  transition-duration: 0.5s;
  padding: 0 !important;
  background: #fff;
}
#pricing-table .item:hover {
  box-shadow: 0 0 10px -5px rgba(0,0,0,0.7);
}
#pricing-table .item:hover li.number {
  background: #cc3300;
  color: #fff;
}
#pricing-table .item:hover li.title {
  border-top: 3px solid #cc3300;
  color: #cc3300;
}
#pricing-table .item:hover .sing-up a {
  background: #cc3300;
  color: #fff;
}
#pricing-table .text {
  padding: 0 100px 30px;
  text-align: center;
}
#pricing-table ul {
  text-align: center;
  padding: 0;
}
#pricing-table ul li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  line-height: 50px;
}
#pricing-table ul li.sing-up {
  padding: 25px 0;
  transition-duration: 0.5s;
}
#pricing-table ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #cc3300;
  text-transform: uppercase;
  border: 1px solid #cc3300;
  padding: 10px 25px;
  border-radius: 3px;
}
#pricing-table ul li span {
  font-size: 15px;
}
#pricing-table ul li span.fs1 {
  font-size: 20px;
  position: relative;
  top: 4px;
}
#pricing-table ul li span.fs12 {
  font-size: 30px;
  position: relative;
  top: 6px;
}
#pricing-table ul li li {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
}
#pricing-table ul li.sing-up {
  border-bottom: 0px solid;
}
#pricing-table ul li li:last-child {
  border-bottom: 0px solid;
}
#pricing-table ul li.number {
  font-size: 60px;
  font-weight: 700;
  padding: 18px;
  background: #000;
  color: #fff;
  transition-duration: 0.5s;
}
#pricing-table ul li.number span {
  position: relative;
  font-size: 23px;
  top: -27px;
}
#pricing-table ul li.number span.month {
  top: 0;
}
#pricing-table ul li.title {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding: 5px 0;
  border-top: 3px solid rgba(0,0,0,0);
  transition-duration: 0.5s;
}
#pricing-table .pricing-table-2 {
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 50px;
}
#pricing-table .pricing-table-2 ul li .unit {
  position: absolute;
  top: -15px;
  right: 34px;
}
#pricing-table .pricing-table-2 ul li {
  border: 0px solid;
  line-height: 40px;
}
#pricing-table .pricing-table-2 ul li.title {
  padding: 10px 0 5px;
  border-top: 3px solid #fff;
}
#pricing-table .pricing-table-2 .item {
  border-radius: 0;
}
#pricing-table .pricing-table-2 .sing-up {
  text-transform: uppercase;
  padding: 15px 0;
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
}
#pricing-table .pricing-table-2 .sing-up a {
  border: none;
}
#pricing-table .pricing-table-2 .sing-up a:hover {
  background: none;
}
#pricing-table .pricing-table-2 .item:hover {
  border: 1px solid #cc3300;
}
#pricing-table .pricing-table-2 .item:hover .sing-up {
  background: #cc3300;
  color: #fff;
}
#pricing-table .pricing-table-2 .item:hover .sing-up a {
  background: none;
}
#pricing-table .pricing-table-2 .item:hover li.number {
  color: #fff;
  background: #cc3300;
}
.zt-timeline-item .zt-item-avatar i {
  color: #666666;
}
body.modal-open {
  padding: 0 !important;
  overflow: auto;
}
.content-category .btn-toolbar {
  margin: 0;
}
.content-category tr th a {
  color: #000;
  transition-duration: 0.5s;
  font-family: Raleway;
}
.content-category tr th a:hover {
  color: #ff0000;
}
.content-category tr td a {
  color: #000;
  transition-duration: 0.5s;
  font-family: Raleway;
}
.content-category tr td a:hover {
  color: #ff0000;
}
.content-category .page-header a:hover {
  color: #ff0000;
}
.page-header a:hover {
  color: #ff0000;
}
.filters .btn-primary {
  background: #cc3300;
  border: 1px solid #cc3300;
}
.filters .btn-primary:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  background: #cc3300;
}
.main-2 a {
  color: #ff0000;
}
.main-2 a:hover {
  color: #000;
}
.badge {
  position: relative;
  top: -5px;
}
.chzn-container-single .chzn-single span {
  margin-right: 0;
}
.btn-group input {
  margin-bottom: 0;
}
fieldset.filters.btn-toolbar {
  display: block;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
#component #searchForm {
  font-family: Raleway;
}
#component #searchForm .input-group #search-searchword {
  background: #fff;
}
#component #searchForm fieldset {
  background: #fff;
}
#component #searchForm .phrases-box .controls .radio {
  display: inline-block;
  padding: 0 20px;
}
#component #searchForm .checkbox {
  display: inline-block;
  padding: 0 20px;
}
.login ~ div ul {
  padding: 0 20px;
}
.introText .itemFullText ul li {
  list-style: none;
}
.introText ul,
.introText ol {
  padding: 0 20px;
}
.popular-tag h3.moduletitle {
  font-family: Bubblegum Sans;
  font-size: 27px;
}
.faq_block #accordion .panel-heading {
  padding: 0;
  position: relative;
}
.faq_block #accordion .panel-heading a:after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 20px;
  top: 8px;
  z-index: 0;
}
.faq_block #accordion .panel-heading a {
  display: block;
  padding: 10px 15px;
  z-index: 1;
  position: relative;
}
.faq_block #accordion .panel-heading.active {
  position: relative;
}
.faq_block #accordion .panel-heading.active .panel-title {
  display: block;
}
.faq_block #accordion .panel-heading.active .panel-title a:after {
  content: "-";
  position: absolute;
  right: 15px;
  font-size: 45px;
  top: -12px;
  z-index: 0;
}
.faq_block #accordion .panel-heading.active .panel-title a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
#filter {
  text-align: center;
  padding-bottom: 30px;
}
#filter button {
  position: relative;
  background: none;
  border: none;
  padding: 0px 10px;
  margin: 0 13px;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  line-height: 18px;
}
#filter button.active:before {
  position: absolute;
  width: 20px;
  height: 100%;
  background: url("../images/bg_portifo.png") repeat scroll 0 -2px;
  content: "";
  top: 0;
  left: -17px;
}
#filter button.active {
  background: #cc0101;
  color: #fff;
}
#filter button.active:after {
  position: absolute;
  width: 16px;
  height: 100%;
  background: url("../images/bg_portifo.png") repeat scroll 0 bottom;
  content: "";
  top: 0;
  right: -16px;
}
#filter button:hover {
  background: #cc0101;
  color: #fff;
}
#filter button:hover:before {
  position: absolute;
  width: 20px;
  height: 100%;
  background: url("../images/bg_portifo.png") repeat scroll 0 -2px;
  content: "";
  top: 0;
  left: -17px;
}
#filter button:hover:after {
  position: absolute;
  width: 16px;
  height: 100%;
  background: url("../images/bg_portifo.png") repeat scroll 0 bottom;
  content: "";
  top: 0;
  right: -16px;
}
#zo2-content-top-wrap .content-top .block_1:hover .icon i:before,
#zo2-content-top-wrap .content-top .block_2:hover .icon i:before,
#zo2-content-top-wrap .content-top .block_3:hover .icon i:before,
#zo2-content-top-wrap .content-top .block_4:hover .icon i:before {
  -webkit-animation: toTopFromBottom 1s forwards;
  -moz-animation: toTopFromBottom 1s forwards;
  animation: toTopFromBottom 1s forwards;
  display: block;
}
#zo2-content-top-wrap .content-top .icon i {
  height: auto;
  line-height: auto;
  transition: all 0.4s ease 0s;
  width: auto;
}
.category .containt-main .main-left {
  margin-top: 60px;
}
.category .containt-main .main-left ~ .containt .blog h2 {
  left: -290px;
}
a {
  padding: 0;
}
a:hover {
  background: none;
}
#zo2-zt-slide-wrap .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.zt-slideshow-wrap .bx-wrapper {
  margin: 0;
}
.zt-slideshow-wrap .bx-wrapper .bx-pager {
  bottom: 6px;
}
.zt-slideshow-wrap .bx-wrapper .bx-pager a.bx-pager-link {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background: none;
}
.zt-slideshow-wrap .bx-wrapper .bx-pager a.active,
.zt-slideshow-wrap .bx-wrapper .bx-pager a:hover {
  background: #ffffff !important;
}
.zt-slideshow-wrap .bx-wrapper .element-image {
  top: 11%;
}
.zt-slideshow-wrap .bx-wrapper .bx-controls-direction a {
  background: none;
}
.bx-wrapper .bx-controls-direction a {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: none;
}
.bx-wrapper .bx-controls-direction a:hover:before {
  color: #ff9900;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  color: #fff;
  font-size: 50px;
  padding-left: 13px;
  padding-top: 9px;
  text-indent: 9999px;
  position: absolute;
}
.bx-wrapper .bx-controls-direction .bx-next:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  font-size: 50px;
  padding-left: 16px;
  padding-top: 9px;
  text-indent: 9999px;
  position: absolute;
}
.bx-wrapper 
.module-variations #zo2-unnamed-row-wrap > .container,
.bx-wrapper 
.module-variations #zo2-component-wrap > .container {
  width: auto;
}
.gallery-video .zt-gallery {
  display: inline-block;
  margin-left: 6px;
}
.gallery-video .zt-gallery .ztshortcodes-gallery img {
  max-height: 150px;
  min-width: 250px;
}
.tabs ul.nav {
  margin: 0;
  padding: 0;
}
a.zt-social-icon-item {
  display: inline-block;
  font-size: 18px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  vertical-align: top;
  width: 37px;
  border-radius: 3px;
  margin-bottom: 6px;
}
#zo2-position-18 .zt-gallery {
  background: none;
  padding: 0;
  box-shadow: none;
}
#zo2-position-18 .zt-gallery .ztshortcodes-gallery {
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 0;
}
#zo2-position-18 .zt-gallery .ztshortcodes-gallery img {
  height: 75px !important;
  width: 80px !important;
  border: 1px solid #999999;
  margin: 0;
}
#zo2-position-18 .zt-gallery .ztshortcodes-gallery img:hover {
  border-color: #cc3300;
}
#colorbox {
  height: 435px !important;
}
#colorbox #cboxContent {
  height: auto !important;
}
#colorbox #cboxContent #cboxLoadedContent {
  height: auto !important;
}
#colorbox #cboxContent #cboxLoadedContent img.cboxPhoto {
  margin-top: 0 !important;
}
#zo2-position-13 .bx-wrapper .bx-loading {
  background: none;
}
#zo2-position-13 .bx-wrapper {
  background: none;
}
#zo2-position-13 .bx-wrapper .bx-viewport {
  background: none;
}
#zo2-position-13 .bx-wrapper .bx-pager {
  bottom: 0;
}
#zo2-position-13 .testimonial-content > span::before {
  display: none;
}
#zo2-position-13 .zt-testimonial .testimonial-content {
  text-align: center;
}
#zo2-position-13 .zt-testimonial span {
  display: block;
  font-size: 15px;
  font-style: normal;
}
#zo2-position-13 .zt-testimonial span .name {
  clear: left;
  display: block;
  font-size: 23px;
  padding-top: 15px;
}
#zo2-position-13 .zt-testimonial span .position {
  clear: left;
  display: block;
  font-size: 17px;
  color: #969696;
  padding-bottom: 30px;
}
#zo2-position-13 .zt-testimonial img {
  border: 5px solid #fff;
  height: 150px;
  padding: 0;
  width: 150px;
  border-radius: 50%;
  margin: auto;
}
#zo2-position-13 .zt-testimonial .author {
  display: none;
}
#zo2-position-13 p.zt-school {
  color: #000;
  font-size: 35px;
  padding: 0 0 60px;
  text-align: center;
}
#zo2-position-13 p.zt-school a {
  background: #cc3300 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  padding: 3px 15px;
}
#zo2-position-8 h3.moduletitle {
  border-bottom: 0;
}
#zo2-position-7 h3.moduletitle {
  border-bottom: 0;
}
#zo2-position-7 h3.moduletitle:after {
  display: block;
}
#zo2-position-7 .bx-wrapper .bx-loading {
  background: none;
}
#zo2-position-7 .bx-wrapper .bx-viewport {
  background: none;
}
#zo2-position-7 .bx-wrapper .bx-pager {
  bottom: -15px;
}
#zo2-position-7 .bx-wrapper .bx-pager a.bx-pager-link {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: none;
}
#zo2-position-7 .bx-wrapper .bx-pager a.active {
  background: #cacaca;
  border-color: #cacaca;
}
#zo2-position-7 .testimonial-content > span::before {
  display: none;
}
#zo2-position-7 .zt-testimonial .testimonial-content {
  text-align: center;
}
#zo2-position-7 .zt-testimonial span {
  display: block;
  font-size: 15px;
  font-style: normal;
  padding: 0;
}
#zo2-position-7 .zt-testimonial span .name {
  font-size: 23px;
  text-align: left;
}
#zo2-position-7 .zt-testimonial span .position {
  font-size: 17px;
  color: #969696;
  padding-bottom: 20px;
  text-align: left;
}
#zo2-position-7 .zt-testimonial img {
  border: 1px solid #efefef;
  height: 50px;
  padding: 0;
  width: 50px;
  border-radius: 50%;
  margin: auto;
  float: left;
  margin-right: 25px;
}
#zo2-position-7 .zt-testimonial .author {
  display: none;
}
#zo2-position-7 p.zt-school {
  color: #000;
  font-size: 35px;
  padding: 0 0 60px;
  text-align: center;
}
#zo2-position-7 p.zt-school a {
  background: #cc3300 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  padding: 3px 15px;
}
#zo2-position-22 .mod-languages {
  padding-top: 10px;
  position: relative;
  z-index: 8799;
}
#zo2-position-22 .mod-languages .sbOptions {
  padding-bottom: 6px;
}
#zo2-content-main-wrap .zt-item h3 {
  font-family: Bubblegum Sans;
  font-size: 27px;
  color: #fff;
  margin: 25px 0 10px 0;
  text-align: left;
}
#zo2-content-main-wrap .zt-item h3 a {
  color: #fff;
  text-transform: none;
}
#zo2-content-main-wrap .zt-item h3 a:hover {
  color: #cc3300;
}
#zo2-content-main-wrap .zt-item img {
  border: 8px solid #fff;
  margin: 10px 0 35px;
  padding: 0;
}
#zo2-content-main-wrap .zt-item p {
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
}
#zo2-content-main-wrap .zt-item p.zt-read {
  text-align: right;
  margin: 0;
}
#zo2-content-main-wrap .zt-item a.zt-news-readmore {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 10px 0 0;
  color: #ff6600;
  display: inline-block;
  font-family: Bubblegum Sans;
  font-size: 18px;
  padding: 13px 17px;
  position: relative;
  right: -25px;
  text-transform: uppercase;
}
#zo2-content-main-wrap .zt-item a.zt-news-readmore:hover {
  color: #000;
}
#zo2-content-main-wrap .bg-pink-star {
  background: url(../images/bg-blog1.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
#zo2-content-main-wrap .bg-pink-star .bg-pink-star {
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
#zo2-content-main-wrap .bg-green-star {
  background: url(../images/bg-blog2.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
#zo2-content-main-wrap .bg-green-star .bg-green-star {
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
#zo2-content-main-wrap .bg-orange-sta {
  background: url(../images/bg-blog3.png) center center / cover;
  padding: 25px 25px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}
#zo2-content-main-wrap .bg-orange-sta .bg-orange-sta {
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
  body.category .containt-main .main-left {
    margin-top: 60px;
  }
  body.category .containt-main .main-left ~ .containt .blog h2 {
    left: -240px;
  }
  body nav.zo2-menu .navbar-nav > li > a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #zo2-top-wrap {
    position: relative;
  }
  body #zo2-position-0 {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 96%;
    z-index: 1;
  }
  body #zo2-position-0 .search form {
    width: 100%;
  }
  body #header_logo .logo_normal {
    text-align: center;
  }
  body #zo2-top-page-wrap {
    text-align: center;
  }
  body #zo2-top-page-wrap #zo2-position-4 {
    text-align: center;
    padding: 13px 0 10px;
  }
  #zo2-position-0 .search form {
    right: 15px;
  }
  #zo2-position-0 .search-form .search-close {
    right: 13px;
  }
  #zo2-position-0 .search form:before {
    top: 22px;
    left: 10px;
    font-size: 25px;
  }
  #zo2-position-0 .search-form .search-close {
    font-size: 25px;
    right: 22px;
    top: 32px;
  }
  #zo2-position-0 .search .icon-search {
    top: 40px;
    right: 23px;
  }
  #zo2-position-0 .search-form .inputbox {
    height: 66px;
    border-radius: 25px;
    padding: 0 40px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body.category .containt-main .main-left {
    margin-top: 60px;
  }
  body.category .containt-main .main-left ~ .containt .blog h2 {
    left: -195px;
  }
  body nav.zo2-menu .navbar-nav > li > a {
    padding: 0 6px;
  }
  body #zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  body.rtl #zo2-top-page-wrap #zo2-position-4 {
    text-align: center;
  }
  body .category .containt-main .main-left ~ .containt .blog h2 {
    display: none;
  }
  body #zo2-position-0 {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 96%;
    z-index: 1;
  }
  body #zo2-position-0 .search form {
    width: 95%;
  }
  body #header_logo .logo_normal {
    text-align: center;
  }
  body #zo2-top-page-wrap {
    text-align: center;
  }
  body #zo2-top-page-wrap #zo2-position-4 {
    text-align: center;
    padding: 0 0 10px;
  }
  #zo2-position-0 .search form {
    right: 15px;
  }
  #zo2-position-0 .search-form .search-close {
    right: 13px;
  }
  #zo2-position-0 .search form:before {
    top: 22px;
    left: 10px;
    font-size: 25px;
  }
  #zo2-position-0 .search-form .search-close {
    font-size: 25px;
    right: 22px;
    top: 32px;
  }
  #zo2-position-0 .search .icon-search {
    top: 40px;
    right: 23px;
  }
  #zo2-position-0 .search-form .inputbox {
    height: 66px;
    border-radius: 25px;
    padding: 0 40px;
    font-size: 20px;
  }
  #canvas {
    top: 45px;
    position: absolute;
  }
  #canvas .button-canvas i {
    color: #000;
    cursor: pointer;
  }
  #zo2-footer-wrap #zo2-position-21 {
    text-align: center;
    padding: 0;
  }
  #zo2-footer-wrap #zo2-position-21 .module.laguage,
  #zo2-footer-wrap #zo2-position-21 .module.icon {
    float: none;
  }
  #zo2-footer-wrap #zo2-position-21 .icon-social {
    text-align: center;
    padding: 10px 0 20px;
  }
  #zo2-top-wrap {
    position: relative;
  }
  body.homepage .containt-main .main-2 p {
    line-height: 70px;
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  div.video iframe {
    height: 165px;
  }
  .caption_slider {
    font-size: 150% !important;
  }
  body.homepage .containt-main .main-2 p a {
    clear: both;
    display: block;
    height: 50px;
    line-height: 40px;
    width: 197px;
    margin: auto;
  }
}
.offcanvas li {
  list-style: none;
}
.offcanvas .sidebar-close:before {
  content: "\f00d";
}
.offcanvas .sidebar-close {
  color: #CCCCCC;
  font-family: FontAweSome;
  font-size: 14px;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.tp-leftarrow.default {
  background: none;
  text-align: center;
}
.tp-leftarrow.default:hover:before {
  color: #ff9900;
}
.tp-leftarrow.default:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 50px;
  color: #fff;
}
.tp-rightarrow.default {
  background: none;
  text-align: center;
}
.tp-rightarrow.default:hover:before {
  color: #ff9900;
}
.tp-rightarrow.default:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 50px;
  color: #fff;
}
#slide-about.owl-carousel .owl-wrapper,
#slide-about.owl-carousel .owl-item {
  position: relative;
}
.archive .filter-search select {
  padding: 5px 10px;
}
.archive .filter-search select option {
  border-right: 1px solid #eaeaea;
}
.row.item-category {
  margin: 0 0 40px;
}
#users-profile-custom {
  margin: 30px 0;
}
#editor-write_title .orientation-wide.image {
  padding-left: 0 !important;
}
.search .phrases-box label input,
.search .only label input {
  position: relative;
  margin: 0 5px;
}
.alert {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ff9900;
  border-radius: 4px;
  color: #141414;
  margin-bottom: 20px;
  padding: 15px;
}
#ZTLayerSlider .tp-caption a {
  color: #fff;
  text-decoration: underline;
}
#ZTLayerSlider .tp-bullets .bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: none;
  border: 4px solid #fff;
  margin: 0 5px;
}
.tp-bullets .bullet.selected {
  background: #fff !important;
}
.tp-bullets.simplebullets.round .bullet {
  background-image: none;
}
.tp-bullets {
  bottom: 10px !important;
}
#ztTestimonial img.avatar {
  width: 50px;
  height: 50px;
}
#ztTestimonial .avata {
  float: left;
}
#ztTestimonial .avatar-name {
  padding-left: 70px;
}
#ztTestimonial .avatar-name .name {
  text-align: left;
}
#ztTestimonial .avatar-name .position {
  text-align: left;
}
#ztTestimonial p.content-testimonial {
  display: block;
  clear: both;
}
#ztTestimonial ol.carousel-indicators li.active {
  background: #cacaca;
  border: 1px solid #cacaca;
}
.items-stands .position-left {
  float: left;
}
.main-left .module h3 {
  position: relative;
}
.main-left .module h3:after {
  background: url("../images/bg_left.png") no-repeat scroll 0 -61px;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.main-left #ztTestimonial hr {
  display: none;
}
.main-left .main-2 {
  display: none;
}
#zo2-our-staffs-wrap #ztTestimonial {
  padding-top: 30px;
}
#zo2-our-staffs-wrap #ztTestimonial .avata {
  display: block;
  float: none;
}
#zo2-our-staffs-wrap #ztTestimonial .avata img.avatar {
  height: 150px;
  width: 150px;
  border: 5px solid #fff;
  padding: 0;
}
#zo2-our-staffs-wrap #ztTestimonial .avatar-name {
  padding: 15px 0px 0px;
}
#zo2-our-staffs-wrap #ztTestimonial .avatar-name .name,
#zo2-our-staffs-wrap #ztTestimonial .avatar-name .position {
  text-align: center;
}
#zo2-our-staffs-wrap #ztTestimonial .avatar-name .name {
  font-size: 23px;
}
#zo2-our-staffs-wrap #ztTestimonial .avatar-name .position {
  font-size: 17px;
}
#zo2-our-staffs-wrap #ztTestimonial .glyphicon-chevron-left {
  color: #767676;
}
#zo2-our-staffs-wrap #ztTestimonial .glyphicon-chevron-right {
  color: #767676;
}
#zo2-our-staffs-wrap #ztTestimonial p {
  font-size: 15px;
}
#zo2-our-staffs-wrap #ztTestimonial hr {
  width: 200px;
  height: 2px;
  background: #fff;
  margin-top: 0;
}
#ztTestimonial p.content-testimonial {
  min-height: 80px;
}
body:after {
  content: url(../images/close.png) url(../images/prev.png) url(../images/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#examples .example-image-link {
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
}
#examples .example-image-link > img {
  height: 75px;
  width: 84px;
}
div.mod-languages ul.lang-inline li {
  display: inline-block;
}
#standard-logo img {
  margin: auto;
}
#zo2-mega-menu.canvas {
  left: 10px;
  position: absolute;
  top: 41px;
  z-index: 999;
}
#zo2-mega-menu.canvas .button-canvas {
  cursor: pointer;
}
#eblog-wrapper .blog-meta > .in {
  background: none;
  padding: 0;
}
#eblog-wrapper #ezblog-head .component-links a.link-email span {
  background: none;
}
#eblog-wrapper #ezblog-head .component-links a.link-rss span {
  background: none;
}
#eblog-wrapper #ezblog-head .component-links {
  margin: 30px 0 0;
}
#eblog-wrapper #ezblog-head .component-links a {
  color: #cc3300;
}
#eblog-wrapper #ezblog-head .component-links a:hover {
  color: #000;
}
#eblog-wrapper #ezblog-head .component-links span i {
  color: #cc3300;
  margin: 0 5px;
}
#eblog-wrapper #ezblog-label {
  display: none;
}
#eblog-wrapper .blog-content h3 {
  font-weight: 400;
  font-size: 25px;
  color: #000;
  text-transform: capitalize;
}
#eblog-wrapper .blog-content h3 a:hover {
  color: #258ad8;
}
#eblog-wrapper .blog-content .blog-infor {
  display: inline-block;
  margin: 10px 0 5px;
}
#eblog-wrapper .blog-content .blog-infor span {
  float: none;
}
#eblog-wrapper .blog-content .blog-meta > .in {
  background: none;
  padding: 0;
}
#eblog-wrapper .blog-content .item-image img {
  width: 100%;
}
#eblog-wrapper .blog-content .blog-comments a {
  background: none;
  padding: 0;
}
#eblog-wrapper .blog-content span {
  float: none;
}
#eblog-wrapper .blog-content span i {
  margin: 0 5px;
}
#eblog-wrapper .blog-content span span {
  padding: 0;
}
#eblog-wrapper .blog-content span a {
  color: #2389d7;
}
#eblog-wrapper .blog-content .article_content {
  font-family: Raleway;
  font-size: 14px;
}
#eblog-wrapper .blog-content .easy-readmore {
  padding: 15px 0 15px;
}
#eblog-wrapper .blog-content .easy-readmore .blog-readmore {
  border: 0px solid #dadada;
  background: #cc3300;
  border-radius: 3px;
  color: #fff;
  font-family: Raleway;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
#eblog-wrapper .blog-content .easy-readmore .blog-readmore i {
  padding: 0 5px;
}
#eblog-wrapper .blog-content .easy-readmore .blog-readmore:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #fff;
}
#eblog-wrapper .blog-read .item-image {
  position: relative;
}
#eblog-wrapper .blog-read .item-image img {
  width: 100%;
}
#eblog-wrapper .blog-read .item-image .icon {
  bottom: -20px;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 100%;
}
#eblog-wrapper .blog-read .item-image i {
  background: url("../images/bg_icon.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  color: #fff;
  font-size: 17px;
  padding: 14px;
}
#eblog-wrapper .blog-read .article_content {
  font-family: Raleway;
}
#eblog-wrapper .blog-read .blog-infor {
  margin-top: 10px;
}
#eblog-wrapper .blog-read .blog-infor span {
  font-weight: 400;
}
#eblog-wrapper .blog-read .blog-infor span a {
  font-weight: 400;
}
#eblog-wrapper .blog-read .blog-infor span.blog-created {
  margin: 0 10px;
}
#eblog-wrapper .blog-read .blog-text p {
  font-size: 13px;
}
#eblog-wrapper .blog-read ul.blog-navi {
  border: 1px solid #cc3300;
}
#eblog-wrapper .blog-read ul.blog-navi li a i {
  display: none;
}
#eblog-wrapper hr {
  height: 4px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  width: 90px;
  margin: 25px 0;
}
#eblog-wrapper #eblog-wrapper #section-author {
  border: 1px solid #cc3300;
}
#eblog-wrapper .image {
  padding-left: 119px;
}
#eblog-wrapper .position-left .zt_date .date:after {
  border-top: 9px solid #993300;
}
#eblog-wrapper .position-left .zt_date:after {
  border-top: 21px solid #cc3300;
  border-bottom: 21px solid #cc3300;
}
#eblog-wrapper .position-left .zt_date:before {
  border-top: 21px solid #993300;
  border-bottom: 21px solid #993300;
}
#eblog-wrapper .position-left .zt_date .date {
  background: #cc3300;
}
#eblog-wrapper .position-left .zt_date.icon-date .date i {
  color: #fff;
}
#eblog-wrapper .position-left .zt_date .date span {
  color: #fff;
  text-align: center;
}
#eblog-wrapper .image {
  padding-left: 118px;
}
#eblog-wrapper .image h3 {
  padding-top: 20px;
  clear: both;
  display: block;
}
#eblog-wrapper .image h3 a {
  color: #cc3300;
  font-size: 27px;
  font-family: Bubblegum Sans;
}
#eblog-wrapper .image h3 a:hover {
  color: #000;
}
#eblog-wrapper .image .itemReadmore {
  font-family: Raleway;
  padding: 10px 15px;
  background: #cc3300;
  color: #fff;
  border-radius: 3px;
}
#eblog-wrapper .image .itemReadmore i {
  padding: 0 5px;
  font-size: 13px;
}
#eblog-wrapper .comment-total {
  background: none repeat scroll 0 0 #ffcc00;
}
#eblog-wrapper .comment-total:after {
  border-top: 9px solid #993300;
}
#eblog-wrapper .comment-total span {
  color: #fff;
}
#eblog-wrapper .comment-total a {
  color: #fff !important;
}
#eblog-wrapper .introtext p {
  font-family: Raleway;
  font-size: 14px;
}
#eblog-wrapper .eblog-pagination .list-pagination {
  padding-bottom: 30px;
  border: 0px solid;
  text-align: center;
}
#eblog-wrapper .eblog-pagination .list-pagination li.active b {
  border: none;
  line-height: 25px;
  width: 25px;
  background: #cc3300;
  color: #fff;
}
#eblog-wrapper .eblog-pagination ul li {
  float: none;
}
#eblog-wrapper .eblog-pagination .list-pagination li a {
  line-height: 25px;
  width: auto;
  padding: 0 9px;
  color: #666666;
}
#eblog-wrapper .eblog-pagination .list-pagination li a:hover {
  border-top: 0px solid;
  background: #cc3300;
  color: #fff;
}
#eblog-wrapper .position-left {
  z-index: 1;
  float: left;
}
#eblog-wrapper #comment-form {
  font-family: Raleway;
}
#eblog-wrapper #comment-form input,
#eblog-wrapper #comment-form textarea {
  background: #fff;
  border: 0 none;
}
#eblog-wrapper #comment-form input#btnSubmit {
  background: none repeat scroll 0 0 #cc3300;
  color: #fff;
  float: right;
  margin: 15px 25px 0 0;
  transition-duration: 0.5s;
  padding: 15px 25px;
}
#eblog-wrapper #comment-form input#btnSubmit:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#eblog-wrapper #section-comments {
  font-family: Raleway;
}
#ezblog-body .blog-post + .blog-post {
  border: none;
}
#ezblog-body .blog-comments a {
  background: none;
  padding: 0 0 0 5px;
}
#ezblog-body .blog-read .blog-title {
  color: #cc3300;
  font-size: 28px;
  font-family: Bubblegum Sans;
  margin-top: 30px;
  margin-bottom: 20px;
}
#ezblog-body .list-categories li .avatar + .category-story {
  margin: 0 0 0 75px;
}
#eblog-wrapper .single_article_content .blog-taglist a {
  background: #f2f2f2;
}
#eblog-wrapper .single_article_content .blog-taglist a i,
#eblog-wrapper .single_article_content .blog-taglist a b,
#eblog-wrapper .single_article_content .blog-taglist a span {
  border: 0px solid;
}
#eblog-wrapper .single_article_content .blog-taglist a:hover {
  background-color: #ff0000;
  color: #fff;
}
#eblog-wrapper .single_article_content .blog-taglist a:hover span {
  color: #fff;
}
.rtl #eblog-wrapper .position-left {
  float: right;
}
.rtl .position-left .zt_date .date {
  border-radius: 0 5px 0 0;
}
.rtl .zt_date.icon-date .image-icon {
  border-radius: 0 0 5px 0;
}
#ezblog-body a {
  color: #0d80d1;
}
#ezblog-head a {
  color: #0d80d1;
}
.rtl #ezblog-body .forCategory .profile-avatar + .profile-info,
.rtl #ezblog-body .forTeamBlog .profile-avatar + .profile-info,
.rtl #ezblog-body .forBlogger .profile-avatar + .profile-info {
  margin: 0 95px 0 0px;
}
.rtl #ezblog-body .list-categories li .avatar + .category-story {
  padding-right: 20px;
}
.rtl h2 {
  color: #000;
}
.rtl #socialbutton.alignleft {
  margin: 0 -95px 0 0;
}
.rtl #eblog-wrapper.eblog-bootstrap .subscription-box .easyblog-checkbox,
.rtl #eblog-wrapper.eblog-bootstrap .subscription-box.subscribe-to-blog {
  float: none;
}
.rtl #ezblog-body .blog-post .blog-title,
.rtl #ezblog-body .blog-post .blog-title a {
  font-weight: normal;
}
.rtl #eblog-wrapper .blog-taglist span.tag-head {
  float: right;
}
.rtl #ezblog-body .featured-readmore a,
.rtl #ezblog-body .blog-readmore a {
  padding: 0 22px 0 0px;
}
.rtl #ezblog-body .blog-comments a {
  padding-right: 0;
}
.rtl .nav-tabs.nav-justified > li > a {
  color: #0d80d1;
}
.rtl .nav-tabs.nav-justified > li.active > a {
  color: #fff;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  background: #0d80d1;
  color: #fff;
  border: 1px solid #fff;
}
#ezblog-body .forCategory .profile-avatar + .profile-info,
#ezblog-body .forTeamBlog .profile-avatar + .profile-info,
#ezblog-body .forBlogger .profile-avatar + .profile-info {
  margin: 0 0 0px 95px;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #0d80d1 !important;
}
div.tags {
  margin-bottom: 10px;
}
#ezblog-body .list-categories li .avatar + .category-story {
  padding-left: 20px;
}
.category-desc img {
  width: 100%;
  margin: 0 0 20px;
}
#eblog-wrapper #ezblog-head h1 {
  color: #000;
}
#ezblog-body .blog-meta * {
  font-weight: 400;
}
#ezblog-body .blog-post .blog-title,
#ezblog-body .blog-post .blog-title a {
  font-weight: normal;
}
body.tags {
  float: none;
}
.tags span a {
  border: none !important;
}
.tags h3 span {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  color: #000000;
  font-family: Roboto;
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 0 10px;
}
.tags span {
  float: none;
  font-weight: normal;
}
#ezblog-body .tag-sort-order ul li a {
  font-weight: normal;
}
.tags h4 span {
  font-size: 100%;
}
.tags span.blog-comments a:hover:before {
  border-color: #fff !important;
  background-color: none !important;
}
.tags span.blog-comments a:before {
  border-color: #fff !important;
  background-color: none !important;
}
#ezblog-body .blog-comments a {
  background: none;
  padding-left: 5px;
}
.tags span.blog-readmore a:hover:before {
  border-color: #fff !important;
  background-color: none !important;
}
.tags span.blog-readmore a:before {
  border-color: #fff !important;
  background-color: none !important;
}
#ezblog-body .blog-readmore:after {
  content: "\f138";
  background: none;
  font-size: 140%;
  font-family: FontAwesome;
}
#ezblog-body .blog-readmore a {
  background: none;
  padding-right: 5px;
}
#ezblog-body .featured-readmore a,
#ezblog-body .blog-readmore a {
  height: auto;
}
#ezblog-menu .blog-navi li.toolbar-item > form button.submit-search {
  height: 30px;
}
.blog a.btn {
  background: none;
  box-shadow: none;
  width: 20px;
}
.blog .icons .btn span.icon-cog:after {
  content: "\f013";
  font-family: FontAwesome;
}
.blog .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
#archive-items {
  margin-top: 20px;
}
#btnSubmit:hover {
  background: #0d80d1;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
#btnSubmit {
  transition: all 1s ease 0s;
  background: #0d80d1;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}
.tags span a:hover:before {
  border-color: rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0);
}
.tags span a:hover {
  background: #000 !important;
  color: #0d80d1 !important;
}
.tags span a:hover:before {
  border-color: rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0);
}
.blog-meta .in span:first-child {
  padding-left: 5px;
}
.tags #ezblog-body .blog-comments a {
  padding-right: 5px;
}
.tags .blog-readmore > a {
  margin-left: 3px;
  top: -4px;
}
.tags .in span a {
  color: #fff !important;
}
.tags #ezblog-body .blog-comments a,
.tags #ezblog-body .blog-readmore a {
  color: #000 !important;
}
.tags #ezblog-body .blog-comments a:hover,
.tags #ezblog-body .blog-readmore a:hover {
  color: #0d80d1 !important;
  background: none !important;
}
#blog-3-ratings-form .ui-stars-star {
  width: 8px !important;
}
#blog-3-ratings .ui-stars-star a {
  height: 14px;
}
#blog-3-ratings .ui-stars-star a:hover {
  background: url("../images/stars.png") no-repeat scroll 0 -32px !important;
}
.tags span.blog-rating a:before {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
#blog-3-ratings .tags span.blog-rating a:hover:after {
  background: none;
}
.blog p a.btn.readmore {
  width: auto;
  background-color: #c1c1c1;
  color: #3F3F3F;
}
.blog p a.btn.readmore:hover {
  background: #000;
  color: #E78D05;
}
body.tags .ui-stars-star a {
  background: url("../images/stars.png") no-repeat scroll 0 -32px rgba(0,0,0,0) !important;
  margin-top: -1px;
}
body.tags .ui-stars-star a,
body.tags .ui-stars-cancel a {
  background: url("../images/stars.png") no-repeat scroll 0 -32px rgba(0,0,0,0) !important;
  display: block;
  height: 16px;
  width: 16px;
}
.categories-list .item-image img {
  position: relative;
  transition: all 0.7s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.categories-list .item-image img:hover {
  transform: scale(1.1) rotate(2deg);
}
.categories-list .item-image {
  overflow: hidden;
  position: relative;
}
.categories-list h3 {
  font-size: 150%;
  font-weight: 400;
  margin: 10px 0 20px;
}
.categories-list .single_article_content {
  margin: 0;
  position: relative;
  border-radius: 0 0 4px 4px;
  top: -15px;
}
.categories-list .single_article_content p.itemremove {
  text-align: right;
}
.categories-list .readmore {
  border: 0px solid;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 0 solid;
  position: relative;
  color: #0e80d1;
  padding: 0 10px 0 0;
}
.categories-list .readmore:hover {
  box-shadow: none;
  background: none;
  color: #000;
}
.categories-list .readmore i {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 3px;
}
.article_content .tags span {
  position: relative;
  top: -5px;
}
h3.moduletitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0;
}
.custom {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.module.border-black h3.moduletitle {
  border-bottom: 2px solid #000000;
}
.module.border-color h3.moduletitle {
  border-bottom: 2px solid #7bb421;
}
.module.color h3.moduletitle {
  color: #7bb421;
}
.module.black-box {
  background: none repeat scroll 0 0 #1f1f1f;
  color: #808080;
  padding: 24px;
}
.module.black-box h3 {
  color: #fff;
}
.module.green-box {
  background-color: #7bb421;
  color: #e1eecd;
  padding: 24px;
}
.module.green-box h3 {
  color: #fff;
}
.module.gray-box {
  background: none repeat scroll 0 0 #f2f2f2;
  padding: 24px;
}
.module.border-box {
  border: 1px solid #e2e2e2;
  padding: 24px;
}
.module.green-title h3 {
  color: #ffffff;
  padding-left: 12px;
  margin-bottom: 24px;
  background-color: #7bb421;
}
.module.black-title h3 {
  margin-bottom: 24px;
  background-color: #1f1f1f;
  color: #ffffff;
  padding-left: 12px;
}
.module.gray-title h3 {
  background-color: #f0f0f0;
  color: #444444;
  padding-left: 12px;
  border: 0 none;
}
.module.big-title h3 {
  font-size: 24px;
  line-height: 30px;
}
#zo2-suffix-9 {
  padding-left: 0;
  padding-right: 0;
}
.module.border-green-top h3 {
  border-top: 2px solid #7bb421;
  border-bottom: 0 none;
}
.module.border-black-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid #000000;
}
.module.border-gray-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid #696969;
}
.module.border-red-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid red;
}
#zo2-suffix-1-wrap {
  padding-bottom: 40px;
}
#zo2-border-bottom-wrap {
  padding-top: 40px;
}
#zo2-tilter-wrap {
  margin-top: 30px;
}
.menu-accordion ul li {
  position: relative;
}
.menu-accordion ul li span.expand {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  top: 6px;
}
.menu-accordion ul li span.expand.active:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
}
.menu-accordion ul li span.expand:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 15px;
}
.menu-accordion ul li h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.menu-accordion h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 0;
}
.menu-accordion h5 {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 0;
}
.categories-modulemenu-accordion ul {
  display: none;
  padding-left: 7px;
  box-shadow: -3px 0 0 0 rgba(0,0,0,0.08);
  margin-left: 10px;
}
#zo2-suffix-1-wrap,
#zo2-suffix-box-wrap,
#zo2-border-top-wrap {
  background: #fff;
  padding: 30px 0;
}
.red-title h3.moduletitle {
  background: ;
}
.green-title h3 {
  background-color: #7bb421;
  text-align: left;
  padding-left: 24px;
}
.black-title h3 {
  background-color: #1f1f1f;
  text-align: left;
  padding-left: 24px;
}
.border-gray h3.moduletitle {
  border-bottom: 2px solid gray;
}
.border-green h3.moduletitle {
  border-bottom: 2px solid green;
}
.border-red h3.moduletitle {
  border-bottom: 2px solid red;
}
h3.moduletitle::after {
  display: none;
}
#zo2-position-7 .green-title h3.moduletitle,
#zo2-position-7 .black-title h3.moduletitle {
  padding: 12px 0;
}
@font-face {
  font-family: 'ElegantIcons';
  src: url('fonts/ElegantIcons.eot');
  src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/ElegantIcons.woff') format('woff'), url('fonts/ElegantIcons.ttf') format('truetype'), url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
