@import url(http://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;
}
.btn,
.button,
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: ;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding:  ;
  font-size: ;
  line-height: ;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.button:focus,
.button:active:focus,
.button.active:focus,
button:focus,
button:active:focus,
button.active:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
button:hover,
button:focus {
  color: ;
  text-decoration: none;
}
.btn:active,
.btn.active,
.button:active,
.button.active,
button:active,
button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.button.disabled,
.button[disabled],
fieldset[disabled] .button,
button.disabled,
button[disabled],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.0065;
  filter: alpha(opacity=.65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-outline {
  background-color: rgba(0,0,0,0);
  border-color: #1493d4;
  color: #1493d4;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  color: #fff;
  background-color: #1493d4;
  border-color: #1493d4;
}
.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #cdbfe3;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:active,
.btn-outline-inverse:focus {
  color: #1493d4;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff;
}
.btn-link {
  color: ;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: ;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: ;
  text-decoration: none;
}
.btn-lg {
  padding:  ;
  font-size: ;
  line-height: ;
  border-radius: 3px;
}
.btn-sm {
  padding:  ;
  font-size: ;
  line-height: ;
  border-radius: 3px;
}
.btn-xs {
  padding:  ;
  font-size: ;
  line-height: ;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  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;
}
article,
article > section {
  position: relative;
}
article {
  margin-bottom: 16px;
}
article.item-page {
  margin-bottom: 0;
}
article header {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  width: 100%;
}
article header h1,
article header h2 {
  clear: both;
  font-size: 250%;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
}
article header h1 a,
article header h2 a {
  color: #333;
}
article header h1 a:hover,
article header h2 a:hover {
  color: #da5a12;
}
article header ul li {
  float: left;
  list-style: none;
  margin-bottom: 2px;
  margin-right: 20px;
}
.categories-list > div {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .blog-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .blog-item .item-image {
  margin-top: 7px;
  margin-right: 0;
}
.blog .blog-item .item-image img {
  max-width: 100%;
  width: 100%;
}
.blog .blog-item .page-header {
  border: 0;
  margin: 0 0 30px;
  padding: 0;
}
.blog .blog-item .page-header h2 {
  margin: 0;
  line-height: 1.3;
}
.blog .blog-item .page-header h2 a:hover,
.blog .blog-item .page-header h2 a:focus,
.blog .blog-item .page-header h2 a:active {
  color: #1493d4;
}
.blog .blog-item .article-intro {
  margin-bottom: 30px;
}
.blog .item-page .tags {
  border-bottom: 1px solid #e7e7e7 r;
  margin-bottom: 30px;
}
.tag-category .filters {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0;
}
.tag-category .category {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tag-category .category li {
  background: transparent;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0;
}
.tag-category .category li > h3 {
  margin-top: 0;
}
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;
  list-style: none;
}
.tags span {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin: 5px 0;
}
.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: #1493d4 !important;
}
.tags span a:hover:before {
  border-color: transparent #1493d4 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;
}
.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 {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  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;
}
.readmore {
  color: #1493d4;
  text-transform: capitalize;
  -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 {
  color: #000;
}
.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;
}
.items-leading >div ul {
  list-style: none;
}
.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: #1493d4;
}
.dropdown-toggle {
  color: #858585;
  padding: 0 6px 6px;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #1493d4;
}
.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: 90%;
  margin-bottom: 10px;
}
.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,
.icon-cog {
  -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";
}
.icon-cog:before {
  content: "\f013";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.item-page > div.pagination {
  display: none !important;
}
.pagination {
  clear: both;
  padding: 30px 0 0;
}
.pagination ul li {
  background: transparent !important;
  color: #909090;
  cursor: default;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0 !important;
}
.pagination ul li a,
.pagination ul li span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #d3d0c5;
  display: block;
  min-width: 34px;
  padding: 5px 15px;
  text-align: center;
  color: #b6b2a6;
}
.pagination ul li a {
  background-color: #1493d4;
  border: 2px solid transparent;
  color: #fff;
}
.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li a:active {
  background-color: #5b7d6f;
}
.pagination ul li.counter {
  margin-left: 25px;
  font-style: italic;
  padding: 5px 15px;
}
ul.pagenav {
  margin: 15px 0;
  overflow: hidden;
  padding: 0;
}
ul.pagenav .pagenav-next {
  float: right;
}
.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 {
  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;
}
#searchForm label[for="ordering"],
#searchForm label[for="limit"] {
  float: left;
  margin-right: 10px;
}
#searchForm .btn-default {
  border: 1px solid #cccccc;
}
#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;
}
.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;
}
#limit_chzn {
  width: 56px;
}
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 .mega:hover > .mega-dropdown-menu {
    display: block !important;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .zo2-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 20% 20%;
    -webkit-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
  }
  .zo2-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
  }
  .zo2-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0,1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0,1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0,1);
    -o-transform-origin: 10% 0;
  }
  .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 40px;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show  .caret,
  .zo2-megamenu .sub-hidden-collapse > .nav-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    border-top: 1px solid #999;
  }
  .zo2-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .zo2-module {
    margin-bottom: 0;
  }
  .zo2-megamenu .mega-nav > li a,
  .zo2-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .offcanvas {
    display: none;
    background: none repeat scroll 0 0 #465158;
    position: absolute;
    height: 100%;
    transition: transform 0.5s ease 0s;
    top: 0;
    left: -50%;
    width: 49%;
  }
  .offcanvas .sidebar-close {
    color: rgba(0,0,0,0.4);
    display: block;
    float: right;
    font-size: 2em;
    padding: 12px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .offcanvas .sidebar-close:hover {
    color: #000;
  }
  .offcanvas .sidebar-close:before {
    font-family: FontAwesome;
    content: "\f00d";
  }
  .offcanvas.active {
    left: 0;
  }
  .wrapper {
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .wrapper:after {
    background: none repeat scroll 0 0 rgba(0,0,0,0.2);
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    -webkit-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -moz-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -ms-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -o-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  }
  .wrapper.offcanvas-push {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
    overflow: hidden;
  }
  .wrapper.offcanvas-push:after {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    width: 100%;
  }
  body.overflow-hidden {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .offcanvas-overlay {
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    opacity: 0.5;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .offcanvas {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .offcanvas .sidebar-nav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
  }
  .offcanvas .sidebar-nav ul li a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: rgba(255,255,255,0.5);
    display: block;
    text-decoration: none;
    padding: 15px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
  }
  .offcanvas .sidebar-nav ul.nav-sub {
    background: none repeat scroll 0 0 #525E66;
    margin: 0;
  }
  .offcanvas .sidebar-nav >ul >li.nav-active > a {
    background: #1382c9;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #FFFFFF;
  }
  .offcanvas.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .offcanvas.active .sidebar-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  body> * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.overflow-hidden > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .nav-parent {
    position: relative;
  }
  .nav-parent > .nav-oc-toggle {
    position: absolute;
    right: 5px;
    top: 4px;
    border: none !important;
    font-size: 18px;
    height: 8px;
  }
}
.zo2-menu {
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-height: 30px;
  margin-bottom: 0;
}
.zo2-menu .navbar-collapse {
  padding: 0;
}
.zo2-menu .zo2-megamenu .level-top {
  float: right;
}
.zo2-menu .zo2-megamenu .level-top li[data-level="1"] a {
  padding: 0 30px;
}
.zo2-menu .zo2-megamenu .level-top li[data-level="1"] a .caret {
  border: none;
  float: right;
}
.zo2-menu .zo2-megamenu .level-top li[data-level="1"] a .caret:before {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
}
.zo2-menu .zo2-megamenu .level-top >li.active>a,
.zo2-menu .zo2-megamenu .level-top >li.open > a,
.zo2-menu .zo2-megamenu .level-top >li.open > a:hover,
.zo2-menu .zo2-megamenu .level-top >liopen > a:focus {
  background: none;
  color: #1593d5;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu {
  background: none;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 1010;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .mega-dropdown-inner {
  padding: 20px;
  border-top: 3px solid #1493d4;
  background-color: #fff;
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  margin-top: 40px;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .mega-dropdown-inner .mega-inner {
  padding: 0;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .mega-group-content >.mega-dropdown-inner {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .mega-group-content .dropdown-submenu .mega-dropdown-inner {
  padding: 0 10px;
  margin: 0;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .mega-dropdown-menu {
  left: 100%;
  top: 0;
  min-width: 200px;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu ul {
  margin: 0;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu ul a {
  color: #272727;
  text-decoration: none;
  font-size: 110%;
  padding: 0;
  margin: 0;
  border-right: 0 !important;
  height: auto;
  line-height: 30px;
  font-family: Arial, sans-serif;
  display: block;
  background: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu ul li.active >a,
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu ul li:hover >a,
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu ul li:focus >a,
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu ul li.open >a {
  color: #1493d4;
  padding: 0 0 0 10px;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .group-title,
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu h3.module-title {
  line-height: 35px;
  background: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 135%;
  font-weight: normal !important;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .group-title:before,
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu h3.module-title:before {
  content: "" !important;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock ul li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock ul li .moduleItemTitle {
  margin: 0 0 5px;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock ul li .moduleItemTitle:hover {
  color: #1383c9;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock span {
  border: 0;
  color: #696969;
  font-size: 90%;
  text-transform: uppercase;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock span.moduleItemHits {
  float: right;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock a {
  border: 0 !important;
  display: block;
  line-height: 130%;
  font-weight: normal;
  font-size: 100%;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock .moduleItemImage {
  display: block;
  overflow: hidden;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock .moduleItemImage.left {
  float: left;
  display: block;
  width: 30%;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock .intro-right {
  float: right;
  width: 65%;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock h3 {
  float: left;
  font-size: 120%;
  margin: 10px 0;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock h3 a {
  color: #2c2d2d;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock h3 a:hover {
  color: #1383c9 !important;
}
.zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .k2ItemsBlock .item-intro {
  display: none !important;
}
.zo2-menu .zo2-megamenu .level-top .level1 li[data-level="2"] a:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  padding-right: 10px;
}
.zo2-menu .zo2-megamenu .level-top .level1 li[data-level="2"] .mega-dropdown-inner {
  padding: 0 10px;
  margin: 0;
}
.zo2-menu .zo2-megamenu .level-top .level2 li[data-level="3"] a:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  padding-right: 10px;
}
ul.navbar-nav > li > a {
  display: block;
  background: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 135%;
  position: relative;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #262626;
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li:focus > a,
ul.navbar-nav > li.active > a,
ul.navbar-nav > li.open > a {
  color: #1493d4;
}
h3.moduletitle {
  color: #545454;
  margin-bottom: 30px;
}
.border-title h3.moduletitle {
  border-bottom: 1px solid #e3e6e6;
}
.border-title h3.moduletitle:after {
  background-color: #1593d5;
  display: block;
  margin-top: 10px;
  content: "";
  height: 3px;
  width: 70px;
}
h3.moduletitle .title1 {
  color: #8e8c84;
  display: block;
}
.module {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
  padding: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px dotted #EEEEEE;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module h4,
.categories-module .mod-articles-category-title,
ul.categories-module h4,
ul.categories-module .mod-articles-category-title,
.category-module h4,
.category-module .mod-articles-category-title,
ul.category-module h4,
ul.category-module .mod-articles-category-title {
  font-size: 120%;
  font-weight: normal;
  margin: 0;
  display: block;
}
.categories-module .mod-articles-category-writtenby,
.categories-module .mod-articles-category-date,
ul.categories-module .mod-articles-category-writtenby,
ul.categories-module .mod-articles-category-date,
.category-module .mod-articles-category-writtenby,
.category-module .mod-articles-category-date,
ul.category-module .mod-articles-category-writtenby,
ul.category-module .mod-articles-category-date {
  color: #ccc;
  font-size: 100%;
}
.categories-module .mod-articles-category-writtenby,
ul.categories-module .mod-articles-category-writtenby,
.category-module .mod-articles-category-writtenby,
ul.category-module .mod-articles-category-writtenby {
  font-weight: bold;
  margin-right: 10px;
}
.mod-inner > ul.archive-module {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-inner > ul.archive-module i {
  color: #999999;
  margin-right: 2px;
}
.mod-inner > ul.archive-module li {
  border-bottom: 1px solid #EAEAEA;
  padding: 7px 0;
}
.mod-inner > ul.archive-module li a {
  color: #999999;
}
.mod-inner > ul.archive-module li a:hover,
.mod-inner > ul.archive-module li a:focus,
.mod-inner > ul.archive-module li a:active {
  color: #1493d4;
}
.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-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 350%;
}
h2 {
  font-size: 275%;
}
h3 {
  font-size: 240%;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 150%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
pre,
.zt-code1,
.zt-code2,
.zt-code3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #222;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 0;
  padding: 20px;
}
pre,
.zt-code1 {
  background: #d3d9f5;
}
.zt-code2 {
  background: #d6edd5;
}
.zt-code3 {
  border: 1px solid #eee;
  background-color: #fefefe;
  color: #363636;
  padding-left: 82px !important;
}
.zt-code3 h4 {
  background: none repeat scroll 0 0 #A8B4EF;
  color: #FFFFFF;
  margin: 0 0 0 -64px !important;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 55px;
}
.zt-highlight1,
.zt-highlight2,
.zt-highlight3,
.zt-highlight4 {
  cursor: default;
  padding: 1px 5px;
  text-shadow: none;
}
.zt-highlight1 {
  background: #e5e5e5;
  color: #2f2f2f;
}
.zt-highlight2 {
  background: #7fb2ff;
  color: #fff;
}
.zt-highlight3 {
  background: #ff7f7f;
  color: #fff;
}
.zt-highlight4 {
  background: #ffe400;
  color: #2f2f2f;
}
[class^="zt-icon-"] li,
[class*=" zt-icon-"] li {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  list-style: none;
}
[class^="zt-icon-"] li:before,
[class*=" zt-icon-"] li:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  speak: none;
  margin-right: 5px;
}
.zt-icon-angle-left li:before {
  content: "\f104";
}
.zt-icon-angle-right li:before {
  content: "\f105";
}
.zt-icon-angle-up li:before {
  content: "\f106";
}
.zt-icon-angle-down li:before {
  content: "\f107";
}
.zt-icon-arrow-left li:before {
  content: "\f060";
}
.zt-icon-arrow-right li:before {
  content: "\f061";
}
.zt-icon-arrow-up li:before {
  content: "\f062";
}
.zt-icon-arrow-down li:before {
  content: "\f063";
}
.zt-icon-caret-down li:before {
  content: "\f0d7";
}
.zt-icon-caret-up li:before {
  content: "\f0d8";
}
.zt-icon-caret-left li:before {
  content: "\f0d9";
}
.zt-icon-caret-right li:before {
  content: "\f0da";
}
.zt-icon-chevron-up li:before {
  content: "\f077";
}
.zt-icon-chevron-down li:before {
  content: "\f078";
}
.zt-icon-chevron-left li:before {
  content: "\f053";
}
.zt-icon-chevron-right li:before {
  content: "\f054";
}
.zt-icon-chevron-sign-left li:before {
  content: "\f137";
}
.zt-icon-chevron-sign-right li:before {
  content: "\f138";
}
.zt-icon-chevron-sign-up li:before {
  content: "\f139";
}
.zt-icon-chevron-sign-down li:before {
  content: "\f13a";
}
.zt-icon-circle-arrow-left li:before {
  content: "\f0a8";
}
.zt-icon-circle-arrow-right li:before {
  content: "\f0a9";
}
.zt-icon-circle-arrow-up li:before {
  content: "\f0aa";
}
.zt-icon-circle-arrow-down li:before {
  content: "\f0ab";
}
.zt-icon-double-angle-left li:before {
  content: "\f100";
}
.zt-icon-double-angle-right li:before {
  content: "\f101";
}
.zt-icon-double-angle-up li:before {
  content: "\f102";
}
.zt-icon-double-angle-down li:before {
  content: "\f103";
}
.zt-icon-hand-right li:before {
  content: "\f0a4";
}
.zt-icon-hand-left li:before {
  content: "\f0a5";
}
.zt-icon-hand-up li:before {
  content: "\f0a6";
}
.zt-icon-hand-down li:before {
  content: "\f0a7";
}
.zt-icon-long-arrow-down li:before {
  content: "\f175";
}
.zt-icon-long-arrow-up li:before {
  content: "\f176";
}
.zt-icon-long-arrow-left li:before {
  content: "\f177";
}
.zt-icon-long-arrow-right li:before {
  content: "\f178";
}
.zt-typo-inside blockquote {
  border: none;
  font-style: italic;
  margin: 20px 0;
}
.zt-typo-inside blockquote p {
  font-size: 100%;
}
.zt-typo-inside blockquote small:before {
  content: "";
}
.zt-typo-inside blockquote div {
  display: block;
}
.zt-typo-inside blockquote div.zt-blockquote1 {
  background: url(../images/typo/open1.png) no-repeat left bottom;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  background: url(../images/typo/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 {
  background: url(../images/typo/open1.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  background: url(../images/typo/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  background: url(../images/typo/open2.png) no-repeat left bottom;
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  background: url(../images/typo/close2.png) no-repeat right top;
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote4 {
  background: url(../images/typo/open2.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  background: url(../images/typo/close2.png) no-repeat right top;
  padding: 0 48px;
}
.zt-box-info,
.zt-box-warning,
.zt-box-stickynote,
.zt-box-upload,
.zt-box-download {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-box-info:before,
.zt-box-warning:before,
.zt-box-stickynote:before,
.zt-box-upload:before,
.zt-box-download:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 150%;
  speak: none;
  margin-right: 10px;
}
.zt-box-info:before {
  content: "\f129";
}
.zt-box-warning:before {
  content: "\f071";
}
.zt-box-stickynote:before {
  content: "\f0eb";
}
.zt-box-upload:before {
  content: "\f093";
}
.zt-box-download:before {
  content: "\f019";
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #4e4d4d;
  overflow-x: hidden;
}
body.body-overlayed {
  overflow: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #43b8f5;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}
p {
  margin: 12px 0;
}
img {
  max-width: 100%;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
.full-width .col-md-12 {
  padding: 0;
}
.full-width .row {
  margin: 0;
}
.zo2-nopadding {
  padding: 0;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
}
#gototop {
  background-color: rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: 10px;
  height: 50px;
  padding: 12px 14px;
  position: fixed;
  right: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 50px;
  z-index: 100;
}
#gototop:hover {
  background-color: rgba(0,0,0,0.4);
}
#gototop i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
body.boxed {
  background: url("../images/pattern1.png") repeat;
}
body.boxed .wrapper {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
  #zo2-header-top {
    text-align: center;
  }
  #zo2-header-top .social-media {
    float: none;
  }
  #zo2-solutions .zo2-solution .zo2-circle {
    left: 44% !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #zo2-header-top #top-menu ul li {
    margin-right: 20px !important;
  }
  #zo2-header-top .social-media a {
    width: 30px;
  }
  #zo2-solutions .zo2-solution .zo2-solution-text {
    padding: 90px 0 0 !important;
  }
  #zo2-solutions .zo2-solution .zo2-circle {
    font-size: 40px !important;
    height: 100px !important;
    line-height: 80px !important;
    margin-left: -22px !important;
    width: 100px !important;
  }
  #zo2-solutions .zo2-solution .zo2-circle:before {
    height: 100px !important;
    width: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 1370px) {
  .zo2-socialshares-floatbar {
    margin-left: -30px !important;
  }
  .rtl .zo2-socialshares-floatbar {
    margin-left: 0 !important;
    margin-right: -30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .zo2-menu .zo2-megamenu .level-top li[data-level="1"] a {
    padding: 0 20px;
  }
}
.ie8 body {
  overflow: inherit;
}
.zo2-socialshares-floatbar {
  background: none repeat scroll 0 0 padding-box #FFFFFF;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  font: 10px/16px Arial;
  min-width: 55px;
  padding: 5px;
  text-align: center;
  position: fixed;
  top: 195px;
  margin-left: -100px;
  width: 70px;
  z-index: 999;
}
.ie8 .itemAuthorBlock .zt-avatar img {
  max-width: none !important;
}
.ie8 .k2LatestCommentsBlock img {
  max-width: none !important;
}
.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_caption img {
  max-width: none !important;
}
.itemImageBlock .modal,
.itemEditLink.modal {
  background-clip: padding-box;
  background-color: transparent !important;
  border-radius: 0px !important;
  border: 0 !important;
  box-shadow: none !important;
  left: auto !important;
  margin: 0 !important;
  overflow: hidden;
  position: static !important;
  top: auto !important;
  width: auto !important;
  z-index: 1050;
  display: block !important;
}
.weblinks {
  font-size: 110%;
}
.weblinks li {
  line-height: 20px;
  padding-bottom: 10px;
}
.weblinks li a {
  color: #fff;
}
.weblinks li a i {
  font-size: 17px;
  padding-right: 10px;
}
.weblinks li a:hover,
.weblinks li a:active,
.weblinks li a:focus {
  color: #1493d4;
}
.social-media {
  float: right;
}
.social-media a {
  color: #9c9c9c;
  display: inline-block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.social-media a:hover,
.social-media a:active,
.social-media a:focus {
  color: #fff;
}
.social-media a.facebook:hover,
.social-media a.facebook:active,
.social-media a.facebook:focus {
  background-color: #4D70A0;
}
.social-media a.twitter:hover,
.social-media a.twitter:active,
.social-media a.twitter:focus {
  background-color: #23D8E8;
}
.social-media a.gplus:hover,
.social-media a.gplus:active,
.social-media a.gplus:focus {
  background-color: #484848;
}
.social-media a.in:hover,
.social-media a.in:active,
.social-media a.in:focus {
  background-color: #027BA5;
}
.social-media a.youtube:hover,
.social-media a.youtube:active,
.social-media a.youtube:focus {
  background-color: #FE3432;
}
.social-media a.tumblr:hover,
.social-media a.tumblr:active,
.social-media a.tumblr:focus {
  background-color: #2A445F;
}
.social-media a.dribbble:hover,
.social-media a.dribbble:active,
.social-media a.dribbble:focus {
  background-color: #D984A9;
}
.social-media a.skype:hover,
.social-media a.skype:active,
.social-media a.skype:focus {
  background-color: #1AC9FB;
}
.social-media a.pinterest:hover,
.social-media a.pinterest:active,
.social-media a.pinterest:focus {
  background-color: #CB2027;
}
.social-media a i {
  text-align: center;
  width: 36px;
}
#zo2-header-top {
  background-color: #f5f5f5;
}
#zo2-header-top #top-menu ul {
  list-style: none;
  margin: 0;
}
#zo2-header-top #top-menu ul li {
  display: inline-block;
  line-height: 36px;
  margin-right: 30px;
}
#zo2-header-top #top-menu ul li i {
  padding-right: 5px;
}
#zo2-header {
  background-color: #fff;
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.06);
  box-shadow: 0 2px 5px rgba(0,0,0,0.06);
  padding: 40px 0;
  position: relative;
  z-index: 21;
}
#zo2-header .logo_retina {
  display: none;
}
#zo2-header .logo_normal {
  display: block;
}
@media screen and (min-resolution: 2dppx) {
  #zo2-header .logo_normal {
    display: none;
  }
  #zo2-header .logo_retina {
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #zo2-header .logo_normal {
    display: none;
  }
  #zo2-header .logo_retina {
    display: block;
  }
}
#zo2-header .zo2-menu .navbar-toggle {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 50px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#zo2-header .zo2-menu .navbar-toggle:active,
#zo2-header .zo2-menu .navbar-toggle:focus {
  background: none;
  box-shadow: none;
}
#zo2-header .zo2-menu .navbar-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #626262;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#zo2-header .zo2-menu .navbar-toggle span:before,
#zo2-header .zo2-menu .navbar-toggle span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #626262;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#zo2-header .zo2-menu .navbar-toggle span:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
}
#zo2-header .zo2-menu .navbar-toggle span:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
}
#zo2-header #zt-search {
  float: right;
  margin-left: 65px;
}
#zo2-header .search form {
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0;
  position: relative;
  transition: all 0.5s ease 0s;
  float: right;
}
#zo2-header .search form:before {
  color: #555555;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: 3px;
}
#zo2-header #mod-search-searchword {
  -moz-border-radius: 0px;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-border-radius: 0px;
  -webkit-transition: all 0.5s ease 0s;
  background: transparent;
  border-radius: 0px;
  border: 1px solid transparent;
  color: #8B8E94;
  cursor: pointer;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: -9999em;
  transition: all 0.5s ease 0s;
  width: 18px;
  z-index: 1;
}
#zo2-header #mod-search-searchword:focus {
  border: 1px solid #868686;
  cursor: text;
  outline: 0 none;
  padding: 0 20px 0 25px;
  text-indent: 0;
  width: 150px;
}
#zo2-header #mod-search-searchword::-moz-placeholder {
  color: rgba(0,0,0,0);
}
#zo2-header #mod-search-searchword::-webkit-input-placeholder {
  color: rgba(0,0,0,0);
}
#zo2-slideshow .tp-leftarrow.default,
#zo2-slideshow .tp-rightarrow.default {
  background: none;
}
#zo2-slideshow .tp-rightarrow:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 60px;
  font-weight: 100;
  height: 100%;
  line-height: 40px;
  position: absolute;
  top: 0;
  color: #1493d4;
  width: 100%;
}
#zo2-slideshow .tp-leftarrow:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 60px;
  color: #1493d4;
  font-weight: 100;
  height: 100%;
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
#zo2-slideshow .tp-bullets.simplebullets.round-old .bullet {
  background-image: none;
  background-color: #fff;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
}
#zo2-slideshow .tp-bullets.simplebullets.round-old .bullet:hover,
#zo2-slideshow .tp-bullets.simplebullets.round-old .bullet.selected {
  background-color: #1493d4;
}
#zo2-breadcrumb {
  background-color: #f5f5f5;
}
#zo2-breadcrumb .breadcrumb {
  margin: 0;
}
#zo2-breadcrumb .breadcrumb .divider {
  display: none;
}
#zo2-breadcrumb .breadcrumb > li + li:before {
  content: " ";
}
#zo2-breadcrumb .breadcrumb > li + li + li:before {
  content: "/ ";
}
.homepage .blog-featured .item-title {
  margin-bottom: 0;
  text-align: center;
}
.homepage .items-leading > div {
  margin: 0;
  padding: 0;
}
.homepage .blog-featured .items-row {
  margin-bottom: 0;
}
.homepage .blog-featured .page-header {
  padding: 0;
}
.homepage .blog-featured .page-header h1 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 45px 0;
}
.homepage .blog-featured .page-header h1 span {
  background-color: #c2c1b5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 100%;
  padding: 5px 15px;
}
.homepage .blog-featured .page-header h1 span:before {
  font-family: 'FontAwesome';
  content: "\f0f6";
  padding-right: 15px;
}
.homepage .blog-featured .pull-left.item-image {
  margin: 0;
}
#zo2-mainframe {
  padding: 40px 0;
}
.zo2-solutions-des {
  font-size: 180%;
  text-align: center;
  font-weight: 300;
}
#zo2-solutions .zo2-solution {
  margin-top: 60px;
  background-color: #fff;
  color: #313131;
  position: relative;
}
#zo2-solutions .zo2-solution .zo2-circle {
  top: -36px;
  left: 32%;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  font-size: 66px;
  line-height: 140px;
  height: 158px;
  width: 158px;
  border-radius: 50%;
  text-shadow: 0 3px 0 rgba(0,0,0,0.1);
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  border: 12px solid rgba(239,239,239,0.68);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjUwJSIgPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTU5YmUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA4N2NmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-radial-gradient(center center,circle,#159be1 0%,#0087cf 100%);
  background-image: -o-radial-gradient(center center,100px 100px,#159be1 0%,#0087cf 100%);
  background-image: -webkit-radial-gradient(center center,100px 100px,#159be1 0%,#0087cf 100%);
  background-image: radial-gradient(center center,100px 100px,#159be1 0%,#0087cf 100%);
  color: #fff;
}
#zo2-solutions .zo2-solution .zo2-circle:before {
  display: block;
  content: '';
  position: absolute;
  left: -12px;
  top: -12px;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  transform: scale(0.8);
  box-shadow: 0 0 0 1px #d74c4c;
}
#zo2-solutions .zo2-solution .zo2-circle i {
  vertical-align: top;
  line-height: inherit;
}
#zo2-solutions .zo2-solution .zo2-solution-text {
  padding: 125px 0 0;
  text-align: center;
}
#zo2-solutions .zo2-solution .zo2-solution-text .zo2-solution-text-title {
  font-size: 210%;
}
#zo2-solutions .zo2-solution .zo2-solution-text .zo2-solution-description {
  font-size: 14px;
}
#zo2-solutions .zo2-solution:hover .zo2-circle {
  border: 12px solid #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjUwJSIgPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWI1ZTVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDc0YjRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-radial-gradient(center center,circle,#eb5e5e 0%,#d74b4b 100%);
  background-image: -o-radial-gradient(center center,100px 100px,#eb5e5e 0%,#d74b4b 100%);
  background-image: -webkit-radial-gradient(center center,100px 100px,#eb5e5e 0%,#d74b4b 100%);
  background-image: radial-gradient(center center,100px 100px,#eb5e5e 0%,#d74b4b 100%);
}
#zo2-solutions .zo2-solution:hover a {
  color: #d24747;
}
#zo2-solutions .zo2-solution:hover .zo2-circle:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
}
#zo2-features {
  background-color: #f5f5f5;
  color: #2c2c2c;
  padding: 40px 0 0;
}
#zo2-features h3.moduletitle {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 0;
}
#zo2-features #zo2-core-features .features-list i {
  color: #1493d4;
  float: left;
  font-size: 39px;
}
#zo2-features #zo2-core-features .features-list .feature {
  margin-bottom: 35px;
  padding-left: 55px;
}
#zo2-features #zo2-core-features .features-list .feature h4 {
  margin: 0;
}
#zo2-numbers .zt_parallax_wrap {
  background-clip: padding-box !important;
  background-size: cover !important;
  height: auto;
}
#zo2-numbers .zt_parallax_wrap h4 {
  font-size: 300%;
  margin-bottom: 80px;
}
#zo2-numbers .zt_parallax_wrap i {
  font-size: 500%;
}
#zo2-numbers .zt_parallax_wrap span {
  display: block;
  font-size: 415%;
  margin: 20px 0;
}
#zo2-numbers .zt_parallax_wrap p {
  font-size: 150%;
}
#zo2-bottom {
  background-color: #f5f5f5;
  padding: 30px 0;
}
#zo2-bottom h5 {
  margin: 0;
}
#zo2-bottom .list-reasons {
  margin: 20px 0;
}
#zo2-bottom .list-reasons li {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 110%;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#zo2-bottom .list-reasons li i {
  color: #1493d4;
  font-size: 16px;
  padding-right: 10px;
}
#zo2-bottom #myCarousel {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#zo2-bottom #myCarousel .carousel-indicators li {
  background-color: #eaeaea;
  height: 12px;
  width: 12px;
  border: none;
}
#zo2-bottom #myCarousel .carousel-indicators li.active {
  background-color: #1493d5;
  border: none;
  margin: 1px;
}
#zo2-bottom #myCarousel blockquote {
  border: none;
  padding: 30px;
  margin: 0;
}
#zo2-bottom #myCarousel blockquote:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  padding-right: 10px;
}
#zo2-bottom #myCarousel blockquote .row {
  margin-bottom: 20px;
}
#zo2-bottom #myCarousel blockquote p {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  position: relative;
  margin: 0;
}
#zo2-bottom #myCarousel blockquote p:before,
#zo2-bottom #myCarousel blockquote p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
#zo2-bottom #myCarousel blockquote p:before {
  border-top-color: #E0E0E0;
  border-width: 30px 0 0 30px;
  bottom: -31px;
  left: 54px;
  margin-right: 10px;
}
#zo2-bottom #myCarousel blockquote p:after {
  border-top-color: #FFFFFF;
  border-width: 30px 0 0 30px;
  bottom: -28px;
  left: 53px;
}
#zo2-bottom #myCarousel blockquote img {
  border: 1px solid #efefef;
  padding: 3px;
}
#zo2-bottom #myCarousel blockquote small {
  font-size: 110%;
}
#zo2-bottom #myCarousel blockquote small:before {
  content: "";
}
#zo2-bottom #myCarousel blockquote small.name {
  color: #2f2f2f;
}
#zo2-bottom #myCarousel blockquote small.position {
  color: #989898;
}
#zo2-buy {
  background-color: #1593d5;
  color: #fff;
  padding: 25px 0;
}
#zo2-buy .btn {
  margin: 25px 0;
}
#zo2-footer-top {
  background-color: #262626;
  color: #fff;
}
#zo2-footer-top h3.moduletitle {
  color: #FFFFFF;
}
#zo2-footer-top .zt-twitter-timeline {
  padding: 0;
}
#zo2-footer-top .zt-twitter-timeline a {
  color: #FFFFFF;
}
#zo2-footer-top .zt-twitter-timeline .zt-timeline-item {
  border-bottom: 1px solid #303030;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#zo2-footer-top .zt-twitter-timeline .zt-twitter-follow {
  display: none;
}
#zo2-footer-top .address {
  border-bottom: 1px solid #303030;
  font-size: 110%;
  margin-bottom: 20px;
}
#zo2-footer-top .address li {
  margin-bottom: 20px;
}
#zo2-footer-top .address li i {
  font-size: 20px;
  padding-right: 15px;
}
#zo2-footer {
  background-color: #222222;
  color: #909090;
}
#zo2-footer div.mod-languages ul {
  float: right;
  padding: 20px 0;
}
#zo2-footer div.mod-languages ul li {
  display: inline-block;
}
footer {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
}
footer section {
  float: left;
}
footer .copyright {
  float: left;
}
footer .footer_zo2_logo img {
  float: right;
}
.grid {
  list-style: none;
  padding: 0;
}
.grid li {
  display: block;
  float: left;
  padding: 7px;
  opacity: 0;
}
.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1;
}
.grid li a,
.grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}
.grid.effect-4 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  -moz-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes fallPerspective {
  100% {
    -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
.rtl .weblinks li a i {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .zt-twitter-timeline {
  text-align: right;
}
.rtl .zt-twitter-timeline .zt-timeline-item .zt-item-avatar {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .zo2-menu .zo2-megamenu .level-top li[data-level="1"] a .caret {
  float: left;
}
.rtl .zo2-menu .zo2-megamenu .level-top .level2 a:before {
  content: "\f104";
  padding-right: 0;
  padding-left: 10px;
}
.rtl .zo2-menu .zo2-megamenu .level-top .level1 li[data-level="2"] a:before {
  content: "\f104";
  padding-right: 0px;
  padding-left: 10px;
}
.rtl .zo2-menu .zo2-megamenu .level-top .mega-dropdown-menu .mega-dropdown-menu {
  right: 100%;
  left: auto;
}
.rtl #zo2-bottom .list-reasons li i {
  padding-right: 0;
  padding-left: 10px;
}
.rtl #zo2-footer-top .address li i {
  padding-right: 0;
  padding-left: 15px;
}
.rtl #zo2-footer div.mod-languages ul {
  float: left;
}
.rtl .zo2-socialshares-floatbar {
  margin-left: 0;
  margin-right: -100px;
}
.rtl [class^="zt-icon-"] li:before,
.rtl [class*=" zt-icon-"] li:before {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .zt-box-info:before,
.rtl .zt-box-warning:before,
.rtl .zt-box-stickynote:before,
.rtl .zt-box-upload:before,
.rtl .zt-box-download:before {
  margin-right: 0;
  margin-left: 10px;
}
.menu.box-color {
  background: #1493d4;
  color: #aaa;
  padding: 20px;
}
.menu.box-color li {
  border-bottom: 1px solid #33a0d4;
}
.menu.box-color li a {
  color: #fff;
}
.menu.box-color li a:hover,
.menu.box-color li a:active,
.menu.box-color li a:focus {
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  -webkit-transition: all linear .3s;
  background-color: #EEEEEE;
  text-decoration: none;
  color: #555;
}
.menu.box-color li.active a {
  background-color: #EEEEEE;
  text-decoration: none;
  color: #555;
}
