@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("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.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:1400px";
}


@media (min-width:1400px){.t3-slideshow{margin-bottom:-300px}}.t3-mainbody > 
.row{background:url("../images/mainbody-bg-3.png") no-repeat left bottom / 100% auto}
.has-masthead .t3-mainbody{background:url("../images/subbody-bg.png") no-repeat left top / 100% auto #f0f0f0}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0b96f3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #600686;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.7142857;
  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: #f1c40f;
}
.red {
  color: #f65d5a;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  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;
}


element.style {
}
.t3-mainbody > .row {
    background: url(../images/mainbody-bg-3.png) no-repeat left bottom / 100% auto;
}
.row {
    margin-left: 0;
    margin-right: 0;
}



p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0b96f3;
}
.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;
}
.background-primary {
  background-color: #914ca2;
  color: #ffffff;
}
.background-primary a {
  color: #ffffff;
}
.background-gray {
  background-color: #333333;
  color: #ffffff;
}
.background-gray a {
  color: #ffffff;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 20px;
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #914ca2;
}
.example-colors .color-brand-secondary {
  background: #428bca;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #222222;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f7f7f7;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  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: 23px;
  margin-bottom: 11.5px;
}
h4,
h5,
h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
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: 11.5px;
}
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: 23px;
}
dt,
dd {
  line-height: 1.7142857;
}
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 {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
.grid-1x1,
.grid-1x2,
.grid-2x1,
.grid-2x2 {
  width: 100%;
  height: auto;
}
.grid-inner {
  padding: 30px;
}
@media (min-width: 992px) {
  .grid-1x1 {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  .grid-2x1 {
    height: 300px;
    overflow: hidden;
  }
  .grid-2x1.article-intro img,
  .grid-2x1.article-content img,
  .grid-2x1.article-image img,
  .grid-2x1.article-image-intro img {
    max-width: none;
    max-height: 100%;
    height: 100%;
  }
  .grid-1x2 {
    width: 300px;
    height: 600px;
    overflow: hidden;
  }
  .grid-2x2 {
    height: 600px;
    overflow: hidden;
  }
  .grid-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .grid-1x2 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-cmd-12 {
    width: 100%;
  }
  .col-cmd-12 .grid-1x2,
  .col-cmd-12 .grid-1x1 {
    width: 100%;
    height: auto;
  }
  .col-cmd-4 {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .grid-1x1,
  .grid-1x2,
  .grid-2x1,
  .grid-2x2 {
    width: 100%;
    height: 250px;
  }
  .grid-1x2,
  .grid-2x2 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .grid-1x1,
  .grid-1x2,
  .grid-2x1,
  .grid-2x2 {
    width: 100%;
    height: auto;
  }
  .grid-1x2,
  .grid-2x2 {
    height: auto;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 23px;
  margin: 0 0 11.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-weight: 600;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.7142857;
  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: 23px;
  font-style: normal;
  line-height: 1.7142857;
}
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;
}
.example-row {
  margin-right: -15px;
  margin-left: -15px;
}
.example-row .col-xs-1,
.example-row .col-sm-1,
.example-row .col-md-1,
.example-row .col-lg-1,
.example-row .col-xs-2,
.example-row .col-sm-2,
.example-row .col-md-2,
.example-row .col-lg-2,
.example-row .col-xs-3,
.example-row .col-sm-3,
.example-row .col-md-3,
.example-row .col-lg-3,
.example-row .col-xs-4,
.example-row .col-sm-4,
.example-row .col-md-4,
.example-row .col-lg-4,
.example-row .col-xs-5,
.example-row .col-sm-5,
.example-row .col-md-5,
.example-row .col-lg-5,
.example-row .col-xs-6,
.example-row .col-sm-6,
.example-row .col-md-6,
.example-row .col-lg-6,
.example-row .col-xs-7,
.example-row .col-sm-7,
.example-row .col-md-7,
.example-row .col-lg-7,
.example-row .col-xs-8,
.example-row .col-sm-8,
.example-row .col-md-8,
.example-row .col-lg-8,
.example-row .col-xs-9,
.example-row .col-sm-9,
.example-row .col-md-9,
.example-row .col-lg-9,
.example-row .col-xs-10,
.example-row .col-sm-10,
.example-row .col-md-10,
.example-row .col-lg-10,
.example-row .col-xs-11,
.example-row .col-sm-11,
.example-row .col-md-11,
.example-row .col-lg-11,
.example-row .col-xs-12,
.example-row .col-sm-12,
.example-row .col-md-12,
.example-row .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  margin-bottom: 20px;
}
.col-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.jobs-page.item-page {
  border-right: 1px solid #ddd;
}
.jobs-page .article-aside {
  position: relative;
  top: -10px;
}
.jobs-ft .intro-jobs {
  margin: -30px -31px 0 -30px;
  display: block;
  position: relative;
}
.jobs-ft .intro-jobs p {
  position: absolute;
  bottom: 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .jobs-ft .intro-jobs p {
    font-size: 11px;
  }
}
.jobs-ft .left-art {
  padding-right: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .jobs-ft .left-art {
    padding: 0;
  }
}
.jobs-ft .right-art {
  padding-left: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .jobs-ft .right-art {
    padding: 0;
  }
}
@media screen and (min-width: 991px) {
  .jobs-ft .row + .row .col-md-6 {
    margin-bottom: 0;
  }
}

label {
  font-weight: 400;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .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;
  padding-right: 13px;
  font-weight: 400;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn {
  font-family: 'Roboto Slab', serif;
  padding-left: 18px;
  padding-right: 18px;
}
.btn:focus {
  outline: 0;
}
.btn-default {
  border-width: 2px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #c280d2;
  border-color: #c280d2;
  color: #ffffff;
}
.btn-icon {
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn-icon i {
  padding-left: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn-icon span {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active {
  padding-left: 15px;
  padding-right: 20px;
}
.btn-icon:hover i,
.btn-icon:focus i,
.btn-icon:active i {
  padding-left: 15px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #080808;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
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 {
  box-shadow: none;
  height: 38px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  box-shadow: none;
}
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;
}
.form-actions {
  background: none;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  .form-actions {
    padding-left: 0;
    padding-right: 0;
  }
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #f65d5a;
}
label.invalid {
  color: #f65d5a;
}
input.invalid {
  border: 1px solid #f65d5a;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
  padding: 10px 5px;
}
#jform_publish_up_img:hover,
#jform_publish_down_img:hover,
#jform_publish_up_img:active,
#jform_publish_down_img:active,
#jform_publish_up_img:focus,
#jform_publish_down_img:focus {
  color: #c280d2;
}

.t3-navbar {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > .dropdown-menu {
  margin-top: 0;
  padding: 0;
}
.dropdown-submenu > .dropdown-menu li > a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 30px;
  padding-left: 30px;
}
.navbar-nav li.dropdown-submenu.open .dropdown-menu:before {
  display: none !important;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > a {
  border-top: 1px solid transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.nav > li.disabled > a {
  background: none;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  background: none;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 23px;
}
@media (min-width: 992px) {
  .nav > li > .separator {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  color: #c280d2;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  display: none;
}
.nav .open > a .dropdown-toggle {
  background: none;
  color: #ffffff;
  border-color: #914ba1;
}
.nav .current,
.nav .active a {
  color: #914ba1;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: none;
  color: #914ba1;
}
.nav .caret {
  border-top-color: #914ba1;
  border-bottom-color: #914ba1;
}
.nav a:hover .caret {
  border-top-color: #c280d2;
  border-bottom-color: #c280d2;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  background: #f8f8f8;
}
.pagination-wrap:before,
.pagination-wrap:after {
  display: table;
  content: " ";
}
.pagination-wrap:after {
  clear: both;
}
.pagination > li > a,
.pagination > li > span {
  border: 0;
  margin-right: 5px;
  color: #555555;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #600686;
  color: #ffffff;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 23px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    margin-top: 50px;
  }
  .navbar-collapse ul.navbar-nav {
    float: none;
  }
  .navbar-collapse ul.navbar-nav li > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-collapse ul.navbar-nav li > .dropdown-menu .mega-dropdown-inner {
    padding-left: 10px;
  }
  .navbar-collapse ul.navbar-nav > li > a {
    border: 0;
    padding: 10px 20px;
  }
  .navbar-collapse ul.navbar-nav > li > a:hover,
  .navbar-collapse ul.navbar-nav > li > a:focus,
  .navbar-collapse ul.navbar-nav > li > a:active {
    border: 0;
  }
  .navbar-collapse ul.navbar-nav > li > a:before {
    display: none;
  }
  .navbar-collapse ul.navbar-nav > li.nav-highlight > a {
    background: transparent;
    margin: 0;
  }
  .navbar-collapse ul.navbar-nav > li.nav-highlight > a:before {
    display: none;
  }
  .navbar-collapse ul.navbar-nav > li.open .dropdown-menu:before {
    display: none;
  }
  .navbar-collapse ul.navbar-nav > li.nav-search {
    padding: 0 20px;
    margin-left: 0;
  }
  .navbar-collapse ul.navbar-nav > li.nav-search > .mega-dropdown-menu,
  .navbar-collapse ul.navbar-nav > li.nav-search > .mega-dropdown-menu .mega-dropdown-inner,
  .navbar-collapse ul.navbar-nav > li.nav-search > .mega-dropdown-menu .mega-inner {
    padding: 0;
  }
  .navbar-collapse ul.navbar-nav .mega-dropdown-menu .mega-dropdown-inner .mega-nav li a {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse ul.navbar-nav .mega-dropdown-menu .mega-dropdown-inner .mega-nav li a:hover,
  .navbar-collapse ul.navbar-nav .mega-dropdown-menu .mega-dropdown-inner .mega-nav li a:focus,
  .navbar-collapse ul.navbar-nav .mega-dropdown-menu .mega-dropdown-inner .mega-nav li a:active {
    color: #600686;
  }
}
.navbar-toggle {
  padding: 0;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 110px;
  width: 35px;
  z-index: 300;
}
.navbar-toggle i {
  color: #ffffff;
}
.navbar-toggle:hover i {
  color: #600686;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.75px 0;
}
.navbar-nav > li {
  margin: -10px 0;
}
.navbar-nav > li > a {
  color: #ffffff;
  padding: 30px 20px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  border-color: #0b96f3;
  background: none;
  outline: none;
}
.navbar-nav > li.nav-highlight > a,
.navbar-nav a.nav-highlight {
  background: #0b96f3;
  padding: 10px 20px 10px 30px;
  margin: 20px 0;
  color: #ffffff;
}
.navbar-nav > li.nav-highlight > a:before,
.navbar-nav a.nav-highlight:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  border-left: 15px solid #000000;
  border-bottom: 45px solid transparent;
}
.navbar-nav > li.nav-highlight > a:hover,
.navbar-nav a.nav-highlight:hover,
.navbar-nav > li.nav-highlight > a:focus,
.navbar-nav a.nav-highlight:focus {
  border-color: transparent;
  background: #0a87db;
  color: #ffffff;
}
.navbar-nav > li.nav-search {
  margin-left: 10px;
}
.navbar-nav > li.nav-search.open .dropdown-menu:before {
  left: auto;
  right: 20px;
}
.navbar-nav > li.nav-search > a,
.navbar-nav a.nav-search {
  background: #0b96f3;
  padding: 10px 20px;
  margin: 20px 0;
  height: 44px;
  width: 46px;
  overflow: hidden;
  color: #ffffff;
}
.navbar-nav > li.nav-search > a:hover,
.navbar-nav a.nav-search:hover,
.navbar-nav > li.nav-search > a:focus,
.navbar-nav a.nav-search:focus {
  border-color: transparent;
  background: #0a87db;
  color: #ffffff;
}
.navbar-nav > li.nav-search > a .fa.fa-search,
.navbar-nav a.nav-search .fa.fa-search {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin: 0;
  }
}
.old-ie .navbar-nav > li.nav-search > a,
.old-ie .navbar-nav a.nav-search {
  padding-top: 10px;
  padding-bottom: 10px;
}
.old-ie .navbar-nav > li.nav-highlight > a,
.old-ie .navbar-nav a.nav-highlight {
  padding-top: 10px;
  padding-bottom: 10px;
}
.old-ie .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-nav > li .caret {
  display: none;
}
.navbar-nav > li.open .dropdown-menu:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333333;
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
}
.navbar-nav > li.mega-align-center.open .dropdown-menu:before {
  left: 50%;
  margin-left: -5px;
}
.navbar-nav > li.mega-align-right.open .dropdown-menu:before {
  left: auto;
  right: 20px;
}
.navbar-nav > li > .dropdown-menu {
  background: #333333;
  border: 0;
  padding: 20px;
}
.navbar-nav > li > .dropdown-menu li > a {
  font-weight: 400;
  text-transform: none;
  color: #999999;
  font-size: 14px;
  padding: 10px 15px;
  background: #222222;
  margin: 5px 0;
}
.navbar-nav > li > .dropdown-menu li > a:hover {
  text-transform: none;
  color: #ffffff;
  background: #0978c2;
}
.navbar-nav > li > .dropdown-menu li.active > a {
  color: #ffffff;
}
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu {
  padding: 20px 10px;
}
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .search {
  padding: 0;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.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 > li > .nav-header {
  color: #777777;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.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: #e7e7e7;
}
.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: #e7e7e7;
  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: #e7e7e7;
  }
  .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-nav .dropdown-submenu > a:after {
    border-left-color: #ffffff;
  }
}
.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;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 0;
}
.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 #e7e7e7;
}
.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: 23px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 46px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 11.5px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 23px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.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-highlight {
  background: #0b96f3;
  color: #ffffff;
}
.module-highlight .btn {
  background: #0a87db;
  border: 0;
}
.module-highlight a {
  color: #ffffff;
}
.header-bookonline {
  margin: 5px 0;
}
.header-bookonline:before,
.header-bookonline:after {
  display: table;
  content: " ";
}
.header-bookonline:after {
  clear: both;
}
.header-bookonline a {
  color: #ffffff;
  position: relative;
  float: right;
  background: #914ca2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 15px 10px 35px;
}
.header-bookonline a:hover {
  text-decoration: none;
}
.header-bookonline a:before {
  border-bottom: 37px solid rgba(0, 0, 0, 0);
  border-left: 24px solid #000000;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.header-bookonline a > .fa {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 5px;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form #form-login-username,
#login-form #form-login-password,
#login-form #form-login-secretkey {
  border: 1px solid #eeeeee;
}
#login-form #form-login-username:hover,
#login-form #form-login-password:hover,
#login-form #form-login-secretkey:hover,
#login-form #form-login-username:focus,
#login-form #form-login-password:focus,
#login-form #form-login-secretkey:focus {
  border-color: #0b96f3;
  outline: 0;
}
#login-form #form-login-secretkey .input-group-addon {
  border: none;
  border-radius: 0;
}
#login-form .input-group-addon:first-child {
  border: 0;
  background: none;
  color: #999999;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
  font-family: 'Roboto Slab', serif;
  border: 0;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}
#login-form input[type="text"]:hover,
#login-form input[type="password"]:hover,
#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus {
  outline: 0;
}
#login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#login-form .btn-primary {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 23px;
  padding-left: 0;
}
#login-form ul.unstyled li {
  display: block;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
}
#login-form ul.unstyled li a {
  color: #999999;
}
#login-form ul.unstyled li a:hover {
  color: #914ca2;
}
#login-form ul.unstyled li span.fa {
  display: none;
}
#login-form #form-login-remember label {
  font-weight: normal;
  padding-left: 20px;
}
.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;
}
.category-module > div[class^="col-xs-"]:hover .article-img:after {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .category-module > div[class^="col-xs-"]:hover .article-img:after {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.category-module > div[class^="col-xs-"]:hover .article-img .btn {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.category-module > div[class^="col-xs-"]:hover .article-img .btn:hover,
.category-module > div[class^="col-xs-"]:hover .article-img .btn:focus,
.category-module > div[class^="col-xs-"]:hover .article-img .btn:active {
  background: #ffffff;
  color: #333333;
}
@media screen and (max-width: 992px) {
  .category-module > div[class^="col-xs-"]:hover .article-img .btn {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.category-module > div[class^="col-xs-"]:hover .article-content h4 a,
.category-module > div[class^="col-xs-"]:hover .article-content h5 a,
.category-module > div[class^="col-xs-"]:hover .article-content .h4 a,
.category-module > div[class^="col-xs-"]:hover .article-content .h5 a {
  color: #0b96f3;
}
.category-module .category-info {
  margin-bottom: 0;
}
.category-module .category-info .category-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
}
.category-module .category-info .category-title .first-letter {
  font-weight: 300;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-module .category-info .category-title .first-letter {
    display: inline-block;
  }
}
.category-module .category-info .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-module .category-info .btn {
    position: static;
  }
}
@media (max-width: 767px) {
  .category-module .category-info .btn {
    position: static;
  }
}
.category-module .article-content {
  padding: 30px;
}
.category-module .article-content h4,
.category-module .article-content h5,
.category-module .article-content .h4,
.category-module .article-content .h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.5;
}
@media (min-width: 480px) and (max-width: 991px) {
  .category-module .article-content h4,
  .category-module .article-content h5,
  .category-module .article-content .h4,
  .category-module .article-content .h5 {
    margin-bottom: 5px;
  }
}
.category-module .article-content h4 a,
.category-module .article-content h5 a,
.category-module .article-content .h4 a,
.category-module .article-content .h5 a {
  color: #333333;
}
.category-module .article-content h4 a:hover,
.category-module .article-content h5 a:hover,
.category-module .article-content .h4 a:hover,
.category-module .article-content .h5 a:hover,
.category-module .article-content h4 a:focus,
.category-module .article-content h5 a:focus,
.category-module .article-content .h4 a:focus,
.category-module .article-content .h5 a:focus,
.category-module .article-content h4 a:active,
.category-module .article-content h5 a:active,
.category-module .article-content .h4 a:active,
.category-module .article-content .h5 a:active {
  color: #0b96f3;
  text-decoration: none;
}
.category-module .article-img {
  margin: 0;
  position: relative;
  background: #000000;
  overflow: hidden;
}
@media (max-width: 991px) {
  .category-module .article-img {
    height: 250px;
  }
}
.category-module .article-img:after {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.category-module .article-img:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 30px;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
.category-module .article-img .img-intro {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .category-module .article-img .img-intro img {
    max-height: 100%;
  }
}
.category-module .article-img .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  width: 90px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  margin-left: -45px;
  margin-top: -20px;
  text-align: center;
  padding: 0;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.category-module .article-img .btn:hover,
.category-module .article-img .btn:focus,
.category-module .article-img .btn:active {
  border-color: #ffffff;
}
.triangle-style .article-img img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .triangle-style .article-img {
    height: auto;
    position: relative;
  }
  .triangle-style .article-img img {
    max-height: none;
    max-width: 100%;
  }
}
.triangle-style .article-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 50px;
  background: url("../images/img-mask-down.png") no-repeat right bottom;
  z-index: 2;
  border: 0;
  -webkit-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
  transition: height 0.2s ease 0s;
}
@media (max-width: 991px) {
  .triangle-style .article-img:before {
    display: none;
  }
}
.triangle-style .triangle-up .article-content {
  height: 250px;
}
@media (max-width: 991px) {
  .triangle-style .triangle-up .article-content {
    height: auto;
  }
}
.triangle-style .triangle-up .article-img {
  height: 350px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .triangle-style .triangle-up .article-img {
    height: 250px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .triangle-style .triangle-up .article-img {
    height: auto;
    position: relative;
  }
  .triangle-style .triangle-up .article-img img {
    max-width: 100%;
  }
}
.triangle-style .triangle-up .article-img:before {
  top: 0;
  background: url("../images/img-mask-up.png") no-repeat right bottom;
}
.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: 0;
}
.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: #0869aa;
  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: #0869aa;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.sticky-module {
  position: fixed;
  left: 0;
  top: 145px;
  width: 30px;
  z-index: 1;
  display: none;
}
.sticky-module.sticky-module-right {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .sticky-module {
    display: block;
  }
}
.sticky-module .addthis_32x32_style .at15nc.at300bs,
.sticky-module .addthis_32x32_style .at15nc.at15t {
  background-image: url("../images/ico/social.png") !important;
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
}
.sticky-module .addthis_32x32_style .at15nc.at15t_twitter {
  background-position: 0px -30px !important;
}
.sticky-module .addthis_32x32_style .at15nc.at15t_twitter:hover {
  background-position: -30px -30px !important;
}
.sticky-module .addthis_32x32_style .at15nc.at15t_facebook {
  background-position: 0px 0px !important;
}
.sticky-module .addthis_32x32_style .at15nc.at15t_facebook:hover {
  background-position: -30px 0px !important;
}
.sticky-module .addthis_32x32_style .at15nc.at15t_google_follow {
  background-position: 0px -60px !important;
}
.sticky-module .addthis_32x32_style .at15nc.at15t_google_follow:hover {
  background-position: -30px -60px !important;
}
.sticky-module .addthis_toolbox {
  width: 30px;
  padding: 0;
  text-align: right;
}
.sticky-module .addthis_default_style .addthis_separator,
.sticky-module .addthis_default_style .at300b,
.sticky-module .addthis_default_style .at300bo,
.sticky-module .addthis_default_style .at300m,
.sticky-module .addthis_default_style .at300bs {
  float: none;
  display: block;
  padding: 0 0 2px;
}
.footer-map {
  position: relative;
}
.footer-map .map-container {
  max-width: 100%;
  margin: 0;
}
.office-info {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  right: 100px;
  padding: 30px;
  position: absolute;
  top: 15%;
}
.old-ie .office-info {
  background: #000000;
}
.office-info h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.office-info ul {
  margin: 0;
  padding: 0;
}
.office-info li {
  list-style: none;
  padding-bottom: 10px;
  color: #999999;
}
.office-info li i {
  margin-right: 5px;
}
.office-info li a {
  color: #0b96f3;
}
.office-info li a:hover,
.office-info li a:focus,
.office-info li a:active {
  color: #ffffff;
}
.t3-footer .acymailing_module .acymailing_introtext {
  margin-bottom: 10px !important;
}
.t3-footer .acymailing_module .acymailing_form {
  margin: 10px 0;
  width: 100%;
}
.t3-footer .acymailing_module .acymailing_form .acysubbuttons,
.t3-footer .acymailing_module .acymailing_form .acyfield_email,
.t3-footer .acymailing_module .acymailing_form .acyfield_name,
.t3-footer .acymailing_module .acymailing_form .acyterms {
  text-align: left;
  margin: 5px 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.t3-footer .acymailing_module .acymailing_form .acysubbuttons .subbutton {
  margin-left: -3px;
}
.t3-footer .acymailing_module .acymailing_form td {
  padding: 10px 0;
}
.t3-footer .acymailing_module .acymailing_form input[type=text],
.t3-footer .acymailing_module .acymailing_form .btn {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.t3-footer .acymailing_module .acymailing_form input[type=text] {
  font-size: 13px;
  background: #333333;
  color: #555555;
  border-color: transparent;
  height: 36px;
  min-width: 200px;
}
.t3-footer .acymailing_module .acymailing_form input[type=text]:hover,
.t3-footer .acymailing_module .acymailing_form input[type=text]:focus {
  background: #ffffff;
  color: #555555;
  border-color: transparent;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .t3-footer .acymailing_module .acymailing_form input[type=text] {
    max-width: 100px;
    min-width: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .t3-footer .acymailing_module .acymailing_form input[type=text] {
    max-width: 190px;
    min-width: 0;
  }
}
.t3-footer .acymailing_module .acymailing_form .unsubbutton,
.t3-footer .acymailing_module .acymailing_form .subbutton {
  height: 36px;
  background: #333333;
  color: #555555;
  border-color: transparent;
  cursor: pointer;
}
.t3-footer .acymailing_module .acymailing_form .subbutton {
  width: 36px;
}
.t3-footer .acymailing_module .acymailing_form:hover .btn {
  background: #0b96f3;
  color: #ffffff;
}
.t3-footer .acymailing_module .acymailing_form:hover .btn:hover {
  background: #0978c2;
}
.t3-footer .acymailing_module .acymailing_form:hover input[type=text] {
  background: #ffffff;
  color: #555555;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_introtext {
  margin-bottom: 15px;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_form {
  width: 100%;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_form tr td {
  border: none;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_form tr td input.cell {
  font-size: 13px;
  background: #333333;
  color: #555555;
  border-color: transparent;
  height: 36px;
  width: 100%;
  max-width: 100%;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_form tr td.acysubbuttons {
  height: 36px;
  background: #333333;
  color: #555555;
  border-color: transparent;
  cursor: pointer;
  width: 36px;
  text-align: center;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_form tr td.acysubbuttons .btn {
  font-size: 0;
  padding: 0;
  border: none;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_form tr td.acysubbuttons:after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  line-height: 34px;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_form tr:hover input.cell {
  background: #ffffff;
}
.t3-footer .acym_fulldiv .acym_module_form .acym_form tr:hover .acysubbuttons {
  background: #0b96f3;
  color: #ffffff;
}
.video-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.video-wrapper .video-play-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  line-height: 90px;
  font-size: 90px;
  text-align: center;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.video-wrapper .video-play-icon:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.video-wrapper .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  
  padding-top: 25px;
  height: 0;
}
.video-wrapper .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-article {
  overflow: hidden;
}
.single-article .article-title {
  font-size: 36px;
  font-weight: bold;
}
.single-article .article-title .first-letter {
  font-weight: 300;
}
.single-article .article-intro {
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .single-article .article-intro {
    height: auto;
    padding-bottom: 80px;
  }
}
.single-article .article-intro .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 767px) {
  .single-article .article-intro .btn {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .single-article .article-image {
    height: auto;
  }
}
.single-article img {
  max-width: 100%;
}

.items-leading .leading:nth-child(even) .col-sm-6:first-child {
  float: right;
}
.items-leading .leading:nth-child(even) .col-sm-6:last-child {
  float: left;
}
.items-row:nth-child(even) .item .col-sm-6:first-child {
  float: right;
}
.items-row:nth-child(even) .item .col-sm-6:last-child {
  float: left;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.has-masthead .item-page .article-header {
  display: none;
}
.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;
}
.t3-content .module,
.t3-content .t3-module {
  margin-bottom: 0;
}
.article-intro img,
.article-content img,
.article-image img,
.article-image-intro img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-image img[align=left],
.article-image-intro img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-image .img_caption.left,
.article-image-intro .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image,
.article-image .pull-left.item-image,
.article-image-intro .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-image img[align=right],
.article-image-intro img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-image .img_caption.right,
.article-image-intro .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image,
.article-image .pull-right.item-image,
.article-image-intro .pull-right.item-image {
  margin: 0 0 20px 30px;
}
.article-image-intro {
  position: relative;
}
.article-image-intro.pull-left {
  float: none !important;
}
.item-desc {
  padding: 30px;
}
.item-desc:before {
  content: "";
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 20px;
  z-index: 2;
}
@media (max-width: 991px) {
  .item-desc {
    padding: 20px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .item-desc .article-intro {
    overflow: hidden;
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .item-desc .article-intro {
    overflow: hidden;
    height: 132px;
  }
}
.item-desc .btn-default {
  border: 2px solid #ddd;
  background: #ffffff;
}
.item-desc .btn-default:hover,
.item-desc .btn-default:focus,
.item-desc .btn-default:active {
  background: #0b96f3;
  color: #ffffff;
  border-color: #0b96f3;
}
@media (max-width: 991px) {
  .item-desc .btn-default {
    display: none;
  }
}
.items-leading .leading:nth-child(even) .item-image,
.items-leading .leading.leading-1 .item-image,
.items-leading .leading.leading-3 .item-image,
.items-leading .leading.leading-5 .item-image,
.items-leading .leading.leading-7 .item-image,
.items-row:nth-child(even) .item .item-image,
.cat-list-row1 .item-image {
  float: left;
}
.items-leading .leading:nth-child(even) .item-desc:before,
.items-leading .leading.leading-1 .item-desc:before,
.items-leading .leading.leading-3 .item-desc:before,
.items-leading .leading.leading-5 .item-desc:before,
.items-leading .leading.leading-7 .item-desc:before,
.items-row:nth-child(even) .item .item-desc:before,
.cat-list-row1 .item-desc:before {
  content: "";
  border-left: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0;
  position: absolute;
  right: -10px;
  top: 20px;
  left: auto;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.article-title {
  font-size: 18px;
  font-weight: bold;
}
.article-title a {
  color: #222222;
}
.article-title a:hover {
  color: #0b96f3;
  text-decoration: none;
}
.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;
  }
}
.t3-content .edit.item-page {
  padding: 40px;
}
#editor-xtd-buttons {
  overflow: hidden;
}
.item-page article {
  padding: 30px;
}
.item-page article:before,
.item-page article:after {
  display: table;
  content: " ";
}
.item-page article:after {
  clear: both;
}
.item-page article .article-image-full,
.item-page article .article-image-full.pull-left,
.item-page article .article-image-full.pull-right {
  float: none !important;
  margin: 0 -30px 30px;
}
.item-page article .article-image-full img {
  width: 100%;
}
.item-page article .article-content img {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
.has-masthead .item-page .article-image-full,
.has-masthead .item-page .article-image-full.pull-left,
.has-masthead .item-page .article-image-full.pull-right {
  margin-top: -30px;
}
.article-introtext {
  font-weight: 500;
}
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;
}
.article-content .thumbnails {
  margin: 30px -10px 0;
  padding: 0;
  list-style: none;
}
.article-content .thumbnails:before,
.article-content .thumbnails:after {
  display: table;
  content: " ";
}
.article-content .thumbnails:after {
  clear: both;
}
.article-content .thumbnails a {
  padding: 0 10px;
  margin: 0 0 20px;
  border: 0;
}
.extrafileds-list {
  border: 5px solid #eeeeee;
  padding: 20px;
  margin-right: 30px;
}
.extrafileds-list dl {
  margin: 0;
}
.extrafileds-list dl dd {
  margin-bottom: 20px;
}
.extrafileds-list dl dd:last-child {
  margin-bottom: 0;
}
.extrafileds-list strong {
  display: block;
}
.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: 23px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-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;
}
.view-login .t3-mainbody .row {
  background: transparent;
}
.view-login .t3-mainbody .row .main-container {
  background: transparent;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .view-login .t3-mainbody .row .main-container {
    margin: 40px 20px;
  }
}
.login-wrap .login {
  max-width: 320px;
  margin: auto;
  border: 0;
  border-top: 0;
  background: #0b96f3;
  color: #ffffff;
  font-size: 13px;
}
.login-wrap .page-header {
  border: 0;
  padding: 20px;
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
}
.login-wrap .login-description {
  padding: 0 20px;
}
.login-wrap form .login-group-inputs {
  position: relative;
  padding-top: 20px;
}
.login-wrap form .login-group-inputs .forgot-passwrd-link {
  position: absolute;
  color: #555555;
  background: #eeeeee;
  bottom: 10px;
  right: 30px;
  font-size: 11px;
  padding: 0 5px;
}
.login-wrap form .login-group-inputs .forgot-passwrd-link:hover {
  color: #ffffff;
  background: #0b96f3;
  text-decoration: none;
}
.login-wrap form .form-group {
  margin-left: 20px;
  margin-right: 20px;
}
.login-wrap form .form-group.form-group-input {
  background: #ffffff;
  padding-left: 20px;
  position: relative;
  border: 0;
  margin-bottom: 10px;
}
.login-wrap form .form-group.form-group-input:hover,
.login-wrap form .form-group.form-group-input:focus {
  border-color: #0a87db;
}
.login-wrap form .form-group.form-group-input:before {
  content: "\f023";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #999999;
}
.login-wrap form .form-group.form-group-input:first-child:before {
  content: "\f007";
}
.login-wrap form .form-group.form-remember {
  margin-bottom: 0;
}
.login-wrap form .form-group.form-btn {
  margin: 0 20px 20px 20px;
}
.login-wrap form .form-group.form-btn .btn-primary {
  background: #075a91;
  border: transparent;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.login-wrap form .form-group.form-btn .btn-primary:hover {
  background: #0978c2;
}
.login-wrap form .form-group.form-links {
  font-size: 13px;
  padding-bottom: 20px;
}
.login-wrap form .form-group.form-links a {
  color: #ffffff;
}
.login-wrap form .form-group .checkbox {
  padding-top: 0;
}
.login-wrap form input[type=text],
.login-wrap form input[type=password] {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto Slab', serif;
  width: 100%;
}
.login-wrap form input[type=text]:-webkit-autofill,
.login-wrap form input[type=password]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.login-wrap .other-links {
  padding-bottom: 20px;
}
.login-wrap .other-links ul {
  padding: 0;
  margin: 0;
}
.login-wrap .other-links ul li {
  list-style: none;
}
.login-wrap .other-links ul li > a {
  color: #ffffff;
}
.login-wrap .other-links ul li > a:hover {
  color: #84caf9;
}
.logout {
  max-width: 550px;
  margin: auto;
}
.logout .logout-description {
  margin-bottom: 10px;
}
.logout .controls {
  margin-left: 0px !important;
}
.logout .controls .btn {
  border-radius: 0;
  border: 0;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.window-mainbody .filter {
  overflow: inherit;
}
.window-mainbody .filter label {
  margin-top: 10px;
}
.window-mainbody .filter .btn-toolbar button.btn {
  border-color: #cccccc;
  padding: 8px 12px;
}
.window-mainbody .filter .btn-toolbar button.btn [class^="icon-"] {
  margin-right: 5px;
}
.window-mainbody .filter .hr-condensed {
  margin: 0;
}
.window-mainbody .filter .filters .chzn-container {
  display: inline-block;
  float: none;
}
.window-mainbody .js-stools-container-filters .js-stools-field-filter {
  vertical-align: top;
}
.window-mainbody .js-stools-container-filters .chzn-container-multi {
  width: 220px !important;
}
.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;
}
.registration #member-registration {
  background: transparent;
  border: none;
  box-shadow: none;
}
.registration #member-registration .btn-group .btn {
  border: none;
  margin-right: 12px;
}
.reset #user-registration,
.remind #user-registration {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 20px 0;
}
.reset #user-registration fieldset,
.remind #user-registration fieldset {
  padding: 0 !important;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 0;
}
.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,
.registration {
  padding: 20px;
}
.view-reset #t3-content {
  margin-top: 150px;
  margin-bottom: 150px;
}
.view-profile .t3-mainbody .main-container {
  margin-top: 80px;
}
.com_users.view-registration .t3-masthead,
.com_users.view-reset .t3-masthead,
.com_users.view-remind .t3-masthead {
  display: none;
}
.com_users.view-registration .main-container,
.com_users.view-reset .main-container,
.com_users.view-remind .main-container,
.com_users.view-registration .has-masthead .t3-mainbody,
.com_users.view-reset .has-masthead .t3-mainbody,
.com_users.view-remind .has-masthead .t3-mainbody,
.com_users.view-registration .t3-mainbody > .row,
.com_users.view-reset .t3-mainbody > .row,
.com_users.view-remind .t3-mainbody > .row {
  background: transparent;
}
.com_users.view-registration .registration,
.com_users.view-reset .registration,
.com_users.view-remind .registration,
.com_users.view-registration .reset,
.com_users.view-reset .reset,
.com_users.view-remind .reset,
.com_users.view-registration .remind,
.com_users.view-reset .remind,
.com_users.view-remind .remind {
  max-width: 500px;
  background: #0b96f3;
  color: #ffffff;
  margin: 80px auto;
}
.com_users.view-registration .registration .form-validate p,
.com_users.view-reset .registration .form-validate p,
.com_users.view-remind .registration .form-validate p,
.com_users.view-registration .reset .form-validate p,
.com_users.view-reset .reset .form-validate p,
.com_users.view-remind .reset .form-validate p,
.com_users.view-registration .remind .form-validate p,
.com_users.view-reset .remind .form-validate p,
.com_users.view-remind .remind .form-validate p {
  background: #0978c2;
  border: 0;
  font-size: 13px;
}
.com_users.view-registration #member-registration legend,
.com_users.view-reset #member-registration legend,
.com_users.view-remind #member-registration legend,
.com_users.view-registration #user-registration legend,
.com_users.view-reset #user-registration legend,
.com_users.view-remind #user-registration legend {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  border: 0;
  margin-bottom: 0;
}
.com_users.view-registration #member-registration label,
.com_users.view-reset #member-registration label,
.com_users.view-remind #member-registration label,
.com_users.view-registration #user-registration label,
.com_users.view-reset #user-registration label,
.com_users.view-remind #user-registration label {
  font-size: 13px;
}
.com_users.view-registration #member-registration input,
.com_users.view-reset #member-registration input,
.com_users.view-remind #member-registration input,
.com_users.view-registration #user-registration input,
.com_users.view-reset #user-registration input,
.com_users.view-remind #user-registration input {
  border: 0;
  width: 83%;
}
.com_users.view-registration #member-registration a.btn.cancel:hover,
.com_users.view-reset #member-registration a.btn.cancel:hover,
.com_users.view-remind #member-registration a.btn.cancel:hover,
.com_users.view-registration #user-registration a.btn.cancel:hover,
.com_users.view-reset #user-registration a.btn.cancel:hover,
.com_users.view-remind #user-registration a.btn.cancel:hover {
  background: #e6e6e6;
  border: 2px solid #ffffff;
  color: #222222;
}
.com_users.view-registration .form-horizontal .form-actions,
.com_users.view-reset .form-horizontal .form-actions,
.com_users.view-remind .form-horizontal .form-actions {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-top-color: #6cc0f8;
}
.com_users.view-registration #user-registration.form-horizontal .form-actions,
.com_users.view-reset #user-registration.form-horizontal .form-actions,
.com_users.view-remind #user-registration.form-horizontal .form-actions {
  padding: 20px;
}
.com_users.view-registration #user-registration fieldset,
.com_users.view-reset #user-registration fieldset,
.com_users.view-remind #user-registration fieldset {
  padding-left: 20px;
  padding-right: 20px;
}
.search {
  padding: 60px 20px 20px 20px;
}
.searchintro {
  font-family: 'Roboto Slab', serif;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm .input-group-btn button,
#searchForm button[name=search] {
  background: #0b96f3;
  color: #ffffff;
  border-width: 1px;
  border-color: #0b96f3;
}
#searchForm .input-group-btn button:hover,
#searchForm button[name=search]:hover,
#searchForm .input-group-btn button:focus,
#searchForm button[name=search]:focus {
  background: #0978c2;
  border-color: #0978c2;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-top: 23px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
  border: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #finder-search .form-horizontal .control-group .controls {
    margin-left: 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;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 14px;
  margin-top: 20px;
  font-family: 'Roboto Slab', serif;
}
.search-results .result-title a {
  color: #333333;
}
.search-results .result-title a:hover {
  color: #0b96f3;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 23px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.com_finder #t3-mainbody .row {
  background: transparent;
}
.com_finder #t3-mainbody .row .main-container {
  margin-top: 80px;
  margin-bottom: 80px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .com_finder #t3-mainbody .row .main-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.com_finder .finder {
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .com_finder .finder {
    padding: 20px;
  }
}
.com_finder .finder h1 {
  margin: 0 0 20px;
}
#search-form {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
@media (max-width: 480px) {
  #search-form .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
#search-form #q:focus {
  border-color: #3babf6;
}
.view-contact #system-message .alert.alert-message .close {
  line-height: 0;
}
.contact a:focus {
  outline: none;
}
.contact .form-control:focus {
  border-color: #0b96f3;
}
.contact #jform_contact_name {
  width: 100%;
}
.contact #jform_contact_email {
  width: 100%;
}
.contact #jform_contact_message.form-control {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .contact #jform_contact_message.form-control {
    width: 100%;
  }
}
.contact .page-header {
  text-align: center;
}
.contact .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.contact #contact-plain {
  overflow: hidden;
  background: #e1e1e1;
  color: #626262;
}
.contact #contact-plain .thumbnail {
  border: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact #contact-plain .thumbnail {
    margin-bottom: 20px;
  }
}
.contact #contact-plain .thumbnail img {
  width: 100%;
  position: relative;
}
.contact #contact-plain .contact-info {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .contact #contact-plain .contact-info {
    padding: 20px;
  }
}
.contact #contact-plain .contact-info:after {
  content: "";
  position: absolute;
  border: 12px solid #e1e1e1;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: -24px;
  left: 8%;
}
.contact #contact-plain .contact-info h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.contact #contact-plain .contact-info .contact-miscinfo .jicons-text {
  display: none;
}
.contact #contact-plain .contact-info .contact-address dt {
  float: left;
}
@media screen and (max-width: 480px) {
  .contact #contact-plain .contact-info .contact-address {
    margin-bottom: 0;
  }
}
.contact #contact-plain .contact-info .contact-links .nav li {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .contact #contact-plain .contact-info .contact-links .nav li {
    margin-bottom: 5px;
  }
}
.contact #contact-plain .contact-info .contact-links .nav li a {
  background: #999999;
  color: #ffffff;
  transition: 0.5s;
  padding: 5px 10px;
}
.contact #contact-plain .contact-info .contact-links .nav li a:hover {
  background: #8c8c8c;
  border-color: transparent;
}
.contact #contact-plain .form-plain {
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .contact #contact-plain .form-plain {
    padding: 20px;
  }
}
.contact #contact-plain .form-plain h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.contact #contact-plain .form-plain legend {
  font-size: 14px;
  border: 0;
  margin-bottom: 10px;
}
.contact #contact-plain .form-plain .form-group {
  margin-bottom: 10px;
}
.contact #contact-plain .form-plain .form-group .control-label {
  width: 20%;
  text-align: left;
  font-weight: normal;
  margin-bottom: 5px;
  color: #333333;
}
.contact #contact-plain .form-plain .form-group .col-sm-offset-2 {
  margin-left: 0;
}
.contact #contact-plain .form-plain .form-group .col-sm-offset-2 .validate {
  border: 0;
  font-weight: bold;
  padding: 8px 25px;
}
.contact #contact-plain .form-plain .form-group .col-sm-10 {
  width: 100%;
}
.contact #contact-plain .form-plain .form-group .col-sm-10 .form-control {
  box-shadow: none;
}
.contact #contact-plain .form-plain .form-group:last-child {
  margin-bottom: 0;
}
.contact #contact-plain .form-plain dt #jform_contact_email_copy-lbl {
  margin-left: 20px;
  margin-top: 10px;
}
.contact #contact-plain .form-plain dd #jform_contact_email_copy {
  display: block;
  margin-top: -24px;
  margin-bottom: 20px;
}
.contact #member-plain {
  overflow: hidden;
  background: #ffffff;
  color: #626262;
}
.contact #member-plain .thumbnail {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contact #member-plain .thumbnail {
    margin-bottom: 0;
  }
}
.contact #member-plain .contact-info {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .contact #member-plain .contact-info {
    padding: 20px;
  }
}
.contact #member-plain .contact-info .contact-position {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.contact #member-plain .contact-info .contact-emailto a {
  color: #0b96f3;
}
.contact #member-plain .contact-info .contact-emailto a:hover {
  color: #333333;
}
.contact #member-plain .contact-info .contact-address dt {
  float: left;
}
.contact #member-plain .plain-link .nav-stacked li {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 0;
  transition: 0.5s;
  color: #333333;
  margin-right: 3.33333333px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .contact #member-plain .plain-link .nav-stacked li {
    margin-bottom: 5px;
  }
}
.contact #member-plain .plain-link .nav-stacked li:hover {
  border-color: #0b96f3;
  color: #0b96f3;
}
.contact #member-plain .plain-link .nav-stacked li a {
  font-size: 0;
  padding: 20px;
}
.contact #member-plain .plain-link .nav-stacked li a:hover {
  border-color: transparent;
}
.contact #member-plain .plain-link .nav-stacked li.twitter:before {
  content: "\f099";
  font-family: FontAwesome;
  position: absolute;
}
.contact #member-plain .plain-link .nav-stacked li.youtube:before {
  content: "\f167";
  font-family: FontAwesome;
  position: absolute;
}
.contact #member-plain .plain-link .nav-stacked li.facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
  position: absolute;
}
.contact #member-plain .plain-link .nav-stacked li.instagram:before {
  content: "\f16d";
  font-family: FontAwesome;
  position: absolute;
}
.contact #member-plain .plain-link .nav-stacked li.skype:before {
  content: "\f17e";
  font-family: FontAwesome;
  position: absolute;
}
.contact #member-plain .plain-link .nav-stacked li.google-plus:before {
  content: "\f0d5";
  font-family: FontAwesome;
  position: absolute;
}
.contact #member-plain .plain-link .nav-stacked li:before {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  top: 16%;
  font-size: 18px;
  left: 31%;
}
.contact #member-plain .contact-miscinfo .dl-horizontal {
  margin-top: 40px;
  margin-bottom: 0;
}
.contact #member-plain .contact-miscinfo dt {
  display: none;
}
.contact #member-plain .form-plain {
  padding: 0 40px;
}
.contact #member-plain .form-plain h3 {
  display: none;
}
.contact #member-plain .form-plain .form-group:last-child {
  margin-bottom: 40px;
  margin-top: -20px;
}
.contact .page-header {
  display: none;
}
.contact #slide-contact {
  padding: 40px;
}
.contact #slide-contact .panel-heading {
  background: #f7f7f7;
  padding: 20px;
}
.contact #slide-contact .panel-heading .accordion-toggle {
  font-family: Raleway;
  margin-left: 10px;
}
.contact #slide-contact .panel-heading .accordion-toggle:hover,
.contact #slide-contact .panel-heading .accordion-toggle:focus {
  color: #0b96f3;
  text-decoration: none;
}
.contact #slide-contact.panel-group {
  margin-bottom: 0;
}
.contact #slide-contact .panel {
  box-shadow: none;
}
.contact #slide-contact .panel-body {
  padding: 40px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact #slide-contact .panel-body {
    padding: 20px;
  }
}
.contact #slide-contact .panel-body .thumbnail {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact #slide-contact .panel-body .thumbnail {
    float: none;
    margin-bottom: 10px;
  }
}
.contact #slide-contact .panel-body .dl-horizontal {
  margin: 0;
}
.contact #slide-contact .panel-body .contact-form .form-group:last-child {
  margin-bottom: 0;
  margin-top: -10px;
}
.contact #slide-contact .panel-body .contact-links .nav li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .contact #slide-contact .panel-body .contact-links .nav li {
    margin-bottom: 10px;
  }
}
.contact #slide-contact .panel-body .contact-links .nav li a {
  background: #999999;
  color: #ffffff;
  padding: 10px 20px 10px 30px;
}
.contact #slide-contact .panel-body .contact-links .nav li a:before {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
}
.contact #slide-contact .panel-body .contact-links .nav li a:hover {
  background: #808080;
  border-top: 1px solid #808080;
}
.contact #slide-contact .panel-body .contact-links .nav li.facebook a:before {
  content: "\f09a";
}
.contact #slide-contact .panel-body .contact-links .nav li.twitter a:before {
  content: "\f099";
}
.contact #slide-contact .panel-body .contact-links .nav li.google-plus a:before {
  content: "\f0d5";
}
.contact #slide-contact .panel-body .contact-links .nav li.skype a:before {
  content: "\f17e";
}
.contact #slide-contact .panel-body .contact-links .nav li.instagram a:before {
  content: "\f083";
}
.contact #slide-contact .panel-body .contact-misc p {
  margin-bottom: 0;
}
.contact #myTab {
  margin: 40px 40px 0 40px;
  background: #0b96f3;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .contact #myTab {
    margin: 20px 20px 0 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact #myTab li {
    float: none;
  }
}
.contact #myTab li a {
  color: #d5d5d5;
  font-size: 17px;
  font-weight: bold;
  background: transparent;
  border: 0;
  padding: 10px 15px;
}
.contact #myTab li a:hover {
  color: #ffffff;
}
.contact #myTab li.active a {
  background: #ffffff;
  color: #0b96f3;
}
.contact #myTabContent {
  margin: 0 40px;
  overflow: hidden;
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .contact #myTabContent {
    margin: 0 20px;
    padding: 20px 0;
  }
}
.contact #myTabContent .dl-horizontal {
  margin: 0;
}
.contact #myTabContent .thumbnail {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact #myTabContent .thumbnail {
    margin-bottom: 10px;
    float: none;
  }
}
.contact #myTabContent .contact-links .nav li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .contact #myTabContent .contact-links .nav li {
    margin-bottom: 10px;
  }
}
.contact #myTabContent .contact-links .nav li a {
  background: #999999;
  color: #ffffff;
  padding: 10px 20px 10px 30px;
}
.contact #myTabContent .contact-links .nav li a:before {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
}
.contact #myTabContent .contact-links .nav li a:hover {
  background: #808080;
  border-top: 1px solid #808080;
}
.contact #myTabContent .contact-links .nav li.facebook a:before {
  content: "\f09a";
}
.contact #myTabContent .contact-links .nav li.twitter a:before {
  content: "\f099";
}
.contact #myTabContent .contact-links .nav li.google-plus a:before {
  content: "\f0d5";
}
.contact #myTabContent .contact-links .nav li.skype a:before {
  content: "\f17e";
}
.contact #myTabContent .contact-links .nav li.instagram a:before {
  content: "\f083";
}
.contact #myTabContent .contact-miscinfo .jicons-text {
  display: none;
}
.contact #myTabContent #contact-form .form-group:last-child {
  margin-bottom: 0;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal dd {
  margin-left: 0;
}
.contact .dl-horizontal dd:before,
.contact .dl-horizontal dd:after {
  display: inline;
}
.contact .dl-horizontal .contact-suburb,
.contact .dl-horizontal .contact-state,
.contact .dl-horizontal .contact-postcode,
.contact .dl-horizontal .contact-country {
  margin-left: 80px;
  display: inline-block;
}
.contact .dl-horizontal dt {
  width: auto;
  margin-right: 5px;
  text-align: left;
  font-weight: normal;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
.contact .dl-horizontal > dd {
  margin-bottom: 5px;
  position: relative;
}
.contact .dl-horizontal > dd .contact-street:before {
  content: "\f041";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.contact .dl-horizontal > dd .contact-telephone:before {
  content: "\f098";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.contact .dl-horizontal > dd .contact-fax:before {
  content: "\f02f";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.contact .dl-horizontal > dd .contact-emailto a {
  color: #626262;
}
.contact .dl-horizontal > dd .contact-emailto a:hover {
  color: #0b96f3;
  text-decoration: none;
}
.contact .dl-horizontal > dd .contact-emailto:before {
  content: "\f0e0";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.contact .dl-horizontal > dd .contact-mobile:before {
  content: "\f10b";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
.contact-category {
  padding: 30px;
}
.contact-category .team-header {
  padding: 10px 0;
}
.contact-category .team-header h2 {
  margin: 0;
}
.contact-category form:after {
  content: "";
  clear: both;
  display: block;
}
.contact-category img {
  max-width: 100%;
}
.contact-category .pagination {
  clear: both;
}
.contact-category .pagination .counter {
  margin: 0;
  border: none;
}
.contact-category ul.category {
  border-top: 0;
  overflow: hidden;
}
.contact-category ul.category li.row-fluid {
  border: 1px solid #eeeeee;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.contact-category ul.category li.row-fluid:before,
.contact-category ul.category li.row-fluid:after {
  display: table;
  content: " ";
}
.contact-category ul.category li.row-fluid:after {
  clear: both;
}
.contact-category ul.category li.row-fluid > div {
  margin: 0;
}
.contact-category .cat-children ul {
  border: 0;
  border-top: 1px solid #eeeeee;
}
.contact-category .cat-children ul li {
  background: transparent;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0 5px 0;
}
.contact-category .cat-children ul li h4 {
  border-left: 1px dotted #999999;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  padding-left: 15px;
  margin-left: 20px;
  position: relative;
}
.contact-category .cat-children ul li h4:after {
  border-top: 1px dotted #999999;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 1px;
  width: 10px;
}
.contact-category .cat-children ul li li h4 {
  margin-left: 40px;
}
.contact-category .cat-children ul li li li h4 {
  margin-left: 60px;
}
.contact-category .cat-children ul li li li li h4 {
  margin-left: 80px;
}
.contact-category .cat-children ul li:last-child {
  border: 0;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  padding: 30px;
}
.category-desc {
  padding: 11.5px 0;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 11.5px 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 0;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 11.5px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.com_newsfeeds .view-newsfeed .t3-mainbody .row .main-container {
  margin-top: 0;
}
.com_newsfeeds .t3-mainbody .row {
  background: transparent;
}
.com_newsfeeds .t3-mainbody .row .main-container {
  margin-top: 80px;
  margin-bottom: 80px;
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .com_newsfeeds .t3-mainbody .row .main-container {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
}
.com_newsfeeds.layout-blog .row .main-container {
  padding: 0;
}
.newsfeed-category,
.newsfeed {
  background: #ffffff;
}
.newsfeed-category #limit,
.newsfeed #limit {
  width: auto;
  padding: 7px;
}
.newsfeed-category #filter-search,
.newsfeed #filter-search {
  float: left;
  margin-right: 5px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .newsfeed-category #filter-search,
  .newsfeed #filter-search {
    margin-bottom: 10px;
  }
}
.newsfeed-category h2,
.newsfeed h2 {
  margin: 0 0 20px;
}
.newsfeed-category .category,
.newsfeed .category {
  margin: 20px 0;
  border: 0;
}
.newsfeed-category .category li,
.newsfeed .category li {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed-category .category li a,
.newsfeed .category li a {
  color: #555555;
  font-size: 13px;
  display: block;
  word-break: break-all;
}
.newsfeed-category .category li .list-title a,
.newsfeed .category li .list-title a {
  color: #555555;
  font-size: 15px;
}
.newsfeed-category .category li:hover,
.newsfeed .category li:hover {
  background: #ffffff;
}
.newsfeed-category .category li:hover .list-title a,
.newsfeed .category li:hover .list-title a {
  color: #0b96f3;
}
.newsfeed-category .category li:last-child,
.newsfeed .category li:last-child {
  margin-bottom: 0;
}
.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-description img {
  max-width: 100%;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed .feed-item-description img {
  max-width: 100%;
}
.newsfeed > ol {
  padding: 0;
  list-style: none;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.com_weblinks .t3-mainbody .row {
  background: transparent;
}
.com_weblinks .t3-mainbody .row .main-container {
  margin-top: 80px;
  margin-bottom: 80px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .com_weblinks .t3-mainbody .row .main-container {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.com_weblinks .edit {
  background: #ffffff;
  padding: 40px;
}
.weblink-category {
  background: #ffffff;
  padding: 40px;
}
.weblink-category h2 {
  margin: 0 0 20px;
}
.weblink-category .category {
  margin: 0;
  border: 0;
}
.weblink-category .category li {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  color: #555555;
}
.weblink-category .category li:last-child {
  margin-bottom: 0;
}
.weblink-category .category li .badge {
  border-radius: 0;
  background: #6cc0f8;
}
.weblink-category .category li a {
  color: #555555;
}
.weblink-category .category li .width-50 {
  width: 25px;
}
.weblink-category .category li:hover {
  background: #ffffff;
}
.weblink-category .category li:hover .badge {
  background: #0b96f3;
}
.weblink-category .category li:hover .list-title a,
.weblink-category .category li:hover p a {
  color: #0b96f3;
}
.pagination-wrap {
  padding: 0 30px;
}
.pagination-wrap .pagination > li > a,
.pagination-wrap .pagination > li > span {
  min-width: 40px;
  text-align: center;
}
.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: 0;
}
#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: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #0b96f3;
  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: #0b96f3;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav:before,
.pagenav:after {
  display: table;
  content: " ";
}
.pagenav:after {
  clear: both;
}
.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: 0px solid #dddddd;
  background: #0b96f3;
  color: #ffffff;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background: #000000;
  text-decoration: none;
}
.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;
}
.filters .chzn-container {
  float: right;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#limit {
  padding: 4px 3px;
}
.view-registration #system-message-container {
  margin: 40px auto 40px;
  width: 500px;
}
#system-message dt {
  margin-bottom: 10px;
}
#system-message dd {
  margin-left: 0;
}
#system-message > dd > ul {
  background-position: 5px 5px;
  padding: 5px 0;
  border-radius: 0;
  font-weight: normal;
  border-width: 3px;
  border-style: solid;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 5px 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;
  font-size: 12px;
}
#system-message-container .success.message ul,
#system-message-container .message.message ul {
  color: #468847;
  background: #dff0d8 url("../images/ico/ico-success.gif") no-repeat 1% center;
  border: 3px solid #d6e9c6;
  padding: 5px;
}
#system-message-container .success.message ul li,
#system-message-container .message.message ul li {
  font-weight: normal;
  text-indent: 0;
  margin-left: 35px;
}
#system-message-container .alert {
  border-color: #eeeeee;
  padding-left: 45px;
  background: #fcf8e3 url("../images/ico/ico-warning.gif") no-repeat 1% center;
}
#system-message-container .alert .alert-heading {
  display: none;
}
#system-message-container .alert p {
  margin-bottom: 0;
}
#system-message-container .alert.alert-error {
  color: #b94a48;
  border-color: #ebccd1;
  background: #f2dede url("../images/ico/ico-error.gif") no-repeat 1% center;
}
#system-message-container .alert-notice,
#system-message-container .alert-warning {
  color: #C09853;
}
#system-message-container .warning.message ul,
#system-message-container .notice.message ul {
  color: #c09853;
  border: 3px solid #faebcc;
  background: #fcf8e3 url("../images/ico/ico-warning.gif") no-repeat 1% center;
  padding: 5px;
}
#system-message-container .warning.message ul li,
#system-message-container .notice.message ul li {
  font-weight: normal;
  text-indent: 0;
  margin-left: 35px;
}
#system-message-container .error.message ul {
  color: #b94a48;
  border: 3px solid #ebccd1;
  background: #f2dede url("../images/ico/ico-error.gif") no-repeat 1% center;
  padding: 5px;
}
#system-message-container .error.message ul li {
  font-weight: normal;
  text-indent: 0;
  margin-left: 35px;
}
#system-message-container .info.message ul {
  color: #3a87ad;
  border: 3px solid #bce8f1;
  background: #d9edf7 url("../images/ico/ico-info.gif") no-repeat 1% center;
  padding: 5px;
}
#system-message-container .info.message ul li {
  font-weight: normal;
  text-indent: 0;
  margin-left: 35px;
}
#notification .success,
#notification .warning,
#notification .attention,
#notification .information {
  border: 0 none;
  border-radius: 0 !important;
  bottom: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  margin-bottom: 20px;
  border-radius: 0;
  padding: 10px 10px 10px 45px !important;
}
#notification .success {
  color: #468847;
  background: #dff0d8 url("../images/ico/ico-success.gif") no-repeat 1% center;
  border: 0;
}
#notification .warning,
#notification .attention {
  color: #c09853;
  border: 0;
  background: #fcf8e3 url("../images/ico/ico-warning.gif") no-repeat 1% center;
}
#notification .information {
  color: #3a87ad;
  border: 0;
  background: #d9edf7 url("../images/ico/ico-info.gif") no-repeat 1% center;
}
.view-featured #notification,
.com_content #notification {
  position: relative;
}
.tip-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.tip-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.tip-text {
  padding: 9px 14px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.ja-masonry-wrap {
  padding-bottom: 80px;
}
.ja-masonry-wrap .toobar-grid {
  background: #0978c2;
  padding: 20px 30px;
}
.ja-masonry-wrap .toobar-grid:before,
.ja-masonry-wrap .toobar-grid:after {
  display: table;
  content: " ";
}
.ja-masonry-wrap .toobar-grid:after {
  clear: both;
}
.ja-masonry-wrap .toobar-grid h3 {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
}
@media (min-width: 480px) {
  .ja-masonry-wrap .toobar-grid h3 {
    float: left;
  }
}
.ja-masonry-wrap .toobar-grid .dropdown {
  float: left;
}
@media (min-width: 480px) {
  .ja-masonry-wrap .toobar-grid .dropdown {
    float: right;
  }
}
.ja-masonry-wrap .toobar-grid .dropdown .btn {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #f7f7f7;
}
.ja-masonry-wrap .toobar-grid .display-blog {
  float: right;
}
.ja-masonry-wrap .toobar-grid .display-blog a {
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  background: #ffffff;
  display: inline-block;
  float: right;
}
.ja-masonry-wrap .toobar-grid .display-blog a.active {
  background: #000000;
  color: #ffffff;
}
.ja-masonry-wrap #infinity-next {
  position: absolute;
  bottom: 0;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  padding: 0;
}
@media (max-width: 991px) {
  .languageswitcherload {
    margin-right: 60px;
  }
  .languageswitcherload .dropdown-menu {
    position: static;
    display: block;
    width: auto;
    background: none;
    border: 0;
    margin-top: 6px;
    font-size: 10px;
    min-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .languageswitcherload .dropdown-menu > li > a {
    display: inline;
    padding: 0;
    color: #ffffff;
    line-height: 1;
  }
  .languageswitcherload .dropdown-menu > li > a:hover,
  .languageswitcherload .dropdown-menu > li > a:focus,
  .languageswitcherload .dropdown-menu > li > a:active {
    background: none;
    color: #0b96f3;
  }
  .languageswitcherload .dropdown-menu > li > a span {
    display: none;
  }
  .languageswitcherload .dropdown-menu > li.lang-active > a {
    color: #0b96f3;
  }
  .languageswitcherload .dropdown-toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  .languageswitcherload {
    float: right;
    width: 100%;
    margin-left: 10px;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
    float: right;
    padding: 10px 0;
  }
  .languageswitcherload .mod-languages > a {
    width: 44px;
    height: 44px;
    line-height: 39px;
    display: block;
    text-align: center;
    background: none;
    border: 2px solid #333333;
  }
  .languageswitcherload .mod-languages.open > a {
    background: #0b96f3;
    border: #0b96f3;
    line-height: 44px;
  }
  .languageswitcherload .mod-languages ul {
    top: 73px;
    right: 0;
    left: auto;
  }
  .languageswitcherload .mod-languages ul:before {
    border-bottom: 5px solid #ffffff;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    content: "";
    right: 20px;
    position: absolute;
    top: -5px;
  }
  .languageswitcherload .mod-languages ul.lang-inline li {
    display: block;
    text-align: left;
    margin: 0;
  }
  .languageswitcherload .mod-languages ul.lang-inline li img {
    margin-right: 5px;
  }
}
@media (max-width: 1024px) {
  .languageswitcherload .mod-languages ul {
    left: auto;
    right: 0;
  }
  .languageswitcherload .mod-languages ul:before {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .languageswitcherload .mod-languages ul {
    margin-bottom: 5px;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
#helpsite-refresh {
  margin-top: 20px;
}
#helpsite-refresh:hover {
  background: #555555;
  color: #ffffff;
}
.com_config .t3-content {
  padding: 20px;
}
.com_config .t3-content .accordion-inner input.inputbox {
  float: left;
}
.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;
}
.mod-preview-info {
  z-index: 1000;
}
#templates-form .btn-toolbar {
  margin: 20px;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
#modal-consentbox .modal-header h3,
#modal-jform_consentbox .modal-header h3 {
  margin: 0 !important;
}
.modal-open .modal-backdrop {
  display: block !important;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto !important;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 10px;
  padding: 0;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}

.page-header {
  padding-bottom: 10.5px;
  margin: 0 0 23px;
  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 23px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -23px;
}
.article-title,
.article-header h1 {
  margin: 0 0 23px 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: 5px;
}
.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: 23px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #600686;
  color: #feffff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #cdeafd;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop {
  display: none !important;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.t3-wrapper {
  background: url("../images/bg.gif") repeat !important;
}
.container {
  background: #f0f0f0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .container {
    position: relative;
  }
}
.main-container {
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
}
.main-container:before,
.main-container:after {
  display: table;
  content: " ";
}
.main-container:after {
  clear: both;
}
@media (min-width: 1400px) {
  .main-container {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.t3-masthead {
  background: #0b96f3;
  color: #ffffff;
  text-align: center;
}
.t3-masthead .jamasshead {
  padding: 60px;
}
@media screen and (max-width: 480px) {
  .t3-masthead .jamasshead {
    padding: 40px 0;
  }
}
.t3-masthead .jamasshead-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 auto;
  font-size: 45px;
  text-transform: uppercase;
  width: 60%;
}
@media screen and (max-width: 480px) {
  .t3-masthead .jamasshead-title {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .t3-masthead .jamasshead-title {
    width: 100%;
    font-size: 30px;
  }
}
.t3-masthead a {
  color: #ffffff;
}
.t3-header {
  background: #000000;
  min-height: 80px;
  position: relative;
  z-index: 5;
}
.t3-header .main-container {
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .t3-header .main-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .t3-header {
    min-height: 50px;
    overflow: hidden;
  }
}
.logo {
  text-align: center;
}
.logo:before,
.logo:after {
  display: table;
  content: " ";
}
.logo:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  line-height: 46px;
}
@media (max-width: 768px) {
  .logo a {
    line-height: 1;
  }
}
.logo-image {
  background: url('../images/logo-bg.png') no-repeat bottom center;
  background-size: 100% auto;
  text-align: center;
  margin-top: -10px;
  min-width: 0px;
  min-height: 130px;
  position: absolute;
  z-index: 2;
}
.logo-image span,
.logo-image small {
  display: none;
}
@media (max-width: 992px) {
  .logo-image {
    text-align: left;
    min-height: 35px;
  }
}
.logo-image a {
  padding: 15px 10px 20px 10px;
}
@media (max-width: 992px) {
  .logo-image a {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .logo-image a img {
    max-height: 34px;
  }
}
.logo-image:hover a,
.logo-image a:hover,
.logo-image a:active,
.logo-image a:focus {
  text-decoration: none;
  outline: none;
}
.logo-image img {
  max-width: 150px;
  max-height: 100px;
}
.logo-text {
  line-height: 1;
  padding: 10px 0;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
  outline: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #999999;
}
@media (min-width: 767px) and (max-width: 991px) {
  .logo-text {
    padding-left: 20px;
  }
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.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 .main-container {
  padding-bottom: 0;
  padding-top: 0;
}
.t3-slideshow {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .t3-slideshow {
    margin-bottom: -300px;
  }
}
.t3-mainbody > .row {
  background: url("../images/mainbody-bg-31.png") no-repeat left bottom / 100% auto;
}
.has-masthead .t3-mainbody {
  background: url("../images/subbody-bg.png") no-repeat left top / 100% auto #f0f0f0;
}
.has-slideshow .t3-mainbody {
  position: relative;
  z-index: 2;
  background: url("../images/mainbody-bg.png") no-repeat left top;
}
.t3-sidebar {
  padding: 30px;
}
.isotope .isotope-item {
  overflow: hidden;
}
.isotope .isotope-item article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.isotope .isotope-item article:hover .item-desc {
  display: block;
}
.isotope .isotope-item article:hover .item-image:before {
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.isotope .isotope-item .item-image {
  width: 100%;
  height: 100%;
}
.isotope .isotope-item .item-image:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: none;
  -webkit-transition: background-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
.isotope .isotope-item .item-image img {
  width: auto;
}
.isotope .isotope-item .item-desc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.isotope .isotope-item .item-desc .article-title {
  margin-top: 40px;
}
.isotope .isotope-item .item-desc .article-title a {
  color: #ffffff;
}
.isotope .isotope-item .item-desc .article-title a:hover,
.isotope .isotope-item .item-desc .article-title a:focus,
.isotope .isotope-item .item-desc .article-title a:active {
  color: #0b96f3;
}
.isotope .isotope-item .item-desc .article-aside,
.isotope .isotope-item .item-desc .article-intro,
.isotope .isotope-item .item-desc .article-footer {
  display: none;
}
.isotope.no-transition {
  -webkit-transition-duration: 0;
  transition-duration: 0;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0;
  transition-duration: 0;
}
.isotope .item-w2 {
  width: 40%;
}
.isotope .item-h2 {
  height: 322px;
}
.isotope .item-h3 {
  height: 485px;
}
.grid-list .isotope-item.item {
  height: 300px !important;
}
.grid-list .isotope-item.item article {
  height: 300px !important;
}
.grid-list .isotope-item .item-image {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.grid-list .isotope-item .item-image img {
  width: auto;
}
.grid-list .isotope-item .item-image .pull-left {
  float: none !important;
  width: 100%;
  height: 100%;
}
.grid-list .isotope-item .item-image:before {
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #FFFFFF;
  border-top: 10px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  background: none !important;
  width: auto;
  height: auto;
  display: block;
}
.grid-list .isotope-item .item-desc {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
.grid-list .isotope-item .item-desc:before {
  display: none;
}
.grid-list .isotope-item .item-desc .article-title {
  margin-top: 0;
  margin-right: 30px;
}
.grid-list .isotope-item .item-desc .article-title a {
  color: #333333;
}
.grid-list .isotope-item .item-desc .article-title a:hover,
.grid-list .isotope-item .item-desc .article-title a:focus,
.grid-list .isotope-item .item-desc .article-title a:active {
  color: #0b96f3;
}
.grid-list .isotope-item .item-desc .article-intro {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .grid-list .isotope-item .item-desc .article-intro {
    height: 120px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .grid-list .isotope-item .item-desc .article-intro {
    height: 120px;
    overflow: hidden;
  }
}
.grid-list .isotope-item .item-desc .article-aside {
  margin-top: -10px;
  width: 100%;
}
.grid-list .isotope-item .item-desc .article-aside .btn-group {
  position: absolute;
  right: 20px;
  top: 30px;
}
.grid-list .isotope-item .item-desc .article-aside .btn-group .dropdown-toggle {
  padding: 0;
}
.grid-list .isotope-item .item-desc .article-aside .btn-group .dropdown-toggle:hover,
.grid-list .isotope-item .item-desc .article-aside .btn-group .dropdown-toggle:active {
  box-shadow: none;
}
.grid-list .isotope-item .item-desc .article-aside .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.grid-list .isotope-item .item-desc .article-aside,
.grid-list .isotope-item .item-desc .article-intro,
.grid-list .isotope-item .item-desc .article-footer,
.grid-list .isotope-item .item-desc .readmore {
  display: block;
}
.grid-list .isotope-item.odd .item-image {
  float: right;
}
.grid-list .isotope-item.odd .item-image:before {
  border-right: 0;
  border-left: 10px solid #FFFFFF;
  left: 0;
  right: auto;
}
#infscr-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 2;
}
#infscr-loading img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 2;
}
#infscr-loading > div {
  display: none;
}
.t3-footer {
  color: #999999;
  background: #000000;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer .acymailing_module a.acymailing_togglemodule.modal {
  position: relative !important;
  overflow-x: hidden;
  overflow-y: hidden;
}
.t3-footer .acymailing_module a.acymailing_togglemodule.modal:hover,
.t3-footer .acymailing_module a.acymailing_togglemodule.modal:focus {
  color: #ffffff;
}
.t3-footer a.acymailing_togglemodule:hover,
.t3-footer a.acymailing_togglemodule:focus {
  color: #ffffff;
}
.t3-footer .main-container {
  background: none;
}
@media (max-width: 1400px) {
  .t3-footer .main-container.t3-copyright {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #eeeeee;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #0b96f3;
  text-decoration: none;
  outline: 0;
}
.t3-footer .footer-map {
  min-height: 455px;
  background: url("../images/map-bg.jpg") no-repeat #222222;
  background-size: cover;
}
.t3-footer .footer-map p,
.t3-footer .footer-map .footer-map .map-container {
  margin: 0;
}
.t3-footer .footer-map .gmnoprint > div > img + div,
.t3-footer .footer-map .gmnoprint > div > img + div + div,
.t3-footer .footer-map .gmnoprint > div > img + div + div + div,
.t3-footer .footer-map .gmnoprint > div > img + div + div + div + div {
  opacity: 0 !important;
}
.t3-footnav {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav.t3-spotlight {
  padding: 0;
}
.t3-footnav.t3-spotlight .t3-module {
  margin: 0;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .t3-footnav.t3-spotlight .t3-module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-footnav .col-sm-6 {
    border-bottom: 1px solid #333333;
  }
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  color: #999999;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
  border-left: 1px solid #333333;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .t3-footnav .t3-module {
    border: none;
    border-bottom: 1px solid #111;
    min-height: 0;
  }
}
.t3-footnav .t3-module.footer-logo {
  border-left-color: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-footnav .t3-module.footer-logo {
    margin: auto;
    position: relative;
  }
}
.t3-footnav .t3-module.footer-logo img {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-footnav .t3-module.footer-logo img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.t3-footnav .t3-module .module-title {
  color: #333333;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 11.5px;
}
@media (max-width: 767px) {
  .t3-footnav .t3-module .module-title {
    font-size: 18px;
  }
}
.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: 1;
}
.t3-footnav .t3-module ul > li > a {
  padding: 10px 0;
  color: #999999;
}
.t3-footnav .t3-module ul > li > a:hover {
  border-color: transparent;
  color: #0b96f3;
  outline: 0;
}
.t3-copyright {
  font-size: 12px;
  padding-top: 23px;
  padding-bottom: 23px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
@media (max-width: 991px) {
  .t3-copyright {
    text-align: center;
  }
}
.t3-copyright small {
  margin-bottom: 5px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.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;
}
#about-slideshow {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.about-box,
.article-slideshow {
  margin-bottom: 0;
}
.about-box .carousel-control,
.article-slideshow .carousel-control {
  background: #000000;
  width: 40px;
  height: 40px;
  left: auto;
  right: 40px;
  bottom: 40px;
  top: auto;
  line-height: 40px;
}
.about-box .carousel-control.left,
.article-slideshow .carousel-control.left {
  right: 102px;
}
.about-box .carousel-control.left:before,
.article-slideshow .carousel-control.left:before {
  content: "";
  position: absolute;
  border-right: 20px solid transparent;
  border-top: 40px solid #000000;
  left: 100%;
  top: 0;
}
.about-box .carousel-control.right:before,
.article-slideshow .carousel-control.right:before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-bottom: 40px solid #000000;
  right: 100%;
  top: 0;
}
.about-box .about-box-ct,
.article-slideshow .about-box-ct {
  padding: 40px;
  font-size: 16px;
}
.about-box .title-sanserif,
.article-slideshow .title-sanserif {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.about-box.about-team .team-header,
.article-slideshow.about-team .team-header {
  padding: 80px;
}
.about-box.about-team .team-header p,
.article-slideshow.about-team .team-header p {
  color: #999999;
}
.about-box.about-team .team-items,
.article-slideshow.about-team .team-items {
  overflow: hidden;
}
.about-box.about-team .team-items:before,
.article-slideshow.about-team .team-items:before,
.about-box.about-team .team-items:after,
.article-slideshow.about-team .team-items:after {
  display: table;
  content: " ";
}
.about-box.about-team .team-items:after,
.article-slideshow.about-team .team-items:after {
  clear: both;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-box.about-team .team-items .team-item,
  .article-slideshow.about-team .team-items .team-item {
    margin-bottom: 40px !important;
    padding: 0 20px;
    overflow: hidden;
  }
  .about-box.about-team .team-items .team-item .team-item-img,
  .article-slideshow.about-team .team-items .team-item .team-item-img {
    float: left;
    width: 50%;
  }
  .about-box.about-team .team-items .team-item .team-item-img img,
  .article-slideshow.about-team .team-items .team-item .team-item-img img {
    width: 100%;
  }
  .about-box.about-team .team-items .team-item .team-item-img:before,
  .article-slideshow.about-team .team-items .team-item .team-item-img:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
    border-left: 0;
    right: 0;
    top: 20px;
    bottom: auto;
    left: auto;
  }
  .about-box.about-team .team-items .team-item .team-item-info,
  .article-slideshow.about-team .team-items .team-item .team-item-info {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-box.about-team .team-items .team-item,
  .article-slideshow.about-team .team-items .team-item {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about-box.about-team .team-items .team-item-actions,
.article-slideshow.about-team .team-items .team-item-actions {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 5;
  top: -40px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.about-box.about-team .team-items .team-item-actions a,
.article-slideshow.about-team .team-items .team-item-actions a {
  color: #ffffff;
}
.about-box.about-team .team-items .team-item-actions i,
.article-slideshow.about-team .team-items .team-item-actions i {
  border: 2px solid #ffffff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
}
.about-box.about-team .team-items .team-item-actions a:hover i,
.article-slideshow.about-team .team-items .team-item-actions a:hover i {
  background: #0b96f3;
  color: #ffffff;
  border-color: #0b96f3;
}
.about-box.about-team .team-items .team-item-img,
.article-slideshow.about-team .team-items .team-item-img {
  position: relative;
  z-index: 1;
}
.about-box.about-team .team-items .team-item-img img,
.article-slideshow.about-team .team-items .team-item-img img {
  max-width: 100%;
}
.about-box.about-team .team-items .team-item-img:before,
.article-slideshow.about-team .team-items .team-item-img:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 20px;
  content: "";
}
@media screen and (max-width: 767px) {
  .about-box.about-team .team-items .team-item-img:before,
  .article-slideshow.about-team .team-items .team-item-img:before {
    left: 49%;
  }
}
.about-box.about-team .team-items .team-item-info,
.article-slideshow.about-team .team-items .team-item-info {
  padding: 20px;
  font-size: 13px;
  color: #555555;
}
.about-box.about-team .team-items .team-item-name,
.article-slideshow.about-team .team-items .team-item-name {
  margin: 0 0 10px 0;
}
.about-box.about-team .team-items .team-item-name a,
.article-slideshow.about-team .team-items .team-item-name a {
  color: #222222;
}
.about-box.about-team .team-items .team-item-meta,
.article-slideshow.about-team .team-items .team-item-meta {
  display: block;
  margin: 0 0 20px 0;
  color: #999999;
}
.about-box.about-team .team-items .team-info-readmore,
.article-slideshow.about-team .team-items .team-info-readmore {
  color: #555555;
  border-bottom: 1px dotted #555555;
}
.about-box.about-team .team-items .team-info-readmore:hover,
.article-slideshow.about-team .team-items .team-info-readmore:hover {
  text-decoration: none;
}
.about-box.about-team .team-items .team-item:hover .team-item-actions,
.article-slideshow.about-team .team-items .team-item:hover .team-item-actions {
  top: 45%;
}
.about-box.about-team .team-items .team-item:hover .team-item-name a,
.article-slideshow.about-team .team-items .team-item:hover .team-item-name a {
  color: #0b96f3;
}
.about-box.about-team .team-items .team-item:hover .team-info-readmore,
.article-slideshow.about-team .team-items .team-item:hover .team-info-readmore {
  color: #0b96f3;
  border-color: #0b96f3;
}
.troppy-item {
  text-align: center;
  padding: 40px 0;
}
.troppy-item .troppy-badge i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  background: #075a91;
}
.troppy-item .troppy-number {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  line-height: 1;
}
.about-client .client-list-header {
  padding: 30px;
}
.about-client .client-list-slide {
  background: #ffffff;
}
.about-client .client-logo {
  padding: 5px;
  border: 1px solid #eeeeee;
  margin: -1px;
  border-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-client .client-logo {
    width: 50%;
    float: left;
  }
}
.about-client .client-logo img {
  max-width: 100%;
}
.about-client .client-slider-control {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-client .client-slider-control {
    top: -55px;
    width: 100%;
    height: 40px;
    bottom: auto;
  }
}
.testimonial-box {
  position: relative;
  text-align: center;
}
.testimonial-box .ja-contentslider-center-wrap {
  padding: 40px;
}
.testimonial-box .ja-btn-control {
  top: 45%;
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
}
.testimonial-box .ja-btn-control:before,
.testimonial-box .ja-btn-control:after {
  display: table;
  content: " ";
}
.testimonial-box .ja-btn-control:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .testimonial-box .ja-btn-control {
    top: 25%;
  }
}
.testimonial-box .ja-btn-control .slide-control.next {
  float: left;
}
.testimonial-box .ja-btn-control .slide-control.prev {
  float: right;
}
.testimonial-box:hover .ja-btn-control {
  display: block;
}
.testimonial-box .ja-image {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-box .ja-contentslider-center {
  margin: 0 auto;
}
.testimonial-box h4 {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .testimonial-box h4 {
    font-size: 12px;
  }
}
.testimonial-box .testimonial-item .media-body h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #0b96f3;
  font-size: 14px;
}
.testimonial-box .testimonial-item .media-body p {
  color: #0b96f3;
  font-size: 14px;
  color: #555555;
}
.com_easyblog body {
  color: #555555;
}
.com_easyblog #ezblog-menu .blog-navi {
  background: #000000;
  box-shadow: none;
}
.com_easyblog #ezblog-menu .blog-navi li.toolbar-item.item-active {
  background: #0b96f3;
}
.com_easyblog #ezblog-menu .blog-navi li.toolbar-item > a {
  min-height: 40px;
  padding: 5px 10px;
}
.com_easyblog #ezblog-menu .blog-navi li.toolbar-item > a span {
  height: 30px;
}
.com_easyblog #ezblog-menu .blog-navi li.toolbar-item > form input.input {
  height: 30px;
  border-radius: 0;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.com_easyblog #ezblog-menu .blog-navi li.toolbar-item > form button.submit-search {
  border-radius: 0;
  background: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 1;
  border-color: white;
  margin-left: -1px;
  text-indent: 0;
}
.com_easyblog #ezblog-menu .blog-navi .user-form form a,
.com_easyblog #ezblog-menu .blog-navi .user-form form .trait {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.com_easyblog #ezblog-menu .blog-navi .user-form form .form-control {
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.com_easyblog #ezblog-menu .blog-navi .user-form form .remember {
  margin: 15px 0;
}
.com_easyblog #ezblog-menu .blog-navi .user-form form .remember span {
  font-weight: 300;
}
.com_mijoshop.view-login .login-content {
  background: #ffffff;
}
.com_mijoshop.view-login .login-content .background-primary .box-title {
  color: #ffffff;
}
.com_mijoshop.view-login .background-primary .form-control {
  border: 0;
}
.com_mijoshop.view-returns .box_oc h2 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #0b96f3;
  margin: 0 0 20px 0;
}
.com_mijoshop .search-results {
  border: 1px solid #eeeeee;
  padding: 30px;
}
.com_mijoshop #header_oc #cart .fa {
  display: inherit;
}
#content_oc .content_oc table.radio .highlight td {
  padding: 5px 0;
  vertical-align: top;
}
#content_oc .content_oc table.radio .highlight td input[type="radio"] {
  margin-top: 4px !important;
}
.box-content .pagination {
  margin-bottom: 20px;
}
#eblog-dialog .dialog * {
  font-family: 'Raleway', sans-serif;
}
#eblog-dialog .dialog h3 {
  text-transform: none;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
#eblog-dialog .dialog-actions {
  filter: none;
}
#eblog-dialog .dialog .button {
  font-family: 'Roboto Slab', serif;
  filter: none;
}
#eblog-dialog .dialog .button:hover {
  background: #600686;
}
@media screen and (max-width: 767px) {
  #eblog-wrapper.w320 #ezblog-body #socialbutton.alignright + .blog-text {
    margin-right: 0 !important;
  }
}
#ezblog-body a.featured-more:hover {
  color: #0b96f3;
}
#ezblog-body .profile-title a:hover {
  color: #0b96f3;
}
#ezblog-body .easyblog-thumb-preview {
  display: block;
}
#ezblog-body .easyblog-thumb-preview img.blog-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #eblog-wrapper {
    padding: 20px;
  }
  #eblog-wrapper #ezblog-body .form-row.half {
    width: 100%;
  }
  #eblog-wrapper #comment-form input.inputbox[type="checkbox"],
  #eblog-wrapper #subscription-message label,
  #eblog-wrapper #frmComment #comment-form .form-row label {
    display: inline;
    width: auto;
    line-height: 1;
  }
  #eblog-wrapper .blog-option li {
    padding: 0;
    margin: 0 10px 0 0;
    border: 0;
  }
  #eblog-wrapper .blog-option li span,
  #eblog-wrapper .blog-option li a {
    color: #333333;
  }
  #eblog-wrapper .blog-option li a:hover {
    color: #0b96f3;
  }
  #eblog-wrapper .blog-text {
    margin-right: 0;
  }
}
#eblog-wrapper .component-links a {
  margin: 0 10px 0 0;
  font-size: 13px;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  #eblog-wrapper #ezblog-body .profile-connect .connect-links li,
  #eblog-wrapper #ezblog-body .profile-connect .connect-links li + li {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border: 0;
  }
}
#eblog-wrapper #ezblog-body .blog-post .blog-title a:hover,
#eblog-wrapper #ezblog-body .blog-post .blog-title a:active,
#eblog-wrapper #ezblog-body .blog-post .blog-title a:focus {
  color: #0b96f3;
}
@media screen and (max-width: 767px) {
  #eblog-wrapper #ezblog-body .profile-item {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #eblog-wrapper #ezblog-body .profile-head {
    border: 0;
  }
}
#eblog-search .search-input .inputbox:focus,
#eblog-search .search-input input[type=text]:focus {
  border-color: #0b96f3 !important;
}
#eblog-search .search-button button.button-search {
  background: #0b96f3 !important;
}
#eblog-search .search-button button.button-search:hover,
#eblog-search .search-button button.button-search:focus {
  background: #600686 !important;
}
@media screen and (max-width: 480px) {
  #ezblog-posts .blog-image,
  #ezblog-posts .video-source,
  .view-categories #ezblog-posts .blog-image {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.sorting-item,
  #eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.ordering-item,
  #eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.tag-search {
    font-size: 13px;
    padding: 0;
    border: 0;
  }
}
#eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.sorting-item a:hover,
#eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.ordering-item a:hover,
#eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.tag-search a:hover,
#eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.sorting-item a.active,
#eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.ordering-item a.active,
#eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.tag-search a.active {
  color: #0b96f3;
}
@media screen and (max-width: 480px) {
  #eblog-wrapper .tag-sort-order .reset-ul.float-li.float-l li.tag-search {
    margin-left: 0;
    margin-top: 10px;
  }
}
#eblog-wrapper .post-tags li a:hover {
  color: #0b96f3;
}
#eblog-wrapper .forCategory .profile-head .profile-avatar.float-l {
  float: left !important;
}
@media (min-width: 767px) and (max-width: 768px) {
  #eblog-wrapper .blog-meta-bottom {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #eblog-wrapper .blog-meta-bottom .in .pull-left,
  #eblog-wrapper .blog-meta-bottom .in .pull-right {
    float: left !important;
    margin: 10px 10px 0 0;
  }
}
a:hover {
  text-decoration: none;
}
.t3-sidebar {
  padding: 0;
}
#eblog-wrapper #section-author {
  background: #fdfdfd;
  border: 3px solid #0b96f3;
  color: #333333;
}
#eblog-wrapper #section-author .author-name {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
}
#ezblog-body #blog-comment {
  padding: 0;
}
#ezblog-body #blog-comment li {
  font-family: 'Raleway', sans-serif;
}
#ezblog-body #blog-comment li .pam {
  padding: 0;
  font-size: 13px;
  color: #999999;
}
#ezblog-body #blog-comment #comment-form {
  margin-top: 20px;
}
#ezblog-body #section-comments {
  padding: 10px 0;
}
#ezblog-body .entry-related-post li a {
  color: #555555;
}
#ezblog-body .entry-related-post li a:hover {
  color: #0b96f3;
  text-decoration: none;
}
#ezblog-body .entry-related-post li a.blog-category {
  font-family: 'Raleway', sans-serif;
  color: #0b96f3;
}
#ezblog-body .entry-related-post li a.blog-category:hover {
  color: #600686;
}
#ezblog-body a.blog-category {
  position: relative;
  padding-left: 20px;
}
#ezblog-body a.blog-category:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  color: #999999;
  left: 5px;
  line-height: 1;
}
#eblog-wrapper .tag-sort-order li a.active {
  color: #0b96f3;
}
#ezblog-body .blog-readmore a:hover {
  background: #0b96f3;
  color: #ffffff;
  border-color: #0b96f3;
}
#ezblog-body .blog-date {
  font-family: 'Raleway', sans-serif;
}
#ezblog-body .comment-form input[type=text]:hover,
#ezblog-body .comment-form input[type=text]:focus {
  border-color: #0b96f3;
}
#eblog-wrapper #btnSubmit {
  background: #0b96f3;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  text-transform: none;
  font-family: 'Roboto Slab', serif;
  text-shadow: none;
}
#eblog-wrapper #btnSubmit:hover,
#eblog-wrapper #btnSubmit:focus {
  outline: 0;
  background: #600686;
}
#eblog-wrapper .blog-taglist.black-tag a:hover {
  background: #0b96f3;
  color: #ffffff;
}
#eblog-wrapper .blog-taglist.black-tag a:hover span,
#eblog-wrapper .blog-taglist.black-tag a:hover i,
#eblog-wrapper .blog-taglist.black-tag a:hover b {
  color: #ffffff;
}
#eblog-wrapper .blog-taglist.black-tag a:hover:before {
  border-right-color: #ffffff;
}
#eblog-wrapper .featured-navi.prel a:hover {
  color: #0b96f3;
}
#ezblog-body .blog-meta .blog-author > a,
#ezblog-body .blog-category > a,
#ezblog-body .blog-comments > a,
#ezblog-body .featured-author .showcase-author a {
  color: #222222;
}
#ezblog-body .blog-meta .blog-author > a:hover,
#ezblog-body .blog-category > a:hover,
#ezblog-body .blog-comments > a:hover,
#ezblog-body .featured-author .showcase-author a:hover {
  color: #0b96f3;
}
#eblog-wrapper .list-pagination li:hover,
#eblog-wrapper .list-pagination li.active {
  background: #0b96f3;
}
#eblog-wrapper .list-pagination li:hover a,
#eblog-wrapper .list-pagination li.active a,
#eblog-wrapper .list-pagination li:hover span,
#eblog-wrapper .list-pagination li.active span,
#eblog-wrapper .list-pagination li:hover b,
#eblog-wrapper .list-pagination li.active b {
  color: #ffffff;
  text-decoration: none;
}
#eblog-wrapper #button-related {
  width: auto;
}
#eblog-wrapper .list-pagination li.active {
  font-weight: bold;
}
#eblog-wrapper #ezblog-dashboard .list-pagination .active b {
  border: 1px solid #999999;
  color: #333333;
}
#section-related .entry-related-post li > a {
  color: #555555;
}
#section-related .entry-related-post li > a:hover {
  color: #0b96f3;
}
#section-related .entry-related-post li > a.blog-category {
  font-family: 'Raleway', sans-serif;
  color: #0b96f3;
}
#section-related .entry-related-post li > a.blog-category:hover {
  color: #600686;
}
.t3-sidebar .t3-module {
  padding: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
.t3-sidebar .t3-module.easyblog-module-gray {
  background: #222222;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .t3-sidebar .t3-module {
    padding: 20px;
  }
}
.t3-sidebar .module-title {
  text-transform: uppercase;
  font-weight: bold;
}
.t3-sidebar .bannergroup .banneritem {
  margin: -30px;
}
@media only screen and (max-width: 768px) {
  .t3-sidebar .bannergroup .banneritem {
    margin: -20px;
  }
}
.t3-sidebar .bannergroup .banneritem img {
  max-width: 100%;
}
.ezb-mod .mod-item + .mod-item {
  margin-top: 0 !important;
}
.ezb-mod .mod-item .mod-post-image {
  margin-right: 15px;
  width: 60px;
}
.ezb-mod .mod-item .mod-post-image a {
  margin: 0;
}
.ezb-mod .mod-item .mod-post-image a:before,
.ezb-mod .mod-item .mod-post-image a:after {
  display: table;
  content: " ";
}
.ezb-mod .mod-item .mod-post-image a:after {
  clear: both;
}
.ezb-mod .mod-item .mod-post-image img {
  margin: 5px 0 0 0;
  border: 0;
  padding: 0;
  width: 60px;
}
.ezb-mod .mod-item .mod-post-title {
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height: 1.4;
}
.ezb-mod .mod-item .mod-post-author img {
  border: 0;
  border-radius: 50%;
}
.ezb-mod .mod-item .mod-post-type {
  background: none;
  font-size: 13px;
  color: #999999;
  padding-left: 0;
  display: inline;
}
.ezb-mod .mod-item .mod-post-type a {
  position: relative;
  color: #999999;
  padding-left: 15px;
}
.ezb-mod .mod-item .mod-post-type a:hover {
  color: #222222;
}
.ezb-mod .mod-item .mod-post-type a:before {
  content: "\f0f6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: -3px;
  left: 0;
}
.ezb-mod .mod-item .mod-post-author.at-bottom {
  font-size: 12px;
  color: #999999;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.ezb-mod .mod-item .mod-post-meta a {
  color: #999999;
}
.ezb-mod.mod_easyblogcategories a {
  color: #999999;
}
.ezb-mod.mod_easyblogcategories a:hover {
  color: #eeeeee;
  text-decoration: none;
}
.ezb-mod.mod_easyblogcategories .mod-category-name {
  font-family: 'Roboto Slab', serif;
}
.ezb-mod.mod_easyblogcategories .mod-category-name a {
  padding-left: 20px;
  position: relative;
}
.ezb-mod.mod_easyblogcategories .mod-category-name a:before {
  content: "\f0f6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: -1px;
  left: 0;
}
.ezb-mod.mod_easyblogcategories .mod-item {
  padding: 0 !important;
}
.ezb-mod.mod_easyblogcategories .mod-item + .mod-item {
  border: 0;
}
.ezb-mod.mod_easyblogcategories .mod-avatar img {
  border: 0;
}
.ezb-mod.mod_easyblogarchive {
  font-family: 'Roboto Slab', serif;
}
.ezb-mod.mod_easyblogarchive .mod-months .mod-month {
  position: relative;
  color: #999999;
}
.ezb-mod.mod_easyblogarchive .mod-months .mod-month:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
.ezb-mod.mod_easyblogtagcloud a {
  font-size: 13px !important;
  margin: 5px 5px 0 0;
  font-family: 'Roboto Slab', serif;
}
.ezb-mod.mod_easyblogtagcloud a:hover {
  color: #ffffff;
  background: #0b96f3;
  text-decoration: none;
}
.ezb-mod.mod_easyblogtagcloud a:hover:before {
  border-right-color: #ffffff;
}
html #sbox-window {
  padding: 0;
}

.mfp-bg {
  background: #0b0b0b;
  filter: alpha(opacity=80);
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}
.mfp-wrap {
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  width: 100%;
  z-index: 1043;
}
.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  -moz-box-sizing: border-box;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  z-index: 1046;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mfp-close {
  color: white;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}
.mfp-counter {
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-bottom-width: 21px;
  border-top-width: 21px;
}
button.mfp-arrow {
  background-image: url("../less/@{@t3-image-path}/slide-btn-50-ltr.png");
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  border: 0;
  display: block;
  height: 50px;
  padding: 0;
  text-indent: -99999px;
  width: 50px;
  margin-: -25px;
  outline: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  filter: alpha(opacity=10000);
  opacity: 100;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button.mfp-arrow.mfp-arrow-left {
  left: 0;
  background-position: 0 0;
}
button.mfp-arrow.mfp-arrow-left:hover {
  background-position: 0 -50px;
}
button.mfp-arrow.mfp-arrow-right {
  right: 0;
  background-position: -50px 0;
}
button.mfp-arrow.mfp-arrow-right:hover {
  background-position: -50px -50px;
}
.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}
.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.mfp-iframe-scaler iframe {
  background: black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mfp-figure:after {
  background: #444444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
#recaptcha_area,
#jform_captcha {
  max-width: 280px;
}
#recaptcha_area .recaptchatable,
#jform_captcha .recaptchatable {
  background: #ffffff;
}
.no-scroller .t3-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#iframe-video-wrap {
  display: block;
  z-index: 9999;
  position: fixed;
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#iframe-video-wrap .btn {
  background: none;
  border: 0;
  color: #222222;
  font-size: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
#iframe-video-wrap .btn:hover,
#iframe-video-wrap .btn:focus,
#iframe-video-wrap .btn:active {
  outline: none;
  color: #0b96f3;
  box-shadow: none;
}
#iframe-video-wrap .video-container {
  text-align: center;
  padding: 100px 0;
}
.tags-header {
  background: #600686;
  color: #ffffff;
  padding: 20px;
}
.tags-header .document-title {
  margin: 0;
}
.tags-header .tags-title {
  position: relative;
  border: 0;
  background: #0b96f3;
  color: #ffffff;
  padding: 5px 5px 5px 15px;
  margin: 5px 5px 5px 0;
  line-height: 1;
  display: inline-block;
  font-family: 'Roboto Slab', serif;
}
.tags-header .tags-title:before {
  background: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #600686;
}
.tags .tag-item {
  position: relative;
  border: 0;
  background: #eeeeee;
  color: #999999;
  padding: 5px 5px 5px 15px;
  margin: 5px 5px 5px 0;
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  font-family: 'Roboto Slab', serif;
}
.tags .tag-item:before {
  background: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #ffffff;
}
.tags .tag-item:hover {
  background: #0b96f3;
  color: #ffffff;
  text-decoration: none;
}
.tags .tag-item:hover:before {
  border-right-color: #ffffff;
}
.tag-list-wrap {
  margin: 0;
  padding: 0;
}
.tag-list-wrap li {
  display: block;
  background: #ffffff;
}
.tag-list-wrap li:hover {
  background: #ffffff;
}
.tag-list-wrap li h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.tag-list-wrap li h3 a {
  color: #222222;
}
.tag-list-wrap li h3 a:hover {
  color: #0b96f3;
  text-decoration: none;
}
.tag-list-wrap li .item-image {
  position: relative;
}
.tag-list-wrap li:nth-child(even) .item-image {
  float: right !important;
}
.tag-category .filters {
  margin: 0;
  padding: 10px 20px;
  background: #fbfbfb;
}
.com_config .form-horizontal .t3onoff {
  padding: 0;
}
.com_config .form-horizontal .t3onoff label {
  padding: 0;
  border: 0;
  left: 0;
}
.com_config .form-horizontal .t3onoff label::before {
  padding: 4px 14px;
}
.com_config .form-horizontal .t3onoff label.on::before {
  text-align: left;
}
.com_config .spacer label {
  border: none;
  font-weight: 700;
  color: #333333;
}
.com_config #options #blog-authors td {
  border: none;
}
.com_config #options .control-group .controls .inputbox {
  display: inline-block;
  vertical-align: top;
}
.com_config #blog-authors .button2-left {
  margin: 0 0 0 5px;
}
.com_config #blog-authors .select-author a,
.com_config #blog-authors .remove-author a {
  height: 38px;
  line-height: 36px;
}
.com_config #blog-authors .add-author .remove-author {
  margin: 10px 0 0 0;
}
.com_config form a.modal.btn {
  background: #c280d2;
  border-color: #c280d2;
}
.com_config form a.modal.btn:hover {
  background: #0869aa;
}
.com_menus .js-stools {
  margin-bottom: 20px;
}
.com_menus .js-stools button {
  border: 1px solid #cccccc;
  margin-top: 0;
}
.com_menus .js-stools .js-stools-container-filters .chzn-container-single {
  width: 220px !important;
}
.ie8 .custom .animate.ja-ss-desc,
.ie9 .custom .animate.ja-ss-desc {
  top: 220px !important;
  left: 0 !important;
}
.ie8 .custom .ja-ss-btns,
.ie9 .custom .ja-ss-btns {
  z-index: 100;
}
.ie8 .t3-footnav .t3-module {
  margin-bottom: 0 !important;
  min-height: 218px !important;
}
.ie8 .t3-footer .acymailing_module .acymailing_form .acyfield_email {
  width: 190px !important;
}
.ie8 .about-box .carousel-control.right,
.ie8 .article-slideshow .carousel-control.right {
  width: 40px;
  filter: none;
}
.ie8 .about-box .carousel-control.left,
.ie8 .article-slideshow .carousel-control.left {
  width: 40px;
  filter: none;
}
@media (max-width: 767px) {
  #iframe-video-wrap .video-container {
    position: relative;
    padding-bottom: 56.25%;
    
    padding-top: 25px;
    height: 0;
    margin-top: 30%;
  }
  #iframe-video-wrap .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}