@import 'megamenu.less';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
input[type="submit"],
input[type="button"],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  text-shadow: none;
  color: #7d7d7d;
  min-height: 30px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 4px 6px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
dt,
dd {
  color: #858585;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 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;
}
.tags {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.tags span {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}
.tags span a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #555;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tags span a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -11px;
  width: 0;
  height: 0;
  border-color: transparent #555 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.tags span a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.tags span a:hover {
  background: #7FBE54 !important;
}
.tags span a:hover:before {
  border-color: transparent #7FBE54 transparent transparent;
}
ul.list-striped {
  list-style: none;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img,
.img_caption img {
  max-width: 100%;
  overflow: hidden;
  max-width: auto;
}
.ie8 .img-intro-left img,
.ie8 .img-intro-right img,
.ie8 .img-intro-none img,
.ie8 .item-image img,
.ie8 .img-fulltext-right img,
.ie8 .img-fulltext-left img
.ie8 .img-wrapper,
.ie8 .img_caption img {
  max-width: auto !important;
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: inline-block;
}
.item-page .img-wrapper {
  margin-top: 6px;
}
.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
  background: none;
}
.img_caption.left,
.img-intro-left,
.pull-left.item-image {
  float: left;
  margin: 20px 0;
}
.img_caption.right,
.img-intro-right,
.pull-right.item-image {
  float: right;
  margin-left: 20px;
}
.img-intro-none,
.img-fulltext-none,
.pull-none.item-image,
.img_caption.none {
  float: none;
}
div.img_caption {
  position: relative;
  width: 100%;
  height: 100%;
}
p.img_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
  z-index: 15;
}
.img-intro-left,
.img-intro-right,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.item-image,
.img_caption {
  max-width: 100%;
  display: block;
}
.image-backdrop {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.img-wrapper a:hover .image-backdrop {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.img-intro-btn {
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 45%;
  width: 40px;
  height: 40px;
  z-index: 5;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}
.img-wrapper a:hover .img-intro-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.items-row {
  margin-bottom: 30px;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Serif;
}
.homepage h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.readmore {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: capitalize;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  background: none repeat scroll 0 0 #7fbe54;
  color: #fff;
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.items-more .nav-tabs {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.items-more .nav-tabs.nav-stacked li a {
  padding: 3px 0;
  border: 0;
}
.items-more .nav-tabs.nav-stacked li a:hover {
  background: #f8f8f8;
}
.items-leading >div {
  border-bottom: 1px solid #e7e7e7;
  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: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
ul.menu li {
  display: inline-block;
}
.alert p {
  margin: 0;
}
.alert .close {
  right: -40px;
  font-size: 28px;
}
.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;
}
.contact-form span.icon-ok-circle {
  position: relative;
  margin-top: -1px;
  padding-right: 5px;
  opacity: 0.8;
}
.contact-form .message-form {
  display: block;
  margin-top: 10px;
}
.contact-form .contact-fields,
.contact-form .message-input {
  display: block;
  width: 98%;
}
.contact-form .message-input textarea {
  width: 100%;
  height: 250px;
}
.contact-form .send-btn,
.contact-form .email-copy {
  padding: 10px 0 0 0;
}
.contact-form .email-copy-label {
  float: left;
}
.contact-form .email-copy-label label {
  margin: 8px 8px 8px 0;
  padding-left: 12px;
  font-size: 11px;
  color: #999;
}
.contact-form .email-copy-input {
  float: left;
}
.contact-form .email-copy-input input[type="checkbox"] {
  height: 15px;
  width: 15px;
  padding: 0;
  vertical-align: middle;
  margin: 12px 0px 8px 0px;
  border: 1px solid #A5A5A5;
}
.name-label label {
  font-weight: bold;
}
.email-label label {
  font-weight: bold;
}
.subject-label {
  margin-top: 10px;
}
.subject-label label {
  font-weight: bold;
}
.message-label label {
  font-weight: bold;
}
.name-input,
.email-input,
.subject-input,
.message-form {
  margin-right: 15px;
}
.filter-search.alert.alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  background-image: none;
  padding: 20px;
}
.search-results .result-title {
  margin-top: 24px;
}
.search dt.result-title {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
#searchForm fieldset {
  margin: 20px 0;
}
#search-results ul.search-results {
  list-style-type: none;
}
#search-results ul.search-results li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}
#mod-finder-searchform.form-search {
  position: relative;
  margin: 0;
  padding: 0;
}
#mod-finder-searchform.form-search button {
  padding: 5px 10px;
  border: 0;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-indent: -9999px;
}
#mod-finder-searchform.form-search input {
  padding: 8px 40px 8px 12px;
  font-size: 11px;
  color: #b2b2b2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform.form-search input.input-medium {
  width: 170px;
}
#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
  padding: 8px 60px 8px 12px;
  border: 1px solid #aaa;
  color: #565656;
}
.search-module {
  position: relative;
  margin: 0;
  padding: 0;
}
.search-module button {
  padding: 5px 10px;
  border: 0;
  display: block;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.search-module button span {
  text-indent: -9999px;
}
.search-module input {
  font-size: 11px;
  color: #b2b2b2;
  width: 170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.search-module input:hover,
.search-module input:focus {
  border: 1px solid #000;
  color: #565656;
}
.edit .btn-toolbar {
  margin: 10px 0;
}
.edit .nav {
  border: none;
  margin: 10px 0 20px;
}
.edit .nav li a {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.edit .nav li.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;
}
.well {
  background-color: #f5f5f5;
  padding: 10px;
}
div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn-drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_language_chzn.chzn-container div.chzn-drop {
  width: 280px !important;
}
form#imageForm.form-vertical div.well div.row div div.control-label label.control-label,
form#imageForm.form-vertical div.well div.row div div.control-label label,
form#imageForm.form-vertical div.well div.row div div.controls p.help-block,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block,
body.contentpane form table tbody tr td.key {
  font-family: Tahoma, Verdana, sans-serif !important;
}
div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  width: 280px !important;
  padding: 0px !important;
}
iframe html body.contentpane form#adminForm.form-inline {
  background-color: #FF9900;
}
div#editor-xtd-buttons.btn-toolbar.pull-left {
  margin-top: 10px;
}
a.modal-button.btn,
div.btn-toolbar a.btn,
form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary,
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip,
body.contentpane button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #FFF;
  background-color: #1085DE;
  border: 1px solid #1085DE;
}
form#imageForm.form-vertical div.well div.row div.pull-right button.btn,
button#upload-submit.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1085DE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
}
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
  clear: both;
}
form#adminForm.form-inline table.table thead tr th.title,
form#adminForm.form-inline table.table thead tr th.center a.hasTip {
  float: left;
}
form#adminForm.form-inline table.table thead tr th.center {
  width: 10% !important;
}
form#adminForm.form-inline fieldset.filter div.filters,
form#adminForm.form-inline fieldset.filter hr.hr-condensed {
  clear: both;
  margin: 10px 0;
}
ul.manager.thumbnails li.imgOutline {
  float: left;
  padding: 10px;
}
body.contentpane form table tbody tr td.key {
  text-align: left;
}
@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.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show  .caret,
  .zo2-megamenu .sub-hidden-collapse > .nav-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    border-top: 1px solid #999;
  }
  .zo2-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .zo2-module {
    margin-bottom: 0;
  }
  .zo2-megamenu .mega-nav > li a,
  .zo2-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  #zo2-header-wrap #zo2-mega-menu {
    display: none;
  }
  body #zo2-top-language {
    margin-top: 0;
    text-align: center;
  }
  #standard-logo {
    text-align: center;
  }
  #standard-logo img {
    margin: auto;
  }
  #style-switcher {
    margin-top: 50px;
  }
  #zo2-canvas-wrap {
    display: inline-block;
    position: relative;
    top: -41px;
  }
  #zo2-canvas-wrap .button-canvas {
    cursor: pointer;
  }
}
@media screen and (max-width: 990px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
}
.zo2-wrapper .nav>li>a {
  padding: 6px 0;
}
.zo2-wrapper .zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: none;
}
.zo2-wrapper .dropdown-menu {
  font-size: 12px;
  border-radius: 0;
}
.zo2-wrapper nav.zo2-menu .navbar-nav > li > a {
  font-family: open sans;
  font-size: 125%;
}
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav li .group-title {
  font-family: open sans;
  font-size: 135%;
  border-bottom: none;
}
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav li .group-title:hover {
  text-indent: 0;
}
.zo2-wrapper .zo2-megamenu .mega.open >.mega-dropdown-menu {
  top: 40px;
  padding: 0 20px;
}
.zo2-wrapper .zo2-megamenu .mega.open >.mega-dropdown-menu:before {
  content: "\f0d8";
  font-family: FontAwesome;
  top: -14px;
  position: absolute;
  left: 0;
  padding: 0 35px;
  font-size: 160%;
}
.zo2-wrapper .zo2-megamenu .mega-nav >li,
.zo2-wrapper .zo2-megamenu .dropdown-menu .mega-nav >li {
  padding: 0;
}
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav li {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav ul.mega-nav li a:hover,
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav ul.mega-nav li a:active,
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav ul.mega-nav li a:focus {
  text-indent: 10px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.zo2-wrapper .zo2-megamenu .mega-inner {
  padding: 0;
}
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav li a:hover {
  text-indent: 10px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.zo2-wrapper .navbar-nav {
  float: right;
}
.zo2-wrapper nav.zo2-menu {
  padding: 35px 0 20px 0;
}
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav li {
  border-bottom: 1px solid #e2e1e2;
}
.zo2-wrapper nav.zo2-menu .navbar-nav ul.mega-nav li:last-child {
  border: none;
}
.zo2-wrapper .zo2-menu ul li {
  padding: 0;
}
.zo2-wrapper nav.zo2-menu .navbar-nav > .open a {
  color: #2d2d2d;
}
nav.zo2-menu .navbar-nav ul.mega-nav ul.mega-nav li a {
  color: #2d2d2d;
  text-indent: 0;
}
.sidebar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
.offcanvas .sidebar-close:hover {
  text-decoration: none;
}
.rtl .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .zo2-megamenu .mega.open >.mega-dropdown-menu {
  top: 40px;
  padding: 0 20px;
}
.rtl .zo2-megamenu .mega.open >.mega-dropdown-menu:before {
  content: "\f0d8";
  font-family: FontAwesome;
  top: -14px;
  position: absolute;
  right: 0;
  left: auto;
  padding: 0 35px;
  font-size: 160%;
}
.offcanvas {
  background-color: #333333;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  opacity: 0;
  left: -50%;
  width: 49%;
  height: 100%;
}
.offcanvas .sidebar-close {
  color: #ccc;
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 42px;
  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.offcanvas .sidebar-close::before {
  content: "\f00d";
}
.offcanvas .sidebar-close:hover {
  color: #fff;
}
.offcanvas.active {
  left: 0;
  opacity: 1;
}
.zo2-wrapper {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  padding-left: 0;
  padding-right: 0;
}
.zo2-wrapper:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.2);
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.zo2-wrapper.offcanvas-push {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transform: translate3d(350px,0,0);
  -webkit-transform: translate3d(350px,0,0);
  -ms-transform: translate3d(350px,0,0);
  -o-transform: translate3d(350px,0,0);
  overflow: hidden;
}
.zo2-wrapper.offcanvas-push:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  width: 100%;
  height: 100%;
}
body.overflow-hidden {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offcanvas-overlay {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  opacity: 0.5;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
}
.offcanvas {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 350px;
  transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  -o-transform: translateX(-350px);
}
.offcanvas .sidebar-nav {
  left: 0;
  margin: 0;
  position: absolute;
  top: 42px;
  width: 100%;
}
.offcanvas .sidebar-nav ul li {
  list-style: none;
}
.offcanvas .sidebar-nav ul li a {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  color: #939393;
  display: block;
  text-decoration: none;
  padding: 11px 0;
  font-size: 13px;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.offcanvas .sidebar-nav ul li a:hover {
  color: #fff;
}
.offcanvas .sidebar-nav ul.nav-sub {
  margin-left: 20px;
}
.offcanvas .sidebar-nav > ul > li.nav-active > a {
  color: #fff;
}
.offcanvas .sidebar-nav > ul > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.15);
}
.offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-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 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-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 > * {
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
}
.nav-parent {
  position: relative;
}
.nav-parent > .nav-oc-toggle {
  border-top: 1px solid rgba(0,0,0,0.15);
  font-size: 15px;
  line-height: 42px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  width: 42px;
  height: 42px;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f107";
}
.button-canvas {
  cursor: pointer;
  display: block;
  padding-top: 10px;
}
.rtl .offcanvas {
  right: 0;
  left: inherit;
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
}
.rtl .offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.rtl .zo2-wrapper.offcanvas-push {
  transform: translate3d(-350px,0px,0px);
  -webkit-transform: translate3d(-350px,0px,0px);
  -ms-transform: translate3d(-350px,0px,0px);
  -o-transform: translate3d(-350px,0px,0px);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.rtl .offcanvas .sidebar-nav ul {
  margin-left: 0;
  padding-left: 0;
}
.rtl .nav-parent > .nav-oc-toggle {
  left: 0;
  right: auto;
  transform: rotate(90deg);
}
.rtl .offcanvas .sidebar-nav {
  padding-left: 0;
  padding-right: 20px;
}
.zo2-megamenu .mega-group .mega-nav {
  margin: 0;
}
h3.moduletitle {
  background: url("../images/module-title-line.jpg") no-repeat left bottom;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px;
  padding-bottom: 25px;
  color: #2d3d51;
}
#zo2-bottom-1-wrap h3.moduletitle,
#zo2-bottom2 h3.moduletitle {
  background: url("../images/module-title-line-dark.jpg") no-repeat left bottom;
  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;
}
.zt-unordered-lists li {
  list-style: none;
  padding: 2px 0;
}
.zt-unordered-lists li i,
.zt-unordered-lists li [class*="fa-"] {
  font-size: 14px;
  width: 20px;
}
.zt-typo-inside blockquote {
  border: none;
  font-style: italic;
  margin: 20px 0;
}
.zt-typo-inside blockquote p {
  font-size: 100%;
}
.zt-typo-inside blockquote small:before {
  content: "";
}
.zt-typo-inside blockquote div {
  display: block;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i {
  color: #CACACA;
  font-size: 14px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i.fa-quote-left {
  bottom: 30px;
  left: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i.fa-quote-right {
  top: 30px;
  right: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i {
  color: #CACACA;
  font-size: 14px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i.fa-quote-left {
  top: 30px;
  left: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i.fa-quote-right {
  top: 30px;
  right: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote3 i.fa-quote-left {
  bottom: 30px;
  left: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote3 i.fa-quote-right {
  top: 30px;
  right: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  padding: 0 48px;
}
.zt-typo-inside blockquote div.zt-blockquote4 i.fa-quote-left {
  top: 30px;
  left: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote4 i.fa-quote-right {
  top: 30px;
  right: 50px;
}
.zt-typo-inside blockquote div i {
  position: absolute;
}
.zt-typo-boxes-inside > p {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-typo-boxes-inside > p i {
  font-size: 19px;
  width: 30px;
  text-align: center;
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: 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;
}
body {
  line-height: 20px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #4e4d4d;
  background-color: #fff;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  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 {
  text-decoration: none;
}
p {
  margin: 12px 0;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
body.boxed .zo2-wrapper {
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  padding: 0;
}
body.boxed .zo2-wrapper .is-sticky #zo2-header-wrap {
  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;
}
nav.zo2-menu {
  background: none;
  border: none;
  margin: 13px 0;
  min-height: inherit;
}
nav.zo2-menu .navbar-nav > li {
  line-height: 16px;
}
nav.zo2-menu .navbar-nav > li >a {
  padding: 0 20px;
  color: #323232;
}
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;
}
.sidebar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: rgba(255,255,255,0.5);
}
body {
  color: #202020;
}
body .container {
  background: #FFFFFF;
  color: #202020;
}
.item a {
  color: #F05A28;
}
.item a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 200% !important;
}
h2 {
  font-size: 175% !important;
}
h3 {
  font-size: 150% !important;
}
h4 {
  font-size: 140%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 100%;
}
#standard-logo {
  padding: 25px 13px 25px 13px;
}
.logo_normal {
  display: block;
}
.zo2-wrapper .is-sticky #zo2-header-wrap {
  background: none;
  position: relative;
  z-index: 456;
  width: 100%;
  box-shadow: 0 2px 5px -2px #202020;
}
#zo2-top-language {
  margin-top: 48px;
}
#zo2-top-language div.mod-languages ul.lang-inline li {
  display: inline-block;
}
#zo2-slide-wrap .container {
  padding: 0 30px;
}
#zo2-slide-wrap .container .fullwidthbanner-container {
  padding: 0 !important;
  background: #ffffff !important;
}
#zo2-slide-wrap .container .slotholder {
  padding: 2px;
  border: 1px solid #E6E6E6;
}
#zo2-slide-wrap .container .ntitle {
  background: url("../images/shadow.png");
  color: #FFFFFF;
  padding: 5px 120px;
}
#zo2-slide-wrap .container .nivo-left {
  background: url("../images/shadow.png");
  color: #FFFFFF;
  padding: 5px 12px;
}
#zo2-slide-wrap .container .nivo-left .fa {
  font-size: 200%;
}
#zo2-slide-wrap .container a:hover {
  text-decoration: none;
}
#zo2-slide-wrap .container .caption-content {
  width: 40%;
  background: url("../images/shadow.png");
  padding: 10px 19px 10px 18px;
}
#zo2-slide-wrap .container .caption-content p {
  white-space: pre-wrap;
  color: #FFFFFF;
  font-size: 136%;
  font-family: Yanone;
}
#zo2-slide-wrap .container .caption-title h2 {
  color: #FFFFFF;
}
#zo2-slide-wrap .container .caption-con {
  width: 40%;
}
#zo2-slide-wrap .container .caption-con p {
  white-space: pre-wrap;
  color: #FFFFFF;
  font-size: 136%;
  font-family: Yanone;
}
#zo2-slide-wrap .container .tp-caption a {
  color: #FFFFFF;
}
#zo2-slide-wrap .container .cap_main {
  width: 40%;
}
#zo2-slide-wrap .container .cap_main p {
  color: #FFFFFF;
  font-size: 150%;
  white-space: pre-wrap;
}
#zo2-slide-wrap .container .cap_button .button {
  padding: 10px 15px;
  border: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
#zo2-slide-wrap .container .cap_button .button:hover {
  background-color: #000000;
}
#zo2-slide-wrap .tp-rightarrow.default {
  background: url("../images/shadow.png");
  right: 3px !important;
  height: 60px;
  width: 60px;
  padding: 18px 0 0 20px;
}
#zo2-slide-wrap .tp-rightarrow.default::before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 500%;
  color: #FFFFFF;
}
#zo2-slide-wrap .tp-rightarrow.default:hover {
  background-color: #212931;
}
#zo2-slide-wrap .tp-leftarrow.default {
  background: url("../images/shadow.png");
  left: 3px !important;
  height: 60px;
  width: 60px;
  padding: 18px 0 0 20px;
}
#zo2-slide-wrap .tp-leftarrow.default::before {
  content: "\f104";
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 500%;
  color: #FFFFFF;
}
#zo2-slide-wrap .tp-leftarrow.default:hover {
  background-color: #212931;
}
img {
  max-width: 100%;
}
.item-image {
  width: 100%;
}
.item-image img {
  width: 100%;
}
.moduleItemImage {
  display: block;
  padding: 2px;
  border: 1px solid #E6E6E6;
}
.moduleItemIntrotext {
  color: #202020;
}
#zo2-hello div.moduletable {
  display: inline-block;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 35px;
}
#zo2-hello h3.moduletitle {
  margin-top: 15px;
  padding: 0 0 15px 15px;
  text-transform: uppercase;
}
#zo2-bottom-1-wrap .container {
  padding-top: 25px;
  padding: 20px 30px 0 30px;
}
#zo2-bottom-1-wrap .title2 {
  color: #202020;
}
#zo2-bottom-1-wrap h3.moduletitle {
  background: none;
  padding-bottom: 15px;
  text-transform: uppercase;
}
#zo2-bottom-1-wrap .about .modulecontent {
  max-width: 100%;
}
#zo2-bottom-1-wrap .about .modulecontent img {
  margin: 0;
  padding: 2px;
  border: 1px solid #E6E6E6;
}
.homepage .items-leading > div {
  float: left;
  width: 30%;
  display: block;
  clear: none;
  margin-left: 55px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.homepage .items-leading > div:first-child {
  margin-left: 0;
}
.homepage .items-leading > div img {
  padding: 2px;
  border: 1px solid #E6E6E6;
}
.homepage #user-inner,
.homepage #user-inner1 {
  display: none;
}
.homepage .items-leading {
  border-bottom: 1px solid #DDDDDD;
}
.homepage .page-header {
  padding-bottom: 0;
}
.homepage .page-header h1 {
  text-transform: uppercase;
  padding: 12px 0;
  font-size: 150% !important;
}
.homepage .item-image {
  margin: 0;
  width: 100%;
}
.homepage .item-image img {
  width: 100%;
  margin-bottom: 20px;
}
.homepage h2.item-title {
  text-align: left;
  color: #202020;
  clear: left;
  padding: 15px 0 10px 0;
  font-size: 150% !important;
}
.homepage h2.item-title a:hover {
  text-decoration: none;
  color: #202020;
  transition: all 0.8s linear 0s;
  -webkit-transition: all 0.8s linear 0s;
}
#zo2-breadcrumb-wrap .breadcrumb {
  background: none;
}
#zo2-breadcrumb-wrap .breadcrumb li {
  padding-left: 0;
  padding-right: 10px;
}
#zo2-breadcrumb-wrap .breadcrumb li .divider {
  display: none;
}
ul.menu2 li.current,
ul.weblinks li:hover,
ul.mostread li:hover,
ul.latestnews li:hover,
ul.menu2 li:hover {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: none;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
ul.weblinks li a,
ul.mostread li a,
ul.latestnews li a,
ul.menu2 li a {
  background: none;
}
ul.weblinks li a::before,
ul.mostread li a::before,
ul.latestnews li a::before,
ul.menu2 li a::before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
}
ul.weblinks li,
ul.mostread li,
ul.latestnews li,
ul.menu2 li {
  background: none;
}
h3.moduletitle {
  background: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
ul.weblinks li,
ul.mostread li,
ul.latestnews li,
ul.menu2 li {
  height: 30px;
  padding: 0;
}
.right .module {
  margin: 0 0 20px 0;
}
.right .userdata {
  margin-top: 20px;
}
.zo2-wrapper .latestnews .col-md-3 {
  padding: 0;
}
.zo2-wrapper .latestnews .col-md-3 img {
  width: 66px;
  height: 40px;
  padding: 2px;
  border: 1px solid #E6E6E6;
}
.zo2-wrapper .latestnews li {
  margin-bottom: 10px;
  height: auto;
}
.zo2-wrapper .latestnews li a {
  line-height: 15px;
}
.zo2-wrapper .latestnews li a:before {
  content: none !important;
}
.zo2-wrapper .latestnews li a:hover {
  text-indent: 0;
  color: #202020;
}
.zo2-wrapper .latestnews li:hover {
  text-indent: 0;
  margin: 0 0 10px 0;
}
.zo2-wrapper .latestnews .moduleItemDateCreated {
  font-style: italic;
  color: #adadad;
}
.zo2-wrapper .right .moduletable {
  display: inline-block;
  margin-bottom: 20px;
}
.zo2-wrapper .page-header + div + .article-info {
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  width: 98%;
}
.zo2-wrapper .page-header + div + .article-info span {
  font-weight: 300;
  font-size: 12px;
}
.zo2-wrapper .fa {
  font-size: 14px;
}
.zo2-wrapper dl {
  margin: 5px 0;
}
.zo2-wrapper dd {
  color: #202020;
  font-size: 12px;
}
.zo2-wrapper .hits {
  float: right;
}
.zo2-wrapper .article-info .article-info-inner {
  width: 100%;
  text-align: center;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 3px 0;
}
.right label,
.right input,
.right button,
.right select,
.right textarea,
.left label,
.left input,
.left button,
.left select,
.left textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.right #login-form .controls label,
.left #login-form .controls label {
  font-size: 14px;
  text-transform: capitalize;
}
.right input[type="text"],
.left input[type="text"] {
  width: 100%;
  height: 30px;
  border-radius: 3px;
}
.right input[type="text"]:hover,
.left input[type="text"]:hover {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.right input[type="text"]:focus,
.left input[type="text"]:focus {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.right input[type="password"],
.left input[type="password"] {
  width: 100%;
  height: 30px;
  border-radius: 3px;
}
.right input[type="password"]:hover,
.left input[type="password"]:hover {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.right input[type="password"]:focus,
.left input[type="password"]:focus {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.right input[type="checkbox"],
.left input[type="checkbox"] {
  width: auto;
  float: left;
  margin: 0 10px !important;
}
.right .unstyled li,
.left .unstyled li {
  padding: 0;
  clear: left;
  font-size: 12px;
}
.right .unstyled li a,
.left .unstyled li a {
  color: #202020;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  font-size: 12px;
}
.right .unstyled li a:hover,
.left .unstyled li a:hover {
  display: inline-block;
}
.left ul.menu li a {
  line-height: 12px;
}
.left ul.menu li a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
}
.left h3.moduletitle {
  padding: 0 0 15px 0;
  text-transform: uppercase;
}
.left div.moduletable {
  padding: 0 0 15px 0;
}
.message #component .container {
  width: 100%;
}
.modal {
  display: block;
}
div.itemImage img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  margin: 0;
  padding: 4px;
}
#sbox-content {
  height: auto;
}
.item div#sbox-window.shadow {
  height: auto !important;
  width: auto !important;
}
div.iheader {
  display: block;
}
div.iheader div.catItemCommentsLink {
  width: auto;
  display: block;
}
#user-inner .container,
#user-inner1 .container {
  padding: 30px;
  padding-top: 0;
}
#user-inner .container .row,
#user-inner1 .container .row {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}
#user-inner .container .modulecontent img,
#user-inner1 .container .modulecontent img {
  width: 100%;
  border: 1px solid #E6E6E6;
  padding: 2px;
}
.page-header {
  padding-bottom: 0;
}
.page-header h1 {
  margin-top: 0;
}
.page-header h2 {
  font-size: 140% !important;
  text-transform: uppercase;
}
#zo2-body-wrap .container {
  padding: 0 15px;
}
#zo2-body-wrap .container .item-page .pull-left {
  padding-left: 0;
}
#zo2-body-wrap .container .item-page .pull-left width: 100%
            img {
  width: 100%;
  border: 1px solid #E6E6E6;
  padding: 2px;
}
ul.list-striped .tag-body p {
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 0;
  padding-bottom: 20px;
}
ul.list-striped img {
  padding: 4px;
  border: 1px solid #DDDDDD;
}
.blog .createdby {
  margin-right: 27%;
}
.blog .createdby:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 14px;
}
.blog img {
  padding: 2px;
  border: 1px solid #DDDDDD;
}
.blog .subheading-category {
  text-transform: uppercase;
}
.categories-list img {
  padding: 4px;
  border: 1px solid #DDDDDD;
}
.categories-list .page-header {
  padding: 20px 0 0;
}
.categories-list .page-header a {
  color: #202020;
}
.category .readmore {
  background: none;
  margin: 0;
  padding: 0;
}
.category .readmore:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.category .readmore:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.category .readmore .btn {
  padding: 0;
}
.category .items-more {
  display: none;
}
.article-info {
  padding: 5px 0;
}
.article-info span {
  font-weight: normal;
}
.items-row {
  margin-bottom: 10px;
}
.items-row .item {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
}
.pagination {
  width: 100%;
  margin: 0 0 20px 0;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: none;
  color: #202020;
}
.pagination>li>a:hover {
  background: none;
}
ul.pagination li span {
  font-size: 100%;
  line-height: 33px;
}
ul.pagination li {
  padding-left: 15px;
  margin: 0;
}
.counter {
  text-align: center;
  color: #999999;
  margin: 0;
}
code {
  white-space: nowrap;
}
blockquote p {
  font-size: 12px;
  line-height: inherit;
  padding-left: 15px;
}
.bs-example .btn-primary {
  margin-top: 0;
}
.bs-example input[type="button"] {
  margin-bottom: 0;
}
.bs-example input[type="submit"] {
  margin-bottom: 0;
}
.highlight {
  margin-top: 10px;
}
.show-grid [class*="col-md-"] {
  background-color: #EEEEEE;
  border-radius: 3px;
  line-height: 30px;
  min-height: 30px;
  text-align: center;
}
.show-grid [class*="col-md-"]:first-child {
  margin-left: 0;
}
.show-grid .col-md-4 {
  width: 31.6239%;
  margin-left: 20px;
}
.show-grid .col-md-3 {
  width: 23.0769%;
  margin-left: 20px;
}
.show-grid .col-md-8 {
  width: 65.812%;
}
.modal {
  display: none;
  position: absolute !important;
}
.lightbox-modal {
  margin: 20px 40px 0 0;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 4px 1px #ECECEC;
}
.modal-header {
  border: none;
  padding: 3px 3px 0 0;
}
.modal-footer {
  border: none;
  display: none;
}
.alert {
  background-color: none;
  margin: 20px 0 0 0;
}
code {
  color: #202020;
  background: none;
}
.jscript {
  padding-left: 10px;
}
#component .tab-content {
  border: 1px solid #EEEEEE;
  padding: 10px 20px;
}
#component .item-page .nav-tabs > li {
  display: block;
  float: left;
  width: auto;
  margin: 0 0 -1px 0;
}
#component .item-page .nav-tabs > li > a {
  border: 1px solid #EDECEC;
  background-color: #f8f8f8;
  font-size: 14px;
  padding: 8px 15px;
  text-transform: uppercase;
  color: #202020;
}
#component .nav-tabs > li.active > a,
#component .nav-tabs > li.active > a:hover,
#component .nav-tabs > li.active > a:focus {
  background-color: #FFFFFF;
  border-bottom: none;
  padding-bottom: 9px;
}
.nav-tabs {
  border: none;
}
iframe {
  width: 100%;
  margin-top: 20px;
}
.fontawesome-icon-list {
  margin-bottom: 20px;
}
#zo2-body-wrap .container {
  padding: 20px 15px;
}
.message #component .container {
  padding: 0;
}
.fontawesome-icon-list {
  margin-top: 15px;
}
.fontawesome-icon-list .fa {
  padding: 0 6px;
}
.item-page {
  padding-bottom: 20px;
}
.item-page img {
  padding: 2px;
  border: 1px solid #DDDDDD;
  display: inline-block;
  margin-bottom: 30px;
}
.system-unpublished {
  background: none;
  border: none;
}
.well {
  background: none;
}
.well label {
  font-weight: 500;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  border-radius: 4px;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
}
.login-form input[type="text"]:hover,
.login-form input[type="password"]:hover {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.registration label {
  font-weight: 500;
}
.registration fieldset {
  border: 1px solid #DDDDDD;
  padding: 0 60px;
}
.registration legend {
  border: 1px solid #DDDDDD;
  padding: 5px;
  width: auto;
  font-weight: 300;
}
.registration input[type="submit"],
.registration input[type="button"],
.registration textarea,
.registration input[type="text"],
.registration input[type="password"],
.registration input[type="datetime"],
.registration input[type="datetime-local"],
.registration input[type="date"],
.registration input[type="month"],
.registration input[type="time"],
.registration input[type="week"],
.registration input[type="number"],
.registration input[type="email"],
.registration input[type="url"],
.registration input[type="search"],
.registration input[type="tel"],
.registration input[type="color"],
.registration .uneditable-input {
  border-radius: 4px;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
  width: 50%;
}
.registration input[type="submit"]:hover,
.registration input[type="button"]:hover,
.registration textarea:hover,
.registration input[type="text"]:hover,
.registration input[type="password"]:hover,
.registration input[type="datetime"]:hover,
.registration input[type="datetime-local"]:hover,
.registration input[type="date"]:hover,
.registration input[type="month"]:hover,
.registration input[type="time"]:hover,
.registration input[type="week"]:hover,
.registration input[type="number"]:hover,
.registration input[type="email"]:hover,
.registration input[type="url"]:hover,
.registration input[type="search"]:hover,
.registration input[type="tel"]:hover,
.registration input[type="color"]:hover,
.registration .uneditable-input:hover {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.registration input[type="submit"]:focus,
.registration input[type="button"]:focus,
.registration textarea:focus,
.registration input[type="text"]:focus,
.registration input[type="password"]:focus,
.registration input[type="datetime"]:focus,
.registration input[type="datetime-local"]:focus,
.registration input[type="date"]:focus,
.registration input[type="month"]:focus,
.registration input[type="time"]:focus,
.registration input[type="week"]:focus,
.registration input[type="number"]:focus,
.registration input[type="email"]:focus,
.registration input[type="url"]:focus,
.registration input[type="search"]:focus,
.registration input[type="tel"]:focus,
.registration input[type="color"]:focus,
.registration .uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.registration a.btn {
  border: medium none;
  margin-top: 10px;
  transition: all 0.3s linear 0s;
  color: #FFFFFF;
}
.registration a.btn:hover {
  background-color: #000000;
}
label {
  font-weight: 500;
}
.remind .validate-email,
.remind .validate-username,
.reset .validate-email,
.reset .validate-username {
  border-radius: 4px;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
}
.remind .validate-email:hover,
.remind .validate-username:hover,
.reset .validate-email:hover,
.reset .validate-username:hover {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.remind .validate-email:focus,
.remind .validate-username:focus,
.reset .validate-email:focus,
.reset .validate-username:focus {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.zo2-copyright-logo {
  text-align: right;
  margin-top: 15px;
  float: right;
  padding-bottom: 25px;
}
#zo2-footer-wrap .container {
  padding: 15px 30px 0 30px;
}
#zo2-footer-wrap .container .row {
  border-top: 1px solid #E8E8E8;
}
#zo2-bottom-1-wrap iframe {
  margin-top: 0;
}
#zo2-bottom-1-wrap .latestnews {
  margin: 0;
}
#zo2-bottom-1-wrap .location p {
  margin: 0;
  line-height: 22px;
}
#zo2-footer-wrap .copyright {
  margin-top: 20px;
  text-align: left !important;
}
#zo2-footer-wrap .social {
  float: right;
  margin-top: 20px;
}
#zo2-footer-wrap .social li {
  padding: 0;
  text-align: center;
  float: left;
  margin-left: 5px;
}
#zo2-footer-wrap .social .fa {
  background-color: #242424;
  width: 25px;
  height: 25px;
  color: #FFFFFF;
  line-height: 22px;
  font-size: 150%;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
#zo2-footer-wrap .social .fa span {
  display: none;
}
#zo2-footer-wrap .social .fa:hover {
  background-color: #3388D0;
  text-decoration: none;
}
.zo2-socialshares-floatbar {
  position: fixed;
  top: 130px;
  width: 70px;
  margin: 0 0 0 -111px;
  z-index: 99;
  background: #ffffff;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  font: 10px/16px Arial;
  min-width: 55px;
  padding: 5px;
  text-align: center;
}
.zo2-socialshares-floatbar .zo2-social-box {
  display: inherit;
  line-height: 0;
  padding: 4px 1px;
  width: auto;
  height: auto;
}
.zo2-socialshares-floatbar . fb_iframe_widget_lift {
  width: 50px;
}
.zo2-socialshares-floatbar .fb_iframe_widget iframe {
  position: initial;
}
.zo2-socialshares-floatbar iframe {
  margin-top: 0;
}
#gototop {
  display: block;
  border-radius: 50%;
  bottom: 10px;
  height: 50px;
  padding: 12px 14px;
  position: fixed;
  right: 30px;
  transition: all 0.6s linear 0s;
  width: 50px;
  z-index: 100;
}
#gototop i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.logo_normal {
  height: 55px;
  background-repeat: no-repeat;
}
.zt-typo-boxes-inside .zt-typo-inside h1 {
  font-size: 260% !important;
}
.zt-typo-boxes-inside .zt-typo-inside h2 {
  font-size: 240% !important;
}
.zt-typo-boxes-inside .zt-typo-inside h3 {
  font-size: 220% !important;
}
.zt-typo-boxes-inside .zt-typo-inside h4 {
  font-size: 200% !important;
}
.zt-typo-boxes-inside .zt-typo-inside h5 {
  font-size: 180% !important;
}
.zt-typo-boxes-inside .zt-typo-inside h6 {
  font-size: 160% !important;
}
.style-switcher {
  z-index: 468;
}
.style-switcher ul.options.layout-select li .selected {
  padding-left: 0;
}
.style-switcher ul.options.layout-select li a img {
  width: 50px;
}
.style-switcher ul.options li {
  padding-left: 0;
}
#zo2-header-sticky-wrapper {
  height: auto !important;
}
ul li {
  background: none;
}
.btn-group > .btn:first-child {
  margin-top: 10px;
}
.btn-danger {
  padding: 5px 12px;
}
.btn-danger:hover {
  background: #333333;
  transition: all 0.2s linear 0.2s;
}
#jform_publish_down {
  display: block !important;
}
#sbox-window {
  display: inline-table;
}
.contentpane .table {
  display: inline-block !important;
}
.contentpane .table ul.pagination-list li {
  float: left;
}
label#jform_metakey-lbl,
label#jform_metadesc-lbl,
label#jform_publish_down-lbl,
label#jform_featured-lbl,
label#jform_featured-lbl,
label#jform_publish_up-lbl,
label#jform_access-lbl,
#jform_publish_up {
  display: block !important;
}
#zo2-component-wrap .container {
  width: auto;
}
.zo2-copyright {
  line-height: 50px;
}
#zo2-position-7 ul,
#zo2-position-8 ul {
  margin: 0;
}
#zo2-position-7 ul li,
#zo2-position-8 ul li {
  list-style: none;
  line-height: normal;
  height: auto;
}
#zo2-position-7 ul li a,
#zo2-position-8 ul li a {
  font-size: 100%;
  padding: 6px 0;
  text-indent: 0px;
  border-bottom: 1px solid #cccccc;
}
#zo2-position-7 #login-form #form-login-remember input,
#zo2-position-8 #login-form #form-login-remember input {
  float: left;
}
#zo2-position-7 #login-form #form-login-remember label,
#zo2-position-8 #login-form #form-login-remember label {
  line-height: normal;
  padding-left: 10px;
}
#zo2-position-7 #login-form ul,
#zo2-position-8 #login-form ul {
  padding: 0;
}
#zo2-position-7 h3.moduletitle,
#zo2-position-8 h3.moduletitle {
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0 0 1.5em 12px;
  padding: 0 0 0 12px;
  list-style: inside;
}
#zo2-position-8 ul.weblinks li a,
#zo2-position-8 ul.mostread li a,
#zo2-position-8 ul.latestnews li a,
#zo2-position-8 ul.menu2 li a {
  color: #000;
}
#zo2-position-8 ul.weblinks li a:hover,
#zo2-position-8 ul.mostread li a:hover,
#zo2-position-8 ul.latestnews li a:hover,
#zo2-position-8 ul.menu2 li a:hover {
  color: #f15b29;
}
#zo2-position-8 ul.weblinks li a.active,
#zo2-position-8 ul.mostread li a.active,
#zo2-position-8 ul.latestnews li a.active,
#zo2-position-8 ul.menu2 li a.active {
  color: #f15b29;
}
#zo2-position-8 ul.weblinks li,
#zo2-position-8 ul.mostread li,
#zo2-position-8 ul.latestnews li,
#zo2-position-8 ul.menu2 li {
  color: #000;
}
#zo2-position-8 ul.weblinks li:hover,
#zo2-position-8 ul.mostread li:hover,
#zo2-position-8 ul.latestnews li:hover,
#zo2-position-8 ul.menu2 li:hover {
  color: #f15b29;
}
#zo2-position-8 ul.weblinks li.active a,
#zo2-position-8 ul.mostread li.active a,
#zo2-position-8 ul.latestnews li.active a,
#zo2-position-8 ul.menu2 li.active a {
  color: #f15b29;
}
html,
body,
form {
  margin: 0;
  padding: 0;
}
body.contentpane {
  color: #000000;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 1.3em;
  margin: 0;
  margin: 1em 2em;
  width: auto;
}
.contentpane .button {
  display: inline;
  height: 25px;
  padding: 0 10px;
}
h1 {
  font-size: 200%;
  font-weight: normal;
}
h2 {
  font-size: 175%;
  font-weight: normal;
}
h3 {
  font-size: 150%;
  font-weight: normal;
}
h4 {
  font-size: 125%;
  font-weight: normal;
}
h5 {
  font-size: 100%;
  font-weight: normal;
}
p,
pre,
blockquote,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
ul li {
  padding-left: 15px;
}
ol li {
  margin-left: 21px;
}
th {
  font-weight: bold;
  padding: 8px;
  text-align: left;
}
fieldset {
  border: none;
  padding: 0;
}
fieldset a {
  font-weight: bold;
}
fieldset.input {
  background: none;
}
legend {
  font-weight: bold;
}
form {
  margin: 0;
  padding: 0;
}
input,
select,
textarea,
.inputbox,
.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
}
div.modulecontent ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li {
  line-height: normal;
  padding: 0;
  width: 100%;
}
ul.menu li.current,
ul.menu li:hover,
.zt-login-form ul li:hover,
.jv_news_wrap .article-item .item:hover {
  -moz-transition: all 0.3s linear 0s;
}
ul.menu li.last {
  line-height: 32px;
  height: 32px;
}
ul.menu li img {
  display: none;
}
ul.menu li a {
  line-height: 31px;
  color: #0e74bb;
  float: left;
  width: 100%;
  padding: 0;
}
.zt-login-form ul.menu li a {
  padding-left: 15px;
}
ul.menu li a span {
  padding: 0 0 0 15px;
}
ul.menu li a:hover {
  text-decoration: none;
}
ul.menu ul {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
ul.menu ul li {
  margin-left: 0;
  width: auto;
  border-bottom: none;
}
ul.menu2 li a span {
  padding: 0;
}
ul.weblinks li,
ul.mostread li,
ul.latestnews li,
ul.menu2 li {
  float: left;
  text-align: left;
  width: 100%;
}
ul.weblinks li a,
ul.mostread li a,
ul.latestnews li a,
ul.menu2 li a {
  line-height: 25px;
  color: #0e74bb;
  float: right;
  width: 100%;
  padding: 0;
}
ul.weblinks li a span,
ul.mostread li a span,
ul.latestnews li a span,
ul.menu2 li a span {
  margin: 0 0 0 15px;
}
ul.weblinks li a span span,
ul.mostread li a span span,
ul.latestnews li a span span,
ul.menu2 li a span span {
  margin: 0;
}
ul.weblinks li a:hover,
ul.mostread li a:hover,
ul.latestnews li a:hover,
ul.menu2 li a:hover {
  text-decoration: none;
}
ul.menu2 li img {
  display: none;
}
ul.menu2 li.current,
ul.weblinks li:hover,
ul.mostread li:hover,
ul.latestnews li:hover,
ul.menu2 li:hover {
  -moz-transition: all 0.3s linear 0s;
}
ul.menu2 li.last {
  line-height: 25px;
  height: 25px;
}
ul.list {
  margin: 0;
}
ul.list li {
  padding: 5px 0 5px 0;
  background: none;
  border-bottom: 1px dotted #545454;
}
ul.list li a {
  color: #444;
  font-weight: bold;
}
#zt-userwrap3 ul.list li {
  border-bottom: dotted 1px #BFBFBF;
}
.leading {
  border-bottom: 1px solid #E2E3E5;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
h4.leadding-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 140%;
}
.leading_separator {
  display: block;
  margin: 1px 0;
  height: 2px;
  overflow: hidden;
  width: 100%;
}
.article_column {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.article_separator {
  clear: both;
  margin: 0;
  display: none;
}
.item-separator {
  clear: both;
  margin: 0;
  width: 100%;
}
.row_separator {
  display: block;
  clear: both;
  height: 2px;
}
.article_row {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.column1.cols1 {
  float: none;
}
.column3.cols3 {
  float: right;
}
.column4.cols4 {
  float: right;
}
.column5.cols5 {
  float: right;
}
.article_column_pad {
  padding: 5px;
  overflow: hidden;
}
p.iteminfo {
  line-height: 1em;
  margin: 0;
}
.article_row p.iteminfo {
  line-height: 1em;
  margin: 0 -10px 5px;
  padding: 10px;
}
.articleinfo {
  margin: 0.5em 0;
}
.filter {
  float: left;
  margin: 0;
  padding: 0;
}
.display {
  float: right;
  margin: 10px 0 0;
  text-align: right;
}
table.category,
table.weblinks,
table.newsfeeds {
  border: 1px solid #383838;
  width: 100%;
  clear: both;
  font-size: 1em;
  margin: 20px 0;
}
table.category {
  border: 1px solid #cfcfcf;
  width: auto;
  margin: 10px 0;
}
table.category td {
  padding: 4px 4px !important;
  background: #f4f6f1;
}
table.category td.last {
  padding: 0px 4px 0px 0px !important;
}
table.newsfeeds th,
table.weblinks th,
table.category th {
  color: #444;
  background: #dedede;
  padding: 8px 5px 8px 5px;
}
table.newsfeeds td,
table.weblinks td,
table.category td {
  padding: 5px;
}
.sectiontableheader {
  padding: 4px 8px;
  font-weight: bold;
}
.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
  color: #444;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 8px;
}
tr.sectiontableentry2 td {
  background: #efefef;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 4px;
}
table.contentpane {
  border: none;
  background: none;
  border: 0px solid #383838;
  width: 100%;
}
table.contentpaneopen {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
table.contenttoc {
  margin: 0 0 10px 10px;
  padding: 0;
  width: 30%;
  float: right;
}
table.contenttoc td {
  background: url(../images/bullet-list.gif) no-repeat 5px 8px;
  padding: 1px 5px 1px 15px;
}
table.contenttoc th {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 3px;
  text-indent: 5px;
}
table.poll {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
table.pollstableborder {
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
table.pollstableborder img {
  vertical-align: baseline;
}
table.pollstableborder td {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 4px !important;
  background: none;
}
table.pollstableborder tr.sectiontableentry1 td {
  background: #EEEEEE;
}
table.searchintro {
  padding: 10px 0;
  width: 100%;
}
table.searchintro td {
  padding: 5px !important;
}
.blog_more {
  margin: 0;
  padding: 10px 0 0;
}
.blog_more strong {
  display: block;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.category {
  font-weight: normal;
}
table.blog .contentheading {
  font-size: 1.4em;
}
td.contentheading {
  line-height: 28px;
}
table.contentpaneopen td,
table.contentpane td {
  padding-left: 15px;
}
table.contentpaneopen,
table.contentpane,
table.blog {
  width: 100%;
}
div.moduletable {
  padding: 0;
}
ul.pagination {
  clear: both;
  margin: 20px 0 0 0;
}
ul.pagination {
  box-shadow: none;
  border-radius: 0;
  display: block;
  text-align: center;
}
ul.pagination li {
  background: none;
  color: #212121;
  cursor: default;
  display: inline-block !important;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 5px;
}
ul.pagination li span {
  background: none;
  border: 0;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  display: block;
  font-weight: 300;
  font-size: 106%;
  margin: 0 4px 0 0;
  padding: 0 4px;
  text-align: center;
  width: 34px;
  height: 31px;
  line-height: 30px;
}
.pagination .pagination-start span,
.pagination .pagination-start a,
.pagination .pagination-prev span,
.pagination .pagination-prev a,
.pagination .pagination-next span,
.pagination .pagination-next a,
.pagination .pagination-end span,
.pagination .pagination-end a {
  width: 60px;
}
.pagination .pagination-start span,
.pagination .pagination-prev span,
.pagination .pagination-next span,
.pagination .pagination-end span {
  border: 1px solid #c4c4c4;
}
ul.paginationli a {
  border: 0;
  color: #a1a1a1;
}
ul.pagination li span {
  background-color: none;
}
ul.pagination li a:hover,
ul.pagination li a:focus,
ul.pagination li a:active {
  text-decoration: underline;
}
ul.pagination li.pagination-start span,
ul.pagination li.pagination-prev span,
ul.pagination li.pagination-next span,
ul.paginationli.pagination-end span {
  background: #fff;
  color: #989898 !important;
}
ul.pagination li.counter {
  float: right;
  font-size: 11px;
  line-height: 42px;
  margin-right: 12px;
}
.pagenavbar {
  background: url(../images/icon-pages.gif) no-repeat center left;
  font-weight: bold;
  padding-left: 14px;
}
.pagenavcounter {
  background: url(../images/icon-pages.gif) no-repeat 0 11px;
  font-weight: bold;
  padding: 8px 14px 0 14px;
}
.smalldark {
  text-align: left;
}
div.syndicate div {
  text-align: center;
}
.article-toolswrap {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}
.article-tools {
  display: block;
  padding: 0 10px 0 0;
}
.article-meta {
  width: 70%;
  float: left;
  color: #3B5468;
}
.createdby {
  font-size: 0.9em;
}
.createdate {
  font-size: 0.9em;
}
.modifydate {
  width: 100%;
  margin: 0 5px 0px 0;
}
.article-section {
  padding-left: 6px;
  margin-left: 5px;
}
.article-section a {
  color: #3B5468;
}
.article-category a {
  color: #3B5468;
}
.buttonheading img {
  margin: 3px 0 0 3px !important;
  padding: 0 !important;
  border: 0 !important;
  float: right;
  background: none !important;
}
p.buttonheading {
  text-align: right;
  margin: 0;
}
p.buttonheading a:hover {
  background: none !important;
  color: #000 !important;
}
p.buttonheading a:active,
p.buttonheading a:focus {
  color: #000;
}
.inputboxquantity {
  border: 1px solid #DEDEDE;
  margin: -4px 0 0;
  padding: 3px;
}
hr {
  background: #e8e8e8;
  border: 0px;
  border-bottom: 1px solid #e8e8e8;
}
.sectiontableheader {
  background: #f4f4f4;
}
.register_form div {
  margin: 0 0 5px 0;
  clear: both;
  overflow: hidden;
}
.register_form label {
  width: 110px;
  float: left;
}
a {
  outline: none;
  color: #f05a28;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #ef1414;
  text-decoration: underline;
}
.invalid {
  border-color: #ff0000;
}
label.invalid {
  color: #ff0000;
}
#gototop {
  position: fixed;
  right: 5px;
  bottom: 5px;
}
.formelm-buttons {
  margin-bottom: 10px;
  text-align: right;
}
#editor-xtd-buttons {
  padding: 0px;
}
a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a {
  background: #0E74BC;
  border: 1px solid #E5E5E5;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 105%;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  margin: 10px 0 5px;
}
.button2-left .blank a:hover {
  background: none repeat scroll 0 0 #E5E5E5;
  border: 1px solid #E5E5E5;
  color: #140101 !important;
}
#description_path a {
  color: #202020 !important;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
  float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  display: block;
  float: left;
  color: #666;
  cursor: pointer;
}
.button2-left span,
.button2-right span {
  cursor: default;
  color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.page span {
  color: #000;
  font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover {
  text-decoration: none;
  color: #0B55C4;
}
.button2-left a,
.button2-left span {
  padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
  padding: 0 6px 0 24px;
}
.toggle-editor .button2-left {
  float: left;
  margin-left: 5px;
  background: none !important;
}
.button2-right {
  float: left;
  margin-left: 5px;
}
div.tooltip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
  z-index: 13000;
}
div.tooltip h4 {
  padding: 0;
  margin: 0;
  font-size: 95%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../images/selector-arrow.png) no-repeat;
}
div.tooltip p {
  font-size: 90%;
  margin: 0;
}
img {
  border: 0;
}
.img_caption.left {
  float: left;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  padding: 4px;
  margin: 0;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption {
  text-align: center !important;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
.caption.left {
  float: left;
  margin-right: 1em;
}
.caption.right {
  float: right;
  margin-left: 1em;
}
.caption.left p {
  clear: left;
  text-align: center;
}
.caption.right p {
  clear: right;
  text-align: center;
}
.caption.none {
  margin-left: auto;
  margin-right: auto;
}
img.icaption {
  float: left;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  padding: 4px;
  margin: 0;
}
img.caption2 {
  margin: 0 10px 10px 0;
  padding: 4px;
  float: left;
  border: 1px solid #dddddd;
}
span.blogthumb-image img {
  margin: 0 10px 10px 0;
  padding: 4px;
  float: left;
  border: 1px solid #dddddd;
}
.leading span.blogthumb-image img {
  max-width: 45%;
}
.user-caption {
  padding: 4px;
  border: 1px solid #dddddd;
}
img.mcaption {
  border: 4px solid #f3f3f3;
  float: left;
  margin: 0 10px 0 0;
}
a img.calendar {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(../images/calendar.png) no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
small,
.small,
.smalldark,
.article-meta,
.modifydate,
.img_caption p,
.site-slogan {
  font-size: 92%;
}
h1.componentheading,
.componentheading {
  line-height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  font-family: Oswald;
  font-size: 200%;
}
h2.contentheading,
.contentheading {
  line-height: 100%;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 140%;
}
a.readon {
  float: right;
  padding: 0 0 0 15px;
  text-align: center;
}
a.readon:hover {
  text-decoration: none;
  color: #ff0000;
}
.inputbox {
  margin: 0 0 5px 0;
  padding: 5px;
  width: 100%;
  color: #d9d9d9;
  font-family: Arial;
  font-size: 100%;
  border: 1px solid #d9d9d9;
}
.button {
  padding: 0px 5px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  background: #0e74bc;
  font-weight: bold;
  font-size: 105%;
  border: 1px solid #e5e5e5;
}
.button:hover {
  color: #140101;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}
.button2 {
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 120%;
  border: 0;
  background: #0E74BC;
}
.button2:hover {
  background: #E5E5E5;
  border: 1px solid #E5E5E5;
  color: #202020;
}
fieldset {
  margin: 10px 0;
  padding: 15px 0px;
}
dl.search-results {
  background: #f5f5f5;
}
dl.search-results dt.result-title {
  border-top: dotted 1px #ddd;
  padding: 0 0 0 10px;
}
dl.search-results dd.result-url {
  color: #115599;
}
.searchintro {
  font-weight: normal;
  margin: 20px 0 20px;
}
#searchForm,
#finder-search {
  padding: 0 5px;
}
.form-limit {
  margin: 20px 0 0;
  text-align: right;
  padding: 0 10px 0 20px;
}
.highlight {
  font-weight: bold;
}
.ordering-box {
  width: 40%;
  float: right;
}
.phrases-box {
  width: 60%;
  float: left;
}
.only,
.phrases {
  margin: 10px 0 0 0px;
  padding: 15px;
  line-height: 1.3em;
}
label.ordering {
  display: block;
  margin: 10px 0 10px 0;
}
.word {
  padding: 10px 10px 10px 0;
}
.word input {
  font-weight: bold;
  margin: 0px 10px 0px 10px;
  padding: 4px;
  font-size: 1em;
}
.word input:focus {
  margin: 0 0 0 9px;
}
.word label {
  font-weight: bold;
}
fieldset.only label,
fieldset.phrases label {
  margin: 0 10px 0 0px;
}
.ordering-box label.ordering {
  margin: 0 10px 5px 0;
  float: left;
}
form .search label,
form .finder label {
  display: none;
}
form #finder-filter-select-list label {
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
}
.stats-module dl {
  margin: 10px 0 10px 0;
}
.stats-module dt {
  float: left;
  margin: 0 15px 0 0;
  font-weight: bold;
}
.stats-module dt,
.stats-module dd {
  padding: 2px 0 2px 0;
  float: right;
}
.zo2_overlay {
  display: none;
  position: absolute;
  background: #000000;
  left: 0;
  top: 0;
  z-index: 666;
}
input.system-openid,
input.com-system-openid {
  background: url(https://openid.net/images/login-bg.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000;
  padding-left: 18px;
}
.system-unpublished {
  background: #e8edf1;
  border-top: 4px solid #c4d3df;
  border-bottom: 4px solid #c4d3df;
}
.error {
  padding: 0px;
  margin-bottom: 20px;
}
.error h2 {
  color: #000 !important;
  font-size: 1.4em !important;
  text-transform: uppercase;
  padding: 0 0 0 0px !important;
}
#system-message {
  margin: 10px 0 20px 0;
  border-left: 0;
  border-right: 0;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  margin: 0 0 15px 0;
  font-weight: bold;
  text-indent: 0px;
  padding: 0;
}
#system-message dd ul {
  color: #000;
  list-style: none;
  padding: 0px;
}
#system-message dd ul li {
  line-height: 1.5em;
}
#system-message dt.message {
  position: absolute;
  top: -2000px;
  left: -3000px;
}
#system-message dd.message  ul {
  background: #fff url(../images/system/notice-info.png) no-repeat;
  padding-left: 40px;
  padding: 10px 10px 10px 40px;
  border-top: 2px solid #90B203;
  border-bottom: 2px solid #90B203;
}
#system-message dd.message ul li {
  background: none !important;
}
#system-message dt.error {
  position: absolute;
  top: -2000px;
  left: -3000px;
}
#system-message dd.error ul {
  background: #fff url(../images/system/notice-alert.png) no-repeat;
  padding-left: 40px;
  padding: 10px 10px 10px 40px;
  border-top: 2px solid #990000;
  border-bottom: 2px solid #990000;
}
#system-message dt.notice {
  position: absolute;
  top: -2000px;
  left: -3000px;
}
#system-message dd.notice  ul {
  background: #fff url(../images/system/notice-note.png) no-repeat;
  padding-left: 40px;
  padding: 10px 10px 10px 40px;
  border-top: 2px solid #FAA528;
  border-bottom: 2px solid #FAA528;
}
#system-message dd.notice ul {
  color: #000;
  margin: 10px 0;
}
#system-message {
  margin-bottom: 0px;
  padding: 0;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
  padding: 0;
}
.item-page fieldset {
  border: 0;
}
.item-page .inputbox {
  color: #000000;
}
.tip {
  background: #fcfcfc;
  border: 1px solid #dddddd;
  font-size: 0.8em;
  text-align: left;
  padding: 3px;
  max-width: 400px;
}
.tip-title {
  font-weight: bold;
}
ul.the-icons li {
  background: none repeat scroll 0 center transparent;
  padding: 0;
}
ul.the-icons li em,
ul.the-icons li i {
  text-indent: -9999em;
}
.modal {
  background-clip: padding-box;
  background-color: 0 !important;
  border: 0 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  left: auto !important;
  margin: 0 !important;
  overflow: auto;
  position: static !important;
  top: auto !important;
  width: auto !important;
  z-index: 1050;
}
a:active,
a:focus {
  outline: 0;
}
img {
  border: none;
}
#k2Container {
  padding: 0;
}
body.contentpane #k2Container {
  padding: 16px;
}
.k2Padding {
  padding: 4px;
}
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.even {
  background: #fffff0;
  padding: 0px;
}
.odd {
  background: #fff;
  padding: 0px;
}
div.k2FeedIcon {
  padding: 4px 8px;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../images/fugue/feed.png) no-repeat 50% 50%;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}
div.itemRatingForm .formLogLoading {
  background: url(../images/system/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../images/system/transparent_star.gif) left -1000px repeat-x;
}
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
span.siteRoot {
  display: none;
}
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #ccc !important;
}
#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  background: url('../images/bkg-k2Itemsblock-hr.png') bottom left repeat-x;
}
.clearList {
  display: none;
  float: none;
  clear: both;
}
.lastItem {
  border: none;
}
.k2Avatar img {
  display: block;
  float: left;
  padding: 3px;
  margin: 0 10px 0 0;
  background-color: #232425;
  border: 1px solid #3c3d3e;
  height: auto;
  width: auto;
  border-top: 0;
  border-left: 0;
}
#zt-right .k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 4px;
}
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
  color: #999;
}
div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline;
}
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: url(../images/system/featuredItem.png) no-repeat 100% 0;
}
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 4px;
  background: #F7FAFE;
  border: 1px solid #ccc;
  text-align: center;
  color: #555;
  font-size: 13px;
}
a.itemPrintThisPage:hover {
  background: #eee;
  text-decoration: none;
}
span.itemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.itemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.itemEditLink a:hover {
  background: #ffffcc;
}
div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px;
}
div.itemHeader h2.itemTitle {
  font-size: 200%;
  font-weight: normal;
  line-height: 100%;
  padding: 0;
  margin: 0 0 17px;
  color: #363636;
}
div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.itemToolbar {
  float: right;
  line-height: 30px;
  margin: 0 0 10px 0;
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}
div.itemToolbar ul > li:first-child {
  border: none;
}
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  background: url(../images/system/font_decrease.gif) no-repeat;
}
div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  background: url(../images/system/font_increase.gif) no-repeat;
}
div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}
div.itemRatingBlock {
  padding: 0;
  float: left;
  margin: 0 0 10px 0;
  line-height: 25px;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.itemBody {
  padding: 0;
  margin: 20px 0 0 0;
  clear: both;
}
div.itemImageBlock {
  padding: 8px;
  margin: 0 0 16px 0;
}
div.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}
div.itemImage img {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  margin: 0;
  padding: 4px;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 5px 10px;
  margin: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #202020;
}
span.itemHits {
  float: left;
}
div.itemSocialSharing {
  padding: 20px 10px;
}
div.itemTwitterButton {
  float: left;
  margin: 0 24px 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 300px;
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
div.itemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
  background: none;
}
div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
div.itemAuthorBlock {
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  margin: 0 0 20px 0;
  padding: 20px 10px;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 0;
}
div.itemAuthorBlock div.itemAuthor {
  width: 85%;
  float: left;
  margin: 0;
  padding: 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3 {
  margin: 0;
  padding: 0;
  font-size: 110%;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 100%;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a {
  font-family: Tahoma;
  font-size: 100%;
  color: #535353;
  font-weight: bold;
  text-transform: uppercase;
}
div.itemAuthorBlock div.itemAuthorDetails p {
  margin: 0 0 10px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
  border-right: 1px solid #ccc;
  padding: 0 8px 0 0;
  margin: 0 4px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}
div.itemAuthorLatest h3 {
  margin: 0;
}
div.itemAuthorLatest ul {
  margin: 0;
}
div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}
div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}
div.itemNavigation {
  padding: 4px 8px;
  margin: 0 0 24px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background: #fffff0;
}
div.itemNavigation span.itemNavigationTitle {
  color: #999;
}
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}
div.itemNavigation a.itemNext {
  padding: 0 12px;
}
div.itemComments {
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  margin: 0;
  padding: 10px;
}
div.itemComments h3 {
  color: #363636;
}
div.itemComments ul.itemCommentsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  border-bottom: 1px dotted #DDDDDD;
  margin: 0 0 10px;
  padding: 10px;
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: url(../images/system/stripes.png) repeat;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #ccc;
  font-size: 100%;
  font-weight: bold;
  font-family: Tahoma;
  text-transform: uppercase;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-size: 100%;
  font-weight: bold;
  font-family: Tahoma;
  text-transform: uppercase;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName a {
  color: #F05A28 !important;
}
div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  text-decoration: underline;
  color: #F05A28 !important;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999 !important;
  text-decoration: underline;
  margin-right: 4px;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 20px 0;
}
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
div.itemCommentsForm h3 {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  margin: 0 0 20px 0;
}
div.itemCommentsForm form label.formComment {
  display: block;
  margin: 0;
}
div.itemCommentsForm form label.formName {
  display: block;
  margin: 0;
}
div.itemCommentsForm form label.formEmail {
  display: block;
  margin: 0;
}
div.itemCommentsForm form label.formUrl {
  display: block;
  margin: 0;
}
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 0;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 97%;
  height: 160px;
  margin: 0;
  background: #ffffff;
  color: #6a6a6a;
  border: 1px solid #eeeeee;
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 90%;
  margin: 0;
  background: #ffffff;
  color: #6a6a6a;
  border: 1px solid #eeeeee;
}
div.itemCommentsForm form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.itemCommentsForm form .formLogLoading {
  background: url(../images/system/loading.gif) no-repeat left center;
}
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #f7fafe;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}
div.k2ReportCommentFormContainer form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/system/loading.gif) no-repeat left center;
}
div.itemBackToTop {
  text-align: right;
}
div.itemBackToTop a {
  text-decoration: underline;
}
div.itemBackToTop a:hover {
  text-decoration: underline;
}
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
span.catItemAddLink a:hover {
  background: #ffffcc;
}
div.itemListCategory img {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.itemListCategory h2 {
  color: #363636;
  font-size: 160%;
  margin: 0;
  text-transform: uppercase;
}
div.itemListSubCategories h3 {
  margin: 0;
}
.subCategory h3 {
  padding-top: 10px;
}
div.subCategoryContainer {
  float: left;
  text-align: center;
}
div.subCategoryContainer a.readon {
  float: left;
  padding: 0;
}
div.subCategoryContainer a:hover {
  color: #1D1D1D;
}
div.subCategory {
  border-bottom: 1px solid #DDDDDD;
  height: auto !important;
  padding: 20px 0;
  text-align: left;
}
div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0;
}
div.subCategory h2 {
  font-size: 200%;
  width: 100%;
  line-height: 100%;
  margin: 10px 0;
  color: #363636;
}
div.subCategory p {
  clear: both;
  width: 100%;
}
div#itemListLinks {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}
div.itemContainer {
  float: left;
  background: url("../images/bkg-k2Itemsblock-hr.png") repeat-x left bottom;
  padding: 20px 0;
}
div.catItemView {
  padding: 0px;
}
div.groupLinks {
  padding: 0;
  margin: 0;
}
span.catItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.catItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.catItemEditLink a:hover {
  background: #ffffcc;
}
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.catItemHeader h3.catItemTitle {
  font-size: 180%;
  font-weight: normal;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.iheader {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  height: 28px;
  line-height: 28px;
  margin: 5px 0 20px;
  padding: 0 10px;
  text-align: center;
}
div.iheader span.catItemDateCreated {
  float: left;
  padding: 0 0 0 20px;
  background: url('../images/bkg-datetimek2.png') no-repeat left 50%;
}
.catItemAuthor a {
  color: #202020 !important;
}
#zt-container div.iheader span.catItemAuthor {
  width: 60%;
}
div.iheader span.catItemAuthor span {
  padding: 0 0 0 20px;
  background: url('../images/bkg-iconauthor.png') no-repeat left 50%;
}
div.iheader div.catItemCommentsLink {
  float: right;
  padding: 0 0 0 20px;
  background: url('../images/icon-comment.png') no-repeat left 50%;
}
.cform {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.cform-item {
  width: 33%;
  float: left;
}
.cform-item3 {
  width: 33%;
  float: left;
  margin: 0 3px;
}
.cform-item2 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
div.catItemRatingBlock {
  padding: 8px 0;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.catItemBody {
  padding: 0;
  margin: 0;
  width: 100%;
  float: right;
}
a.catItemImage img,
a.catItemImage:hover img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  margin: 0;
  padding: 4px;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.catItemHitsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}
div.catItemVideoBlock span.catItemVideo {
  display: block;
}
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}
div.catItemReadMore {
  display: inline;
  float: left;
}
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}
div.userBlock {
  background: #eeeeee;
  border: 1px solid #ddd;
  margin: 0 0 16px 0;
  padding: 8px;
  clear: both;
}
span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
span.userItemAddLink a:hover {
  background: #ffffcc;
}
div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.userBlock h2 {
  margin: 0;
  font-size: 200%;
}
div.userBlock div.userDescription {
  padding: 0;
}
div.userBlock div.userDescription p {
  margin: 5px 0;
}
div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.userURL {
  font-weight: bold;
  color: #202020;
  display: block;
}
span.userURL  a,
.userEmail a {
  color: #202020 !important;
}
span.userEmail {
  font-weight: bold;
  color: #202020;
  display: block;
}
div.userItemView {
  border-bottom: 1px dotted #CCCCCC;
  padding: 20px 0 0;
}
.userItemReadMore .readon span,
.subCategory .readon span,
.catItemReadMore .readon span {
  color: #F05A28 !important;
}
.userItemReadMore .readon,
.catItemReadMore .readon {
  padding: 0;
}
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}
span.userItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.userItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.userItemEditLink a:hover {
  background: #ffffcc;
}
div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.userItemHeader h3.userItemTitle {
  font-size: 200%;
  font-weight: normal;
  line-height: 110%;
  padding: 0;
  margin: 0;
}
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.userItemBody {
  margin: 0;
  padding: 20px 0;
  background: url("../images/bkg-k2Itemsblock-hr.png") repeat-x scroll left bottom transparent;
  float: left;
}
div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.userItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0;
}
div.userItemIntroText img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  margin: 0;
  padding: 4px;
}
div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.userItemCategory {
  display: inline;
  float: left;
  margin: auto;
}
div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.userItemReadMore {
  display: inline;
  float: left;
}
div.tagItemView {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0;
  padding: 20px 0;
}
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.tagItemHeader h2.tagItemTitle {
  font-size: 200%;
  font-weight: normal;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
#k2Container h1.componentheading {
  margin: 0;
}
div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.tagItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
div.tagItemCategory {
  float: right;
}
div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.tagItemReadMore {
  float: left;
}
div.tagItemReadMore a {
  padding: 0;
}
div.genericItemView {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
  margin: 0 0 16px 0;
}
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.genericItemHeader h2.genericItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}
div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.genericItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.genericItemReadMore {
  display: inline;
}
#k2Container div.gsc-branding-text {
  text-align: right;
}
#k2Container div.gsc-control {
  width: 100%;
}
#k2Container div.gs-visibleUrl {
  display: none;
}
div.latestItemsContainer {
  float: left;
}
div.latestItemsCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsUser {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
  clear: both;
}
div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}
div.latestItemList {
  padding: 0 8px 8px 0;
}
div.latestItemHeader h3.latestItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}
div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.latestItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.latestItemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.latestItemReadMore {
  display: inline;
}
h2.latestItemTitleList {
  font-size: 14px;
  padding: 2px 0;
  margin: 8px 0 2px 0;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px dotted #ccc;
  line-height: normal;
}
.k2AccountPage table tr td label {
  white-space: nowrap;
}
img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}
.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ccc;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px 0;
}
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  color: #202020;
  font-weight: bold;
  text-align: left;
  font-size: 100%;
  width: 140px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}
div.k2ItemsBlock {
  color: #a3a3a4;
}
.k2ItemsBlock .content-right {
  float: right;
  margin: 3px 0;
  width: 75%;
}
div.k2ItemsBlock .content-action {
  float: left;
  font-style: italic;
  width: 100%;
}
div.k2ItemsBlock .moduleItemAuthor {
  display: none;
}
div.k2ItemsBlock  p {
  float: left;
  margin: 0;
  width: 76%;
}
div.k2ItemsBlock ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
div.k2ItemsBlock ul li {
  margin: 0;
  padding: 9px 0;
  width: 100%;
  background: 0;
  border-bottom: 1px solid #393a3b;
}
#zt-right div.k2ItemsBlock ul li {
  border-bottom: 1px solid #e6e6e6;
}
div.k2ItemsBlock ul li.firstItem {
  padding: 0 0 9px;
}
div.k2ItemsBlock ul li.lastItem {
  padding: 9px 0;
}
div.k2ItemsBlock ul li a {
  float: left;
  font-size: 105%;
  margin: 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0;
  line-height: 120%;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
  border: 2px solid #ddd;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
  float: left;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  padding: 0;
  margin: 0;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
div.k2LoginBlock fieldset.input p label {
  display: block;
}
div.k2LoginBlock fieldset.input p input {
  display: block;
}
div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}
div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}
div.k2CalendarLoader {
  background: #fff url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;
}
table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}
table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}
table.calendar tr td.calendarNavMonthPrev {
  background: #f3f3f3;
  text-align: left;
}
table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarCurrentMonth {
  background: #f3f3f3;
}
table.calendar tr td.calendarNavMonthNext {
  background: #f3f3f3;
  text-align: right;
}
table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}
table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}
table.calendar tr td.calendarDateLinked {
  padding: 0;
}
table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #eee;
}
table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}
table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}
table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}
table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}
div.k2CategorySelectBlock form select {
  width: auto;
}
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}
div.k2SearchBlock {
  position: relative;
}
div.k2SearchBlock form input.k2SearchLoading {
  background: url(../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: -1px;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #eee;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}
div.k2TagCloudBlock {
  padding: 8px 0;
}
div.k2TagCloudBlock a {
  padding: 4px;
  float: left;
  display: block;
}
div.k2TagCloudBlock a:hover {
  padding: 4px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../images/fugue/feed.png) no-repeat 50% 50%;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../images/fugue/globe.png) no-repeat 50% 50%;
}
a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}
span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../images/fugue/mail.png) no-repeat 50% 50%;
  overflow: hidden;
}
span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}
.itemListSubCategories h1,
.itemHeader h1.itemTitle,
.itemListCategory h1 {
  margin: 0 0 20px 0;
}
div.tagItemHeader h3.tagItemTitle {
  margin: 0;
}
#recaptcha {
  padding: 20px 0;
}
.readon span,
.itemView .catItemAuthor a,
.catItemCommentsLink a,
.itemAuthor .itemAuthorUrl a,
.itemAuthor .itemAuthorEmail a {
  color: #F05A28 !important;
}
.rtl h2.item-title {
  text-align: right !important;
}
.rtl .sidebar-close {
  float: left;
  text-align: left;
}
.rtl .nav-parent > .nav-oc-toggle {
  left: 5px;
  right: auto;
}
.rtl .mobile-logo {
  float: right;
}
.rtl .mobile-menu {
  float: right;
}
.rtl nav.zo2-menu .navbar-nav > li {
  float: right;
}
.rtl #zo2-slide-wrap .tp-leftarrow.default::before {
  padding-right: 25px;
}
.rtl #zo2-slide-wrap .tp-rightarrow.default::before {
  padding-right: 15px;
}
.rtl .zo2-socialshares-floatbar {
  margin: 0 -111px 0 0;
}
.rtl .wrapper .latestnews >li {
  text-align: right;
}
.rtl .wrapper .latestnews .col-md-3 {
  float: right;
}
.rtl [class^="zt-icon-"] li:before,
.rtl [class*=" zt-icon-"] li:before {
  margin-left: 5px;
  margin-right: 0;
}
.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-left: 10px;
  margin-right: 0;
}
.rtl label {
  width: 100%;
  text-align: right;
}
.rtl .registration label {
  width: 100%;
  text-align: right;
}
.rtl .footer-l {
  float: right;
}
.rtl .footer-l .footer_zo2_logo {
  float: left;
}
.rtl #zo2-footer .social {
  float: left;
}
.rtl ul.weblinks li,
.rtl ul.mostread li,
.rtl ul.latestnews li,
.rtl ul.menu2 li {
  text-align: right;
}
.rtl ul.weblinks li a::before,
.rtl ul.mostread li a::before,
.rtl ul.latestnews li a::before,
.rtl ul.menu2 li a::before {
  content: none;
}
.rtl ul.weblinks li a::after,
.rtl ul.mostread li a::after,
.rtl ul.latestnews li a::after,
.rtl ul.menu2 li a::after {
  content: "\f104";
  font-family: FontAwesome;
  padding-left: 5px;
}
.rtl ul.menu2 li.current,
.rtl ul.weblinks li:hover,
.rtl ul.mostread li:hover,
.rtl ul.latestnews li:hover,
.rtl ul.menu2 li:hover {
  margin: 0;
  text-indent: 10px;
}
.rtl ul.menu li.current,
.rtl ul.menu li:hover,
.rtl .zt-login-form ul li:hover,
.rtl .jv_news_wrap .article-item .item:hover {
  margin: 0;
  text-indent: 10px;
}
.rtl .wrapper .latestnews li a::after {
  content: none;
}
.rtl .wrapper .latestnews li:hover {
  text-indent: 0;
  margin: 0 0 10px 0;
}
.rtl #login-form ul.unstyled li {
  float: right;
  clear: right;
}
.rtl .left ul.menu li a::before {
  content: none;
}
.rtl .left ul.menu li a::after {
  content: "\f104";
  font-family: FontAwesome;
  padding-left: 5px;
}
.rtl .left ul.menu li a:before {
  content: none;
}
.rtl .footer_zo2_logo {
  text-align: left;
}
@media (min-width: 991px) and (max-width: 1150px) {
  .homepage .wrapper .items-leading > div {
    width: 29%;
  }
}
.wrapper .show-grid .col-md-4 {
  margin-left: 17px;
}
.wrapper .show-grid .col-md-3 {
  margin-left: 17px;
}
.wrapper code {
  white-space: pre-wrap;
}
@media (min-width: 768px) and (max-width: 990px) {
  .wrapper #canvas {
    display: none;
  }
  .wrapper .zo2-socialshares-floatbar {
    display: none;
  }
  .wrapper .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    width: 200px !important;
  }
  .wrapper .mobile-menu {
    width: 76.667%;
    clear: left;
  }
  .wrapper .mobile-menu .zo2-menu {
    padding: 0;
    margin: 0;
  }
  .wrapper #language {
    margin: 0 0 20px 0;
  }
  .wrapper .logo_normal {
    margin: auto;
  }
  .wrapper .left {
    width: 100%;
  }
  .wrapper .right {
    width: 100%;
  }
  .wrapper .right div.moduletable {
    width: 100%;
  }
  .wrapper .right .latestnews .col-md-3 img {
    height: auto;
    width: auto;
  }
  .wrapper .component {
    margin-bottom: 20px;
  }
  .wrapper .show-grid .col-md-4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 8px;
  }
  .wrapper .show-grid .col-md-3 {
    width: 100%;
    margin-left: 0;
    padding: 8px;
    margin-bottom: 10px;
  }
  .wrapper .show-grid .col-md-8 {
    width: 100%;
    margin-left: 0;
    padding: 8px;
    margin-bottom: 10px;
  }
  .wrapper #carousel-Gallery .right {
    width: auto;
  }
  .wrapper #carousel-Gallery .left {
    width: auto;
  }
  .homepage .items-leading > div {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .wrapper #header_logo .logo_normal {
    text-align: center;
  }
  .wrapper #canvas {
    position: absolute;
    z-index: 777;
    top: 50px;
    left: 10px;
  }
  .wrapper #canvas .fa-2x {
    cursor: pointer;
    color: #b80301;
  }
  .wrapper .style-switcher {
    display: none;
  }
  .wrapper .zo2-socialshares-floatbar {
    display: none;
  }
  .wrapper .logo_normal {
    margin: auto;
  }
  .wrapper nav.zo2-menu {
    padding: 0;
    margin: 0;
  }
  .wrapper #language {
    margin-top: 6px;
    text-align: center;
    margin-bottom: 20px;
  }
  .wrapper .latestnews .col-md-3 img {
    width: auto !important;
    height: auto !important;
  }
  .wrapper .radio,
  .wrapper .checkbox {
    margin-left: 0;
    padding-left: 0;
  }
  .wrapper .footer_zo2_logo {
    text-align: center;
  }
  .wrapper #zo2-bottom-1-wrap .about .modulecontent img {
    width: 100%;
  }
  .wrapper .show-grid .col-md-4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 8px;
  }
  .wrapper .show-grid .col-md-3 {
    width: 100%;
    margin-left: 0;
    padding: 8px;
    margin-bottom: 10px;
  }
  .wrapper .show-grid .col-md-8 {
    width: 100%;
    margin-left: 0;
    padding: 8px;
    margin-bottom: 10px;
  }
  .wrapper .pricing_wrap_3 .pricing_box {
    width: 100%;
  }
  .navbar-header {
    background: #F05A28;
  }
  .navbar-toggle {
    float: left;
    margin-left: 8px;
  }
  .navbar-default .navbar-toggle {
    border-color: #ffffff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #303030;
  }
  .homepage .items-leading > div {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .rtl .wrapper .latestnews .col-md-3 {
    display: inline-block;
    width: 100%;
  }
  .wrapper .latestnews .col-md-3 img {
    width: 100% !important;
    height: auto;
  }
  .wrapper .right .moduletable {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .wrapper .zo2-socialshares-floatbar {
    display: none;
  }
  .wrapper .logo_normal {
    margin: auto;
  }
  .wrapper nav.zo2-menu {
    padding: 0;
    margin: 0;
  }
  .wrapper #language {
    margin-top: 6px;
    text-align: center;
    margin-bottom: 20px;
  }
  .wrapper .latestnews .col-md-3 img {
    width: auto !important;
    height: auto !important;
  }
  .wrapper .radio,
  .wrapper .checkbox {
    margin-left: 0;
    padding-left: 0;
  }
  .wrapper .footer_zo2_logo {
    text-align: center;
  }
  .wrapper .lightbox-modal {
    width: 100%;
  }
  .wrapper .lightbox-modal img {
    width: 100%;
  }
  .wrapper .pricing_wrap_3 .pricing_box {
    width: 100%;
  }
  .navbar-header {
    background: #F05A28;
  }
  .navbar-toggle {
    float: left;
    margin-left: 8px;
  }
  .navbar-default .navbar-toggle {
    border-color: #ffffff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #303030;
  }
  .homepage .items-leading > div {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .rtl .wrapper .latestnews .col-md-3 {
    display: inline-block;
    width: 100%;
  }
  .rtl .lightbox-modal {
    margin-right: 0;
  }
  .wrapper .latestnews .col-md-3 img {
    width: 100% !important;
    height: auto;
  }
  .wrapper .right .moduletable {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .wrapper .zo2-socialshares-floatbar {
    display: none;
  }
  .wrapper .pricing_wrap_3 .pricing_box {
    width: 100%;
  }
}
