@media (max-width: 991px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 991px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 992px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:992px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

body {
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #478b96;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2e5b62;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #478b96;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: 'Expletus Sans', cursive;
  font-weight: 400;
  line-height: 1.1;
}
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;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  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"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-menu > .active > a {
  background: #fa9a2d;
  color: #fff !important;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #cccccc;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a {
  background: #fa9a2d;
}
.nav .caret {
  border-top-color: #478b96;
  border-bottom-color: #478b96;
}
.nav a:hover .caret {
  border-top-color: #2e5b62;
  border-bottom-color: #2e5b62;
}
.t3-navhelper {
  background: #959595;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > li a {
  color: #fff;
}
.breadcrumb > li span {
  color: #ddd;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

@media (max-width: 992px) {
  .navbar {
    float: right !important;
  }
}
.navbar-collapse {
  background: #fff;
}
@media (max-width: 992px) {
  .navbar-collapse {
    width: 290px;z-index: 2000;
margin-left: -200px;
  }
}
.navbar-collapse .navbar-default .navbar-nav > .active > a,
.navbar-collapse .navbar-default .navbar-nav > .active > a:hover {
  background-color: #fff;
}
.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #444444;
  border-color: #333333;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #333333;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #333333;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #333333;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  background: none;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0; padding-top: 15px;
}
@media (min-width: 992px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #333333;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #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;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #2e5b62;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #2e5b62;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.depict-slider-inner {
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.95)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.depict-slider {
  width: 100%;
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}
.depict-slider img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.depict-slider .logo-text {
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  font-family: 'Expletus Sans', cursive;
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
}
.depict-slider .logo-text sub span {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .depict-slider .logo-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 580px) {
  .depict-slider .logo-text {
    display: none;
  }
}
.depict-slider .depict-slider-details {
  position: absolute;
  padding-left: 20px;
  top: 17%;
}
@media screen and (max-width: 768px) {
  .depict-slider .depict-slider-details {
    padding: 0 20px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .depict-slider .depict-slider-details {
    top: 13%;
  }
}
.depict-slider h1 {
  color: #fff;
  padding: 0;
  font-size: 60px;
  font-weight: 400;
  margin: 15px 0 60px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1200px) {
  .depict-slider h1 {
    font-size: 44px;
    margin: 0px 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .depict-slider h1 {
    font-size: 38px;
    margin: 0px 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .depict-slider h1 {
    font-size: 24px;
    margin-top: 5px;
  }
}
.depict-slider h3 {
  color: #fff;
  padding: 0;
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 15px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1200px) {
  .depict-slider h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .depict-slider h3 {
    display: none;
  }
}
.depict-slider a.home-banner-button {
  font-size: 20px;
  padding: 12px 22px;
  border: 3px solid rgba(255, 255, 255, 0.7);
  color: #ddd;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin: 50px 0 0;
  background: rgba(0, 0, 0, 0.1);
}
.depict-slider a.home-banner-button i {
  color: #fa9a2d;
  margin-right: 15px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .depict-slider a.home-banner-button {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .depict-slider a.home-banner-button {
    margin: 20px 0 0;
    font-size: 15px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .depict-slider a.home-banner-button {
    margin: 0;
    padding: 7px 16px;
  }
}
.depict-slider a.home-banner-button:hover,
.depict-slider a.home-banner-button:focus {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 3px solid #fff;
}
.mn-depict-scroll-right,
.mn-depict-scroll-left {
  padding: 20px 0;
}
.mn-depict-scroll-left-title,
.mn-depict-scroll-right-title {
  font-size: 40px;
  font-family: 'Expletus Sans', cursive;
  display: block;
  margin: 0 0 15px;
}
.mn-depict-scroll-left-title:hover,
.mn-depict-scroll-right-title:hover,
.mn-depict-scroll-left-title:focus,
.mn-depict-scroll-right-title:focus,
.mn-depict-scroll-left-title:active,
.mn-depict-scroll-right-title:active {
  text-decoration: none;
}
@media screen and (max-width: 520px) {
  .mn-depict-scroll-left-title,
  .mn-depict-scroll-right-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .mn-depict-scroll-left-title,
  .mn-depict-scroll-right-title {
    font-size: 24px;
  }
}
.mn-depict-scroll-left-intro,
.mn-depict-scroll-right-intro {
  padding-top: 15px;
  color: #6fb0bb;
  font-size: 16px;
}
.mn-depict-scroll-left-img {
  float: left;
}
.mn-depict-scroll-left-img img {
  max-width: 100%;
  width: 100%;
}
.inview .mn-depict-scroll-left-img {
  opacity: 0;
  left: -600px;
  position: relative;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
@media screen and (max-width: 768px) {
  .inview .mn-depict-scroll-left-img {
    left: -100px;
  }
}
.inview .mn-depict-scroll-left-img.inview-active {
  opacity: 1;
  left: 0;
}
.mn-depict-scroll-right-img {
  float: right;
}
.mn-depict-scroll-right-img img {
  max-width: 100%;
  width: 100%;
}
.inview .mn-depict-scroll-right-img {
  opacity: 0;
  right: -600px;
  position: relative;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
@media screen and (max-width: 768px) {
  .inview .mn-depict-scroll-right-img {
    right: -100px;
  }
}
.inview .mn-depict-scroll-right-img.inview-active {
  opacity: 1;
  right: 0;
}
.mn-depict-scroll-details {
  padding: 60px 20px 0;
}
@media screen and (max-width: 768px) {
  .mn-depict-scroll-details {
    padding: 20px 20px 0;
  }
}
.mn-depict-scroll-details a.moduleItemReadMore {
  padding: 10px;
  border: 2px solid #999;
  border-radius: 4px;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0 0;
}
.mn-depict-scroll-details a.moduleItemReadMore:hover,
.mn-depict-scroll-details a.moduleItemReadMore:focus {
  border: 2px solid #333;
  color: #333;
}
.dynamic-search {
  padding: 14px 0;
}
.dynamic-search .mn-search-ico {
  float: left;
  font-size: 24px;
  line-height: 32px;
  width: 62px;
  text-align: center;
  color: #636363;
}
.dynamic-search input.dynamic-search {
  border: 0;
  box-shadow: none;
  font-size: 18px;
  background: none;
  padding: 0 6px;
  width: 60%;
}
.dynamic-search input:hover,
.dynamic-search input:focus {
  background: none;
  color: #636363;
}
.gn-menu-wrapper {
  border-right: 1px solid #ddd;
  background: #fafafa;
}
.gn-menu-main,
.gn-menu-main ul {
  background: none;
}
.gn-menu-main a {
  color: #636363;
}
.gn-menu .nav-pills li :before {
  float: left;
  width: 70px;
  font-size: 24px;
  padding: 0px 25px 0 15px;
  font-family: FontAwesome;
  text-align: center;
  line-height: 17px;
}
.gn-menu .nav-pills li a {
  border-radius: 0;
}
.gn-menu .nav > li > a {
  padding: 22px 0px;
  font-family: 'Roboto', sans-serif;
}
.gn-menu .nav-stacked > li + li {
  margin-top: 0;
}
.gn-menu-main a.gn-icon-menu {
  color: #fa9a2d;
}
.mix-filters .drop_down.expanded .label {
  background: #fa9a2d !important;
  border-color: #fa9a2d !important;
}
.mix-filters .drop_down.expanded .label:hover div,
.mix-filters .drop_down.expanded .label:hover i.fa {
  color: #fff !important;
}
.drop_down .label:hover div,
.drop_down .label:hover i.fa {
  color: #fa9a2d !important;
}
.mix-filters .drop_down.expanded ul {
  border-top-color: #fa9a2d !important;
}
.mix-filters .drop_down li.active {
  color: #fa9a2d !important;
}
.upper-mix-hover h3 a {
  font-size: 16px;
}
.inview .regridk2-art li {
  opacity: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  
  -webkit-transform: scale(0, 0);
  
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
.inview .regridk2-art li.inview-active {
  opacity: 0;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  
  -webkit-transform: scale(1, 1);
  
}
.scrollTop-link {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  border: 3px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  text-align: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.scrollTop-link i {
  vertical-align: middle;
  line-height: 45px;
}
.scrollTop-link:hover {
  color: #ccc;
  background: rgba(0, 0, 0, 0.7);
}
.scrollTop-link:focus {
  color: #ccc;
}
@media screen and (max-width: 992px) {
  .scrollTop-link {
    display: none !important;
  }
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 20px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 20px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  border-left: 1px solid #eeeeee;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #eeeeee;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 25%;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
#article-index ul,
.article-index ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #478b96;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #478b96;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}

.page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.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 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.t3-wrapper {
  padding-top: 60px;
  background-color: #fff;
  overflow: hidden !important;
}
.mn-top-bar {
  position: fixed;
  -webkit-transform: translateZ(0);
  height: 90px;
  top: 0;
  width: 100%;
  background: #FFFFFF ;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  
  -moz-backface-visibility: hidden;
  
  -ms-backface-visibility: hidden;
}
.paddingLeft60 {
  padding-left: 60px;
}
.t3-header {
  padding: 0; padding-top: 15px;
  float: left;
}
.t3-mainnav {
  clear: none;
  float: left;
  border: 0;
}
.logo {
  float: left;
  width: auto;
  height: 60px;
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 0 35px;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    padding: 0 15px;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: -15px auto;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text .highlight-letter {
  color: #fa9a2d;
}
.logo-text a {
  text-decoration: none;
  font-family: 'Expletus Sans', cursive;
  font-size: 30px;
  font-weight: bold;
  color: #3b3939;
  line-height: 60px;
}
@media screen and (max-width: 480px) {
  .logo-text a {
    font-size: 26px;
  }
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: inline;
  font-size: 7px;
  margin-top: 5px;
  font-weight: bold;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 0px;
    padding-top: 40px;
	 border-top-style: dotted; border-top-width:2px;border-top-color: #686868;
  }
}
@media screen and (max-width: 768px) {
  .t3-sl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.t3-mainbody {
  padding-top: 60px;
  padding-bottom: 20px;
  min-height: 450px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .t3-module {
  padding: 10px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.t3-sidebar .t3-module h3.module-title {
  padding: 10px;
  background: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
}
.t3-sidebar .t3-module .module-ct {
  padding: 5px;
}
.t3-footer {
  border-top: 1px solid #787878;
  background: #787878;
  color: #e9e9e9;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #c3c3c3;
}
.t3-footnav {
  padding: 10px 0 !important;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  background: #787878;
  color: #e9e9e9;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
  display: inline-block;
  margin: 0;
}
.t3-footnav .t3-module ul > li > a {
  color: #e9e9e9;
  border-radius: 4px;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #e9e9e9;
}
.t3-footnav .nav-pills li {
  display: inline-block;
  padding-right: 10px;
}
.t3-footnav .nav-pills li a:hover,
.t3-footnav .nav-pills li a:active,
.t3-footnav .nav-pills li a:focus {
  background-color: #3b3939;
}
.t3-copyright {
  border-top: 1px solid #787878;
  font-size: 12px;
  padding: 20px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.mn-parallax {
  height: 450px;
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .mn-parallax {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .mn-parallax {
    display: none;
  }
}
.top-right {
  float: right;
  padding: 0;
  width: auto;
}
.top-right .t3-module {
  margin: 0;
}
.top-right .t3-module ul li {
  display: inline-block;
  margin: 0;
}
.top-right .t3-module ul li a {
  line-height: 60px;
  height: 60px;
  padding: 0 25px;
  border-radius: 0;
  background: #fa9a2d;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  border-left: 1px solid #ddd;
  font-family: 'Roboto', sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.top-right .t3-module ul li a:hover,
.top-right .t3-module ul li a:focus {
  background: #787878;
}
.top-right .t3-module ul li a:before {
  font-family: FontAwesome;
  padding-right: 12px;
}
@media screen and (max-width: 515px) {
  .top-right {
    display: none;
  }
}
.mn-parallax-background {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mn-title-parallax,
.mn-title-parallax-right {
  color: #fff;
  padding-top: 80px;
}
.mn-title-parallax h2,
.mn-title-parallax-right h2 {
  font-size: 36px;
  padding: 0;
  margin: 20px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.mn-title-parallax h1,
.mn-title-parallax-right h1 {
  font-size: 52px;
  padding: 0;
  margin: 20px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.mn-title-parallax-right {
  text-align: right;
}
.mn-login {
  line-height: 29px !important;
  height: auto !important;
  padding: 15px !important;
  color: #aaa !important;
}
.mn-login i {
  font-size: 22px;
  line-height: 29px !important;
  height: auto !important;
  width: auto !important;
}
.mn-login:hover i,
.mn-login:focus i {
  color: #fa9a2d !important;
}
.big-header h3 {
  font-size: 36px;
  text-align: center;
  margin: 20px 0;
}
.depict-grey-bg .t3-wrapper {
  background: #555;
}
.categories-list ul li .item-title a {
  font-family: 'Expletus Sans', cursive;
  font-weight: 400 !important;
}

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: transparent;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.odd {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #eee;
}

div.k2FeedIcon {
  margin: 10px 0 20px;
}
.userBlock .k2FeedIcon {
  padding: 0;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}
div.k2FeedIcon a i {
  padding-right: 10px;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: block;
}

.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: none;
}
.itemRatingForm ul {
  float: left;
  clear: both;
}
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
  clear: left;
}
div.itemRatingForm .formLogLoading {
  background: url(../../../../images/system/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0;
}
.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;
  transition: none;
}
.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;
}

.k2ArchivesBlock ul {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.k2ArchivesBlock {
  padding-bottom: 10px;
}
.clearList {
  display: none;
  float: none;
  clear: both;
}

.lastItem {
  border: none;
}

.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 0;
  padding: 0;
  margin: 2px 10px 4px 0;
}

div.k2Pagination {
  padding: 0;
  margin: 24px 0 4px 0;
  text-align: left;
  color: #999;
}
div.k2Pagination .counter {
  margin-left: 10px;
}

div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline;
}

div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: none;
}

.featured-div {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  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;
}
div.itemView {
  padding: 8px 0 24px 0;
  margin: 0 0 24px;
  border-bottom: 0;
  position: relative;
}

span.itemEditLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
div.itemHeader {
  
  padding: 0;
}
div.itemImageBlock div.itemDate,
div.catItemImageBlock div.itemDate,
div.tagItemImageBlock div.itemDate,
div.userItemImageBlock div.itemDate {
  display: block;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  float: left;
  z-index: 10;
}
div.itemImageBlock div.itemDateCreated,
div.catItemImageBlock div.itemDateCreated,
div.tagItemImageBlock div.itemDateCreated,
div.userItemImageBlock div.itemDateCreated {
  display: block;
  color: #eee;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 0;
  float: left;
}
div.itemImageBlock div.itemDateCreated .dayno,
div.catItemImageBlock div.itemDateCreated .dayno,
div.tagItemImageBlock div.itemDateCreated .dayno,
div.userItemImageBlock div.itemDateCreated .dayno {
  background: #fbb25f;
  font-size: 30px;
  line-height: 29px;
  padding: 9px 6px 10px;
  margin: 0;
  float: left;
  color: #fff;
  font-weight: 400;
}
div.itemImageBlock div.itemDateCreated .month-year,
div.catItemImageBlock div.itemDateCreated .month-year,
div.tagItemImageBlock div.itemDateCreated .month-year,
div.userItemImageBlock div.itemDateCreated .month-year {
  background: #fcca91;
  color: #fff;
  margin: 0;
  padding: 5px;
  float: left;
  line-height: 19px;
  text-transform: none;
  font-weight: 400;
}
div.itemHeader h2.itemTitle {
  font-family: 'Expletus Sans', cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: 122%;
  padding: 0 60px 0 0;
  margin: 0 0 20px;
  overflow: hidden;
  text-transform: none;
  color: #2e5b62;
}
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 {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 32px;
  right: 0;
}
.top-tools {
  margin-left: 20px;
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0;
  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 .btn-group > .dropdown-toggle {
  padding: 2px 5px;
}
div.itemToolbar .dropdown-menu li {
  text-align: left;
  display: list-item;
  padding: 0;
  border: 0;
}
div.itemToolbar .dropdown-menu li a {
  font-size: 14px;
}
div.itemRatingBlock {
  padding: 0;
  margin: 10px 0 0;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #888;
}
div.itemBody {
  padding: 0;
  margin: 0;
}
div.itemImageBlock {
  padding: 0;
  margin: 0;
  position: relative;
}
span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
span.itemImage img {
  border: none;
  padding: 0px;
  width: 100% !important;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
span.itemImage a.modal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
  display: block;
  margin: 0;
  position: relative;
  top: auto;
  left: 0px;
  right: 0;
  width: auto;
  z-index: 10;
  overflow: hidden;
}
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
.mn-itemText {
  overflow: hidden;
  padding: 0;
}
div.itemIntroText {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  padding: 0;
}
div.itemFullText {
  line-height: 1.8;
  margin-top: 25px;
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemExtraFields {
  margin: 10px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 0;
}
div.itemExtraFields h3 {
  margin: 0 0 8px;
  padding: 0 0 8px 0;
  line-height: normal !important;
  border-bottom: 1px solid #eee;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
  margin-bottom: 10px;
  padding: 5px 0;
  clear: both;
  float: left;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  width: 20%;
}
div.itemExtraFields ul li span.itemExtraFieldsValue {
  padding-left: 30px;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 0;
  border-top: none;
  color: #999;
  font-size: 12px;
}
span.itemHits {
  float: left;
}
div.itemSocialSharing {
  padding: 20px 0 0;
  margin: 0 0 10px;
}
div.itemTwitterButton {
  float: left;
  margin: 0 24px 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}
div.itemGooglePlusOneButton {
  float: left;
  width: 100px;
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
div.itemCategory {
  display: inline;
  padding: 0px;
  border: none;
}
div.itemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
}
div.itemTagsBlock {
  padding: 0;
  border-bottom: 0;
  margin: 25px 0 10px;
}
div.itemTagsBlock span {
  font-weight: normal;
  color: #888;
  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;
  margin: 0 10px 0 0;
  text-align: center;
  color: #478b96;
}
div.itemTagsBlock ul.itemTags li a {
  background: #fa9a2d;
  border: 1px solid #478b96;
  border-radius: 4px;
  color: #fff;
  font-size: 15px !important;
  margin: 0;
  padding: 6px;
  transition: all 0.3s ease-out 0s;
}
div.itemTagsBlock ul.itemTags li a:hover,
div.itemTagsBlock ul.itemTags li a:focus {
  padding: 6px;
  background: #f98e14;
  text-decoration: none;
}
div.itemAttachmentsBlock {
  padding: 0;
  border-bottom: none;
}
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: #f8f8f8;
  border: 0;
  border-radius: 4px;
  padding: 15px;
  margin: 20px 0;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 0;
  margin: 0 15px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
div.itemAuthorBlock div.itemAuthorDetails p {
  line-height: 24px;
  color: #888;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: 400;
  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: 400;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: 400;
}

div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 8px 2%;
  overflow: hidden;
  width: 50%;
}
div.itemAuthorLatest h3 {
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 400;
}
div.itemAuthorLatest ul {
  margin: 0;
  padding: 0;
}
div.itemAuthorLatest ul li {
  list-style: none;
  padding: 8px 0;
}

div.itemRelated {
  margin-bottom: 16px;
  padding: 8px 2%;
  float: left;
  width: 50%;
}

div.itemRelated h3 {
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 600;
}
div.itemRelated ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemRelated ul li {
  padding: 8px 0;
  float: left;
  width: 100%;
}
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.itemRelCat {
  margin: 5px 0 0;
  font-size: 12px;
}
div.itemRelAuthor {
  margin: 5px 0 0;
  font-size: 12px;
}
img.itemRelImg {
  max-width: 140px;
  float: left;
  margin: 0 10px 0 0;
}
div.itemRelIntrotext {
  margin: 5px 0 0;
  font-size: 12px;
}
div.itemRelFulltext {
  margin: 0;
  font-size: 12px;
}

div.itemVideoBlock {
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
}
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.itemVideoBlock h3 {
  line-height: normal;
  margin: 0 0 20px;
  padding: 0 3%;
}

div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.itemNavigation {
  padding: 20px 2%;
  margin: 0 0 24px 0;
  border: 0;
  background: #f8f8f8;
  color: #888;
  border-radius: 4px;
}
div.itemNavigation span.itemNavigationTitle {
  color: #999;
}
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}
div.itemNavigation a.itemNext {
  padding: 0 12px;
}

div.itemComments {
  background: none;
  border: 0;
  padding: 0 0 30px;
  margin: 0 0 10px;
}
div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  padding: 12px 5px;
  margin: 0;
  border-bottom: 0;
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: none;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #f5f5f5;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 10px 4px 0;
  padding: 4px;
  background: #fff;
  border: 0;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: normal;
  font-size: 12px;
  color: #888;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: normal;
  font-size: 12px;
  color: #888;
}
div.itemComments ul.itemCommentsList li span.item-comment-text {
  padding: 10px;
  display: block;
  margin: 4px 5px 5px 68px;
  border: 1px solid #e8e8e8;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
div.itemComments ul.itemCommentsList li span .left-arrow {
  background: url(../../../../images/arrow-left.png) no-repeat 0 0;
  position: absolute;
  left: -6px;
  width: 6px;
  height: 10px;
}
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;
  color: #999;
  text-decoration: none;
}
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;
  text-align: right;
  padding: 0 20px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
  right: 0;
  top: auto;
  width: auto;
  z-index: 10;
  background: none;
  box-shadow: none;
  border: 0;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a i {
  margin: 0 3px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../../../../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.itemCommentsPagination {
  padding: 4px;
  margin: 30px 0 25px;
  text-align: center;
}
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 0;
  font-size: 32.2px;
  font-weight: 400;
}
h3.itemCommentsCounter {
  border-bottom: 0;
  margin: 10px 0 0;
  padding: 0 0 15px;
  font-size: 32.2px;
  font-weight: 600;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  padding: 10px 0;
  border-top: 0;
  font-size: 12px;
  color: #888;
}
div.itemCommentsForm form {
  margin: 0;
}
div.itemCommentsForm form label.formComment {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formName {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formEmail {
  display: block;
  margin: 12px 0 0 2px;
  line-height: 12px;
}
div.itemCommentsForm form label.formUrl {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
  font-size: 12px;
  color: #888;
  line-height: 12px;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 160px;
  margin: 10px 0 0;
  border-radius: 4px;
  box-shadow: none;
  background: #f5f5f5;
  border: 0;
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 90%;
  margin: 10px 0 0;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: none;
  background: #f5f5f5;
  border: 0;
}
div.itemCommentsForm form input#submitCommentButton {
  margin: 20px 10px 10px 0;
  padding: 8px 15px;
  display: inline;
  background: #fa9a2d;
  border: 1px solid #f98e14;
  transition: all 0.1s linear 0s;
  outline: none;
}
div.itemCommentsForm form input#submitCommentButton:hover,
div.itemCommentsForm form input#submitCommentButton:focus {
  background: #f98e14;
}
div.itemCommentsForm form span#formLog {
  padding: 0 0 0 20px;
  margin: 0;
  font-weight: bold;
  color: #CF1919;
}
div.itemCommentsForm form .formLogLoading {
  background: url("../../../../images/system/loading.gif") no-repeat left center;
}
.itemCommentsFormName,
.itemCommentsFormEmail,
.itemCommentsFormUrl {
  width: 30%;
  margin: 0 12px 0 0;
  min-width: 200px;
  float: left;
}

div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 96%;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 95.5%;
  background: none;
  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: #aaa;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
  padding: 5px 10px 0 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #aaa;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
  padding: 5px 10px 0 0;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-family: inherit;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: normal;
}
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: 98%;
}
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: none;
}
div.itemBackToTop a:hover {
  text-decoration: none;
}

.itemListView .componentheading {
  margin: 0 0 30px;
}
div.itemListCategoriesBlock {
  margin: 0;
}

div.itemListCategory {
  background: none;
  border: none;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #eee;
  text-align: right;
}
div.itemListCategory img {
  float: right;
  display: block;
  background: #fff;
  padding: 0px;
  border: 0;
  margin: 0 0 10px 15px;
}
@media screen and (max-width: 992px) {
  div.itemListCategory img {
    width: 100% !important;
    padding-bottom: 35px;
  }
}
div.itemListCategory h2 {
  padding: 0;
  text-transform: none;
  margin: 0 0 30px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  color: #333;
}
div.itemListCategory p {
  line-height: 1.8;
}

div.itemListSubCategories {
  margin: 0;
}
div.itemListSubCategories h3 {
  margin: 0px;
  font-weight: 600;
}
div.subCategoryContainer {
  float: left;
  margin: 0;
  line-height: 1.8;
}
.subCategoryMore {
  margin-top: 15px;
}
span.itemEditLink a.modal,
span.catItemAddLink a.modal,
span.catItemEditLink a.modal {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  transition: none;
  display: inline-block;
  overflow: hidden;
  background: #fa9a2d;
  border: 0;
  outline: none;
}
span.itemEditLink a.modal:hover,
span.catItemAddLink a.modal:hover,
span.catItemEditLink a.modal:hover,
span.itemEditLink a.modal:focus,
span.catItemAddLink a.modal:focus,
span.catItemEditLink a.modal:focus {
  background: #ee8106;
}
div.subCategoryContainer .subCategory {
  position: relative;
  padding: 0;
  border: 0;
  margin: 10px;
  height: auto !important;
}

div.subCategory {
  background: none;
  border: none;
  border: 0;
  margin: 0;
  margin-top: 20px;
  padding: 0px;
}
div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}
div.subCategory a.subCategoryImage {
  overflow: hidden;
  border: 0;
}
.moduleItemImage img {
  width: 100%;
}
.moduleItemImage img:hover {
  -webkit-transform: scale(1.15) rotate(3deg);
  -moz-transform: scale(1.15) rotate(3deg);
  transform: scale(1.15) rotate(3deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.moduleItemImage {
  overflow: hidden;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  background: #fff;
  padding: 0px;
  border: none;
  margin: 0 8px 0 0;
  width: 100%;
}
div.subCategory h2 {
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 23.8px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  float: left;
  width: 100%;
}
div.subCategory h2 a {
  display: block;
  padding: 15px;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  text-shadow: 0 2px 12px #000000;
}
div.subCategory h2 a:hover {
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
div.subCategory:hover h2 a {
  color: #fff;
}
@media (min-width: 480px) and (max-width: 768px) {
  div.subCategory h2 a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  div.subCategory h2 a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 560px) {
  div.subCategoryContainer {
    width: 100% !important;
  }
}
div.subCategory .subcatOverlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 1;
}
div.subCategory .subcatOverlay:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
div.subCategory .subcatOverlay:hover h2 {
  bottom: 40%;
  background: none;
}
div.subCategory .subcatOverlay > h2 {
  -moz-box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  font-size: 25px;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  left: 0;
  bottom: 40%;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

div#itemListLinks {
  background: none;
  border: 0;
  margin: 8px 0;
  padding: 8px;
}
div#itemListLinks h4 {
  font-weight: 300;
}
div#itemListLinks h3 {
  font-weight: 600;
}
div#itemListLinks .catItemImageBlock {
  width: 250px;
}
div.itemContainer {
  float: left;
  width: 100%;
}

div.catItemView {
  margin: 0 0 35px;
  border-bottom: 0;
  padding: 0 0 20px 0;
}

div.groupSecondary .catItemImageBlock img,
div.groupSecondary .catItemImageBlock {
  float: left;
}
div.groupSecondary .catItemHeader {
  overflow: hidden;
  padding: 0 25px;
}
div.groupLinks {
  padding: 0;
  margin: 0;
}
.groupLinks h3 a {
  text-decoration: none;
}

span.catItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.catItemEditLink a {
  color: #fff !important;
}
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.catItemHeader h3.catItemTitle {
  font-family: 'Expletus Sans', cursive;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}
div.catItemHeader h3.catItemTitle a {
  color: #478b96;
}
div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus {
  color: #2e5b62;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.catItemHeader .itemDate {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
}
div.catItemHeader span.catItemAuthor {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
}
div.catItemRatingBlock {
  padding: 0;
  margin: 10px 0 0;
}
div.catItemRatingBlock .itemRatingLog {
  clear: none;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.catItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.catItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
}
span.catItemImage {
  display: block;
  text-align: left;
  margin: 0 0 8px 0;
}
span.catItemImage img {
  border: 0;
  padding: 0;
  max-width: 100%;
  width: 100% !important;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
}
.groupSecondary div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 25px;
  overflow: hidden;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 10px 0 15px;
  padding: 0;
  border: 0;
  clear: both;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0 0 10px;
  padding: 0 0 5px;
  line-height: normal !important;
  border-bottom: 1px solid #eee;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
  clear: both;
  padding: 4px 0;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: normal;
  margin: 0 4px 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
  color: #888;
}
div.catItemLinks a {
  font-weight: 600;
}
div.catItemHitsBlock {
  padding: 0;
  border: 0;
  display: inline;
}
div.catItemCategory {
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  border: 0;
  display: inline;
}
div.catItemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
}
div.catItemTagsBlock {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
}
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;
  color: #478b96;
}
div.catItemTagsBlock ul.catItemTags li a {
  padding: 0 5px;
}
div.catItemAttachmentsBlock {
  padding: 4px;
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
}
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: 0;
  background: transparent;
}
div.catItemVideoBlock h3 {
  line-height: 1;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

div.catItemVideoBlock span.catItemVideo {
  display: block;
}

div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border: 0;
}

div.catItemReadMore {
  display: inline;
}

span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 10px;
  margin: 0;
  color: #999;
  border: 0;
  font-size: 12px;
}

div.userBlock {
  background: #f5f5f5;
  border: none;
  border-radius: 4px;
  margin: 0 0 35px;
  padding: 10px;
  clear: both;
}
.userItemAddLink a {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
}
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;
  color: #fff !important;
}
div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: none;
  margin: 0 15px 0 0;
}
div.userBlock h2 {
  font-size: 30.8px;
  font-weight: 400;
  margin: 0 0 20px;
}
div.userBlock div.userDescription {
  padding: 4px 0;
}
div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.userURL {
  font-weight: 400;
  color: #555;
  display: block;
}
span.userEmail {
  font-weight: 400;
  color: #555;
  display: block;
}

div.userItemView {
  margin: 0 0 35px;
  padding-bottom: 20px;
  border-bottom: 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 {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  color: #fff !important;
}
div.userItemHeader {
  padding: 0;
}
div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.userItemHeader h3.userItemTitle {
  font-family: 'Expletus Sans', cursive;
  font-size: 32.2px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
div.userItemHeader h3.userItemTitle a {
  color: #478b96;
  text-decoration: none;
}
div.userItemHeader h3.userItemTitle a:hover {
  color: #2e5b62;
  text-decoration: none;
}
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.userItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.userItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  float: none;
  overflow: hidden;
  position: relative;
}
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.userItemImage img {
  border: none;
  padding: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  width: 100% !important;
}
div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
}
div.userItemLinks {
  margin: 0 0 20px;
  padding: 0px;
  display: block;
  font-size: 12px;
  color: #888;
}
div.userItemLinks .itemDate {
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
}
div.userItemCategory {
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  border-bottom: none;
  display: inline;
}
div.userItemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
}
div.userItemTagsBlock {
  padding: 0;
  margin: 0 0 30px;
  border-bottom: none;
}
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;
  color: #478b96;
}

div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 0;
}

div.userItemReadMore {
  display: inline;
}

.tagView .k2FeedIcon,
.genericView .k2FeedIcon {
  float: none;
  width: auto;
}
div.tagView .componentheading {
  padding-bottom: 30px;
}
.tagItemLinks {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 12px;
  color: #888;
}
.tagItemLinks .itemDate {
  border: 0 none;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.tagItemView {
  padding: 0 0 20px 0;
  margin: 0 0 35px;
  border-bottom: 0;
}

div.tagItemHeader {
  padding: 0;
}
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.tagItemHeader h2.tagItemTitle {
  font-family: 'Expletus Sans', cursive;
  font-size: 32.2px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
div.tagItemHeader h2.tagItemTitle a {
  color: #478b96;
}
div.tagItemHeader h2.tagItemTitle a:hover {
  color: #2e5b62;
}
div.tagItemBody {
  padding: 0 0 10px;
  margin: 0;
}
div.tagItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  float: none;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.tagItemImage img {
  border: none;
  padding: 0;
  width: 100% !important;
}
div.tagItemIntroText,
.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0;
  line-height: 1.8;
}
div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border: 0;
  font-size: 12px;
}
div.tagItemCategory span {
  font-weight: normal;
  color: inherit;
  padding: 0;
}

div.tagItemReadMore {
  display: inline;
}

div.genericItemView {
  padding: 20px 0;
  margin: 0 0 35px;
  border-bottom: 0;
}

div.genericItemHeader {
  padding: 0;
}
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.genericItemHeader h2.genericItemTitle {
  font-family: inherit;
  font-size: 32.2px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}
.genericItemTitle a {
  color: #478b96;
}
.genericItemTitle a:hover {
  color: #2e5b62;
  text-decoration: none;
}
div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}
div.genericItemImageBlock {
  padding: 0;
  margin: 0 0 20px;
  float: left;
  overflow: hidden;
  position: relative;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.genericItemImage img {
  border: none;
  padding: 0px;
  width: 100% !important;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  padding: 0;
}
.genericItemLinks {
  color: #888888;
  display: block;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
}
.genericItemLinks .itemDate {
  border: 0 none;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.genericItemCategory {
  border: 0 none;
  display: inline;
  font-size: 12px;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
div.genericItemCategory span {
  font-weight: normal;
  color: #555;
  padding: 0;
  font-size: 12px;
}

div.genericItemReadMore {
  display: inline;
}

div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

div.latestItemsContainer {
  float: left;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  div.latestItemsContainer {
    width: 100% !important;
  }
}

div.latestItemsCategory {
  background: none;
  border: 0;
  margin: 0 8px;
  padding: 0;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  background: #fff;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
div.latestItemsCategory p {
  margin: 15px 0 10px;
}

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;
  margin: 0 8px;
}

div.latestItemHeader {
  width: 100%;
}
.latestItemTitle {
  margin: 0;
}
.latestItemTitle a {
  padding: 10px 0;
  color: #478b96;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}
.latestItemTitle a:hover,
.latestItemTitle a:focus {
  color: #2e5b62;
}
div.latestItemHeader h3.latestItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0 0 20px;
}
span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.latestItemBody {
  padding: 0;
  margin: 0;
}
div.latestItemsCategoryTitle {
  margin: 0 8px;
  text-align: center;
}
div.latestItemsCategoryTitle h2 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  z-index: 999;
}
div.latestItemsCategoryTitle h2 a {
  transition: all 0.3s ease-out 0s;
  color: #fff;
  padding: 15px 8px;
  display: block;
  color: #2e5b62;
  text-decoration: none;
  background: #f5f5f5;
}
div.latestItemsCategoryTitle h2 a:hover,
div.latestItemsCategoryTitle h2 a:focus {
  transition: all 0.3s ease-out 0s;
  color: #fff;
  text-decoration: none;
  background: #fa9a2d;
}
div.latestItemImageBlock {
  padding: 0;
  margin: 0 0 10px;
  float: none;
  position: relative;
}
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
span.latestItemImage img {
  border: 0;
  padding: 0;
  width: 100%;
}
div.latestItemIntroText {
  font-size: 90%;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 0;
}
div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.latestItemCategory {
  padding: 4px;
  border-bottom: 1px solid #eee;
}
div.latestItemCategory span {
  font-weight: normal;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock {
  padding: 4px;
  border-bottom: 1px solid #eee;
}
div.latestItemTagsBlock span {
  font-weight: normal;
  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: block;
  margin: 0 0 10px;
}

h2.latestItemTitleList {
  font-size: 14px;
  padding: 0;
  margin: 0 0 7px;
  font-family: inherit;
  border: 0;
  line-height: normal;
  font-weight: 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;
  background: #f6f6f6;
}
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

div.k2LatestCommentsBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2LatestCommentsBlock ul li {
  padding: 10px 0;
  border: 0;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
  margin: 0 10px 4px 0;
}
div.k2LatestCommentsBlock ul li a.lcComment {
  display: block;
  margin: 0 0 0 66px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  position: relative;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
}
div.k2LatestCommentsBlock ul li span.lcComment {
  
}
div.k2LatestCommentsBlock ul li span.lcComment .left-arrow {
  position: absolute;
  left: -6px;
  width: 6px;
  height: 10px;
  background: url(../../../../images/arrow-left.png) no-repeat 0 0;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
  font-size: 12px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #666;
  font-size: 12px;
}

div.k2TopCommentersBlock ul {
  margin: 0;
  list-style: none;
}
div.k2TopCommentersBlock ul li {
  padding: 10px 0;
}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

div.moduleItemContent {
  overflow: hidden;
}
div.moduleItemBlock a.k2Avatar {
  margin: 4px 15px 0 0;
}
div.moduleItemBlock .moduleAttachments span.icon-download {
  display: inline;
  font-size: 90%;
}
div.moduleItemInfo .moduleItemDateCreated,
div.moduleItemInfo .moduleItemComments,
div.moduleItemInfo .moduleItemAuthor,
div.moduleItemInfo .moduleItemCategory {
  float: left;
  margin: 0 15px 5px 0 !important;
  font-size: 11px;
  line-height: 1;
}
div.k2ItemsBlock > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.k2ItemsBlock > ul > li {
  padding: 10px 0;
  background: none;
  border: 0;
}
div.k2ItemsBlock a.moduleItemImage {
  float: left;
  margin: 0 15px 0 0;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
  padding: 0 0 8px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-out 0s;
}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {
  transition: all 0.3s ease-out 0s;
}
div.k2ItemsBlock ul li div.moduleItemAuthor > a {
  float: left;
  margin: 0 10px 0 0;
}
div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {
  border: 0;
  padding: 0;
  margin: 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 0 0 10px;
  line-height: 120%;
  font-size: 13px;
  color: #888;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 0 0 5px;
  padding: 0;
  border: 0;
}
div.k2ItemsBlock ul li div.moduleItemExtraFields {
  margin: 0 0 5px;
}
div.moduleItemExtraFields ul {
  font-size: 90%;
  margin-left: 15px;
}
div.moduleItemExtraFields ul li h4 {
  font-size: 100%;
}
div.moduleItemExtraFields .moduleItemExtraFieldsTitle {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
  text-transform: uppercase;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 6px 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li div.moduleItemTags {
  font-size: 85%;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  border: 0;
  padding: 0;
  margin: 0 0 0 5px;
  text-decoration: none;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  font-size: 10px;
  text-transform: uppercase;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
  text-transform: uppercase;
}

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;
}
.k2UserBlockActions li a {
  left: 0px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0;
  top: auto;
  right: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

div.k2ArchivesBlock ul {
  padding-left: 0 !important;
}

div.k2AuthorsListBlock ul {
  list-style: none;
  margin: 0;
}
div.k2AuthorsListBlock ul li {
  padding: 10px 0;
  float: left;
  width: 100%;
}
div.k2AuthorsListBlock ul li + li {
  border-top: 1px solid #eee;
}
div.k2AuthorsListBlock ul li a.abAuthorName {
  margin-left: 10px;
}
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;
}

table.calendar tr td.calendarDateEmpty {
  background: none;
}
table.calendar tr td.calendarToday {
  background: #f8f8f8;
  color: #478b96;
}
table.calendar tr td.calendarTodayLinked {
  background: #f8f8f8;
}
table.calendar tr td.calendarTodayLinked a,
table.calendar tr td.calendarDateLinked a {
  color: #478b96;
}
table.calendar tr td.calendarTodayLinked a:hover,
table.calendar tr td.calendarDateLinked a:hover {
  background: #478b96;
  color: #fff;
}

div.k2CategorySelectBlock form select {
  width: auto;
}

div.k2CategoriesListBlock ul {
  margin: 0 0 0 12px;
  list-style: none;
}
div.k2CategoriesListBlock ul.level0 {
  padding-left: 0;
}
div.k2CategoriesListBlock ul li {
  padding: 4px 0;
}
div.k2CategoriesListBlock ul li a:hover,
div.k2CategoriesListBlock ul li a:focus {
  background: #478b96;
  color: #fff;
  padding: 8px 10px;
}
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
  color: #478b96;
}

div.k2SearchBlock {
  position: relative;
}
div.k2SearchBlock form {
  margin: 0;
}
div.k2SearchBlock form input.inputbox {
  width: 70%;
  margin: 0;
}
div.k2SearchBlock form input.button {
  padding: 6px;
}
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: 6px;
  margin: 3px 4px;
  float: left;
  display: block;
  background: #fff;
  color: #478b96;
  border: 1px solid #fff;
  font-size: 15px !important;
  transition: all 0.3s ease-out 0s;
  font-weight: 300;
  border-radius: 4px;
}
div.k2TagCloudBlock a:hover {
  padding: 6px;
  float: left;
  display: block;
  background: #478b96;
  border: 1px solid #478b96;
  color: #fff;
  text-decoration: none;
}

div.k2UsersBlock > ul {
  margin: 0;
  list-style: none;
}
div.k2UsersBlock > ul > li {
  padding: 10px 0;
}
div.k2UsersBlock ul li h3 {
  font-size: 16px;
}
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;
}

.k2-left-tools {
  
  padding: 4px 0;
  margin: 0 0 20px 0;
  
  font-size: 13px;
}
.k2-left-tools ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.k2-left-tools ul li {
  margin-bottom: 12px;
  display: inline;
  color: #888;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
.k2-left-tools .itemHits {
  display: inline;
}
.k2-left-tools a#fontDecrease span,
.k2-left-tools a#fontIncrease span {
  display: none;
}
.k2-left-tools ul li a#fontDecrease {
  margin: 0 0 0 2px;
  color: #666666;
  text-decoration: none;
}
.k2-left-tools ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  background: url(../../../../images/system/font_decrease.gif) no-repeat;
}
.k2-left-tools ul li a#fontIncrease {
  margin: 0 0 0 2px;
  color: #666666;
  text-decoration: none;
}
.k2-left-tools ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  background: url(../../../../images/system/font_increase.gif) no-repeat;
}
.k2-left-tools ul li a#fontDecrease span,
.k2-left-tools ul li a#fontIncrease span {
  
}

.itemIsFeatured .itemToolbar {
  right: 20px;
}

.article-divider {
  height: 1px;
  margin: 26px 0 19px;
  overflow: hidden;
  width: 85px;
  background-color: rgba(0, 0, 0, 0.25);
}
table.calendar {
  width: 100%;
}
.latestView .componentheading {
  margin: 0 0 30px;
}

div.k2CategoriesListBlock ul,
div.k2ArchivesBlock ul {
  margin: 0;
  padding: 0 0 10px 5px;
  border: 0;
}
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li {
  padding: 0;
}
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover {
  background: #478b96;
  color: #fff;
  padding: 8px 10px;
}
div.k2CategoriesListBlock ul li a span.catTitle,
div.k2ArchivesBlock ul li a span.catTitle {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .itemRelated,
  .itemAuthorLatest {
    width: 100% !important;
  }
  .itemDate {
    display: none !important;
  }
}

.depict-grey-bg div.itemListCategory h2 {
  text-align: center;
  color: #EFEFEF;
}
.depict-grey-bg div.itemListCategory p {
  text-align: center;
  color: #EFEFEF;
  font-size: 23px;
}

.depict-portfolio .catItemBody {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.depict-portfolio .catItemBody:hover .catItemHeader {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.depict-portfolio .catItemBody:hover .catItemHeader h3 {
  opacity: 1;
}
.depict-portfolio .catItemView {
  margin: 8px;
  padding: 0;
}
.depict-portfolio .catItemImageBlock,
.depict-portfolio .catItemImage {
  margin: 0;
}
.depict-portfolio .catItemHeader {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}
.depict-portfolio .catItemHeader:hover,
.depict-portfolio .catItemHeader:active,
.depict-portfolio .catItemHeader:focus {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.depict-portfolio .catItemHeader h3 {
  color: #fff;
  text-align: center;
  top: 40%;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}
.depict-portfolio .catItemHeader h3 a {
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.depict-portfolio .itemRelated {
  width: auto;
  padding: 10px;
  background: #eee;
}
.depict-portfolio .itemRelated ul {
  padding: 0;
}
.depict-portfolio .itemRelated ul li {
  padding: 0;
  margin: 10px 0 0;
  border: 0;
  position: relative;
}
.depict-portfolio .itemRelated ul li img.itemRelImg {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  float: none;
}
.depict-portfolio .itemRelated ul li .itemRelatedRight {
  text-align: center;
  padding: 0;
}
.depict-portfolio .itemRelated ul li .itemRelatedRight a.itemRelTitle {
  padding: 10px;
  background: #fbb25f;
  color: #fff;
  font-size: 18px;
  display: block;
  text-decoration: none;
}
.depict-portfolio .itemRelated ul li .itemRelatedRight a.itemRelTitle:hover,
.depict-portfolio .itemRelated ul li .itemRelatedRight a.itemRelTitle:focus {
  background: #fff;
  color: #478b96;
}
.depict-portfolio .itemRelated h3 {
  font-weight: 400;
  padding: 10px;
  background: #fff;
  margin: 0;
}
.depict-portfolio .itemHeader {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .depict-portfolio .itemContainer {
    width: 100% !important;
  }
}
.no-component .t3-mainbody {
  display: none;
}
.contact .dl-horizontal {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px;
}
.contact .dl-horizontal dt {
  margin-bottom: 10px;
}
.contact .dl-horizontal dd {
  margin-bottom: 10px;
}
.contact .thumbnail {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.contact .contact-misc {
  line-height: 25px;
}
.contact-category h2 {
  margin: 0 0 30px;
}
.list {
  clear: both;
}
.list .list-title a {
  font-weight: 400;
  text-decoration: none;
  margin: 0 0 10px;
  display: block;
}
.list a {
  text-decoration: none;
}
.categories-list ul {
  padding: 0;
}
.categories-list ul li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.categories-list ul li .item-title a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
}
.categories-list ul li.last {
  border: 0;
}
.categories-list .category-item {
  border-bottom: 1px solid #e5e5e5;
}
.categories-list .category-item h3 {
  padding: 10px 0;
}
.categories-list .category-item.last {
  border: 0;
}
.list-striped li strong {
  margin: 0 0 10px;
  display: block;
  font-weight: 400;
}
.list-striped li strong a {
  text-decoration: none;
}
.list-striped li .badge-info {
  background-color: #478b96;
}
.contentpane iframe {
  border: 0;
  background: #f8f8f8;
}
.item,
.leading {
  margin: 0 0 35px;
}
.item .article-aside .article-info,
.leading .article-aside .article-info {
  font-size: 12px;
  font-weight: 400;
}
.item .article-aside .article-info span,
.leading .article-aside .article-info span {
  font-weight: 600;
}
.item .article-aside .article-info a,
.leading .article-aside .article-info a {
  font-weight: 600;
  text-decoration: none;
}
.item .article-intro,
.leading .article-intro {
  line-height: 1.8;
}
.item .article-intro .pull-left,
.leading .article-intro .pull-left {
  width: 100%;
  margin: 0 0 15px;
}
.item .article-intro .pull-left img,
.leading .article-intro .pull-left img {
  width: 100%;
}
.leading {
  border-bottom: 0;
}
.item-page .article-aside .article-info {
  font-size: 12px;
  font-weight: 400;
}
.item-page .article-aside .article-info span {
  font-weight: 600;
}
.item-page .article-aside .article-info a {
  font-weight: 600;
  text-decoration: none;
}
.item-page .article-intro {
  line-height: 1.8;
}
.item-page .article-intro .pull-left {
  margin: 0 0 15px;
}
.item-page .article-intro .pull-left img {
  width: 100%;
}
.item-page .item-image {
  width: 100%;
}
.item-page .item-image img {
  width: 100%;
}
.item-page .article-content {
  line-height: 1.8;
}
.archive .item-title {
  font-weight: 400;
}
.item-image {
  padding-bottom: 20px;
}
.item-image img {
  width: 100%;
}
.pagenav li a {
  text-decoration: none;
}
.filters {
  margin: 10px 0 20px;
  width: auto;
}
.filters .filter-search {
  width: auto;
}
.filters .inputbox,
.filters .input {
  float: left;
  margin: 0 10px 10px 0;
}
.filters label {
  font-weight: 400;
  line-height: 35px;
  margin: 0;
}
.filters .btn {
  vertical-align: top;
}
.pagenavcounter {
  font-weight: 300;
}
.search form {
  padding: 20px;
  background: #f5f5f5;
}
.panel-title > a {
  color: #478b96;
}
.panel-title > a:hover,
.panel-title > a:focus {
  color: #2e5b62;
}
table th {
  background: #478b96;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px;
  border: 0 !important;
  color: #fff;
}
table th a {
  color: #fff;
}
table th a:hover,
table th a:focus {
  color: #fff;
}
table th a img {
  margin: 0 0 0 10px;
}
table td {
  padding: 8px;
}
table td a {
  font-weight: normal;
}
table ul.actions {
  padding: 0;
}
table ul.actions li {
  list-style: none;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.responsive-utilities th small {
  color: #eee;
  text-transform: none;
}
.responsive-utilities td.is-visible {
  background-color: #f5f5f5 !important;
}
#article-index {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
  padding: 15px;
  border: 0;
  background: #f8f8f8;
}
#article-index ul {
  margin: 0;
}
#article-index ul li {
  display: inline;
  margin: 0 15px 0 0;
}
.responsive-utilities-test span {
  background-color: #f5f5f5;
}
.t3-module.padding15 {
  padding: 15px;
}
.t3-module.mod_dark {
  background: #000;
}
.t3-module.mod_dark .module-title {
  border-bottom: 3px solid #fff;
}
.t3-module.mod_dark ul li a:hover,
.t3-module.mod_dark ul li a:focus {
  background: #0d0d0d;
}
.t3-module.mod_blue {
  background: #2772b8;
}
.t3-module.mod_blue .module-title {
  border-bottom: 3px solid #fff;
}
.t3-module.mod_blue ul li a:hover,
.t3-module.mod_blue ul li a:focus {
  background: #2b7fcd;
}
.t3-module.mod_red {
  background: #D9534F;
}
.t3-module.mod_red .module-title {
  border-bottom: 3px solid #fff;
}
.t3-module.mod_red ul li a:hover,
.t3-module.mod_red ul li a:focus {
  background: #de6764;
}
.t3-module.mod_green {
  background: #2c9d64;
}
.t3-module.mod_green .module-title {
  border-bottom: 3px solid #fff;
}
.t3-module.mod_green ul li a:hover,
.t3-module.mod_green ul li a:focus {
  background: #32b171;
}
.t3-module.mod_purple {
  background: #cc6699;
}
.t3-module.mod_purple .module-title {
  border-bottom: 3px solid #fff;
}
.t3-module.mod_purple ul li a:hover,
.t3-module.mod_purple ul li a:focus {
  background: #d279a6;
}
.mod_dark a,
.mod_blue a,
.mod_red a,
.mod_green a,
.mod_orange a,
.mod_purple a {
  color: #eee;
}
.mod_dark p,
.mod_blue p,
.mod_red p,
.mod_green p,
.mod_orange p,
.mod_purple p,
.mod_dark span,
.mod_blue span,
.mod_red span,
.mod_green span,
.mod_orange span,
.mod_purple span {
  color: #fff;
}
.mod_dark div.k2ItemsBlock ul li div.moduleItemIntrotext,
.mod_blue div.k2ItemsBlock ul li div.moduleItemIntrotext,
.mod_red div.k2ItemsBlock ul li div.moduleItemIntrotext,
.mod_green div.k2ItemsBlock ul li div.moduleItemIntrotext,
.mod_orange div.k2ItemsBlock ul li div.moduleItemIntrotext,
.mod_purple div.k2ItemsBlock ul li div.moduleItemIntrotext {
  color: #eee;
}
.mod_dark .k2LatestCommentsBlock a span,
.mod_blue .k2LatestCommentsBlock a span,
.mod_red .k2LatestCommentsBlock a span,
.mod_green .k2LatestCommentsBlock a span,
.mod_orange .k2LatestCommentsBlock a span,
.mod_purple .k2LatestCommentsBlock a span {
  color: #478b96;
}
.t3-module.formatModule {
  padding: 10px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.t3-module.formatModule h3.module-title {
  padding: 10px;
  background: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
  border: 0;
}
.t3-module.formatModule .module-ct {
  padding: 5px;
}
.t3-module.mod_dark.formatModule {
  background: #333;
}
.t3-module.mod_dark.formatModule h3.module-title span {
  color: #333;
}
.t3-module.mod_blue.formatModule {
  background: #2772b8;
}
.t3-module.mod_blue.formatModule h3.module-title span {
  color: #2772b8;
}
.t3-module.mod_red.formatModule {
  background: #D9534F;
}
.t3-module.mod_red.formatModule h3.module-title span {
  color: #D9534F;
}
.t3-module.mod_purple.formatModule {
  background: #cc6699;
}
.t3-module.mod_purple.formatModule h3.module-title span {
  color: #cc6699;
}
.t3-module.mod_orange.formatModule {
  background: #f2f2f2;
}
.t3-module.mod_orange.formatModule h3.module-title span {
  color: #f2f2f2;
}
.t3-module.mod_green.formatModule {
  background: #2c9d64;
}
.t3-module.mod_green.formatModule h3.module-title span {
  color: #2c9d64;
}
h1,
h2,
h3 {
  margin-top: 0;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a,
a:hover,
a:focus {
  outline: none;
}
.page-header {
  border: 0;
}
.alert-info {
  border-color: transparent;
  color: #478b96;
}
select:focus {
  border-color: #478b96;
  box-shadow: none;
}
.typography .page-header {
  margin: 30px 0 5px;
}
.nt {
  color: #2f6f9f;
}
.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-style: solid;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.bs-example:after {
  content: "Example";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bs-example + .highlight {
  margin: -15px -15px 15px;
  border-radius: 0;
}
.highlight {
  padding: 9px 14px;
  background-color: transparent;
}
.fontawesome-icon-list .fa {
  padding-right: 10px;
  width: 30px;
}
.mega-nav img {
  margin: -1px 10px 0 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  padding: 0;
  border: 0;
}
.categories-module li a,
ul.categories-module li a,
.category-module li a,
ul.category-module li a {
  padding: 8px 0;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 300;
}
.categories-module li a:hover,
ul.categories-module li a:hover,
.category-module li a:hover,
ul.category-module li a:hover,
.categories-module li a:focus,
ul.categories-module li a:focus,
.category-module li a:focus,
ul.category-module li a:focus {
  color: #fff;
  background: #478b96;
  padding: 8px 10px;
}
.bordered {
  padding: 5px;
}
.bordered p {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
}
.no-padding {
  padding: 0;
}
.bannergroup .banneritem img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.nav-tabs {
  margin: 0 0 30px;
}
.article-content .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-content .pagination ul > li {
  margin: 0 8px 0 0;
  padding: 0 !important;
  float: left;
  border: 0 !important;
}
.article-content .pagination ul li > a {
  padding: 10px 20px !important;
  line-height: normal;
  border: 1px solid #dddddd !important;
  border-radius: 4px;
}
.article-content .pagination ul li > a:hover,
.article-content .pagination ul li > a:active,
.article-content .pagination ul li > a:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #478b96;
  border-color: #2e5b62;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 90%;
  display: inline-block;
  line-height: 20px;
  height: 34px;
}
#login-form input[type="text"] :before,
#login-form input[type="password"] :before,
#login-form input[type="text"] *:after,
#login-form input[type="password"] *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.usr-log,
.usr-reg {
  background: #fff;
  padding: 0 20px;
  border: none;
  height: auto;
  max-height: none;
  min-height: 300px;
}
.usr-log form,
.usr-reg form {
  margin: 0 0 20px;
}
.login-greeting {
  margin-left: 53px;
  margin-bottom: 25px;
}
.log-img {
  font-size: 180px;
  opacity: 0.3;
  width: 38%;
  text-align: center;
  padding-top: 10%;
}
.usr-log .btn {
  margin-left: 53px;
  transition: all 0.2s linear 0s;
  border-radius: 4px;
}
.modal-dialog {
  margin: 100px auto;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .modal-dialog {
    margin: 10px;
    width: auto;
  }
}
#login-form li {
  list-style: none;
}
.usr-reg .btn {
  margin: 15px 53px;
}
.usr-log .login-ico {
  position: absolute;
  bottom: 0px;
  right: 50px;
  font-size: 200px;
  color: #80bac3;
  opacity: 0.15;
}
.usr-log h3,
.usr-reg h3 {
  margin: 0;
  font-size: 33px;
  font-weight: 300;
  padding: 15px 0 ;
  margin-bottom: 15px;
  color: #478b96;
}
.usr-log #form-login-username input,
.usr-log #form-login-password input,
.usr-reg .controls input {
  width: 80%;
  padding: 10px;
  background: #fff;
  margin-left: 15px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.usr-log #form-login-username .add-on,
.usr-log #form-login-password .add-on {
  padding: 10px;
  background: #fff;
  position: relative;
  line-height: 20px;
  height: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #2e5b62;
}
.usr-log #form-login-remember {
  margin-left: 53px;
}
.usr-log .control-group {
  margin-bottom: 20px;
}
.usr-reg .control-group {
  float: left;
}
.usr-log #form-login-remember label {
  color: #333;
  font-size: 11px;
}
.usr-log li a,
#member-registration p {
  color: #333;
  font-size: 11px;
  margin-left: 53px;
}
.usr-log button.close,
.usr-reg button.close {
  color: #333;
  opacity: 1;
  font-size: 23px;
  text-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 20px;
  top: 25px;
  background: none;
  padding: 2px;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.usr-log button.close:hover,
.usr-reg button.close:hover {
  color: #fff;
  opacity: 1;
  font-size: 23px;
  text-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.8);
}
.usr-reg label {
  color: #242424;
  font-size: 12px;
  width: 150px;
}
.col-mn-login {
  text-align: center;
  padding: 0;
  width: 55px;
  float: right;
}
#mn-login {
  display: none;
  border: 0;
}
.mn-login {
  margin: 0;
  padding: 0;
  line-height: 50px;
  height: 50px;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  color: #cccccc;
  display: block;
}
.mn-login i {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  width: 55px;
}
.mn-login:hover,
.mn-login:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.modal-content {
  border-radius: 4px;
  overflow: hidden;
}
.languageswitcherload {
  width: auto;
}
ul.social-media-icons {
  text-align: right;
}
ul.social-media-icons li {
  padding: 7px;
}
ul.social-media-icons li a {
  display: block;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 50% !important;
  color: #bbb;
  text-shadow: 0;
}
ul.social-media-icons li a i {
  font-size: 16px;
  vertical-align: middle;
}
ul.social-media-icons li a:hover,
ul.social-media-icons li a:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  ul.social-media-icons {
    text-align: center;
  }
}