.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;
}
.registration .form-actions .btn,
.login .well .btn {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  -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;
}
.registration .form-actions .btn:hover,
.login .well .btn:hover {
  background: none repeat scroll 0 0 #7fbe54;
  color: #fff;
}
dt,
dd {
  color: #858585;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 300;
  padding-bottom: 15px;
}
.dropdown-menu {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.item-page .full-item {
  max-width: 100%;
  display: block;
}
dt.article-info-term {
  display: none;
}
dl.article-info-bottom,
dl.article-info-top {
  margin-bottom: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 11px;
}
dl.article-info-top dd {
  float: left;
}
dl.article-info-bottom dd {
  float: left;
  margin: 0 10px 0 0;
}
dd span.icon-eye-open,
dd span.icon-time {
  position: relative;
  margin-top: -1px;
  opacity: 0.8;
}
ul.list-striped {
  list-style: none;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img,
.img_caption img {
  max-width: 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 {
  float: left;
  margin: 20px 0;
}
.img_caption.right,
.img-intro-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none,
.img-fulltext-none,
.pull-none.item-image,
.img_caption.none {
  float: none;
}
div.img_caption {
  position: relative;
  width: 100%;
  height: 100%;
}
p.img_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
  z-index: 15;
}
.img-intro-left,
.img-intro-right,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.item-image,
.img_caption {
  max-width: 100%;
  display: block;
}
.image-backdrop {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.img-wrapper a:hover .image-backdrop {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.img-intro-btn {
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 45%;
  width: 40px;
  height: 40px;
  z-index: 5;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}
.img-wrapper a:hover .img-intro-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.items-row {
  margin-bottom: 30px;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Serif;
}
.homepage h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.readmore {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: capitalize;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  background: none repeat scroll 0 0 #fc6105;
  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;
}
.items-leading >div {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.homepage .items-leading>div {
  border: none;
}
.page-header {
  border-bottom: none;
  padding-bottom: 20px;
  margin: 0;
}
.page-header a {
  color: #858585;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #7FBE54;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #7FBE54;
}
.page-title,
.page-header h1 {
  line-height: 1;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader::before,
.page-subheader::after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader::after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.article-info {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info span {
  font-weight: bold;
}
.blog .article-info {
  margin: 0;
  width: 90%;
}
.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: none;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
ul.menu li {
  display: inline-block;
}
.zo2-pagination {
  text-align: center;
  width: 100%;
}
.zo2-pagination .counter {
  color: #898989;
  font-size: 13px;
}
.zo2-pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
}
.zo2-pagination ul >li {
  display: inline-block;
  margin: 0 5px;
}
.zo2-pagination ul >li:first-child a,
.zo2-pagination ul >li:last-child a,
.zo2-pagination ul >li:first-child span,
.zo2-pagination ul >li:last-child span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.zo2-pagination ul >li >a {
  color: #000;
  border: 2px solid transparent;
}
.zo2-pagination ul >li >span {
  border: 2px solid transparent;
}
.zo2-pagination ul >li.active >span {
  background: none;
  border: 2px solid #000;
  color: #000;
}
.zo2-pagination ul >li.active >span:hover,
.zo2-pagination ul >li.active >span:active,
.zo2-pagination ul >li.active >span:focus {
  background: none;
  border: 2px solid #000;
  color: #000;
}
.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 #7fbe54;
  color: #fff;
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.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;
  margin-bottom: 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;
}
.search #searchForm .inputbox {
  margin: 0 10px 0 0;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  float: left;
  margin: 3px 5px 0 0;
  padding: 3px;
}
.search #searchForm fieldset input {
  position: static;
}
#mod-finder-searchform.form-search {
  position: relative;
  margin: 0;
  padding: 0;
}
#mod-finder-searchform.form-search button {
  padding: 5px 10px;
  border: 0;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-indent: -9999px;
}
#mod-finder-searchform.form-search input {
  padding: 8px 40px 8px 12px;
  font-size: 11px;
  color: #b2b2b2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform.form-search input.input-medium {
  width: 170px;
}
#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
  padding: 8px 60px 8px 12px;
  border: 1px solid #aaa;
  color: #565656;
}
.search-module {
  position: relative;
  margin: 0;
  padding: 0;
}
.search-module button {
  padding: 5px 10px;
  border: 0;
  display: block;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.search-module button span {
  text-indent: -9999px;
}
.search-module input {
  font-size: 11px;
  color: #b2b2b2;
  width: 170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.search-module input:hover,
.search-module input:focus {
  border: 1px solid #000;
  color: #565656;
}
.edit .btn-toolbar {
  margin: 10px 0;
}
.edit .nav {
  border: none;
  margin: 10px 0 20px;
}
.edit .nav li a {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.edit .nav li.active >a {
  background: #0C7FCF;
  color: #fff;
}
.edit .nav li.active >a:hover,
.edit .nav li.active >a:active,
.edit .nav li.active >a:focus {
  border: none;
  color: #fff;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
div#sbox-window.shadow {
  width: 820px !important;
  height: 520px !important;
}
.login .well {
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}
div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn-drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_language_chzn.chzn-container div.chzn-drop {
  width: 280px !important;
}
form#imageForm.form-vertical div.well div.row div div.control-label label.control-label,
form#imageForm.form-vertical div.well div.row div div.control-label label,
form#imageForm.form-vertical div.well div.row div div.controls p.help-block,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block,
body.contentpane form table tbody tr td.key {
  font-family: Tahoma, Verdana, sans-serif !important;
}
div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  width: 280px !important;
  padding: 0px !important;
}
iframe html body.contentpane form#adminForm.form-inline {
  background-color: #FF9900;
}
div#editor-xtd-buttons.btn-toolbar.pull-left {
  margin-top: 10px;
}
a.modal-button.btn,
div.btn-toolbar a.btn,
form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary,
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip,
body.contentpane button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1085DE;
  border: 1px solid #1085DE;
}
form#imageForm.form-vertical div.well div.row div.pull-right button.btn,
button#upload-submit.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1085DE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
}
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
  clear: both;
}
form#adminForm.form-inline table.table thead tr th.title,
form#adminForm.form-inline table.table thead tr th.center a.hasTip {
  float: left;
}
form#adminForm.form-inline table.table thead tr th.center {
  width: 10% !important;
}
form#adminForm.form-inline fieldset.filter div.filters,
form#adminForm.form-inline fieldset.filter hr.hr-condensed {
  clear: both;
  margin: 10px 0;
}
ul.manager.thumbnails li.imgOutline {
  float: left;
  padding: 10px;
}
body.contentpane form table tbody tr td.key {
  text-align: left;
}
.blog .page-header {
  padding: 0;
}
.blog .article_content {
  clear: both;
  position: relative;
  top: 0px;
  z-index: 1;
  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;
}
.blog .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #7fbe54;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.blog .article_content h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 20px;
}
.blog .article_content h3 a {
  color: #525252;
}
.blog .article_content h3 a:hover {
  color: #f57b33;
}
.blog .article_content .introtext {
  color: #525252;
  font-weight: 400;
  font-size: 14px;
  color: #626262;
  line-height: 175%;
}
.blog .article_content .introtext p {
  font-size: 14px;
  color: #626262;
}
.blog .article_content .article_bottom {
  padding: 15px 0 0;
  overflow: hidden;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
}
.blog .article_content .article_bottom .itemReadmore {
  height: 34px;
  line-height: 32px;
  background: #7fbe54;
  color: #fff;
  font-size: 133%;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  background: #eee;
  color: #898989;
}
.blog .article_content .article-info {
  color: #f68441;
}
.blog .article_content .article-info dd {
  color: #f68441;
}
.blog .article_content .article-info .createdby:before {
  content: "\f007";
  font-family: FontAwesome;
}
.item-page .article_content {
  clear: both;
  position: relative;
  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 {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #7fbe54;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.item-page .article_content .article-info .article-info-inner > div {
  float: left;
  margin: 0 10px 0 0;
}
.item-page .lightbox-modal {
  margin: 0 5px 5px 0;
  display: inline-block;
}
div.tags span {
  display: inline-block;
}
div.tags span a.label-info {
  font-weight: normal;
  padding: 0;
  background: none !important;
  color: #525252;
  font-size: 100%;
}
div.tags:before {
  font-family: FontAwesome;
  content: "\f02b";
  color: #404040;
}
.rtl .item-page .article_content .article-info .article-info-inner {
  float: right;
}
.rtl .item-page .article_content .article-info .article-info-inner > div {
  float: right;
  margin: 0 0 0 10px;
}
.rtl .item-page .article_content .article-info .article-info-inner > div i {
  line-height: 20px;
  float: right;
}
.rtl .item-page .article_content .article-info .btn-group.pull-right {
  float: left;
}
.bs-example .btn {
  margin-bottom: 0;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.blog-featured #zo2-features {
  clear: both;
}
.edit.item-page .tab-pane label,
.edit.item-page .tab-pane .input-append input[type="text"] {
  display: inline-block !important;
}
.zo2-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.zo2-megamenu .mega-inner::after {
  clear: both;
}
.zo2-megamenu .row + .row > div > div {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-width: 200px;
  display: none;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  border-top: 0;
  background-color: #fff;
  margin-top: 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .mega-dropdown-inner {
  margin-top: 0;
}
.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.slide .mega > .mega-dropdown-menu {
  overflow: hidden;
}
.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::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::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 5px;
}
.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;
  border-top: 1px solid #e6e6e6;
}
.zo2-megamenu .mega-nav > li a,
.zo2-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
}
.zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  content: counter(li,square);
  position: absolute;
  left: 0;
  text-align: center;
}
.zo2-megamenu .mega-group > .mega-nav,
.zo2-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .mega-nav .dropdown-submenu > a::after {
  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:hover > .mega-dropdown-menu {
  top: 0;
  left: 100%;
}
.offcanvas {
  background-color: #333333;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  opacity: 0;
  left: -50%;
  width: 100%;
  height: 49%;
}
.offcanvas .sidebar-close {
  color: #ccc;
  display: block;
  float: right;
  font-family: ;
  font-size: 18px;
  line-height: 42px;
  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.offcanvas .sidebar-close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
}
.offcanvas .sidebar-close:hover {
  color: #fff;
}
.offcanvas.active {
  left: 0;
  opacity: 1;
}
.zo2-wrapper {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  padding-left: 0;
  padding-right: 0;
}
.zo2-wrapper:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.2);
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.zo2-wrapper.offcanvas-push {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  overflow: hidden;
}
.zo2-wrapper.offcanvas-push:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  width: 100%;
  height: 100%;
}
body.overflow-hidden {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offcanvas-overlay {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  opacity: 0.5;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
}
.offcanvas {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 250px;
}
.offcanvas .sidebar-nav {
  left: 0;
  margin: 0;
  padding-left: 20px;
  position: absolute;
  top: 42px;
  width: 100%;
}
.offcanvas .sidebar-nav ul {
  list-style: none;
}
.offcanvas .sidebar-nav ul li a {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  color: #939393;
  display: block;
  text-decoration: none;
  padding: 11px 0;
  font-size: 13px;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.offcanvas .sidebar-nav ul li a:hover {
  color: #fff;
}
.offcanvas .sidebar-nav ul.nav-sub {
  margin-left: 20px;
}
.offcanvas .sidebar-nav > ul > li.nav-active > a {
  color: #fff;
}
.offcanvas .sidebar-nav > ul > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.15);
}
.offcanvas.active {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas.active .sidebar-nav {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.nav-parent {
  position: relative;
}
.nav-parent > .nav-oc-toggle {
  border-top: 1px solid rgba(0,0,0,0.15);
  font-size: 15px;
  line-height: 42px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  width: 42px;
  height: 42px;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f107";
}
.button-canvas {
  cursor: pointer;
  display: block;
  padding-top: 10px;
}
.rtl .offcanvas {
  right: 0;
  left: inherit;
}
.rtl .zo2-wrapper.offcanvas-push {
  -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;
}
.zo2-wrapper.offcanvas-push {
  bottom: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  transform: translate3d(250px,0px,0px);
  transition: transform 0.5s ease 0s;
}
#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;
}
#zo2-mega-menu .featuresWrap {
  position: static;
}
#zo2-mega-menu .featuresWrap .custom_block .custom {
  padding: 10px 0;
}
#zo2-mega-menu .featuresWrap .custom_block .img {
  display: block;
  padding: 15px 0;
}
#zo2-mega-menu .navbar-default {
  background: none;
  border: 0;
  margin: 3px 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: 35px;
  padding: 0px 15px 22px;
  color: #fff;
  font-size: 24px;
  font-family: Lato;
  font-weight: 600;
  background: none !important;
  position: relative;
  text-transform: uppercase !important;
  letter-spacing: 1px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a {
  background: none !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  background: #fdfdfc;
  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: 0;
  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: 0;
  color: #575757;
  font-size: 12.5px;
  font-weight: 600;
  transition: all 0.15s ease 0s;
  font-family: Lato;
}
#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: ;
  color: #f57b33;
}
#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 {
  transition: all 0.5s ease-in-out 0s;
}
#zo2-mega-menu .navbar-default ul.navbar-nav li.active a:before {
  content: "";
  bottom: 0px;
  border-width: 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f68441;
  border-style: solid;
  left: 40%;
  position: absolute;
}
#zo2-mega-menu .navbar-default ul.navbar-nav li:hover a:before {
  content: "";
  bottom: 0px;
  border-width: 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f68441;
  border-style: solid;
  left: 40%;
  position: absolute;
}
#zo2-mega-menu .navbar-default ul.navbar-nav li.active .dropdown-menu a:before {
  content: "";
  bottom: 0px;
  border-width: 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  border-style: solid;
  left: 40%;
  position: absolute;
}
#zo2-mega-menu .navbar-default ul.navbar-nav li:hover .dropdown-menu a:before {
  content: "";
  bottom: 0px;
  border-width: 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  border-style: solid;
  left: 40%;
  position: absolute;
}
.zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
  min-width: 190px;
  left: 100% !important;
  top: -1px;
}
#zo2-mega-menu {
  padding: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav li.open {
  z-index: 1;
}
#zo2-mega-menu .services .dropdown-menu.mega-dropdown-menu {
  margin-left: -88px !important;
}
.zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  display: none;
}
.rtl #zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.dropdown-submenu > a:after {
  content: "\f104";
  font-family: FontAwesome;
  float: left;
}
.rtl .offcanvas .sidebar-nav ul.nav-sub {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .offcanvas .sidebar-nav {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .nav-parent > .nav-oc-toggle {
  transform: rotate(90deg);
}
.rtl .zo2-wrapper.offcanvas-push {
  bottom: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  transform: translate3d(-250px,0px,0px);
  transition: transform 0.5s ease 0s;
}
h3.moduletitle {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 25px;
  color: #2d3d51;
  position: relative;
}
#zo2-bottom1 h3.moduletitle,
#zo2-bottom2 h3.moduletitle {
  color: #fff;
  font-size: 22px;
}
.no-line h3.moduletitle {
  background: none;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.categories-module li {
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding: 10px 5px;
  display: block;
  line-height: 40px;
}
ul.categories-module li i {
  float: left;
  padding-right: 10px;
}
ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 {
  margin: 0;
  text-transform: none;
}
ul.categories-module li a {
  color: #4f4f4f;
  display: block;
  font-size: 13px;
}
ul.categories-module li:hover,
ul.categories-module li.active {
  color: #7fbe54;
}
ul.categories-module li:hover a,
ul.categories-module li.active a {
  color: #7fbe54;
}
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;
}
.tagspopular ul li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
.tagspopular ul li a {
  display: block;
  padding: 4px 15px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #666;
  font-size: 11px;
}
.tagspopular ul li a:hover {
  background-color: #333333;
  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;
}
.clearfix {
  clear: both;
}
.zt-typo-boxes {
  border-bottom: 1px solid #e2e3e5;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.zt-typo-boxes-inside {
  padding: 0 10px;
}
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 350%;
}
h2 {
  font-size: 275%;
}
h3 {
  font-size: 240%;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 150%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
pre,
.zt-code1,
.zt-code2,
.zt-code3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #222;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 0;
  padding: 20px;
}
pre,
.zt-code1 {
  background: #d3d9f5;
}
.zt-code2 {
  background: #d6edd5;
}
.zt-code3 {
  border: 1px solid #eee;
  background-color: #fefefe;
  color: #363636;
  padding-left: 82px !important;
}
.zt-code3 h4 {
  background: none repeat scroll 0 0 #A8B4EF;
  color: #fff;
  margin: 0 0 0 -64px !important;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 55px;
}
.zt-highlight1,
.zt-highlight2,
.zt-highlight3,
.zt-highlight4 {
  cursor: default;
  padding: 1px 5px;
  text-shadow: none;
}
.zt-highlight1 {
  background: #e5e5e5;
  color: #2f2f2f;
}
.zt-highlight2 {
  background: #7fb2ff;
  color: #fff;
}
.zt-highlight3 {
  background: #ff7f7f;
  color: #fff;
}
.zt-highlight4 {
  background: #ffe400;
  color: #2f2f2f;
}
[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;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 320px) {
  #ezblog-body #comment-form .comment-content {
    margin: 0 !important;
  }
  #ezblog-body #comment-form .comment-avatar {
    float: none !important;
  }
}
#ezblog-body .list-categories li .avatar + .category-story {
  margin: 0 0 0 70px;
}
#ezblog-body .list-categories li .category-status {
  font-size: 100%;
}
#eblog-wrapper #ezblog-menu {
  padding: 10px;
  border: 1px solid #ccc;
}
#ezblog-menu .btn-eb-navbar {
  width: 44px;
  height: 30px;
}
#ezblog-body .blog-calendar .blog-comments a {
  background-image: none !important;
  text-indent: 0;
  padding: 0;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #ccc;
}
#ezblog-body .blog-calendar .blog-comments a:hover {
  color: #fff;
}
#ezblog-body .blog-option li + li i {
  padding: 0 7px 0 0;
}
#ezblog-body .blog-comments a {
  line-height: 34px;
  background: none;
  color: #000;
}
#ezblog-body .blog-comments a i {
  margin-right: 4px;
  color: #0d80d1;
}
#ezblog-body .tab_button li.item-active a span {
  background: none !important;
  color: #333 !important;
}
#ezblog-body .tab_button li a,
#ezblog-body .tab_button li a:hover {
  height: 44px;
}
#ezblog-body .list-categories li .category-description {
  padding: 0;
  border: 0;
}
.rtl #eblog-wrapper .blog-comments,
.rtl #eblog-wrapper .easy-comment {
  float: none;
}
.rtl #ezblog-body .blog-meta {
  float: right;
}
.rtl #ezblog-body .list-categories li .avatar + .category-story {
  margin: 0 70px 0 0;
}
.rtl #ezblog-body .blog-calendar + .blog-content {
  margin: 0 80px 0 0;
}
.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 0;
}
.rtl #ezblog-body .blog-calendar {
  margin: 10px 0 15px 15px;
}
.rtl body #comment-form #markItUpComment .markItUpContainer {
  margin-left: 0;
}
.rtl #eblog-dialog .prm,
.rtl #eblog-wrapper .prm {
  padding-right: 0;
}
.rtl #eblog-wrapper .comment-row .comment-body {
  border-right: 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-option li + li i {
  padding: 0 0 0 7px;
}
.rtl #eblog-wrapper .blog-taglist span.tag-head {
  float: right;
  margin: 0 0 0 10px;
}
.rtl #ezblog-body .tab_button li a,
.rtl #ezblog-body .tab_button li a:hover {
  padding: 10px 22px 10px 0;
}
.rtl #ezblog-body .tab_button li {
  text-align: right;
}
.rtl #ezblog-body .blog-option li.email a {
  padding: 0;
}
.rtl #ezblog-body .blog-read .blog-navi li+li a {
  background: none !important;
}
.rtl #ezblog-body .blog-readmore a i {
  margin: 0 5px 0 0;
}
.rtl #ezblog-body .blog-modified-date {
  float: left;
}
.rtl #ezblog-body .blog-footer .blog-taglist {
  float: right;
}
.rtl #ezblog-body .blog-footer .blog-meta-bottom {
  float: left;
}
.rtl #eblog-wrapper .mrm {
  margin: 10px 0 0 10px;
}
.rtl #eblog-wrapper .article_content .blog-footer .blog-infor {
  float: right;
}
.rtl #eblog-wrapper .article_content .blog-footer .blog-infor .in > span {
  float: right;
}
.rtl #ezblog-body .blog-read .blog-navi li.entry-prev a i {
  margin: 0 0 0 0px;
}
.rtl #ezblog-body .blog-read .blog-navi li.entry-next a i {
  margin: 0 0px 0 0;
}
.rtl #eblog-wrapper #section-author .author-info {
  margin: 0 80px 0 0;
}
.rtl #ezblog-body .comment-avatar + .comment-content {
  margin: 0 80px 0 0;
  background: #fff;
}
.rtl #section-related .owl-controls {
  right: auto;
  left: 0;
}
.rtl #section-related .owl-controls .owl-prev,
.rtl #section-related .owl-controls .owl-next {
  margin: 0 10px 0 0;
}
.rtl #section-related .owl-wrapper-outer .owl-wrapper .owl-item {
  text-align: right;
}
#ezblog-body .blog-calendar-month {
  background: ;
  border: 0;
}
#ezblog-body .blog-calendar .blog-comments a:hover {
  background-color: ;
}
#ezblog-body .blog-infor.blog-meta .in {
  background: none;
  padding: 0;
}
#ezblog-body .blog-infor.blog-meta * {
  font-weight: 400;
}
#ezblog-body .blog-readmore a {
  padding: 0;
  background: none;
}
#ezblog-body .blog-readmore a i {
  margin: 0 0 0 5px;
}
#ezblog-body .blog-image {
  float: none !important;
  display: block;
}
#ezblog-posts .blog-image {
  padding: 0;
  border: 0;
  margin: 0;
}
#ezblog-posts .blog-image a.item-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}
#ezblog-posts a.item-image {
  overflow: hidden;
  position: relative;
}
#ezblog-menu .blog-navi li.toolbar-item > a span {
  text-indent: 0;
  background: none;
  color: #fff;
  text-align: center;
}
#ezblog-menu .blog-navi li.toolbar-item > a > span {
  height: 37px;
  line-height: 37px;
}
#ezblog-menu .blog-navi li.toolbar-item > form button.submit-search {
  text-indent: 0;
  background: none;
  color: #fff;
  font-size: 91%;
}
#ezblog-head .component-links a.link-email span {
  background: none;
  padding: 0;
}
#ezblog-head .component-links a.link-email span i {
  color: #ccc;
  margin: 0 7px;
}
#ezblog-head .component-links a.link-rss span {
  background: none;
  padding: 0;
}
#ezblog-head .component-links a.link-rss span i {
  color: #fe9832;
  margin: 0 7px;
}
#ezblog-body .list-categories li .category-status li .link-rss {
  background: none;
  padding: 0;
  color: #fe9832;
}
#ezblog-body .blog-option li.font-switcher a {
  padding: 0 !important;
  background: none !important;
  text-indent: 0;
  color: #000 !important;
}
#ezblog-body .blog-option li.font-switcher a i {
  vertical-align: top;
}
#ezblog-body .blog-text img {
  border: 0 !important;
  padding: 0 !important;
}
#ezblog-body .blog-read .blog-navi li a {
  padding: 15px 0px;
  background: none !important;
}
#ezblog-body .blog-read .blog-navi li a i {
  font-size: 20px;
  padding: 0 10px;
  vertical-align: middle;
}
#ezblog-body .blog-read .blog-navi li+li a {
  background: none !important;
}
#section-author .entry-related-post li {
  padding: 5px 0;
}
#ezblog-body .blog-infor.blog-meta span span {
  margin: 0 !important;
}
#ezblog-body .blog-readmore {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 2px solid #000000;
  color: #000000;
  display: inline-block;
  font-family: Lato;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 7px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
#ezblog-body .blog-modified-date {
  float: right;
  margin: 0;
  clear: inherit;
}
#ezblog-body .blog-footer .blog-taglist {
  float: left;
  width: 70%;
}
#ezblog-body .blog-footer .blog-meta-bottom {
  float: right;
}
body #comment-form .inputbox {
  padding: 0 10px;
}
body #comment-form input[type="checkbox"].inputbox {
  vertical-align: top;
}
#ezblog-body #blog-comment img.avatar,
#ezblog-body #comment-form img.avatar {
  min-width: 70px \9;
  width: 70px;
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
#ezblog-body .comment-avatar + .comment-content {
  margin-left: 80px;
}
#ezblog-body .comment-avatar + .comment-content input {
  background: #fff;
}
#ezblog-body .comment-avatar + .comment-content #btnSubmit {
  background: none;
  border: 2px solid #000;
  padding: 4px 15px;
  transition: color 0.13s linear 0s;
}
#ezblog-body .comment-avatar + .comment-content #btnSubmit:hover {
  background: none repeat scroll 0 0 #f57b33;
  border: 2px solid #f57b33;
  color: #ffffff;
}
#ezblog-body #blog-comment .comment-content {
  padding: 20px;
  position: relative;
  border: 1px solid #dadada;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
#ezblog-menu .blog-navi li.toolbar-item > form input.input {
  line-height: 27px \9;
  height: 27px;
}
#eblog-wrapper .article_content {
  clear: both;
  position: relative;
  background: #fff;
  z-index: 1;
  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;
}
#eblog-wrapper .article_content .article_icon {
  width: 52px;
  height: 52px;
  font-size: 200%;
  position: absolute;
  color: #fff;
  background: #000;
}
#eblog-wrapper .article_content h2.blog-title,
#eblog-wrapper .article_content h3.blog-title {
  font-family: Lato;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 25px;
  text-align: left;
  text-transform: uppercase;
}
#eblog-wrapper .article_content h2.blog-title a,
#eblog-wrapper .article_content h3.blog-title a {
  color: #525252;
}
#eblog-wrapper .article_content h2.blog-title a:hover,
#eblog-wrapper .article_content h3.blog-title a:hover {
  color: #f57b33;
  text-decoration: none;
}
#eblog-wrapper .article_content .introtext {
  color: #525252;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 140%;
}
#eblog-wrapper .article_content .introtext > p {
  font-size: 13px;
  font-weight: normal;
}
#eblog-wrapper .article_content .blog-footer {
  margin: 20px 0 0;
  overflow: hidden;
}
#eblog-wrapper .article_content .blog-footer .blog-infor {
  float: left;
  width: 70%;
  margin: 0;
}
#eblog-wrapper .article_content .blog-footer .blog-infor .in >span {
  color: #f68441;
  font-size: 108%;
  font-weight: 300;
  line-height: 32px;
  float: left;
  display: block;
}
#eblog-wrapper .article_content .blog-footer .blog-infor .in >span a {
  color: #f68441;
}
#eblog-wrapper .item-image:hover ~ .article_content {
  top: 0;
}
#eblog-wrapper .item-image {
  overflow: hidden;
  position: relative;
}
#eblog-wrapper .item-image img {
  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;
  position: relative;
  width: 100%;
  z-index: 1;
}
#eblog-wrapper .single_article_content .content-article {
  padding: 15px;
}
#eblog-wrapper .article-icon {
  float: left;
}
#ezblog-body .blog-post + .blog-post {
  border-top: 0;
}
#eblog-wrapper #ezblog-head h1 {
  color: #272727;
  font-size: 300%;
  font-weight: 400;
}
#eblog-wrapper .blog-read .item-image .tag-featured {
  display: block;
  width: 77px;
  height: 77px;
  background: url(../images/featured-tag.png);
  right: 0;
  top: 0;
  border: 0;
  position: absolute;
  z-index: 3;
  text-indent: -999em;
}
.comment-content label {
  color: #000;
  white-space: normal;
  font-size: 96%;
}
.comment-content label small {
  font-size: 100%;
}
.single_article_content {
  clear: both;
  position: relative;
  background: #fff;
  z-index: 1;
  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;
}
.single_article_content .article_icon {
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 200%;
  color: #fff;
  background: #000;
}
.single_article_content .blog-head h1.blog-title {
  text-align: center;
  margin: 20px 0 !important;
  font-size: 200%;
  color: #0d80d1;
}
.single_article_content .blog-infor {
  margin: 0 0 20px;
}
.single_article_content .blog-infor span {
  color: #525252;
}
.single_article_content .blog-infor a {
  color: #525252;
}
#ezblog-body .blog-read .blog-navi {
  margin: 30px 0;
  padding: 0;
  clear: both;
  border: 0;
}
#ezblog-body .blog-read .blog-navi li a {
  padding: 0 !important;
  color:  !important;
  font-size: 100%;
}
#ezblog-body .blog-read .blog-navi li a i {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #999;
}
#ezblog-body .blog-read .blog-navi li a:hover {
  text-decoration: underline !important;
}
#ezblog-body .blog-read .blog-navi li.entry-prev a {
  background: none !important;
}
#ezblog-body .blog-read .blog-navi li.entry-prev a i {
  margin: 0 10px 0 0;
}
#ezblog-body .blog-read .blog-navi li.entry-next a {
  background: none !important;
}
#ezblog-body .blog-read .blog-navi li.entry-next a i {
  margin: 0 0 0 10px;
}
#eblog-wrapper #ezblog-body #section-author {
  background: #f8f8f8;
}
#eblog-wrapper #section-author {
  padding: 0;
  margin: 20px 0 40px;
  background: #f8f8f8;
  border: 0;
  background: none;
}
#eblog-wrapper #section-author .avatar {
  border: 0;
  width: 70px;
  margin: 10px;
}
#eblog-wrapper #section-author .author-info {
  background: #f8f8f8;
  margin: 0 0 0 80px;
  padding: 20px;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
#eblog-wrapper #section-author .author-info .author-name a {
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 120%;
}
#eblog-wrapper #section-author .author-info .author-meta li {
  display: block;
  border: 0 !important;
  float: none;
  margin: 0;
  padding: 0;
}
#section-related {
  position: relative;
}
#section-related .owl-wrapper-outer {
  overflow: hidden;
  direction: ltr;
}
#section-related .owl-wrapper-outer .owl-wrapper {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item > div {
  margin: 0 15px;
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item > div .title {
  margin: 12px 0;
  font-size: 116%;
  display: block;
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item > div .readmore {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  background: #0d80d1;
  text-decoration: none;
  margin: 15px 0 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item > div .readmore:hover {
  background: #d5d5d5;
}
#section-related .owl-controls {
  position: absolute;
  top: -35px;
  right: 0;
}
#section-related .owl-controls .owl-prev:before {
  content: "\f104";
}
#section-related .owl-controls .owl-next:before {
  content: "\f105";
}
#section-related .owl-controls .owl-prev,
#section-related .owl-controls .owl-next {
  display: inline-block;
  height: 29px;
  width: 29px;
  overflow: hidden;
  background: #ccc;
  border-radius: 5px;
  margin: 0 0 0 10px;
  cursor: pointer;
  font-family: FontAwesome;
}
#section-related .owl-controls .owl-prev:before,
#section-related .owl-controls .owl-next:before {
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #fefefe;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 150%;
}
#section-related .owl-controls .owl-prev:hover,
#section-related .owl-controls .owl-next:hover {
  background: ;
}
#ezblog-body .tab_button {
  border: 0;
}
#ezblog-body .tab_button li {
  width: 100%;
}
#ezblog-body .tab_button #button-related a {
  background: none;
  margin: 0;
  padding: 0;
  height: auto;
  border-bottom: 1px solid #ddd;
}
#ezblog-body .tab_button #button-related a span {
  color: #4a4a4a !important;
  font-size: 150%;
  margin: 0;
  padding: 0;
  line-height: 35px;
  height: auto;
  display: inline-block;
  position: relative;
}
#ezblog-body .tab_button #button-related a span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: ;
}
#ezblog-body .tab_container {
  padding: 20px 0;
  border: 0;
  margin: 0;
}
#ezblog-body .blog-brief {
  border-bottom: 0;
}
#ezblog-label {
  border-bottom: 0;
}
#eblog-wrapper .list-pagination {
  border-top: 0;
  text-align: center;
  display: block;
}
#eblog-wrapper .list-pagination li {
  float: none !important;
  display: inline-block;
  margin: 0 3px;
}
#eblog-wrapper .list-pagination li a,
#eblog-wrapper .list-pagination li b {
  height: 33px;
  line-height: 33px;
  min-width: 35px;
  display: inline-block;
  padding: 0 5px;
  font-size: 116%;
  color: #3f3f3f;
  text-align: center;
  border: 1px solid #fff !important;
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
}
#eblog-wrapper .list-pagination li.active b {
  background: ;
  color: #fff;
}
#eblog-wrapper .list-pagination li:hover a {
  background: ;
  color: #fff;
}
.mod_easyblogwelcome form p.full .inputbox {
  height: 32px;
  padding: 0 12px;
}
.mod_easyblogtagcloud .tag-cloud {
  background: #f4f4f4;
  color: #3a3939;
  line-height: 25px;
  padding: 0 7px;
  display: inline-block;
  margin-bottom: 3px;
}
.mod_easyblogtagcloud .tag-cloud:hover {
  color: #fff;
}
#ezblog-body .featured-slider {
  padding: 0;
  border: 0;
}
#ezblog-body .featured-slider .slider-holder {
  direction: ltr;
  height: 600px;
}
#ezblog-body .featured-slider .featured-navi {
  margin: 0;
  border: 0;
  background: none;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-tag {
  top: 0;
  right: 0;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image {
  float: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image div {
  max-height: inherit;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta {
  position: relative;
  z-index: 1;
  border-top: 3px solid #89b9c5;
  padding: 30px;
  margin: 0 12px;
  min-height: inherit !important;
  box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -ms-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -moz-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -webkit-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  -o-box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  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;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-title {
  padding: 0;
  border: 0;
  text-align: center;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #89b9c5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-content {
  min-height: 60px;
  max-height: 60px;
  padding: 0;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-readmore {
  text-align: right;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-readmore a {
  height: 32px;
  line-height: 32px;
  background: #89b9c5;
  color: #fff;
  font-size: 116%;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
  background: ;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-readmore a i {
  margin: 0 4px;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-readmore a:hover {
  background: #d5d5d5;
}
#ezblog-body a.readmore {
  color: #FFFFFF;
  display: inline-block;
  padding: 7px 15px;
  margin-bottom: 20px;
  border: 1px solid #0d80d1;
}
#ezblog-body a.title {
  fdisplay: block;
  font-size: 150%;
  margin-top: 10px;
}
#ezblog-body .blog-readmore:after {
  content: "";
}
.tags #zo2-bottom2 p span a {
  background: none !important;
  float: none;
  margin-left: 0;
  padding: 0;
}
.tags #zo2-bottom2 p span a:before {
  background: none !important;
  border: none;
  float: none;
  left: 0;
}
.tags #zo2-bottom2 p span a:after {
  background: none;
  float: none;
  border-radius: 2px;
}
.tags .containt-main .blog-infor span a {
  background: none !important;
  float: none;
  margin-left: 0;
  padding: 0;
  color: #575757 !important;
}
.tags .containt-main .blog-infor span a:before {
  background: none !important;
  border: none;
  float: none;
  left: 0;
}
.tags .containt-main .blog-infor span a:after {
  background: none;
  float: none;
  border-radius: 2px;
}
#ezblog-body #ezblog-label {
  display: none;
}
#ezblog-body .ezblog-label p {
  font-family: Lato !important;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 20px;
}
#ezblog-posts .article_content {
  border-radius: 0 0 4px 4px;
}
#ezblog-body .blog-brief.clearfix.ptl.pbl.mbl.clearfix {
  display: none;
}
#ezblog-body .blog-post {
  padding: 0 0 30px;
}
#ezblog-body {
  margin: 15px 0;
}
#ezblog-detail {
  margin: 0 0 15px;
}
#eblog-wrapper .eblog-pagination li.active b {
  border: 2px solid #000 !important;
  color: #000;
}
#eblog-wrapper .eblog-pagination li a:hover {
  border: 2px solid #000 !important;
  color: #000;
}
#ezblog-body .blog-read .blog-navi li + li {
  border-left: none;
  margin-left: -2px;
}
#section-related div.img {
  border-radius: 4px;
  margin: 0 0 10px;
  overflow: hidden;
}
.col-right .zt-article-item + .zt-article-item {
  border-bottom: 0px solid #CCCCCC;
  padding: 0;
}
#ezblog-body .blog-post .blog-title,
#ezblog-body .blog-post .blog-title a {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: roboto;
}
#eblog-wrapper .article_content h2.blog-title {
  font-size: 175%;
  text-transform: uppercase;
  font-weight: 400;
}
.article_content .blog-infor i {
  color: #f68441;
}
@media (max-width: 767px) {
  #ezblog-body .blog-read .blog-navi li {
    width: 100%;
    display: block;
  }
}
@media (max-width: 480px) {
  body .item-page .article_content h1.singleItemTitle {
    font-size: 210%;
  }
}
#eblog-wrapper .profile-title {
  font-weight: 400;
  font-size: 150%;
}
#eblog-wrapper .blog-rating {
  display: inline-block;
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 28px;
}
#eblog-wrapper .easy-comment {
  display: inline-block;
  float: left;
  line-height: 30px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}
#eblog-wrapper .blog-comments {
  float: left;
}
#eblog-wrapper .article_content .blog-footer .blog-readmore:before {
  border-bottom: 5px solid rgba(0,0,0,0);
  border-left: 6px solid #f1f2f4;
  border-top: 5px solid rgba(0,0,0,0);
  content: "";
  left: 0;
  top: 12px;
  position: absolute;
}
#eblog-wrapper .article_content .blog-footer .blog-readmore {
  position: relative;
}
#eblog-wrapper .ratings-value span {
  height: auto;
  line-height: auto;
}
#zo2-component #ezblog-body .list-categories li .category-name {
  font-size: 150%;
}
#zo2-component #ezblog-body #ezblog-section {
  font-weight: 400;
}
#ezblog-body .list-categories li .category-name a {
  color: #000;
}
#ezblog-body .list-categories li .category-name a:hover {
  color: #0d80d1;
}
#ezblog-body .blog-meta {
  float: left;
  margin: 7px 0 0;
}
#ezblog-body .blog-meta span {
  margin: 0 10px;
}
#ezblog-body .blog-post-in:hover a.blog-readmore {
  background: none repeat scroll 0 0 #f57b33;
  border: 2px solid #f57b33;
  color: #ffffff;
}
#ezblog-body .blog-post-in .article_content {
  padding: 0px 15px 25px;
}
#ezblog-body .fulltext.blog-text {
  padding-top: 1px;
  clear: both;
  display: block;
}
#ezblog-body .share-icon {
  padding: 10px 15px;
  background: #f8f8f8;
  margin: 30px 0;
}
#ezblog-body .share-icon .text {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
#ezblog-body .share-icon .icon {
  margin: 0 25px;
}
#ezblog-body .share-icon .icon a {
  color: #2f2f2f;
}
#ezblog-body .share-icon .icon a:hover {
  color: #fc6105;
}
#ezblog-body .share-icon .icon i {
  margin: 0 10px;
  font-size: 14px;
}
#ezblog-body .content-article .blog-meta span {
  margin: 0 5px;
  color: #f57b33;
}
#ezblog-body .content-article .blog-meta span a {
  color: #f57b33;
}
.single-article .containt-main {
  background: #fff;
}
#ezblog-body #blog-comment {
  padding-top: 20px;
}
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;
}
@font-face {
  font-family: 'GiddyupRegular';
  src: url('font/giddyup.eot');
  src: url('font/giddyup.eot') format('embedded-opentype'), url('font/giddyup.woff2') format('woff2'), url('font/giddyup.woff') format('woff'), url('font/giddyup.ttf') format('truetype'), url('font/giddyup.svg#GiddyupRegular') format('svg');
}
@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;
  }
}
#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: 'Open Sans', sans-serif;
  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: #fc6105;
  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: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin: 12px 0;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
body.boxed .zo2-wrapper {
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.07);
  box-shadow: 0 0 7px rgba(0,0,0,0.07);
}
body.boxed .wrapper {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  padding: 0;
}
body.boxed .wrapper .is-sticky #zo2-header {
  width: auto;
}
body.boxed .container,
body.boxed .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body.boxed #zo2-top-wrap .container,
body.boxed #zo2-bottom-2-wrap .container,
body.boxed #zo2-footer-wrap .container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.article .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.containt-main .contact .contact-address-block .contact-address .pull-left,
.containt-main .contact .contact-address-block .andress-email .pull-left {
  margin-right: 10px;
}
.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;
}
#zo2-mega-menu,
#zo2-mega-menu .navbar {
  position: static;
}
#zo2-top-wrap .container {
  position: relative;
}
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 #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  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: #fff;
  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 {
  border-bottom: 1px solid #ebebeb;
}
#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: #fff;
}
#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 {
  color: #fff;
}
#zo2-bottom-2-wrap a {
  color: #fff;
}
#zo2-bottom-2-wrap p {
  color: #ababab;
  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: 3px;
}
.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 {
  display: inline-block;
  padding: 0px 0 20px;
  width: 100%;
}
footer section {
  float: left;
}
footer .copyright {
  float: left;
}
footer .footer_zo2_logo img {
  float: right;
  width: 35px;
}
.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: #fff;
  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: 145px;
}
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;
}
.faq_block #accordion .panel-heading.active h4 a:before {
  content: '\f068';
  font-family: FontAwesome;
  color: #fff;
  background: none repeat scroll 0 0 #000000;
}
.faq_block #accordion .panel-heading.active h4 a {
  color: #2f383d;
}
.faq_block .panel-title {
  color: inherit;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.faq_block #accordion .panel-heading {
  padding: 0;
}
.faq_block #accordion .panel-heading a:before {
  content: "\f067";
  color: #c5c6c6;
  border-right: 1px solid #c5c6c6;
  display: inline-block;
  font-family: FontAwesome;
  height: 38px;
  left: 0;
  top: -11px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
  display: none;
}
.faq_block #accordion .panel-heading h4 a {
  height: 40px;
  background: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #99abb7;
  text-transform: capitalize;
  border: 1px solid #e2ecf0;
}
.faq_block .panel-body {
  border: none;
}
.faq_block .panel-default {
  border: none;
  background: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  body #zo2-top-wrap {
    position: relative;
    z-index: 9898;
  }
  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;
  }
  #zo2-canvas-menu {
    margin-left: 10px;
    position: absolute;
    top: 0;
  }
  #zo2-canvas-menu i {
    color: #fff;
  }
  #zo2-top-wrap #zo2-position-0 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  #zo2-top-wrap #zo2-position-0 .search-form {
    top: -33px;
  }
  #zo2-header-logo {
    width: 100%;
    text-align: center;
  }
  #zo2-top-wrap {
    z-index: 9987;
  }
}
@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: 750px) {
  .pricing_box h2 {
    font-size: 20px !important;
  }
  .pricing_box a.button {
    padding: 5px 15px !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 #fff;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  font: 10px/16px Arial;
  min-width: 55px;
  padding: 5px;
  text-align: center;
  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 {
  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;
}
.pagination li:hover a {
  background-color: #7fbe54;
  color: #fff;
}
.pagination li.active span {
  background-color: #7fbe54;
  color: #fff;
}
.tag {
  color: inherit;
}
.rtl #top-search form:before {
  left: 25px;
  right: auto;
}
.rtl .top-home .block1_2 .home_block1 .images {
  float: right;
  width: 50%;
}
.rtl .faq_block #accordion .panel-heading a:after {
  left: 15px;
  right: auto;
}
.rtl .faq_block #accordion .panel-heading.active .panel-title a:after {
  left: 15px;
  right: auto;
}
.rtl .top-home .home_block1 .text:before {
  border-color: rgba(0,0,0,0) #c8c8c8 rgba(0,0,0,0) rgba(0,0,0,0);
  right: 0;
  left: auto;
}
.rtl .top-home .home_block2 .text:before {
  right: auto;
  left: 0;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #dee1e6;
}
.rtl #zo2-top-wrap #zo2-position-0 .search-form {
  left: 0;
  right: auto;
  padding: 0 20px 0 65px;
}
.rtl #zo2-top-wrap #zo2-position-0 .search-form .search-close {
  left: 0;
  right: auto;
}
.rtl #zo2-bottom-2-wrap #zo2-position-13,
.rtl #zo2-bottom-2-wrap #zo2-position-14,
.rtl #zo2-bottom-2-wrap #zo2-position-15 {
  border-left: none;
  border-right: 1px solid #424242;
  min-height: 350px;
}
.rtl div.mod-languages ul {
  text-align: left;
}
.rtl .zt_news_wrap {
  direction: ltr;
}
.rtl .zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  right: 0;
  left: auto;
}
.rtl .latest-news .thumb {
  float: right;
}
.rtl .latest-news .desc {
  margin-left: 0;
  margin-right: 100px;
}
.rtl .zo2-socialshares-floatbar {
  margin-left: 0;
  margin-right: -100px;
}
.rtl .form-horizontal .control-label {
  text-align: right !important;
}
.rtl .pull-left {
  float: right !important;
}
.rtl .pull-right {
  float: left !important;
}
.rtl .media>.pull-left {
  margin: 0 0 0 10px;
}
.rtl [class^="zt-icon-"] li:before,
.rtl [class*=" zt-icon-"] li:before {
  margin: 0 0 0 5px;
}
.rtl .zt-box-info:before,
.rtl .zt-box-warning:before,
.rtl .zt-box-stickynote:before,
.rtl .zt-box-upload:before,
.rtl .zt-box-download:before {
  margin: 0 0 0 10px;
}
.rtl .box-color ul.weblinks li:hover a,
.rtl .box-color ul.menu li:hover a,
.rtl .box-color ul.weblinks li.active a,
.rtl .box-color ul.menu li.active a {
  margin: 0 10px 0 0;
}
.rtl .nav-parent > .nav-oc-toggle {
  right: auto;
  left: 5px;
}
.rtl .offcanvas .sidebar-close {
  right: auto;
  left: 0;
  float: left;
}
.rtl #zo2-bottom-2-wrap address i {
  padding: 0 0 0 15px;
}
.rtl h3.moduletitle:after {
  left: inherit;
  right: 0;
}
.zo2-row-wrapper .custom > div {
  height: auto !important;
}
.zo2-row-wrapper .custom .carousel {
  margin: 0 !important;
}
.boxed #zo2-top-wrap-sticky-wrapper #zo2-top-wrap {
  width: auto;
}
#zo2-top-wrap-sticky-wrapper {
  text-align: 0;
  width: 100%;
}
#zo2-top-wrap-sticky-wrapper.is-sticky #zo2-top-wrap {
  background: #000;
  opacity: 0.85;
}
#zo2-top-wrap {
  position: absolute;
  margin: auto;
  width: 100%;
  z-index: 999;
  height: auto !important;
  background-color: rgba(0,0,0,0.7);
  border-bottom: 0px solid;
}
#zo2-top-wrap-sticky-wrapper.is-sticky {
  background-color: rgba(0,0,0,0);
}
.is-sticky #zo2-top-wrap {
  background-color: rgba(0,0,0,0);
}
#zo2-slide,
#zo2-position-3 {
  margin-top: -80px;
}
#zo2-top-wrap {
  padding-top: 20px;
}
#zo2-top-wrap #zo2-position-0 h3 {
  display: none;
}
#zo2-top-wrap #zo2-position-0 .search-form .inputbox {
  background: none repeat scroll 0 0 #2f383c;
  border: 0 none;
  box-shadow: none;
  color: #fff !important;
  cursor: text;
  font-size: 250%;
  font-style: italic;
  height: 80px;
  line-height: 60px;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
#zo2-top-wrap #zo2-position-0 .search form:before {
  color: #555555;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 50px;
  z-index: 9;
}
#zo2-top-wrap #zo2-position-0 .search form {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: 0;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 100%;
}
#zo2-top-wrap #zo2-position-0 .search-form .search-close {
  color: #fff;
  cursor: pointer;
  font-size: 130%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 15px;
  width: 50px;
}
#zo2-top-wrap #zo2-position-0 .icon-search {
  background: url(../images/search_top.png) no-repeat 0 10px;
  box-shadow: none;
  color: #fff;
  line-height: 40px;
  height: 30px;
  cursor: pointer;
  padding: 4px 0;
}
#zo2-top-wrap #zo2-position-0 .icon-search i {
  color: #fff;
  font-size: 130%;
  display: none;
}
#zo2-top-wrap #zo2-position-0 .search {
  float: right;
  height: 56px;
  text-align: center;
  width: 20px;
}
#zo2-top-wrap #zo2-position-0 .search-form {
  background: none repeat scroll 0 0 #2f383c;
  display: none;
  padding: 0 65px 0 20px;
  position: absolute;
  right: 0px;
  top: -20px;
  width: 1170px;
  z-index: 999;
}
@media (min-width: 768px) {
  #zo2-top-wrap {
    z-index: 9987;
  }
}
.top-home .col-md-6 {
  padding: 0;
}
.top-home .block1_2,
.top-home .home_block3 {
  padding: 0;
}
.top-home .block1_2 .home_block1 .images {
  float: left;
  width: 50%;
}
.top-home .block1_2 .home_block2 {
  display: block;
  clear: both;
}
.top-home .color {
  margin: 0;
}
.top-home .home_block2 h2 {
  font-family: GiddyupRegular;
  font-size: 68px;
}
.top-home .home_block2 h2.color {
  font-family: initial !important;
  text-transform: uppercase;
  color: #4effeb;
  letter-spacing: 3px;
  font-size: 27px !important;
}
.top-home .home_block2 p {
  font-size: 23px;
  font-family: Wire One;
  letter-spacing: 1.5px;
}
.top-home .home_block3 {
  text-align: center;
}
.top-home .home_block3 h2 {
  text-align: center;
  font-family: Raleway;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 39px;
  line-height: 50px;
  margin-top: 0;
}
.top-home .home_block3 h2 span {
  letter-spacing: 10px;
}
.top-home .home_block3 p {
  font-size: 25px;
  font-family: Wire One;
  letter-spacing: 2px;
  line-height: 35px;
}
.top-home .home_block1 .color {
  color: #fd96ff;
}
.top-home .home_block1 p {
  font-size: 25px;
  font-family: Wire One;
  letter-spacing: 2px;
}
.top-home .text {
  min-height: 380px;
  background-color: #292929;
  color: #fff;
  padding: 30px;
  position: relative;
}
.top-home h2 {
  font-family: Wire One;
  font-size: 45px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  margin-top: 0;
}
.top-home a {
  font-family: Lato;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 7px 20px;
  border: 1px solid #636363;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease-in-out 0s;
}
.top-home a:hover {
  box-shadow: 0 0 0 26px #fc6105 inset;
  border: 1px solid #fc6105;
}
.top-home p {
  margin-top: 20px;
}
.top-home hr {
  width: 50px;
  height: 2px;
  background: #a9a9a9;
}
.top-home .block1_2 .images,
.top-home .home_block3 .images {
  overflow: hidden;
  position: relative;
}
.top-home .block1_2 .images:after,
.top-home .home_block3 .images:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  left: -70px;
  top: 50%;
  background: #fc6105;
  z-index: 1;
}
.top-home .block1_2 .images:before,
.top-home .home_block3 .images:before {
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  background: #fc6105;
  left: 49.5%;
  top: -70px;
  z-index: 1;
}
.top-home .overlay:before {
  content: "";
  opacity: 0;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: all 0.5s ease-in-out 0s;
  bottom: 0px;
  right: 0px;
  background: none repeat scroll 0 0 rgba(255,255,255,0.6);
}
.top-home .home_block1:hover .overlay:before,
.top-home .home_block2:hover .overlay:before,
.top-home .home_block3:hover .overlay:before {
  opacity: 1;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.top-home .home_block1:hover .images:before,
.top-home .home_block2:hover .images:before,
.top-home .home_block3:hover .images:before {
  top: 43%;
}
.top-home .home_block1:hover .images:after,
.top-home .home_block2:hover .images:after,
.top-home .home_block3:hover .images:after {
  left: 43.5%;
}
.top-home .home_block1 .text::before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #c8c8c8;
  position: absolute;
  text-align: center;
  z-index: 1;
  content: "";
  top: 50px;
  left: 0px;
}
.top-home .home_block2 .text::before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #dee1e6;
  position: absolute;
  text-align: center;
  z-index: 1;
  content: "";
  top: 50px;
  right: 0px;
}
.top-home .home_block3 .text::before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #858992;
  position: absolute;
  text-align: center;
  z-index: 1;
  content: "";
  left: 48%;
  top: 0px;
}
.caption_slider > a {
  border: 1px solid #ffffff;
  color: #fff;
  padding: 7px 10px;
}
.tp-bannershadow.tp-shadow1 {
  display: none;
}
#zo2-laguage-wrap {
  background: #333;
}
#zo2-laguage-wrap div.mod-languages ul {
  text-align: center;
}
#zo2-laguage-wrap div.mod-languages ul li {
  display: inline-block;
}
#zo2-bottom-2-wrap {
  background-color: #393939;
}
#zo2-bottom-2-wrap #zo2-position-13,
#zo2-bottom-2-wrap #zo2-position-14,
#zo2-bottom-2-wrap #zo2-position-15 {
  padding-top: 50px;
  border-left: 1px solid #424242;
  min-height: 350px;
}
#zo2-bottom-2-wrap #zo2-position-12 {
  padding-top: 50px;
}
#zo2-bottom-2-wrap #zo2-position-12 p {
  margin: 30px 0;
}
#zo2-bottom-2-wrap #zo2-position-12 .icon-style-1 .iconbox-icon {
  display: inline-block;
}
#zo2-bottom-2-wrap #zo2-position-12 .icon-style-1 a {
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #303030;
  margin: 0 3px;
  line-height: 35px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
}
#zo2-bottom-2-wrap #zo2-position-12 .icon-style-1 a:hover {
  box-shadow: 0 0 0 26px #fcffff inset;
  color: #000;
}
#zo2-bottom-2-wrap h3.moduletitle {
  font-family: Lato;
  font-size: 21px;
  margin-top: 0;
  padding-bottom: 10px;
  color: #ffffff;
}
#zo2-bottom-2-wrap ul li a {
  font-size: 14px;
  font-family: Lato;
  display: block;
  margin-bottom: 12px;
  color: #a4a4a4;
}
#zo2-bottom-2-wrap ul li a:hover {
  color: #fc6105;
}
#zo2-bottom-2-wrap #zo2-position-15 .icon1 {
  color: #0e65d2;
  margin: 3px;
  font-size: 10px;
}
#zo2-bottom-2-wrap #zo2-position-15 .icon2 {
  color: #fe0180;
  margin: 3px;
  font-size: 10px;
}
#zo2-bottom-2-wrap #zo2-position-15 .text {
  margin: 0 5px;
}
#zo2-bottom-2-wrap #zo2-position-15 .mod-content .custom img {
  width: 110px;
  height: 75px;
  float: left;
  margin: 0 3px 3px 0;
}
#zo2-bottom-2-wrap #zo2-position-15 .mod-content .custom p {
  clear: left;
}
#zo2-footer-wrap {
  background: #333;
  color: #a6a6a6;
  border-left: 1px solid #424242;
}
#zo2-footer-wrap a {
  color: #fff;
}
#zo2-footer-wrap a:hover {
  color: #fc6105;
}
#zo2-footer-wrap .zo2-copyright-logo {
  float: right;
}
#zo2-content-bottom-wrap {
  padding-bottom: 50px;
}
#zo2-content-bottom-wrap h3 {
  text-align: center;
  font-family: Wire One;
  font-size: 50px;
  position: relative;
  padding: 0;
  border: 0px solid;
  margin-bottom: 30px;
}
#zo2-content-bottom-wrap h3 span {
  padding: 0 20px;
  background: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#zo2-content-bottom-wrap h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 54%;
  border: 0px solid;
  left: 0;
  z-index: -1;
}
#zo2-content-bottom-wrap h3:after {
  content: "";
  border: 0px solid;
  background: none;
}
#zo2-content-bottom-wrap .item {
  margin-bottom: 30px;
}
#zo2-content-bottom-wrap .zt-newsiv-frame-cat .content-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Lato;
  font-weight: 400;
}
#zo2-content-bottom-wrap .zt-newsiv-frame-cat .content-text h4 a {
  color: #000;
}
#zo2-content-bottom-wrap .zt-newsiv-frame-cat .content-text h4 a:hover {
  color: #fc6105;
}
#zo2-content-bottom-wrap .zt-newsiv-frame-cat .content-text .zt-introtext {
  font-family: Lato;
  font-size: 14px;
  color: #646464;
}
.wpb_wrapper {
  margin-top: 20px;
}
.progress {
  position: relative;
  overflow: visible;
  height: 10px;
  padding: 7px 0;
  box-shadow: none;
  margin-bottom: 15px;
}
.progress-bar:before {
  animation: 10s ease-out 0s normal none 1 capabilitieswidth;
  -webkit-animation: capabilitieswidth 10s ease-out;
  background: none repeat scroll 0 0 #f77515;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}
.progress-bar {
  background: none;
  height: 20px;
  box-shadow: none;
  left: -1px;
  position: absolute;
  top: -1px;
}
.progress-bar span {
  color: #000;
  position: absolute;
  right: 0;
  top: -23px;
}
.progress span {
  position: absolute;
  right: 0;
  top: -30px;
}
.progress span {
  animation: 10s ease-out 0s normal none 1 capabilitiesspan;
  -webkit-animation: 10s ease-out 0s normal none 1 capabilitiesspan;
}
.wpb_wrapper h5 span {
  border-bottom: 2px solid #00d080;
}
.vc_row-fluid.grid_section {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}
.separator.small.center {
  margin-top: 7px;
  margin-bottom: 38px;
}
.wpb_wrapper h4 {
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 15px;
  margin: 5px 0;
  font-family: Lato;
  font-weight: 400;
}
#zo2-meet-our-team-wrap {
  background: #f8f8f8;
  padding-bottom: 100px;
}
#zo2-meet-our-team-wrap h3 {
  font-family: Wire One;
  text-align: center;
  font-size: 60px;
  margin-top: 60px;
}
#zo2-meet-our-team-wrap .block_about {
  padding: 10px;
  background: #fff;
  text-align: center;
}
#zo2-meet-our-team-wrap .block_about h4 {
  font-family: Lato;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
#zo2-meet-our-team-wrap .block_about p {
  font-weight: 400;
  font-family: Lato;
  font-size: 13px;
}
.about-us h2 {
  font-family: Wire One;
  text-align: center;
  font-size: 60px;
}
.about-us hr {
  width: 50px;
  height: 3px;
  background: #000;
  margin: 20px auto 30px;
}
.about-us p {
  font-size: 15px;
  font-family: Lato;
  color: #2a2a2a;
  margin-bottom: 50px;
  letter-spacing: 0.3px;
}
.about-us .full_width {
  padding-bottom: 60px;
}
.about-us .full_width p span {
  border: 1px solid;
  float: left;
  font-size: 30px;
  height: 37px;
  line-height: 25px;
  margin-right: 5px;
  margin-top: 7px;
  padding: 5px;
}
.about-us .share-icon {
  display: none;
}
.homepage .containt-main {
  background: #fff;
}
.containt-main {
  background: #f8f8f8;
}
.masonry .item-page-masonry {
  background: #fff;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.masonry .item-page-masonry h3 {
  margin-top: 25px;
  font-size: 18px;
  font-family: Lato;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
.masonry .item-page-masonry .content-text-article {
  padding: 0 15px;
  display: inline-block;
  clear: both;
  text-align: left;
}
.masonry .item-page-masonry .article-info {
  width: 100%;
}
.masonry .item-page-masonry .introtext {
  font-size: 14px;
  font-family: Lato;
  color: #626262;
}
.masonry .item-page-masonry .introtext p {
  font-size: 14px;
  font-family: Lato;
  color: #626262;
}
.masonry .item-page-masonry .article_bottom {
  padding-top: 5px;
}
.masonry .item-page-masonry .article_bottom .itemReadmore {
  background: none;
  font-family: Lato;
  font-size: 11px;
  font-weight: 300;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  float: left;
  transition: all 0.3s ease-in-out 0s;
}
.masonry .item-page-masonry .article_bottom .itemReadmore:hover {
  color: #fff;
  background: #f57b33;
  border: 2px solid #f57b33;
}
#timeline .item-timeline {
  background: #fff;
  margin-top: 30px;
}
#timeline .item-timeline .item-page-timeline h3 {
  margin-bottom: 0;
}
#timeline .item-timeline .item-page-timeline .article_bottom .itemReadmore {
  background: none;
  border: 2px solid #000;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Lato;
  color: #000;
  letter-spacing: 1px;
  line-height: 30px;
  transition: all 0.3s ease-in-out 0s;
}
#timeline .item-timeline .item-page-timeline .article_bottom .itemReadmore:hover {
  color: #fff;
  background: #f57b33;
  border: 2px solid #f57b33;
}
#timeline .item-timeline .item-page-timeline .content-text-article {
  margin-bottom: 30px;
}
#timeline .item-timeline .item-page-timeline .images {
  padding: 15px;
}
body.modal-open {
  padding: 0 !important;
}
.large-images .item-page-large .content-text-article {
  display: inline-block;
  clear: both;
}
.large-images .item-page-large .content-text-article .page-header h3 {
  margin-top: 25px;
  font-size: 25px;
  font-family: Lato;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
.large-images .item-page-large .content-text-article .page-header h3 a {
  color: #525252;
}
.large-images .item-page-large .content-text-article .page-header h3 a:hover {
  color: #f57b33;
}
.large-images .item-page-large .content-text-article .introtext {
  color: #525252;
  font-weight: 400;
  font-size: 14px;
  color: #626262;
  line-height: 175%;
}
.large-images .item-page-large .content-text-article .introtext p {
  font-size: 14px;
  color: #626262;
}
.large-images .item-page-large .content-text-article .article_bottom .itemReadmore {
  background: none;
  margin-top: 20px;
  border: 2px solid #000;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Lato;
  color: #000;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out 0s;
  padding: 7px 15px;
  display: inline-block;
  font-weight: 600;
}
.large-images .item-page-large .content-text-article .article_bottom .itemReadmore:hover {
  color: #fff;
  background: #f57b33;
  border: 2px solid #f57b33;
}
.large-images .item-page-large .content-text-article .article-info {
  color: #f68441;
}
.large-images .item-page-large .content-text-article .article-info dd {
  color: #f68441;
}
.large-images .item-page-large .content-text-article .article-info .createdby:before {
  content: "\f007";
  font-family: FontAwesome;
}
.large-images .items-row {
  background: #fff;
  padding-bottom: 50px;
}
.large-images .items-row .content-text-article {
  padding: 0 30px;
}
.baner-left .image {
  position: fixed;
  width: 100px;
}
.baner-left {
  position: absolute;
  top: 200px;
  width: 100px;
}
.blog .items-row-stand {
  margin-bottom: 30px;
}
.blog .items-row-stand .article_content h3 {
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 5px;
}
.blog .items-row-stand .item-list {
  padding-bottom: 30px;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 30px;
}
.blog .items-row-stand .article_content .article_bottom {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: right;
}
.blog .items-row-stand .article_content .article_bottom .itemReadmore {
  background: none;
  color: #080808;
  position: relative;
  font-size: 12px;
  font-family: Lato;
  text-transform: uppercase;
}
.blog .items-row-stand .article_content .article_bottom .itemReadmore:before,
.blog .items-row-stand .article_content .article_bottom .itemReadmore:after {
  background: none repeat scroll 0 0 #c9c9c9;
  height: 2px;
  left: 0;
  margin-top: -1px;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.blog .items-row-stand .article_content .article_bottom .itemReadmore:before {
  transform: translateY(-15px);
}
.blog .items-row-stand .article_content .article_bottom .itemReadmore:after {
  transform: translateY(15px);
}
.blog .items-row-stand .article_content .article_bottom .itemReadmore:hover:before {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  transform: rotate(35deg);
}
.blog .items-row-stand .article_content .article_bottom .itemReadmore:hover:after {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.containt-main .blog {
  margin-top: 7px;
}
#zo2-images-top-wrap img {
  padding-bottom: 30px;
  background: #f8f8f8;
  height: 410px;
  width: 100%;
}
.search #zo2-component {
  margin-top: 20px;
}
.col-right {
  margin-top: 70px;
  margin-bottom: 40px;
}
.col-right h3.moduletitle {
  padding-bottom: 0;
  background: #393939;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  font-family: Lato;
  font-weight: 400;
  padding: 10px 15px;
  font-family: Wire One;
  letter-spacing: 2px;
}
.col-right .categories-modulearticles-left {
  margin-bottom: 30px;
}
.col-right .categories-modulearticles-left li a {
  font-weight: 400;
  font-size: 14px;
  font-family: Lato;
  color: #626262;
  padding: 0px;
}
.col-right .categories-modulearticles-left li.active a {
  color: #000;
}
.col-right .categories-modulearticles-left li:hover a {
  color: #000;
}
.col-right .categories-modulearticles-left h4 {
  margin: 0px 0;
  border-bottom: 1px solid #eaeaea;
  line-height: 23px;
  padding: 3px 0 7px;
}
.col-right .archive-modulearchived-articles li a {
  font-weight: 400;
  font-size: 14px;
  font-family: Lato;
  color: #626262;
  padding: 0px;
}
.col-right .archive-modulearchived-articles li.active a {
  color: #000;
}
.col-right .archive-modulearchived-articles li:hover a {
  color: #000;
}
.col-right .zt-newsiv-frame-cat .zt-article-item {
  margin-bottom: 20px;
}
.col-right .zt-newsiv-frame-cat .zt-article-item .images {
  float: left;
  padding-right: 15px;
}
.col-right .zt-newsiv-frame-cat .zt-article-item .content-item h4 {
  line-height: 16px;
}
.col-right .zt-newsiv-frame-cat .zt-article-item .content-item h4 a {
  font-weight: 400;
  font-size: 14px;
  font-family: Lato;
  color: #626262;
}
.col-right .zt-newsiv-frame-cat .zt-article-item .content-item h4 a:hover {
  color: #fc6105;
}
.col-right .rencent-port .link-text {
  margin-top: 10px;
}
.col-right .rencent-port .link-text h4 {
  font-size: 16px;
  font-family: lato;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
}
.col-right .rencent-port .link-text h4 a {
  color: #000;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
}
.col-right .rencent-port .link-text h4 a:hover {
  color: #f68c4e;
}
.col-right .rencent-port .link-text p {
  font-size: 14px;
  font-family: Lato;
  color: #626262;
}
#list-two .item-2 .col-md-1,
#list-two .item-2 .col-md-2,
#list-two .item-2 .col-md-3,
#list-two .item-2 .col-md-4,
#list-two .item-2 .col-md-5,
#list-two .item-2 .col-md-6,
#list-two .item-2 .col-md-7,
#list-two .item-2 .col-md-8,
#list-two .item-2 .col-md-9,
#list-two .item-2 .col-md-10,
#list-two .item-2 .col-md-11,
#list-two .item-2 .col-md-12 {
  float: right;
}
#list-two .article_content h3 {
  margin-top: 25px;
  margin-bottom: 0;
}
#list-two .article_content .introtext {
  color: #626262;
}
#list-two .article_content .introtext p {
  color: #626262;
}
#list-two .images,
#list-two .article_content {
  margin-bottom: 30px;
}
#list-two .item-list {
  background: #fff;
}
#list-two .item-list .article_bottom .itemReadmore {
  background: none;
  border: 2px solid #000;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Lato;
  line-height: 30px;
  transition: all 0.3s ease-in-out 0s;
}
#list-two .item-list .article_bottom .itemReadmore:hover {
  background: none repeat scroll 0 0 #f57b33;
  border: 2px solid #f57b33;
  color: #ffffff;
}
#wrap_sliderZTLayerSlider {
  margin-bottom: 0 !important;
}
#wrap_sliderZTLayerSlider .caption_slider a {
  transition: all 0.5s ease-in-out 0s;
  margin: 0 10px;
  text-transform: uppercase;
  display: inline-block;
  width: 130px;
  text-align: center;
}
#wrap_sliderZTLayerSlider .caption_slider a:hover {
  color: #fff;
  box-shadow: 0 0 0 26px #fc6105 inset;
  border: 1px solid #fc6105;
}
#wrap_sliderZTLayerSlider .caption_slider span {
  text-transform: uppercase;
  letter-spacing: 10px;
}
.blog-featured.homepage {
  padding-top: 60px;
}
#zo2-images-top-wrap .image-top {
  position: relative;
}
#zo2-images-top-wrap .image-top h1 {
  text-align: center;
  text-transform: capitalize;
  font-family: Wire One;
  font-size: 86px;
  position: absolute;
  top: 150px;
  width: 100%;
  color: #fff;
}
#zo2-breadcrumb-wrap {
  position: relative;
  text-align: center;
  top: -130px;
  width: 100%;
  z-index: 1;
}
#zo2-breadcrumb-wrap .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: none;
  position: absolute;
  width: 100%;
  left: 0;
}
#zo2-breadcrumb-wrap .breadcrumb li .divider {
  display: none;
}
#zo2-breadcrumb-wrap .breadcrumb li span {
  color: #fff;
  font-size: 22px;
  font-family: Wire One;
}
#zo2-breadcrumb-wrap .breadcrumb li a {
  color: #bdbdbd;
  font-size: 22px;
  font-family: Wire One;
}
#zo2-breadcrumb-wrap .breadcrumb li a:hover {
  color: #fc6105;
}
#zo2-breadcrumb-wrap .breadcrumb > li + li:before {
  color: #bdbdbd;
  font-size: 22px;
  font-family: Wire One;
}
.article  .containt-main {
  background: #fff;
}
.containt-main .contact .page-header h1 {
  position: absolute;
  text-align: center;
  top: -285px;
  width: 100%;
  color: #fff;
  font-family: Wire One;
  font-size: 86px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.containt-main .contact lable {
  display: none;
}
.containt-main .contact legend {
  display: none;
}
.containt-main .contact iframe {
  width: 100%;
  min-height: 250px;
}
.containt-main .contact .contact-address-block .contact-address i {
  font-size: 20px;
}
.containt-main .contact .contact-address-block .contact-form {
  margin-bottom: 100px;
}
.containt-main .contact .contact-address-block p {
  color: #2f383d;
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 2px;
}
.containt-main .contact .contact-address-block span {
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  font-family: Lato;
}
.containt-main .contact .contact-address-block span a {
  color: #252525;
  font-size: 13px;
}
.containt-main .contact .contact-address-block .media {
  padding-bottom: 30px;
}
.containt-main .contact .contact-address-block .media .media {
  padding-bottom: 0;
}
.containt-main .contact .contact-address-block .pull-left {
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  height: 65px;
  background: url(../images/contact-adress.png) no-repeat;
  width: 65px;
}
.containt-main .contact .contact-address-block .content {
  padding-left: 80px;
}
.containt-main .contact .contact-address-block .contact-address .pull-left {
  background-position: 20px 20px;
}
.containt-main .contact .contact-address-block .contact-contactinfo .pull-left {
  background-position: 20px -38px;
}
.containt-main .contact .contact-address-block .andress-email .pull-left {
  background-position: 18px -100px;
}
.containt-main .contact .contact-address-block .media-body h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: Lato;
  color: #000;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.containt-main .contact .contact-contactinfo {
  display: inline-block;
  width: 100%;
}
.containt-main .contact .form-actions .btn-primary {
  width: auto;
  background: none;
  border: 2px solid #000;
  color: #000;
  border-radius: 0;
  transition: all 0.5s ease 0s;
  padding: 6px 15px;
  text-transform: uppercase;
}
.containt-main .contact .form-actions .btn-primary:hover {
  background: #fc6105;
  color: #fff;
  border: 2px solid #fc6105;
}
.containt-main .contact fieldset {
  border: 0 solid;
  padding: 0;
}
.containt-main .contact input {
  width: 100%;
  height: 40px;
}
.containt-main .contact .contact-address {
  padding-bottom: 12px;
}
.containt-main .contact .form-actions {
  padding-top: 20px;
}
.containt-main .contact .contact-top {
  font-size: 22px;
  font-family: Lato;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  padding-bottom: 40px;
  color: #2f383d;
}
.containt-main .contact .contact-top a {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  transition: all 0.2s ease-in 0s;
}
.containt-main .contact .contact-top a:hover {
  border-bottom: 1px solid #000;
}
.containt-main .contact h3 {
  font-size: 55px;
  font-family: Wire One;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #000;
  margin-bottom: 30px;
}
.containt-main .contact .form-group {
  height: auto;
  margin: 0;
  position: relative;
}
.containt-main .contact .form-group small {
  position: absolute;
  bottom: 5px;
}
.containt-main .contact .form-group .control-label {
  display: none;
}
.containt-main .contact .form-control {
  margin-bottom: 25px;
  padding: 0;
  border: 0;
  height: auto;
}
.containt-main .contact .form-control #jform_contact_name {
  background-position: 98% 7px;
}
.containt-main .contact .form-control #jform_contact_email {
  background-position: 98% center;
}
.containt-main .contact .form-control #jform_contact_emailmsg {
  background-position: 98% -69px;
}
.containt-main .contact .form-control input {
  background: url("../images/bg_contact.png") no-repeat scroll;
  transition: all 0.2s ease 0s;
  margin-bottom: 0;
}
.containt-main .contact input:hover {
  border: 4px solid #000;
}
.containt-main .contact h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
#zo2-position-7 ul li,
#zo2-position-8 ul li {
  display: block;
}
#zo2-position-7 ul li a,
#zo2-position-8 ul li a {
  color: #000;
  font-size: 14px;
}
#zo2-position-7 ul li a:hover,
#zo2-position-8 ul li a:hover {
  color: #f77515;
}
#zo2-position-7 ul li.active a,
#zo2-position-8 ul li.active a {
  color: #f77515;
}
#zo2-position-7 .nav .open > a,
#zo2-position-7 .nav .open > a:hover,
#zo2-position-7 .nav .open > a:focus,
#zo2-position-8 .nav .open > a,
#zo2-position-8 .nav .open > a:hover,
#zo2-position-8 .nav .open > a:focus {
  background-color: rgba(0,0,0,0);
}
#zo2-position-7 .nav > li > a:hover,
#zo2-position-7 .nav > li > a:focus,
#zo2-position-8 .nav > li > a:hover,
#zo2-position-8 .nav > li > a:focus {
  background-color: rgba(0,0,0,0);
}
.main-left {
  margin-top: 15px;
}
.main-left h3 {
  background: none repeat scroll 0 0 #393939;
  color: #fff;
  font-family: Wire One;
  font-size: 25px;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: uppercase;
}
.main-left ._menu {
  margin-bottom: 40px;
  margin-top: 10px;
}
.main-left ._menu ul li {
  display: block;
}
.main-left ._menu ul li a {
  color: #000;
  font-size: 14px;
}
.main-left ._menu ul li a:hover {
  color: #f77515;
}
.main-left ._menu ul li.active a {
  color: #f77515;
}
.main-left .nav .open > a,
.main-left .nav .open > a:hover,
.main-left .nav .open > a:focus {
  background-color: rgba(0,0,0,0);
}
.main-left .nav > li > a:hover,
.main-left .nav > li > a:focus {
  background-color: rgba(0,0,0,0);
}
.category .containt-main {
  padding-bottom: 40px;
}
.zo2-pagination {
  padding-top: 20px;
}
.zo2-pagination ul.pagination li.active span {
  border: 2px solid #000;
  color: #000;
}
.zo2-pagination ul.pagination li:hover a {
  background: none;
  color: #000;
  border: 2px solid #000;
}
.zo2-pagination ul.pagination li a {
  background: none;
}
.article #zo2-images-top-wrap img {
  background: #fff;
}
.item-page.detail {
  margin-bottom: 50px;
}
.item-page.detail h1 {
  font-family: Lato;
  font-weight: 600;
  font-size: 25px;
  color: #000;
}
.item-page.detail .content-article .introText {
  font-weight: 400;
  font-family: Lato;
  font-size: 14px;
  color: #5a5a5a;
  letter-spacing: 0.4px;
  line-height: 25px;
}
.item-page.detail .content-article .introText p {
  font-weight: 400;
  font-family: Lato;
  font-size: 14px;
  color: #5a5a5a;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin: 25px 0;
}
.item-page.detail .content-article .introText p.quote {
  position: relative;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  padding: 0 50px;
}
.item-page.detail .content-article .introText p.quote i {
  position: absolute;
  font-size: 25px;
  left: 16px;
  color: #bcbcbc;
  top: 3px;
}
.item-page.detail .article-info {
  padding: 3px 0;
  line-height: 30px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 30px;
}
.item-page.detail .article-info .createdby {
  position: relative;
  padding: 0 14px;
}
.item-page.detail .article-info .createdby:before {
  content: "|";
  position: absolute;
  right: 0;
}
.item-page.detail .share-icon {
  padding: 10px 15px;
  background: #f8f8f8;
  margin: 30px 0;
}
.item-page.detail .share-icon .text {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.item-page.detail .share-icon .icon {
  margin: 0 25px;
}
.item-page.detail .share-icon .icon a {
  color: #2f2f2f;
}
.item-page.detail .share-icon .icon a:hover {
  color: #fc6105;
}
.item-page.detail .share-icon .icon i {
  margin: 0 10px;
  font-size: 14px;
}
.item-page .article_content .article_icon {
  display: none;
}
#zo2-component-wrap > .container {
  display: inline;
}
a {
  padding: 0;
}
a:hover {
  background: none;
}
.progress-bar::before {
  background: none;
}
.social1 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;
}
.zt-slideshow-wrap .bx-has-pager .bx-default-pager {
  display: none;
}
.zt-slideshow-wrap .bx-has-pager .bx-controls-direction a {
  height: 40px;
  width: 40px;
  border-radius: 100% !important;
  line-height: 40px;
  padding-left: 8px;
  background: rgba(0,0,0,0.5);
}
.zt-slideshow-wrap .bx-has-pager .bx-controls-direction a:hover {
  background-color: #000;
}
.zt-slideshow-wrap .bx-has-pager .bx-controls-direction a.bx-prev:before {
  font-family: FontAwesome;
  font-size: 35px;
  color: #fff;
  content: "\f104";
  position: absolute;
  text-indent: 9999px;
  padding-left: 3px;
}
.zt-slideshow-wrap .bx-has-pager .bx-controls-direction a.bx-next:before {
  font-family: FontAwesome;
  font-size: 35px;
  color: #fff;
  content: "\f105";
  position: absolute;
  text-indent: 9999px;
  padding-left: 7px;
}
.zt-slideshow-wrap .content-text {
  max-width: 100%;
}
.zt-slideshow-wrap .content-text .description {
  text-align: center;
}
.zt-slideshow-wrap .content-text .description span {
  color: #ffffff;
  font-family: Roboto;
  font-size: 139px;
  clear: left;
  line-height: 140px;
}
.zt-slideshow-wrap .content-text .description a {
  font-family: Roboto;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 30px;
  margin: 130px 15px 0 15px;
  transition: all 0.5s ease-in-out 0s;
}
.zt-slideshow-wrap .content-text .description a:hover {
  color: #fff;
  box-shadow: 0 0 0 26px #fc6105 inset;
  border: 1px solid #fc6105;
  transition: all 0.5s ease-in-out 0s;
}
#zo2-position-15 .zt-gallery {
  background: none;
  box-shadow: none;
}
#zo2-position-15 .zt-gallery a {
  padding: 0;
}
#zo2-position-15 .zt-gallery a img {
  max-width: 120px;
  max-height: 80px;
}
#colorbox {
  height: 470px !important;
}
#colorbox #cboxLoadedContent {
  height: 470px !important;
}
#colorbox #cboxLoadedContent img {
  margin: 5px !important;
  max-width: 630px;
  height: 416px !important;
}
#colorbox #cboxWrapper,
#colorbox #cboxContent {
  height: 470px !important;
}
@media (min-width: 980px) and (max-width: 1200px) {
  body .top-home .text {
    padding: 28px;
    min-height: 310px;
  }
  body .caption_slider span {
    font-size: 50px !important;
  }
}
@media (min-width: 980px) and (max-width: 1023px) {
  body .top-home .text {
    padding: 28px;
    min-height: 310px;
  }
}
.home_block3 .images {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  body .top-home .text {
    min-height: 360px;
  }
  body .home_block3 .images {
    padding: 0;
  }
  body .top-home .home_block3 .text::before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #858992;
    position: absolute;
    text-align: center;
    z-index: 1;
    content: "";
    left: 0;
    top: 50px;
  }
  body #zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
    padding: 0 10px 22px;
    font-size: 10.5px;
  }
}
@media (max-width: 320px) {
  body #zo2-top-wrap #zo2-position-0 .search-form {
    width: 320px;
  }
  .rtl #zo2-position-0 {
    position: absolute;
    left: 0;
    right: auto;
  }
  .caption_slider span {
    display: none;
  }
  body .top-home .block1_2 .images:hover:before,
  body .top-home .home_block3 .images:hover:before {
    top: 42.5% !important;
  }
  body .top-home .block1_2 .images:hover:after,
  body .top-home .home_block3 .images:hover:after {
    left: 41.5% !important;
  }
  div.video iframe {
    height: 150px;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  div.video iframe {
    height: 150px;
  }
  body #zo2-position-0 {
    position: absolute;
    right: 0;
  }
  body #zo2-top-wrap #zo2-position-0 .search-form {
    width: 350px;
  }
  .rtl #zo2-position-0 {
    position: absolute;
    left: 0;
    right: auto;
  }
  .caption_slider span {
    display: none;
  }
  body .top-home .block1_2 .images:hover:before,
  body .top-home .home_block3 .images:hover:before {
    top: 42.5% !important;
  }
  body .top-home .block1_2 .images:hover:after,
  body .top-home .home_block3 .images:hover:after {
    left: 41.5% !important;
  }
}
@media (min-width: 362px) and (max-width: 480px) {
  body #zo2-position-0 {
    position: absolute;
    right: 0;
  }
  #zo2-top-wrap #zo2-position-0 .search-form {
    width: 470px;
  }
  .rtl #zo2-position-0 {
    position: absolute;
    left: 0;
    right: auto;
  }
  .caption_slider span {
    display: none;
  }
  div.video iframe {
    height: 200px;
  }
}
@media (min-width: 490px) and (max-width: 580px) {
  body #zo2-position-0 {
    position: absolute;
    right: 0;
  }
  #zo2-top-wrap #zo2-position-0 .search-form {
    width: 568px;
  }
  .rtl #zo2-position-0 {
    position: absolute;
    left: 0;
    right: auto;
  }
  .caption_slider span {
    font-size: 35px !important;
    letter-spacing: 3px !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  body #zo2-position-0 {
    position: absolute;
    right: 0;
  }
  #zo2-top-wrap #zo2-position-0 .search-form {
    width: 590px;
  }
  .rtl #zo2-position-0 {
    position: absolute;
    left: 0;
    right: auto;
  }
  .caption_slider span {
    font-size: 50px !important;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  #zo2-top-wrap #zo2-position-0 .search-form {
    width: 956px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #zo2-top-wrap #zo2-position-0 .search-form {
    width: 738px;
  }
  .caption_slider span {
    font-size: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .zo2-megamenu .mega > .mega-dropdown-menu {
    min-width: 180px;
    width: auto !important;
  }
  body #zo2-mega-menu .easyblog .dropdown-menu.mega-dropdown-menu {
    margin-left: -100px !important;
  }
  body #zo2-mega-menu .easyblog .dropdown-menu.mega-dropdown-menu .level1 .dropdown-menu.mega-dropdown-menu {
    margin-left: 0 !important;
  }
  body #zo2-mega-menu .blog .dropdown-menu.mega-dropdown-menu .level1 .dropdown-menu.mega-dropdown-menu {
    margin-left: 0 !important;
  }
  body #zo2-mega-menu .blog .dropdown-menu.mega-dropdown-menu {
    margin-left: -122px !important;
  }
  body #zo2-mega-menu .blog .dropdown-menu.mega-dropdown-menu > .dropdown-menu.mega-dropdown-menu {
    margin-left: -122px !important;
  }
}
@media (min-width: 800px) and (max-width: 980px) {
  #zo2-top-wrap #zo2-position-0 .search-form {
    width: 776px;
  }
  .caption_slider span {
    font-size: 50px !important;
  }
}
@media (max-width: 1200px) {
  .tp-simpleresponsive .caption,
  .tp-simpleresponsive .tp-caption {
    text-align: center;
    width: 100%;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .rtl #zo2-top-wrap #zo2-position-0 {
    left: 0;
    right: auto;
  }
  body #zo2-bottom-2-wrap #zo2-position-15 .mod-content .custom img {
    min-height: 80px;
  }
  body #zo2-top-wrap #zo2-position-0 {
    position: absolute;
    right: 0;
    top: 0;
	padding-top: 18px;
    z-index: 1;
  }
  body .mobile-logo {
    text-align: center;
  }
  body .mobile-logo img {
    margin: auto;
  }
  body #zo2-canvas-menu {
    position: absolute;
    top: 0;
    margin-left: 10px;
  }
  body #zo2-canvas-menu i {
    color: #fff;
    cursor: pointer;
  }
  body #style-switcher {
    display: none;
  }
  body .top-home .home_block1 .text:before {
    content: "";
    border: none;
  }
  body .top-home .home_block2 .text:before {
    content: "";
    border: none;
  }
  body .top-home .home_block3 .text:before {
    content: "";
    border: none;
  }
  body .top-home .block1_2 .home_block1 .images {
    float: none;
    width: 100%;
  }
  body .top-home .images img {
    width: 100%;
  }
  body .top-home .home_block3 .images {
    padding: 0;
  }
  body .top-home .block1_2 .images:hover:after,
  body .top-home .home_block3 .images:hover:after {
    left: 46.5%;
  }
  body .top-home .block1_2 .images:hover:before,
  body .top-home .home_block3 .images:hover:before {
    top: 46.5%;
  }
  body .top-home .home_block1,
  body .top-home .home_block2,
  body .top-home .home_block3 {
    margin-bottom: 20px;
  }
  body #zo2-bottom-2-wrap #zo2-position-13,
  body #zo2-bottom-2-wrap #zo2-position-14,
  body #zo2-bottom-2-wrap #zo2-position-15 {
    border-bottom: 1px solid #424242;
    padding-bottom: 10px;
    padding-top: 10px;
    border-left: 0px solid;
  }
  body #zo2-bottom-2-wrap #zo2-position-12 {
    border-bottom: 1px solid #424242;
  }
  .rtl #zo2-canvas-menu {
    margin-left: 0;
    margin-right: 10px;
  }
}
.category-list .table a {
  color: #fc6105;
}
.category-list .table a:hover {
  color: #000;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #fc6105;
}
.archive .form-inline .btn-primary {
  background: #fc6105;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid #fc6105;
}
.archive .form-inline .btn-primary:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: #fc6105;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #fc6105;
}
#limit_chzn {
  width: 65px !important;
}
.search #zo2-searchForm .ordering-box #ordering {
  margin-top: 7px;
}
#zo2-search-form #finder-search button.btn-primary {
  background: #fc6105;
  border: 1px solid #fc6105;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.5s ease-in-out 0s;
}
#zo2-search-form #finder-search button.btn-primary:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
#zo2-component {
  margin-top: 60px;
}
.registration .form-actions .btn:hover,
.login .well .btn:hover {
  background: #fc6105;
}
.tagspopularpopular-tag ul li a {
  background-color: #f2f2f2;
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #666666;
  display: block;
  font-size: 11px;
  transition: all 0.5s ease-in-out 0s;
  padding: 4px 15px;
  text-transform: capitalize;
}
.tagspopularpopular-tag ul li a:hover {
  background: #fc6105;
  color: #fff;
}
.tagspopularpopular-tag ul li {
  display: inline-block;
  float: left;
  margin: 3px 0;
  padding-right: 6px;
}
.about-us .item-page.detail ~ .custom {
  display: none;
}
.faq .share-icon,
.pricing-table .share-icon {
  display: none;
}
#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: #fc6105;
  color: #fff;
}
#pricing-table .item:hover li.title {
  border-top: 3px solid #fc6105;
  color: #fc6105;
}
#pricing-table .item:hover .sing-up a {
  background: #fc6105;
  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: #fc6105;
  text-transform: uppercase;
  border: 1px solid #fc6105;
  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 #fc6105;
}
#pricing-table .pricing-table-2 .item:hover .sing-up {
  background: #fc6105;
  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: #fc6105;
}
.faq_block #accordion .panel-heading.active .panel-title a:after {
  content: "-";
  font-size: 45px;
  position: absolute;
  right: 15px;
  top: -7px;
  z-index: 0;
}
.faq_block #accordion .panel-heading a:after {
  content: "+";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 0;
}
.faq_block #accordion .panel-heading.active .panel-title a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.faq_block #accordion .panel-heading a {
  display: block;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.faq_block #accordion .panel-heading.active {
  position: relative;
}
.faq_block #accordion .panel-heading {
  padding: 0;
  position: relative;
}
.modal-dialog {
  margin: 100px auto 0;
  width: 600px;
}
.modal-header .close {
  margin-top: -10px;
}
.tag-category ul li {
  margin-bottom: 30px;
}
.tag-category ul li h3 {
  margin-top: 20px !important;
}
.tag-category ul li .tag-body {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}
.tag-category ul li .tag-body p {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}
div.mod-languages ul {
  text-align: left;
  line-height: 65px;
}
#zo2-mega-menu .navbar-nav {
  float: right;
}
#zo2-searchForm legend {
  width: auto;
}
.categories-list .single_article_content h3.categoryTitle {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.categories-list .single_article_content h3.categoryTitle a {
  color: #525252;
}
.categories-list .single_article_content h3.categoryTitle a:hover {
  color: #f57b33;
}
.categories-list .single_article_content .itemremove a.readmore {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 2px solid #000000;
  color: #000000;
  font-family: Lato;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 30px;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.categories-list .single_article_content .itemremove a.readmore:hover {
  background: none repeat scroll 0 0 #f57b33;
  box-shadow: none;
  border: 2px solid #f57b33;
  color: #ffffff;
}
.categories-list .category-desc {
  color: #626262;
  font-size: 14px;
}
.categories-list .category-desc p {
  color: #626262;
  font-size: 14px;
}
.categories-list .row {
  margin-bottom: 30px;
  background: #fff;
}
.boxed #wrap_sliderZTLayerSlider .caption_slider span {
  letter-spacing: 3px;
}
.categories-list div img {
  padding: 15px 0;
}
.categories-list .single_article_content {
  background: none;
}
