@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,800);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
.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 #7fbe54;
  color: #fff;
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.items-more .nav-tabs {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.items-more .nav-tabs.nav-stacked li a {
  padding: 3px 0;
  border: 0;
}
.items-more .nav-tabs.nav-stacked li a:hover {
  background: #f8f8f8;
}
.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: #898989;
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li >span {
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li.active >span {
  background: #7fbe54;
  border: 1px solid #7fbe54;
  color: #fff;
}
.zo2-pagination ul >li.active >span:hover,
.zo2-pagination ul >li.active >span:active,
.zo2-pagination ul >li.active >span:focus {
  background: #7fbe54;
  border: 1px solid #7fbe54;
  color: #fff;
}
.zo2-pagination ul >li.disabled {
  font-size: 14px;
}
.zo2-pagination ul >li.disabled a {
  line-height: 21px;
}
.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 {
  width: 210px;
  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;
  margin: 0 12px;
  position: relative;
  top: 0px;
  border-top: 3px solid #7fbe54;
  background: #fff;
  padding: 30px;
  z-index: 1;
  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;
}
.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: 200%;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 20px;
}
.blog .article_content h3 a {
  color: #525252;
}
.blog .article_content h3 a:hover {
  text-decoration: underline;
}
.blog .article_content .introtext {
  color: #525252;
  font-weight: 300;
  font-size: 133%;
  text-align: justify;
  line-height: 175%;
}
.blog .article_content .article_bottom {
  padding: 25px 0 0;
  border-top: 1px solid #d2d1d0;
  overflow: hidden;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
}
.blog .article_content .article_bottom .itemReadmore {
  float: right;
  height: 32px;
  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:before {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  background: #eee;
  color: #898989;
}
.item-page .article_content {
  clear: both;
  position: relative;
  border-top: 3px solid #7fbe54;
  background: #fff;
  padding: 30px;
  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;
}
.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 h1.singleItemTitle {
  text-align: center;
  margin: 20px 0;
  font-size: 200%;
  color: #7fbe54;
}
.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;
}
.breadcrumb {
  margin-bottom: 30px;
}
.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::before,
.zo2-megamenu .mega-inner::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-inner::after {
  clear: both;
}
.zo2-megamenu .row + .row {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-width: 200px;
  display: none;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  border-top: 3px solid #000;
  background-color: #fff;
  -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);
  margin-top: 58px;
}
.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 .mega.open > .mega-dropdown-menu,
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.zo2-megamenu .mega-group {
  *zoom: 1;
}
.zo2-megamenu .mega-group::before,
.zo2-megamenu .mega-group::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group::after {
  clear: both;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.zo2-megamenu .mega-group-content {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.zo2-megamenu .mega-group-content::before,
.zo2-megamenu .mega-group-content::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group-content::after {
  clear: both;
}
.zo2-megamenu .mega-group-content > .row > [class*="col-md"] > .mega-inner {
  padding: 0;
}
.zo2-megamenu .col-md-12.mega-col-nav .mega-inner {
  padding: 0 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-bottom: 1px solid #ededed;
}
.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%;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .zo2-megamenu.animate .mega.hovering > .mega-dropdown-menu {
    display: block !important;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .zo2-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 20% 20%;
    -webkit-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
  }
  .zo2-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
  }
  .zo2-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0,1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0,1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0,1);
    -o-transform-origin: 10% 0;
  }
  .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 50px;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show  .caret,
  .zo2-megamenu .sub-hidden-collapse > .nav-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    border-top: 1px solid #999;
  }
  .zo2-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .zo2-module {
    margin-bottom: 0;
  }
  .zo2-megamenu .mega-nav > li a,
  .zo2-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 20px;
  }
}
html {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.offcanvas {
  display: none;
  background: none repeat scroll 0 0 #465158;
  position: absolute;
  height: 100%;
  transition: transform 0.5s ease 0s;
  top: 0;
  left: -50%;
  width: 49%;
}
.offcanvas .sidebar-close {
  color: rgba(0,0,0,0.4);
  display: block;
  float: right;
  font-size: 2em;
  padding: 12px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 999;
}
.offcanvas .sidebar-close:hover {
  color: #000;
}
.offcanvas.active {
  left: 0;
  display: block;
}
.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;
}
.wrapper:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.2);
  content: "";
  height: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  -webkit-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  -moz-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  -ms-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  -o-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
}
.wrapper.offcanvas-push {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  -webkit-transform: translate3d(250px,0,0);
  transform: translate3d(250px,0,0);
  overflow: hidden;
}
.wrapper.offcanvas-push:after {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  width: 100%;
}
body.overflow-hidden {
  width: 100%;
  overflow-x: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.offcanvas-overlay {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  opacity: 0.5;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
}
.offcanvas .sidebar-nav {
  margin: 0;
  position: absolute;
  left: 0;
  top: 30px;
  width: 250px;
}
.offcanvas .sidebar-nav ul li a {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  color: rgba(255,255,255,0.5);
  display: block;
  text-decoration: none;
  padding: 15px;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.offcanvas .sidebar-nav ul.nav-sub {
  background: none repeat scroll 0 0 #525E66;
}
.offcanvas .sidebar-nav >ul >li.nav-active > a {
  background: none repeat scroll 0 0 #7FBE54;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  color: #fff;
}
.offcanvas.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas.active .sidebar-nav {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
body.overflow-hidden > * {
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
}
.nav-parent {
  position: relative;
}
.nav-parent > .nav-oc-toggle {
  position: absolute;
  right: 5px;
  top: 4px;
  border: none !important;
  font-size: 18px;
  height: 8px;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f0d7";
}
.offcanvas .sidebar-close {
  font-family: FontAweSome;
  text-decoration: none;
  font-size: 14px;
  color: #ccc;
  padding: 5px 15px;
}
.offcanvas .sidebar-close::before {
  content: "\f00d";
}
.button-canvas {
  cursor: pointer;
  display: block;
  padding-top: 10px;
}
.rtl .offcanvas.active {
  right: 0;
  display: block;
}
.rtl .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;
  -webkit-transform: translate3d(-250px,0,0);
  transform: translate3d(-250px,0,0);
}
h3.moduletitle {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px;
  padding-bottom: 25px;
  color: #2d3d51;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: relative;
}
h3.moduletitle:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: rgba(0,0,0,0.9);
}
#zo2-bottom2 h3.moduletitle {
  border-bottom-color: rgba(255,255,255,0.1);
}
#zo2-bottom2 h3.moduletitle:after {
  background-color: rgba(255,255,255,0.9);
}
#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;
}
.article .item-page .page-header h1 {
  color: #333333;
}
.contact h3 {
  font-size: 180%;
  padding-bottom: 10px;
}
.contact .contact {
  margin-top: 0;
  font-size: 100%;
  line-height: 25px;
}
.contact .contact input[type="checkbox"] {
  height: 0;
}
.contact .contact #jform_contact_email_copy {
  width: auto;
  height: auto;
}
.contact .contact .form-validate input {
  height: 40px;
}
.contact .contact fieldset input:focus,
.contact .contact fieldset textarea:focus {
  box-shadow: 0 0 6px #333333;
}
.contact .contact h1 {
  font-size: 260%;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 30px 0;
}
.contact .contact .form-validate {
  box-shadow: none;
  border-radius: 0;
}
.contact .contact .form-validate input {
  width: 100%;
}
.contact .contact .form-validate fieldset {
  border: 0;
  padding: 0;
}
.contact .contact .form-validate fieldset legend {
  border: 0 !important;
  padding: 0 !important;
  font-size: 110%;
}
.contact .contact .form-validate fieldset textarea {
  height: 200px;
}
.contact .contact .contact-form #jform_contact_email_copy-lbl {
  margin-top: 10px;
}
.contact .contact .button {
  background: #93d53e;
  border: 0 none;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 115%;
  color: #fff;
  transition: all 0.3s linear 0s;
}
.contact .contact .button:hover {
  background: #333333;
  transition: all 0.3s linear 0s;
}
@keyframes capabilitieswidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes capabilitieswidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes opacity {
  0% {
    filter: Alpha(Opacity=0);
    opacity: 0;
    -moz-opacity: 0;
  }
  100% {
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    filter: Alpha(Opacity=0);
    opacity: 0;
    -moz-opacity: 0;
  }
  100% {
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
  }
}
.about-us {
  font-size: 100%;
  line-height: 23px;
}
.about-us .progress {
  height: 10px;
  position: relative;
  overflow: visible;
}
.about-us .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  box-shadow: none;
  background: none !important;
}
.about-us .progress .progress-bar:before {
  content: '';
  background: #333333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: capabilitieswidth 10s ease-out;
  animation: capabilitieswidth 10s ease-out;
  -moz-animation: capabilitieswidth 10s ease-out;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}
.about-us .progress .progress-bar span {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #000;
  -webkit-animation: opacity 10s ease-out;
  animation: opacity 10s ease-out;
  -moz-animation: opacity 10s ease-out;
}
.about-us h2 {
  font-size: 200%;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
  font-weight: 500;
}
.about-us .subtitle {
  font-size: 115%;
  text-align: center;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 30px;
}
.about-us .item_inner {
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #eee;
}
.about-us .item_inner .info h3 {
  margin: 10px 0;
  font-size: 115%;
}
.about-us .item_inner .info .social a {
  display: inline-block;
  padding: 5px;
  color: #333333;
  font-size: 18px;
}
.about-us .item_inner .info .social a:hover {
  color: #CFCFCF;
}
.about-us .whatwedo > .row {
  padding: 15px 0;
}
.about-us .whatwedo > .row h3 {
  font-size: 135%;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.about-us .title {
  font-size: 115%;
}
.about-us .social a {
  margin: 0;
}
.item-page .introText h3 {
  font-size: 150%;
}
.item-page .block_pricing .pricing_box {
  width: 100%;
}
.item-page .pricing_box a.button {
  background: none repeat scroll 0 0 #eee !important;
  border: 0 none;
  color: #333 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 133%;
  height: 45px;
  line-height: 45px;
  outline: 0 none;
  padding: 0 30px;
  text-align: center;
  text-shadow: none;
  transition: background-color 0.15s ease-out 0s;
}
.pricing_wrap_3 .featured .pricing_box a.button,
.block_pricing .dynamic_featured .pricing_box a.button {
  background: #333333 !important;
  color: #FFFFFF !important;
}
.pricing_wrap_3 .featured .pricing_box a.button:hover,
.block_pricing .dynamic_featured .pricing_box a.button:hover {
  background: #BDBDBD !important;
  transition: all 0.3s linear 0s;
}
.pricing_wrap_3 .featured .pricing_box .header,
.block_pricing .dynamic_featured .pricing_box .header {
  background: #333333;
  color: #FFFFFF;
}
.pricing_box a.button:hover,
.pricing_box a.button:focus {
  background: #BDBDBD !important;
  transition: all 0.3s linear 0s;
}
.pricing_wrap_3 .featured .pricing_box {
  box-shadow: 5px 0 30px rgba(0,0,0,0.5);
  position: relative;
  top: -40px;
  transition: box-shadow 0.25s ease 0s;
}
.pricing_wrap_3 .featured .pricing_box ul {
  padding: 40px 0;
}
.pricing_box li.no {
  text-decoration: line-through;
  color: #CCCCCC;
}
.faq_block #accordion .panel-title > a {
  font-size: 15px;
  font-weight: 400;
}
.faq_block #accordion .panel {
  padding-bottom: 0;
}
.faq_block #accordion .panel-body {
  font-size: 14px;
}
.faq_block h3 {
  font-size: 150%;
}
.faq_block .panel-default > .panel-heading {
  background: none;
}
.faq_block .panel-default > .panel-heading h4 a:before {
  color: #333333;
  content: "\f0fe";
  display: inline-block;
  font-family: FontAwesome;
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
  text-align: center;
  width: 40px;
  transition: all 0.3s linear 0s;
}
.faq_block .panel-default > .panel-heading h4 a.active:before {
  content: "\f147";
  transition: all 0.3s linear 0s;
}
.article .item-page .article_content {
  font-size: 115%;
  overflow: hidden;
}
.article .item-page .article_content a.lightbox-modal {
  display: inline-block;
  margin: 5px;
}
.modal-backdrop.in {
  display: none;
}
@media (min-width: 768px) and (max-width: 990px) {
  .wrapper .box-color {
    padding: 0;
  }
  .wrapper .form-control {
    border-color: #333333 !important;
  }
  .wrapper #zt-tabs #posts .post .images .view-zoom a {
    margin: 0 5px;
  }
  .wrapper #zt-tabs #posts .post {
    margin-left: 5.2%;
  }
  .wrapper #tm-context {
    width: 100%;
  }
  .wrapper #zt-right .zt-search .form-inline input.inputbox {
    width: 73%;
  }
  .wrapper iframe {
    width: 100%;
  }
  .wrapper .pricing_wrap_3 .pricing_box {
    width: 100%;
  }
  .contact .zt-message .controls textarea {
    width: 65%;
  }
  .contact #contact-form .control-group .controls {
    width: 100%;
    border-color: #ffffff;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  .contact #contact-form .control-group .controls {
    width: 100%;
    border-color: #ffffff;
  }
  .contact .zt-message .controls textarea {
    width: 65%;
  }
  .wrapper #zt-tabs #posts .post .images .view-zoom a {
    margin: 0 10px;
  }
  .wrapper .form-control {
    border-color: #333333 !important;
  }
}
@media (max-width: 767px) {
  .wrapper #zt-banner .zt-content {
    display: none;
  }
  .wrapper .pricing_wrap_3 .pricing_box {
    width: 100%;
  }
  .wrapper .form-control {
    border-color: #333333 !important;
  }
  .wrapper #zt-tabs #posts .post {
    width: 100%;
    left: 0 !important;
    margin-left: 0;
  }
  .wrapper #zt-tabs #posts .post .item {
    text-align: center;
  }
  .wrapper iframe {
    width: 100%;
    height: auto;
  }
  .wrapper #zo2-component {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper #style-switcher {
    display: none;
  }
  .contact .zt-message .controls textarea {
    width: 65%;
  }
  .contact #contact-form .form-actions {
    padding-top: 90px !important;
  }
  .contact #contact-form .control-group .controls {
    width: 100%;
    border-color: #ffffff;
  }
}
@media (max-width: 480px) {
  .wrapper #zt-music-sport .me-sport {
    display: block;
  }
  .wrapper .pricing_wrap_3 .featured .pricing_box {
    top: 0;
  }
}
@media (max-width: 320px) {
  .offcanvas {
    width: 320px !important;
  }
  .wrapper #zt-banner .zt-content,
  .wrapper #zt-banner .zt-down {
    display: none;
  }
  .wrapper #zo2-header {
    padding: 15px 0;
  }
  .wrapper .about-us-1 .progress .progress-bar span,
  .wrapper .about-us .progress .progress-bar span {
    display: none;
  }
  .wrapper .item-page .introText h2 {
    font-size: 45px;
  }
  .wrapper .contact .zt-message {
    padding-left: 0;
  }
  .wrapper #gototop {
    top: -405px;
    right: 42%;
  }
  .contact .zt-message .controls textarea {
    width: 50%;
  }
  .contact .zt-message {
    padding-left: 0 !important;
  }
}
@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 {
  padding: 0;
  background: none;
}
#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 #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-infor.blog-meta span {
  margin: 0 0 0 10px;
}
.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-readmore {
  float: right;
}
.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-readmore {
  float: left;
}
.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 10px;
}
.rtl #ezblog-body .blog-read .blog-navi li.entry-next a i {
  margin: 0 10px 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;
}
.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: #333333;
  border: 0;
}
#ezblog-body .blog-calendar .blog-comments a:hover {
  background-color: #333333;
}
#ezblog-body .blog-infor.blog-meta .in {
  background: none;
  padding: 0;
}
#ezblog-body .blog-infor.blog-meta * {
  font-weight: 400;
}
#ezblog-body .blog-infor.blog-meta span {
  margin: 0 10px 0 0;
}
#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-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 > 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 {
  float: left;
}
#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: 0 0 0 80px;
}
#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;
  margin: 0 12px;
  position: relative;
  top: -15px;
  border-top: 3px solid #333333;
  background: #fff;
  padding: 30px;
  z-index: 1;
  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;
}
#eblog-wrapper .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: #333333;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
#eblog-wrapper .article_content h2.blog-title {
  font-size: 200%;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 20px;
}
#eblog-wrapper .article_content h2.blog-title a {
  color: #333333;
  text-transform: uppercase;
  font-size: 130%;
}
#eblog-wrapper .article_content h2.blog-title a:hover {
  text-decoration: none;
  color: #a1a1a1;
}
#eblog-wrapper .article_content .introtext {
  font-size: 16.64px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}
#eblog-wrapper .article_content .introtext .zt-des {
  color: #333333;
  font-weight: 500;
  margin-bottom: 35px;
}
#eblog-wrapper .article_content .blog-footer {
  padding: 25px 0 0;
  border-top: 1px solid #d2d1d0;
  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: #575757;
  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: #575757;
}
#eblog-wrapper .article_content .blog-footer .blog-readmore {
  float: right;
  background: #ffffff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 13.4px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #333333;
  transition: all 0.3s linear 0s;
}
#eblog-wrapper .article_content .blog-footer .blog-readmore i {
  margin: 0 4px;
}
#eblog-wrapper .article_content .blog-footer .blog-readmore:hover {
  background: #333333;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
#eblog-wrapper .item-image:hover ~ .article_content {
  top: 0;
}
#eblog-wrapper .item-image {
  overflow: hidden;
  position: relative;
}
#eblog-wrapper .item-image .tag-featured {
  display: block;
  width: 77px;
  height: 77px;
  background: url(../images/featured-tag.png);
  right: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  text-indent: -999em;
}
#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;
  z-index: 1;
}
#eblog-wrapper .item-image img:hover {
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
#ezblog-body .blog-post + .blog-post {
  border-top: 0;
}
#eblog-wrapper #ezblog-head h1 {
  color: #525252;
  font-size: 266%;
  font-weight: 300;
}
.single_article_content {
  clear: both;
  position: relative;
  border-top: 3px solid #333333;
  background: #fff;
  padding: 30px;
  z-index: 1;
  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;
}
.single_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: #333333;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.single_article_content .blog-head h1.blog-title {
  text-align: center;
  margin: 20px 0 !important;
  font-size: 200%;
  color: #333333;
}
.single_article_content .blog-infor {
  text-align: center;
  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;
  border: 0;
}
#ezblog-body .blog-read .blog-navi li a {
  padding: 0 !important;
  color: #333333 !important;
  font-size: 100%;
}
#ezblog-body .blog-read .blog-navi li a i {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #e5e5e5;
  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 #section-author {
  padding: 0;
  margin: 20px 0 40px;
  border: 0;
  background: none;
}
#eblog-wrapper #section-author .avatar {
  border: 0;
  width: 70px;
  margin: 0 !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
#eblog-wrapper #section-author .author-info {
  margin: 0 0 0 80px;
  padding: 20px;
  position: relative;
  border: 1px solid #dadada;
  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: #333333;
  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: #333333;
}
#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: #333333;
}
#ezblog-body .tab_container {
  padding: 20px 0;
  border: 0;
  margin: 0;
}
#ezblog-body .blog-brief {
  border-bottom: 0;
}
#ezblog-label {
  border-bottom: 0;
}
.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: 700px;
}
#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 #333333;
  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: left;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-title a {
  color: #333333;
  text-transform: uppercase;
  font-size: 130%;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-title a:hover {
  color: #a1a1a1;
}
#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: #333333;
  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;
  padding: 6px 0 0;
  font-size: 13.64px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
}
#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 {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 13.4px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 15px;
  text-decoration: none;
  display: inline;
  transition: all 0.3s linear 0s;
}
#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: #333333;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
#ezblog-body ul.featured-entries .featured-image img {
  max-width: 100% !important;
}
#ezblog-body .list-categories li .category-description {
  font-size: 16.64px;
  font-weight: 300;
  line-height: 30px;
}
#ezblog-body .list-categories li .category-name a {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
#ezblog-body .list-categories li .category-name a:hover {
  color: #a1a1a1;
}
#eblog-wrapper #ezblog-body .single_article_content {
  border: 0;
  box-shadow: none;
  padding: 0;
}
#eblog-wrapper #ezblog-body .single_article_content .article_icon {
  display: none;
}
#eblog-wrapper #ezblog-body .single_article_content .blog-head .blog-title {
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
#eblog-wrapper #ezblog-body .single_article_content .fulltext {
  font-size: 16.64px;
  font-weight: 300;
  line-height: 30px;
}
#eblog-wrapper #ezblog-body .single_article_content .blog-infor.blog-meta span {
  margin-right: 160px;
  font-size: 14px;
  color: #B0B0B0;
}
#eblog-wrapper #ezblog-body .single_article_content .blog-infor.blog-meta span i {
  color: #333333;
  font-size: 115%;
  margin-right: 10px;
}
#eblog-wrapper #ezblog-body .single_article_content .blog-infor.blog-meta span a {
  color: #B0B0B0;
}
.single_article_content .blog-infor {
  text-align: left;
}
#ezblog-head .component-links a {
  color: #999999;
  padding-top: 25px;
}
#ezblog-head .component-links a span {
  font-size: 13px;
}
#ezblog-head .component-links a span .fa {
  color: #999999 !important;
}
#ezblog-head .component-links a:hover {
  color: #a1a1a1;
}
#ezblog-body .blog-option li a {
  color: #333333;
}
#ezblog-body .blog-option li a:hover {
  color: #a1a1a1;
}
#ezblog-body .profile-connect .connect-links li a {
  color: #333333;
}
#ezblog-body .profile-connect .connect-links li a:hover {
  color: #a1a1a1;
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item > div .title {
  text-transform: uppercase;
  color: #333333;
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item > div .title:hover {
  color: #a1a1a1;
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item > div .readmore {
  background: none;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 0;
  transition: all 0.3s linear 0s;
}
#section-related .owl-wrapper-outer .owl-wrapper .owl-item > div .readmore:hover {
  background: #333333;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
.transition {
  transition: all 0.3s linear 0s;
}
.rtl #top-search form:before {
  left: 25px;
  right: auto;
}
.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-bottom2 address i {
  padding: 0 0 0 15px;
}
.rtl h3.moduletitle:after {
  left: inherit;
  right: 0;
}
#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;
  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: #7fbe54;
  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 .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;
}
.full-width .col-md-12 {
  padding: 0;
}
.full-width .row {
  margin: 0;
}
#top-menu {
  margin: 18px 0;
}
#top-menu .mod-wrapper-menu ul li {
  line-height: 15px;
}
#top-menu .mod-wrapper-menu ul li a {
  background: none;
  border-right: 1px solid #ececec;
  color: #707070;
  padding: 0 15px;
}
#top-menu .mod-wrapper-menu ul li a:hover,
#top-menu .mod-wrapper-menu ul li a:focus {
  background: none;
  color: #000;
}
#top-menu .mod-wrapper-menu ul li:last-child a {
  border: none;
}
#top-menu .mod-languages li a {
  border: none !important;
}
#top-search form {
  position: relative;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  float: right;
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
}
#top-search form:before {
  color: #555555;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  right: 25px;
  position: absolute;
}
#top-search #mod-search-searchword {
  border: none;
  background: transparent;
  color: #9a9a9a;
  height: 15px;
  line-height: 15px;
  outline: none;
  padding: 0 0 0 10px;
}
nav.zo2-menu {
  background: none;
  border: none;
  margin: 13px 0;
  min-height: inherit;
}
nav.zo2-menu .navbar-nav > li {
  font-size: 133%;
  line-height: 16px;
}
nav.zo2-menu .navbar-nav > li >a {
  padding: 0 20px;
  color: #323232;
  font-size: 16px;
}
nav.zo2-menu .navbar-nav > .open a {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav > .open a:hover,
nav.zo2-menu .navbar-nav > .open a:focus {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav .active a {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav .active a:hover,
nav.zo2-menu .navbar-nav .active a:focus {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav ul.mega-nav li a {
  color: #4f4f4f;
}
nav.zo2-menu .navbar-nav ul.mega-nav li a:hover,
nav.zo2-menu .navbar-nav ul.mega-nav li a:active,
nav.zo2-menu .navbar-nav ul.mega-nav li a:focus {
  color: #71b344;
}
nav.zo2-menu .navbar-nav ul.mega-nav li.active a {
  color: #71b344;
}
.carousel-inner {
  z-index: 0;
}
.carousel-inner .slide-button {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #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-header-top {
  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-bottom2 {
  background-color: #2a2a2a;
  color: #fff;
  padding: 50px 0;
}
#zo2-bottom2 a {
  color: #fff;
}
#zo2-bottom2 p {
  color: #ababab;
  font-size: 13px;
}
#zo2-bottom2 address {
  font-size: 14px;
  line-height: 1.5;
}
#zo2-bottom2 address i {
  padding-right: 15px;
}
#zo2-bottom2 .lightbox-modal img {
  margin-bottom: 5px;
}
#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: 20px 0;
  width: 100%;
}
footer section {
  float: left;
}
footer .copyright {
  float: left;
}
footer .footer_zo2_logo img {
  float: right;
}
.highslide-gallery ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.highslide-gallery ul li {
  background: none repeat scroll 0 center rgba(0,0,0,0);
  float: left;
  list-style: none outside none;
  margin: 3px;
  padding: 0;
}
.highslide-gallery ul li img {
  float: left;
  margin: 0;
}
#gototop {
  background-color: rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: 10px;
  height: 50px;
  padding: 12px 14px;
  position: fixed;
  right: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 50px;
  z-index: 100;
}
#gototop:hover {
  background-color: rgba(0,0,0,0.4);
}
#gototop i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.box-color {
  background: #7FBE54;
  color: #aaa;
  padding: 20px;
  padding-top: 0;
}
.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;
}
.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;
  border-color: #ffffff !important;
}
.pagination li:hover a {
  background-color: #7fbe54;
  color: #fff;
}
.pagination li.active span {
  background-color: #7fbe54;
  color: #fff;
}
.tag {
  color: inherit;
}
.zo2-row-wrapper .custom > div {
  height: auto !important;
}
.zo2-row-wrapper .custom .carousel {
  margin: 0 !important;
}
body {
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}
.boxed #zo2-header {
  width: auto;
}
#zo2-header {
  position: absolute;
  z-index: 8768;
  width: 100%;
}
#zo2-header .mobile-menu {
  text-align: right;
  color: #ffffff;
}
#zt-banner .zt-img img {
  width: 100%;
}
#zt-banner .zt-banner {
  padding-bottom: 160px;
}
#zt-banner .zt-banner .zt-content {
  bottom: 42%;
}
#zt-banner .zt-banner .zt-down {
  bottom: 15%;
}
#zt-banner .zt-content {
  position: absolute;
  bottom: 440px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: bold;
}
#zt-banner .zt-content p {
  font-size: 150%;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
}
#zt-banner .zt-content h1 {
  font-weight: bold;
  font-size: 82px;
  letter-spacing: 2px;
  margin: 0;
}
#zt-banner .zt-content h3 {
  font-weight: bold;
  font-size: 36.15px;
  margin-bottom: 60px;
  margin-top: 0;
}
#zt-banner .zt-content .zt-bottom {
  display: inline-block;
  padding: 3px;
  border: 2px solid #ffffff;
  transition: all 0.3s linear 0s;
}
#zt-banner .zt-content .zt-bottom a {
  background: #ffffff;
  padding: 15px;
  display: inline-block;
  color: #333333;
  font-size: 15px;
  font-weight: 800;
  transition: all 0.3s linear 0s;
}
#zt-banner .zt-content .zt-bottom:hover {
  border-color: #333333;
  background: #ffffff;
  transition: all 0.3s linear 0s;
}
#zt-banner .zt-content .zt-bottom:hover a {
  background: #333333;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
#zt-banner .zt-down {
  color: #ffffff;
  display: block;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#zt-banner .zt-contact {
  padding-bottom: 70px;
}
#zt-banner .zt-contact .zt-content {
  bottom: 45%;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#zt-banner .zt-contact .zt-content h1 {
  letter-spacing: 4px;
  font-size: 45px;
}
#zt-banner .zt-contact .zt-content hr {
  padding-top: 2px;
  background: #ffffff;
  width: 55px;
}
#zt-banner .zt-contact .zt-content p.zt-ct {
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 115%;
}
#zt-banner .zt-contact .zt-content p.zt-ct span {
  font-weight: bold;
}
#zt-banner .zt-aboutus {
  padding-bottom: 15px;
}
#zt-banner .zt-aboutus .zt-content {
  bottom: 48%;
}
#zt-banner .zt-aboutus .zt-content h1 {
  letter-spacing: 4px;
  font-size: 45px;
}
#zt-banner .zt-aboutus .zt-content hr {
  width: 55px;
}
#zt-banner .zt-aboutus .zt-content .zt-ct {
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}
#zt-banner .zt-aboutus .zt-down {
  bottom: 6%;
}
#zt-banner .zt-aboutme {
  padding-bottom: 40px;
}
#zt-banner .zt-aboutme .zt-content {
  bottom: 45%;
}
#zt-banner .zt-aboutme .zt-content h3 {
  margin: 0;
  font-size: 200%;
  letter-spacing: 3px;
}
#zt-banner .zt-aboutme .zt-content h1 {
  font-size: 90px;
}
#zt-banner .zt-aboutme .zt-content h2 {
  font-size: 260%;
  letter-spacing: 0;
}
#zt-banner .zt-aboutme .zt-down {
  bottom: 6%;
}
#zt-banner .zt-portfolio {
  padding-bottom: 20px;
}
#zt-banner .zt-portfolio .zt-content {
  bottom: 45%;
}
#zt-banner .zt-portfolio .zt-down {
  bottom: 6%;
}
#zo2-component {
  padding-left: 0;
  padding-right: 0;
}
.homepage #zo2-component .item-image {
  margin-bottom: 70px;
}
.homepage #zo2-component .item-image {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}
.homepage #zo2-component .item-image img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.homepage #zo2-component .item-image:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.homepage #zo2-component .item-image:after {
  content: '+';
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.homepage #zo2-component .item-image:hover:before {
  left: 0;
}
.homepage #zo2-component .item-image:hover:after {
  top: 50%;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.homepage #zo2-component .item-image:hover img {
  transform: scale(1.1);
  background: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.homepage #zo2-component .blog .article_content {
  padding: 0 0 70px 0;
  margin: 0 0 20px 0;
  box-shadow: none;
  border-bottom: 1px solid #E7E7E7;
  border-top: 0;
}
.homepage #zo2-component .blog .article_content .article_icon {
  background: none;
}
.homepage #zo2-component .blog .article_content .article_icon i {
  display: none;
}
.homepage #zo2-component .blog .article_content .article_bottom {
  padding: 0;
  border: 0;
}
.homepage #zo2-component .blog .article_content .article_bottom .itemReadmore {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
  float: left;
  height: auto;
  padding: 2px 20px;
  font-size: 13.4px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
}
.homepage #zo2-component .blog .article_content .article_bottom .itemReadmore:before {
  display: none;
}
.homepage #zo2-component .blog .article_content .article_bottom .itemReadmore:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 6px;
  font-size: 120%;
}
.homepage #zo2-component .blog .article_content .article_bottom .itemReadmore:hover {
  border-color: #000000;
  color: ;
  background: #000000;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
.homepage #zo2-component .blog .article_content h3.title {
  margin-bottom: 45px;
  text-align: left;
}
.homepage #zo2-component .blog .article_content h3.title a {
  color: #000000;
  font-size: 34px;
  text-align: left;
  letter-spacing: 3px;
  line-height: 45px;
  font-weight: 800;
  transition: all 0.3s linear 0s;
}
.homepage #zo2-component .blog .article_content h3.title a:hover {
  color: #a1a1a1;
  transition: all 0.3s linear 0s;
}
.homepage #zo2-component .blog .article_content .article-info {
  margin-bottom: 30px;
  width: 100%;
}
.homepage #zo2-component .blog .article_content .article-info dd {
  color: #A1A1A1;
  font-size: 115%;
  line-height: normal;
  margin-right: 10%;
}
.homepage #zo2-component .blog .article_content .article-info .published .icon-calendar {
  display: none;
}
.homepage #zo2-component .blog .article_content .article-info .published:before {
  font-family: FontAwesome;
  content: "\f017";
  padding-right: 20px;
  color: #000000;
  font-size: 135%;
}
.homepage #zo2-component .blog .article_content .article-info .createdby {
  line-height: 20px;
}
.homepage #zo2-component .blog .article_content .article-info .createdby:before {
  font-family: FontAwesome;
  content: "\f007";
  padding-right: 20px;
  color: #000000;
  font-size: 135%;
}
.homepage #zo2-component .blog .article_content .article-info .hits {
  margin-right: 30px;
}
.homepage #zo2-component .blog .article_content .article-info .hits .icon-eye-open {
  padding-right: 20px;
  color: #000000;
  font-size: 135%;
}
.homepage #zo2-component .blog .article_content p {
  color: #666666;
}
.homepage #zo2-component .blog .article_content .introtext {
  letter-spacing: 1px;
}
.homepage #zo2-component .blog .article_content .introtext .zt-des {
  color: #333333;
  font-weight: 500;
  margin-bottom: 35px;
}
.homepage #zo2-component .items-more {
  display: none;
}
.homepage #zo2-component .items-row .article_content {
  margin-bottom: 40px;
}
.zo2-pagination {
  margin-bottom: 100px;
}
.zo2-pagination .pagination {
  text-align: left;
}
.zo2-pagination .pagination li {
  text-align: center;
}
.zo2-pagination .counter {
  display: none;
}
.zo2-pagination ul >li.active >span,
.pagination li:hover a,
.zo2-pagination ul >li.active >span:hover,
.zo2-pagination ul >li.active >span:active,
.zo2-pagination ul >li.active >span:focus {
  background: none;
  color: #7D7D7D;
  border: 1px solid #999999 !important;
}
.pagination li span,
.pagination li a {
  background: none;
}
#zt-left .box-color {
  background: none;
}
#zt-left .box-color h3.moduletitle {
  color: #333333;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#zt-left .box-color h3.moduletitle:after {
  background: none;
}
#zt-left .box-color ul li {
  border: 0;
}
#zt-left .box-color ul li a {
  color: #333333 !important;
  letter-spacing: 1px;
  font-size: 115%;
}
#zt-left .box-color ul li a:hover {
  color: #a1a1a1 !important;
}
#zt-left .box-color ul li.active a {
  color: #a1a1a1 !important;
}
#zt-right .module {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
#zt-right .zt-about h3.moduletitle {
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  font-weight: bold;
  border: 0;
  padding-bottom: 15px;
}
#zt-right .zt-about h3.moduletitle span {
  color: #333333;
  text-transform: uppercase;
}
#zt-right .zt-about h3.moduletitle:after {
  background: none;
}
#zt-right .zt-about h3.moduletitle:before {
  font-family: FontAwesome;
  content: "\f05a";
  color: #000000;
  margin-right: 5px;
}
#zt-right .zt-about .mod-content .customzt-about p {
  font-family: 'Open Sans', sans-serif;
  color: #6E6E6E;
  font-size: 16.67px;
  letter-spacing: 1px;
  line-height: 25px;
}
#zt-right .zt-search .form-inline {
  transition: all 0.3s linear 0s;
}
#zt-right .zt-search .form-inline input.inputbox {
  min-height: 40px;
  width: 80%;
  float: left;
  color: #D7D7D7;
  font-size: 130%;
  letter-spacing: 1px;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-search .form-inline .button {
  background: url("../images/search-icon1.png") no-repeat 10px 12px #e1e1e1;
  color: #E1E1E1;
  display: inline-block;
  min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
  border: 0;
  border-radius: 0;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-search .form-inline:hover input.inputbox {
  border-color: #a1a1a1;
  box-shadow: 0 0 6px #333333;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-search .form-inline:hover .button {
  background: url("../images/search-icon1.png") no-repeat 10px 12px #a1a1a1;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-tags .tagspopularzt-tags ul li {
  display: inline-block;
  border: 1px solid #999999;
  padding: 6px;
  margin: 0 6px 15px 0;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-tags .tagspopularzt-tags ul li a {
  background: none;
  color: #999999;
  font-size: 12.46px;
  text-transform: capitalize;
}
#zt-right .zt-tags .tagspopularzt-tags ul li a:hover {
  text-decoration: none;
}
#zt-right .zt-tags .tagspopularzt-tags ul li:hover {
  border-color: #000000;
  background: #000000;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-tags .tagspopularzt-tags ul li:hover a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-twitter {
  border-bottom: 0;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-twitter p {
  text-align: center;
  font-size: 115%;
  color: #333333;
}
#zt-right .zt-twitter p .fa {
  color: #46DEFE;
  font-size: 250%;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-twitter a {
  display: block;
  text-align: center;
  color: #333333;
}
#zt-right .zt-twitter a span {
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
}
#zt-right .zt-twitter a:hover {
  color: #cccccc;
  transition: all 0.3s linear 0s;
}
#zt-right .zt-twitter a:hover span {
  border-color: #cccccc;
}
#zt-right .zt-twitter .tw1 {
  font-weight: bold;
  padding-bottom: 40px;
  font-size: 125%;
}
#zt-right .zt-twitter .tw2 {
  font-weight: bold;
  margin-bottom: 10px;
}
#zt-right .zt-twitter .tw3 {
  color: #CCCCCC;
  font-size: 115%;
}
#zt-right .zt-twitter:hover {
  transition: all 0.3s linear 0s;
}
#zt-right .zt-twitter:hover .fa {
  transform: rotate(360deg);
  color: #333333;
  transition: all 0.3s linear 0s;
}
#zt-footer {
  border-top: 1px solid #D7D7D7;
  text-align: center;
}
#zt-footer .article_icon {
  border: 1px solid #D7D7D7;
  border-radius: 50%;
  display: inline-block;
  min-height: 35px;
  min-width: 35px;
  position: relative;
  top: -19px;
  background: #ffffff;
}
#zt-footer .article_icon .fa {
  font-size: 250%;
  color: #D7D7D7;
}
#zt-footer ul {
  margin: 80px 0;
}
#zt-footer ul li {
  display: inline;
  margin: 0 15px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  padding-top: 6px;
  transition: all 0.3s linear 0s;
}
#zt-footer ul li a {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s linear 0s;
}
#zt-footer ul li:hover {
  border-top: 2px solid #a1a1a1;
  transition: all 0.3s linear 0s;
}
#zt-footer ul li:hover a {
  color: #a1a1a1;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}
#zt-footer .zt-info {
  letter-spacing: 1px;
  padding-bottom: 80px;
}
#zt-footer .zt-info .fa {
  color: #FD0000;
}
#zt-footer .zt-info p {
  margin: 3px 0;
}
#zt-contact {
  text-align: center;
}
#zt-contact h2 {
  font-size: 50px;
  color: #000000;
  font-weight: 800;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
#zt-contact h2:after {
  display: none;
}
#zt-contact hr {
  width: 80px;
  margin: auto;
  border-top: 1px solid #000000;
}
#zt-contact .ct-hr {
  margin-top: 30px;
}
#zt-contact p {
  font-size: 14px;
  color: #494949;
  font-weight: 300;
  letter-spacing: 1px;
}
#zt-contact .ct-bt {
  margin-top: 30px;
}
.contact .contact h3 {
  display: none;
}
.contact #contact-form {
  margin-top: 70px;
}
.contact #contact-form .controls {
  width: 550px;
  height: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border: 1px solid #333333;
  border-radius: 0;
  transition: all 0.3s linear 0s;
}
.contact #contact-form .controls:hover,
.contact #contact-form .controls:focus {
  box-shadow: 0 0 6px #333333;
  transition: all 0.3s linear 0s;
}
.contact #contact-form .controls input {
  width: 550px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border: 0;
}
.contact #contact-form .form-actions {
  clear: left;
  display: block;
  text-align: center;
  padding-top: 30px;
}
.contact #contact-form .form-actions .btn-primary {
  background: none;
  border-radius: 0;
  border: 1px solid #000;
  padding: 10px 40px;
  color: #333333;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: bold;
  transition: all 0.3s linear 0s;
}
.contact #contact-form .form-actions .btn-primary:hover {
  border-color: #000000;
  color: ;
  background: #000000;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
.contact .zt-message {
  padding-left: 30px;
}
.contact .zt-message .controls {
  border: 0 !important;
  box-shadow: none;
  padding: 0;
}
.contact .zt-message .controls:hover,
.contact .zt-message .controls:focus {
  box-shadow: none !important;
}
.contact .zt-message .controls textarea {
  text-transform: uppercase;
  border-color: #333333;
  height: 225px;
  transition: all 0.3s linear 0s;
}
.contact .zt-message .controls textarea:hover,
.contact .zt-message .controls textarea:focus {
  box-shadow: 0 0 6px #333333;
  transition: all 0.3s linear 0s;
}
.contact .zt-message .form-group {
  display: none;
}
.contact .zt-message small.help-block {
  position: relative;
  bottom: -180px;
  color: #a94442;
}
.form-horizontal .control-label {
  display: none;
}
.zt-address {
  text-align: center;
  font-size: 115%;
  color: #333333;
  margin-top: 150px;
}
.zt-address .pull-left {
  float: none !important;
  margin-bottom: 25px;
}
.zt-address .pull-left .fa-map-marker {
  font-size: 350%;
}
.zt-address span {
  clear: left;
  display: block;
  margin-bottom: 25px;
}
.zt-address .contact-contactinfo >.media .pull-left {
  display: none;
}
.zt-address .contact-contactinfo a {
  color: #333333;
}
.contact-miscinfo {
  margin: 50px 0 75px 0;
  text-align: center;
}
.contact-miscinfo dd {
  margin: 0;
}
.contact-miscinfo dd a.zt-maps {
  font-family: 'Raleway', sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-miscinfo dd a.zt-maps:hover {
  color: #a1a1a1;
}
.contact-miscinfo dd #zt-maps {
  margin-top: 70px;
}
.contact-miscinfo hr {
  width: 75px;
  border-top: 1px solid #000000;
}
.item-page .article_content {
  box-shadow: none;
  border-top: 0;
  padding: 0;
}
.item-page .article_content .introText {
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 16.64px;
  font-weight: 300;
}
.item-page .article_content h1.singleItemTitle {
  font-weight: bold;
  color: #333333;
  text-align: left;
  font-size: 34px;
  text-transform: uppercase;
  margin: 50px 0;
}
.item-page .article_content .article_icon {
  display: none;
}
.item-page .article_content .article-info .article-info-inner > div {
  font-size: 14px;
  color: #b0b0b0;
}
.item-page .article_content .article-info .fa {
  color: #333333;
}
.item-page .article_content .article-info .tags:before {
  color: #333333;
}
.about-us-1 .progress {
  height: 10px;
  position: relative;
  overflow: visible;
}
.about-us-1 .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  box-shadow: none;
  background: none !important;
}
.about-us-1 .progress .progress-bar:before {
  content: '';
  background: #333333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: capabilitieswidth 10s ease-out;
  animation: capabilitieswidth 10s ease-out;
  -moz-animation: capabilitieswidth 10s ease-out;
}
.about-us-1 .progress .progress-bar span {
  position: absolute;
  -webkit-animation: opacity 10s ease-out;
  animation: opacity 10s ease-out;
  -moz-animation: opacity 10s ease-out;
}
.about-us-1 {
  font-size: 13px;
}
.about-us-1 h2 {
  text-align: center;
  font-size: 350%;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}
.about-us-1 h2 hr {
  width: 100px;
  border-top: 1px solid #000000;
  margin-top: 30px;
}
.about-us-1 .ab-hr {
  display: block;
  clear: left;
  padding: 80px 0 100px 0;
}
.about-us-1 .ab-hr hr {
  width: 50%;
  border-top: 1px solid #cccccc;
}
.about-us-1 .zt-bold {
  font-weight: bold;
}
.about-us-1 .ab-temp {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
}
.about-us-1 .progress {
  height: 35px;
  border-radius: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
.about-us-1 .progress .progress-bar {
  background: #333333;
  line-height: 35px;
}
.about-us-1 .title {
  font-weight: bold;
  color: #ffffff;
  left: 10px;
  position: relative;
  bottom: 28px;
  margin: 0;
}
.about-us-1 .item_inner {
  text-align: center;
}
.about-us-1 .item_inner .info h3 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 200%;
  color: #000000;
}
.about-us-1 .item_inner .info .position {
  font-size: 135%;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
}
.about-us-1 .item_inner .img {
  overflow: hidden;
}
.about-us-1 .item_inner .img img {
  transition: all 0.3s linear 0s;
}
.about-us-1 .item_inner .img:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear 0s;
}
.about-us-1 .whatwedo {
  margin-bottom: 120px;
}
.about-us-1 .whatwedo h2 {
  margin-bottom: 100px;
}
.about-us-1 .whatwedo .row {
  text-align: center;
}
.about-us-1 .whatwedo .row h6 {
  font-size: 125%;
  color: #000000;
  letter-spacing: 1px;
  font-weight: bold;
}
.about-us-1 .whatwedo .row i.fa {
  color: #000000;
  font-size: 450%;
  margin: 40px 0;
}
.about-us-1 .whatwedo .row .wedo {
  cursor: pointer;
  border-bottom: 3px solid #fff;
  transition: all 0.3s linear 0s;
}
.about-us-1 .whatwedo .row .wedo:hover {
  border-bottom: 3px solid #333333;
  box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  transition: all 0.3s linear 0s;
}
.about-us-1 .whatwedo .row .wedo h6 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}
#zt-me-hello hr {
  border-color: #000000;
  width: 110px;
}
#zt-me-hello .me-title {
  padding-bottom: 40px;
}
#zt-me-hello .me-title h2 {
  text-align: center;
  font-size: 400%;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
#zt-me-hello .me-context {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
}
#zt-me-hello .me-context .me-text-bold {
  font-weight: 500;
  padding-bottom: 30px;
}
#zt-me-hello .me-social ul {
  text-align: center;
  padding: 50px 0 20px;
}
#zt-me-hello .me-social ul li {
  display: inline;
  text-align: center;
  margin: 0 10px;
}
#zt-me-hello .me-social ul li a {
  color: #333333;
}
#zt-me-hello .me-social ul li a .fa {
  font-size: 130%;
}
#zt-music-sport .me-sport {
  display: inline-block;
  padding-top: 60px;
}
#zt-music-sport .me-sport .tainment {
  margin-bottom: 100px;
  padding-top: 20px;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  transition: all 0.3s linear 0s;
}
#zt-music-sport .me-sport .tainment:hover {
  border-bottom: 3px solid #333333;
  box-shadow: 0 3px 4px 2px rgba(171,171,171,0.2);
  transition: all 0.3s linear 0s;
}
#zt-music-sport .me-sport .tainment .sp-title {
  text-align: center;
  color: #333333;
}
#zt-music-sport .me-sport .tainment .sp-title .fa {
  font-size: 360%;
  width: 83px;
  height: 83px;
  padding-top: 20px;
  border: 1px solid #333333;
}
#zt-music-sport .me-sport .tainment .sp-title h3 {
  font-size: 180%;
  font-weight: bold;
  text-transform: uppercase;
}
#zt-music-sport .me-sport .tainment .sp-title hr {
  border-top: 4px solid #333333;
  width: 50px;
}
#zt-music-sport .me-sport .tainment .sp-context {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
}
#zt-music-sport .me-sport hr {
  width: 450px;
  border-color: #000000;
  clear: left;
}
#zt-testimonial {
  padding-top: 25px;
  padding-bottom: 50px;
}
#zt-testimonial #tm-context #ztTestimonial .info {
  padding-left: 20px;
}
#zt-testimonial #tm-context #ztTestimonial .info .col-md-3 {
  display: none;
}
#zt-testimonial #tm-context #ztTestimonial .info .name {
  font-size: 130%;
  font-weight: bold;
  margin-left: 45px;
}
#zt-testimonial #tm-context #ztTestimonial .info .position {
  font-size: 115%;
  font-style: italic;
  margin-left: 45px;
}
.fa-quote-left:before {
  color: #CB0000;
}
#ztTestimonial p.content-testimonial:before {
  border: 0;
}
#ztTestimonial p.content-testimonial {
  border: 0;
}
#ztTestimonial p.content-testimonial {
  font-size: 115%;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 25px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.foli {
  text-align: center;
}
.foli .foli-title h2 {
  font-size: 350%;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.foli .foli-title hr {
  border-color: #000000;
  width: 110px;
}
.foli .foli-intro {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
#zt-tabs #filter {
  text-align: center;
  margin-bottom: 40px;
}
#zt-tabs #filter button {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  background: #ffffff;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 0 1px;
  margin: 0 15px;
  color: #333333;
}
#zt-tabs #filter .active {
  border-bottom: 2px solid #a1a1a1;
}
#zt-tabs #posts {
  padding: 20px;
  max-width: auto !important;
  display: block;
  margin: auto;
}
#zt-tabs #posts .post {
  width: 17%;
  height: auto;
  margin-left: 2.2%;
  margin-bottom: 60px;
}
#zt-tabs #posts .post h2 {
  position: relative;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#zt-tabs #posts .post .post-content {
  position: relative;
}
#zt-tabs #posts .post .post-content p {
  opacity: 1;
  text-align: center;
  color: #000000;
  transform: none;
  width: auto;
}
#zt-tabs #posts .post .post-content .zt-category {
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}
#zt-tabs #posts .post .images {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}
#zt-tabs #posts .post .images:before {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  content: '';
  background: #291D17;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.7;
  -moz-opacity: 0.88;
  filter: alpha(opacity=88);
  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;
}
#zt-tabs #posts .post .images .view-zoom {
  display: inline-block;
  position: absolute;
  top: -100%;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 70px;
  transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
  -ms-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
}
#zt-tabs #posts .post .images .view-zoom .fa {
  color: #ffffff;
  font-size: 160%;
  transition: all 0.3s linear 0s;
}
#zt-tabs #posts .post .images .view-zoom .fa:hover {
  color: #a1a1a1;
  transition: all 0.3s linear 0s;
}
#zt-tabs #posts .post .images .view-zoom a {
  display: inline-block;
  margin: 0 15px;
  transition: all 0.3s linear 0s;
}
#zt-tabs #posts .post .images:hover:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  left: 0;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#zt-tabs #posts .post .images:hover .view-zoom {
  display: block;
  top: 50%;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.blog .article_content .introtext {
  text-align: initial;
}
.category .blog .item-image {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}
.category .blog .item-image img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.category .blog .item-image:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.category .blog .item-image:after {
  content: '+';
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.category .blog .item-image:hover:before {
  left: 0;
}
.category .blog .item-image:hover:after {
  top: 50%;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.category .blog .item-image:hover img {
  transform: scale(1.1);
  background: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.category .blog .article_content {
  padding: 0 0 70px 0;
  margin: 0 78px 20px 0;
  box-shadow: none;
  border-bottom: 1px solid #E7E7E7;
  border-top: 0;
}
.category .blog .article_content .article_icon {
  background: none;
}
.category .blog .article_content .article_icon i {
  display: none;
}
.category .blog .article_content .article_bottom {
  padding: 0;
  border: 0;
}
.category .blog .article_content .article_bottom .itemReadmore {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
  float: left;
  height: auto;
  padding: 2px 20px;
  font-size: 13.4px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
}
.category .blog .article_content .article_bottom .itemReadmore:before {
  display: none;
}
.category .blog .article_content .article_bottom .itemReadmore:after {
  margin-left: 6px;
  font-family: FontAwesome;
  content: "\f178";
  font-size: 120%;
}
.category .blog .article_content .article_bottom .itemReadmore:hover {
  border-color: #000000;
  color: ;
  background: #000000;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
.category .blog .article_content h3.title {
  margin-bottom: 45px;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 60px;
}
.category .blog .article_content h3.title a {
  color: #000000;
  font-size: 135%;
  text-align: left;
  letter-spacing: 3px;
  line-height: 45px;
  transition: all 0.3s linear 0s;
}
.category .blog .article_content h3.title a:hover {
  color: #a1a1a1;
  transition: all 0.3s linear 0s;
}
.category .blog .article_content .article-info {
  margin-bottom: 30px;
  width: 100%;
}
.category .blog .article_content .article-info dd {
  color: #A1A1A1;
  font-size: 115%;
}
.category .blog .article_content .article-info .published .icon-calendar {
  display: none;
}
.category .blog .article_content .article-info .published:before {
  font-family: FontAwesome;
  content: "\f017";
  padding-right: 20px;
  color: #000000;
  font-size: 115%;
}
.category .blog .article_content .article-info .createdby {
  float: right;
  line-height: 20px;
}
.category .blog .article_content .article-info .createdby:before {
  font-family: FontAwesome;
  content: "\f007";
  padding-right: 20px;
  color: #000000;
  font-size: 115%;
}
.category .blog .article_content .article-info .hits {
  float: right;
  margin-right: 30px;
}
.category .blog .article_content .article-info .hits .icon-eye-open {
  padding-right: 20px;
  color: #000000;
  font-size: 115%;
}
.category .blog .article_content p {
  color: #666666;
}
.category .blog .article_content .introtext {
  letter-spacing: 1px;
}
.category .blog .article_content .introtext .zt-des {
  color: #333333;
  font-weight: 500;
  margin-bottom: 35px;
}
.items-more {
  display: none;
}
.blog .article_content {
  border-color: #333333;
}
.blog .article_content h3 a {
  color: #333333;
  transition: all 0.3s linear 0s;
}
.blog .article_content h3 a:hover {
  color: #a1a1a1;
  transition: all 0.3s linear 0s;
  text-decoration: none;
}
.blog .article_content .article_icon {
  background: #333333;
}
.blog .article_content .article_bottom .itemReadmore {
  background: none;
  border: 2px solid #333333;
  color: #333333;
  height: auto;
  transition: all 0.3s linear 0s;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  border-color: #a1a1a1;
  color: #a1a1a1;
  background: #EBE4E4;
  transition: all 0.3s linear 0s;
}
.blog .article_content .article-info .createdby:before {
  font-family: "FontAwesome";
  content: "\f007";
  color: #a1a1a1;
  font-size: 115%;
}
.blog .article_content .article-info .icon-calendar {
  color: #a1a1a1;
}
#breadcrumb .breadcrumb {
  text-align: center;
  background: none;
}
#breadcrumb .breadcrumb li:first-child a.pathway {
  color: #ffffff;
}
#breadcrumb .breadcrumb li:first-child a.pathway:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #333333;
  left: 45px;
  position: relative;
}
#breadcrumb .breadcrumb li:first-child a.pathway:hover {
  color: #ffffff;
}
#breadcrumb .breadcrumb li:first-child a.pathway:hover:before {
  color: #a1a1a1;
}
#breadcrumb .breadcrumb li {
  letter-spacing: 1px;
  font-size: 135%;
}
#breadcrumb .breadcrumb li a.pathway {
  color: #333333;
}
#breadcrumb .breadcrumb li a.pathway:hover {
  color: #a1a1a1;
}
#breadcrumb .breadcrumb li span {
  color: #a1a1a1;
}
.categories .categories-list h3.page-header a {
  color: #333333;
  font-weight: bold;
  transition: all 0.3s linear 0s;
}
.categories .categories-list h3.page-header a:hover {
  color: #a1a1a1;
  transition: all 0.3s linear 0s;
}
.categories .categories-list h3.page-header .badge {
  display: none;
}
.categories .categories-list img {
  width: 100%;
  margin-bottom: 25px;
}
.categories .categories-list .category-desc {
  padding-bottom: 30px;
  border-bottom: 1px dotted #a1a1a1;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-size: 125%;
  line-height: 30px;
}
.categories .categories-list .last .category-desc {
  border: 0;
  margin-bottom: 60px;
}
.item-page .article_content {
  margin-bottom: 50px;
}
.item-page .introText h2 {
  font-size: 50px;
}
legend {
  width: auto;
  padding: 5px 20px;
  border: 1px solid #333333;
  font-size: 115%;
}
.search #searchForm .inputbox {
  margin: 0;
  transition: all 0.3s linear 0s;
}
.search #searchForm .inputbox:hover,
.search #searchForm .inputbox:focus {
  border-color: #cb0000;
  box-shadow: 0 0 6px #333333;
  transition: all 0.3s linear 0s;
}
.input-group-btn {
  float: left;
}
.input-group-btn > .btn {
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  color: #ffffff;
  width: 60px;
  border-radius: 0;
  transition: all 0.3s linear 0s;
}
.input-group-btn > .btn:hover {
  background: #a1a1a1;
  color: #ffffff;
  border-color: #a1a1a1;
  transition: all 0.3s linear 0s;
}
.word button.btn-primary {
  line-height: 16px;
  border-radius: 0;
  vertical-align: top;
  background: #e1e1e1;
  border-color: #e1e1e1;
  transition: all 0.3s linear 0s;
}
.word button.btn-primary:hover {
  background: #a1a1a1;
  border-color: #a1a1a1;
  transition: all 0.3s linear 0s;
}
.wrapper.offcanvas-push {
  transform: translate3d(-250px,0px,0px);
}
.offcanvas.active {
  left: auto;
  right: 0;
}
.offcanvas {
  background: #EBEBEB;
  width: 478px;
  z-index: 9888;
}
.offcanvas .sidebar-nav {
  top: 170px;
  width: 100%;
  padding-left: 50px;
}
.offcanvas .sidebar-nav ul li {
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
}
.offcanvas .sidebar-nav ul li a {
  color: #333333;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  border: 0;
  padding: 0;
  display: inline;
}
.offcanvas .sidebar-nav ul.nav-sub {
  background: #EBEBEB;
  padding-left: 20px;
  padding-top: 15px;
}
.offcanvas .sidebar-nav ul.nav-sub li a {
  text-transform: capitalize;
}
.offcanvas .sidebar-nav > ul > li.nav-active > a {
  border-bottom: 2px solid #333333;
  color: #333333;
  background: none;
}
.offcanvas .sidebar-nav ul li.nav-active > a {
  border-bottom: 2px solid #333333;
  color: #333333;
  background: none;
}
.icon-caret-down:before {
  content: "\f067" !important;
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 30px;
}
.icon-caret-up:before {
  content: "\f068" !important;
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 30px;
}
.offcanvas .sidebar-close {
  top: 70px;
  float: left;
  left: 30px;
  color: #000000;
}
.offcanvas .sidebar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 25px;
  padding-right: 10px;
}
#system-message-container .alert-error {
  display: none;
}
.fa-quote-left:before {
  content: "“";
  font-family: "Roboto Slab", serif;
  font-size: 95px;
  font-weight: bold;
  line-height: 73px;
  color: #d53434;
}
#ztTestimonial ol.carousel-indicators li.active {
  background-color: #333333;
  border-color: #333333;
}
.single_article_content .blog-head h1.blog-title {
  margin: 50px 0 !important;
}
#eblog-wrapper .item-image {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}
#eblog-wrapper .item-image img:hover {
  transform: none;
}
#eblog-wrapper .item-image img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#eblog-wrapper .item-image:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#eblog-wrapper .item-image:after {
  content: '+';
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
#eblog-wrapper .item-image:hover:before {
  left: 0;
}
#eblog-wrapper .item-image:hover:after {
  top: 50%;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#eblog-wrapper .item-image:hover img {
  transform: scale(1.1);
  background: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#eblog-wrapper .article_content {
  position: static;
  border-top: 0;
  box-shadow: none;
  margin: 0 0 15px;
  padding: 0 0 70px;
  border-bottom: 1px solid #e7e7e7;
  top: 0;
}
#eblog-wrapper .article_content .article_icon {
  display: none;
}
#eblog-wrapper .article_content h2.blog-title {
  margin: 75px 0 55px;
}
#eblog-wrapper .article_content h2.blog-title a {
  font-size: 27px;
}
#eblog-wrapper .article_content .blog-footer {
  padding: 0;
  border-top: 0;
  margin-bottom: 40px;
}
#eblog-wrapper .article_content .blog-footer .blog-taglist {
  display: none;
}
#eblog-wrapper .article_content .blog-footer .fa {
  font-size: 135%;
  content: #000000;
}
#eblog-wrapper .article_content .blog-footer .blog-infor {
  width: 100%;
}
#eblog-wrapper .article_content .blog-footer .blog-infor .in > span {
  color: #a1a1a1 !important;
  font-size: 15px;
  margin-right: 10%;
}
#eblog-wrapper .article_content .blog-footer .blog-infor .in > span a {
  color: #a1a1a1 !important;
  font-size: 15px;
}
#eblog-wrapper .article_content a.blog-readmore {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
  float: left;
  height: auto;
  padding: 8px 20px;
  font-size: 13.4px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
  transition: all 0.3s linear 0s;
}
#eblog-wrapper .article_content a.blog-readmore i {
  display: none;
}
#eblog-wrapper .article_content a.blog-readmore:before {
  display: none;
}
#eblog-wrapper .article_content a.blog-readmore:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 6px;
  font-size: 120%;
}
#eblog-wrapper .article_content a.blog-readmore:hover {
  border-color: #000000;
  color: ;
  background: #000000;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
#eblog-wrapper #ezblog-menu {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  padding: 40px 0;
  margin-top: 40px;
}
#eblog-wrapper #ezblog-head h1 {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image img {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image:after {
  content: '+';
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image:hover:before {
  left: 0;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image:hover:after {
  top: 50%;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-image:hover img {
  transform: scale(1.1);
  background: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta {
  padding: 0;
  margin: 0;
  border-top: 0;
  box-shadow: none;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-title {
  margin: 35px 0;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured-title a {
  font-size: 27px;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .featured_icon,
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta .blog-rating {
  display: none;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta a.featured-readmore {
  background: #ffffff;
  border: 2px solid #666666;
  color: #333333;
  float: left;
  height: auto;
  padding: 8px 20px;
  font-size: 13.4px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
  transition: all 0.3s linear 0s;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta a.featured-readmore i {
  display: none;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta a.featured-readmore:before {
  display: none;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta a.featured-readmore:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 6px;
  font-size: 120%;
}
#ezblog-body .featured-slider ul.featured-entries li.featured-item .featured-meta a.featured-readmore:hover {
  border-color: #000000;
  color: ;
  background: #000000;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
#ezblog-body #ezblog-label {
  display: inline;
}
#ezblog-body #ezblog-label h2 {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
}
#eblog-wrapper .list-pagination li * {
  line-height: 0;
  padding: 0;
}
#eblog-wrapper .eblog-pagination .list-pagination {
  border-top: 0;
}
#eblog-wrapper .eblog-pagination .list-pagination li:first-child {
  display: none;
}
#eblog-wrapper .eblog-pagination .list-pagination li {
  padding: 3px 10px;
  content: #7d7d7d;
  border: 1px solid #fff;
}
#eblog-wrapper .eblog-pagination .list-pagination li b,
#eblog-wrapper .eblog-pagination .list-pagination li a {
  color: #7d7d7d;
  padding: 0;
}
#eblog-wrapper .eblog-pagination .list-pagination li:hover {
  border: 1px solid #7d7d7d;
}
#eblog-wrapper .eblog-pagination .list-pagination li:hover a {
  border-top: 0;
  padding: 0;
}
#eblog-wrapper .eblog-pagination .list-pagination li.active {
  border: 1px solid #7d7d7d;
}
#eblog-wrapper .eblog-pagination .list-pagination li.active b {
  border-top: 0;
  padding: 0;
}
#eblog-dialog .mts,
#eblog-wrapper .mts {
  margin-top: 30px;
}
#eblog-dialog .mbm,
#eblog-wrapper .mbm {
  font-size: 15px;
  color: #999999;
}
#ezblog-menu .blog-navi {
  background: none;
}
#ezblog-menu .blog-navi li.toolbar-item {
  border: 0;
}
#ezblog-menu .blog-navi li.toolbar-item .fa {
  color: #999999;
  font-size: 125%;
}
#ezblog-menu .blog-navi li.toolbar-item .fa-home {
  color: #000000;
}
#ezblog-menu .blog-navi li.toolbar-item a:hover,
#ezblog-menu .blog-navi li.toolbar-item a:focus {
  background: none;
}
#ezblog-menu .blog-navi li.toolbar-item > form input.input {
  border-radius: 15px;
  border-color: #999999;
  height: 25px;
  margin: 0;
  padding: 0;
}
#ezblog-menu .blog-navi li.toolbar-search {
  margin-left: 15%;
}
#ezblog-menu .blog-navi li.toolbar-item > form button.submit-search {
  position: relative;
  right: 35px;
  border: 0;
}
#ezblog-menu .blog-navi #ezblog-search {
  width: 320px !important;
  padding-left: 15px;
}
#ezblog-menu .blog-navi li.toolbar-item.float-r {
  border: 0;
}
#ezblog-menu .blog-navi li.toolbar-item.float-r a:hover,
#ezblog-menu .blog-navi li.toolbar-item.float-r a:focus {
  background: none;
}
#ezblog-menu .blog-navi .user-form {
  border: 0;
  border-top: 2px solid #666666;
  top: 40px;
  width: 220px;
}
#ezblog-menu .blog-navi .user-form .clearfix:before {
  font-family: "FontAwesome";
  content: "\f0de";
  color: #666666;
  font-size: 20px;
  float: right;
  padding-right: 18px;
}
#ezblog-menu .blog-navi .user-form .clearfix .mts {
  margin-top: 10px;
}
#ezblog-menu .blog-navi .user-form label {
  font-size: 13px;
  color: #999999;
  font-weight: 400;
}
#ezblog-menu .blog-navi .user-form label a {
  color: #a1a1a1 !important;
}
#ezblog-menu .blog-navi .user-form .remember {
  padding-top: 10px;
}
#ezblog-menu .blog-navi .user-form form .input {
  width: 100%;
  min-height: 24px;
  height: 24px;
}
#ezblog-menu .blog-navi .user-form form #remember {
  margin-top: 2px;
}
#ezblog-menu .blog-navi .user-form form .button {
  background: #333333 !important;
  font-family: "Roboto Slab", serif;
  padding: 5px 15px;
  border-color: #333333;
  border-radius: 0;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
#ezblog-menu .blog-navi .user-form form .button:hover {
  background: #ffffff !important;
  color: #333333;
  transition: all 0.3s linear 0s;
}
#ezblog-body .featured-more {
  width: auto;
  text-indent: inherit;
  font-size: 15px;
  background: none;
  color: #999999;
}
#ezblog-body .featured-more:hover {
  color: #a1a1a1;
}
.article-info .tags {
  display: none;
}
.tag-category ul.list-striped li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.tag-category ul.list-striped li .item-image {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}
.tag-category ul.list-striped li .item-image img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.tag-category ul.list-striped li .item-image:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.tag-category ul.list-striped li .item-image:after {
  content: '+';
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.tag-category ul.list-striped li .item-image:hover:before {
  left: 0;
}
.tag-category ul.list-striped li .item-image:hover:after {
  top: 50%;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.tag-category ul.list-striped li .item-image:hover img {
  transform: scale(1.1);
  background: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.tag-category ul.list-striped li h3 {
  margin: 60px 0;
  color: #000000;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 45px;
  text-align: left;
  transition: all 0.3s linear 0s;
}
.tag-category ul.list-striped li h3 a {
  color: #000000;
  text-transform: uppercase;
}
.tag-category ul.list-striped li h3 a:hover {
  color: #a1a1a1;
}
.tag-category ul.list-striped li .tag-body {
  letter-spacing: 1px;
  font-size: 16.4px;
  font-weight: 300;
}
.tag-category ul.list-striped li .tag-body .zt-des {
  color: #333333;
  font-weight: 500;
  margin-bottom: 35px;
}
.detai-text {
  letter-spacing: 1px;
  color: #666666;
}
.detai-text a {
  color: #7ddeff;
}
.detai-text h3,
.detai-text h4,
.detai-text h5,
.detai-text h6 {
  font-weight: 800;
  color: #000000;
}
.detai-text h3 {
  font-size: 30px !important;
}
.detai-text h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.detai-text h5 {
  font-size: 18px;
  margin: 40px 0;
}
.detai-text .f-20 {
  font-size: 18px;
  margin: 40px 0;
  font-weight: bold;
  font-style: italic;
}
.detai-text .f-bold {
  font-weight: 500;
  margin-bottom: 35px;
}
.detai-text .f-40x {
  margin: 40px 0;
}
.detai-text .u-li {
  margin-bottom: 40px;
  padding-left: 40px;
}
.detai-text .ct-bor {
  border-left: 4px solid #eeeeee;
  margin: 40px 0 40px 40px;
  padding-left: 40px;
  font-style: italic;
  font-weight: 500;
}
.detai-text .bor-name {
  padding-left: 80px;
  font-weight: 800;
  margin-bottom: 40px;
}
.word {
  padding: 20px;
}
.word input[type="text"] {
  margin-bottom: 0;
}
.wrapper:after {
  background: none;
}
#zo2-header-sticky-wrapper {
  height: auto !important;
}
#zo2-header-sticky-wrapper #zo2-header-sticky-wrapper {
  height: auto !important;
}
.is-sticky #zo2-header {
  background-color: #000000;
  opacity: 0.5;
}
select {
  font-size: 101%;
}
#zo2-footer .copyright {
  display: none;
}
.article-info .article-info-inner {
  margin-bottom: 35px;
}
.item-page .article_content .article-info .article-info-inner > div {
  margin-right: 15%;
}
#zo2-footer #copyright .footer {
  padding: 0;
}
#zo2-footer #copyright a.footer_zo2_logo {
  display: block;
  width: 100%;
  text-align: center;
}
#zo2-footer #copyright a.footer_zo2_logo img {
  float: none;
}
#gototop {
  position: absolute;
  bottom: auto;
  top: -369px;
  right: 48%;
  background: none;
}
#gototop:hover {
  background: none;
}
#gototop i {
  color: #d7d7d7;
  font-size: 250%;
  display: none;
}
#zo2-footer {
  background: #ffffff;
}
.transition {
  transition: all 0.3s linear 0s;
}
.radius5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.radius0 {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
}
.radius100 {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.transform360 {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
